mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-21 22:10:12 +00:00
260b32bdfc
Directly opens the the stream into a cmd terminal instead of opening a terminal, and then using curl. Now also uses ALT + Enter to fullscreen instead of GUI + UPARROW
12 lines
223 B
Plaintext
12 lines
223 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 1000
|
|
STRING curl http://ascii.live/rick
|
|
ENTER
|
|
DELAY 750
|
|
ALT ENTER
|