mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
14 lines
242 B
Plaintext
14 lines
242 B
Plaintext
REM Title: Rick Roll Windows CMD
|
|
REM Author: Nando Kools | NanKooDev
|
|
REM Description: RickRoll in Windows Command Prompt
|
|
REM Target: Windows
|
|
REM
|
|
GUI r
|
|
DELAY 750
|
|
STRING cmd
|
|
ENTER
|
|
DELAY 1000
|
|
STRING curl http://ascii.live/rick
|
|
ENTER
|
|
GUI UPARROW
|