mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
Original broken, mods from NanKooDev
This commit is contained in:
parent
4af1006dcd
commit
5282e8ef53
13
BadUSB/RickRoll_CMD_Win.txt
Normal file
13
BadUSB/RickRoll_CMD_Win.txt
Normal file
@ -0,0 +1,13 @@
|
||||
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
|
@ -1,14 +0,0 @@
|
||||
REM Title: RickRoll
|
||||
REM Author: Jeffrey Koopman | JKCTech
|
||||
REM Description: RickRoll in Windows PowerShell
|
||||
REM Target: Windows
|
||||
REM
|
||||
DEFAULTDELAY 50
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell.exe
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING $request = [System.Net.HttpWebRequest]::Create("http://ascii.live/rick");$receiveStream=$request.GetResponse().GetResponseStream();$readStream=[System.IO.StreamReader]::new($receiveStream);[console]::TreatControlCAsInput=$true;$initialForegroundColor=[Console]::ForegroundColor;while($line=$readStream.ReadLine()){if([Console]::KeyAvailable){$key=[System.Console]::ReadKey($true);if(($key.modifiers -band [ConsoleModifiers]"control") -and ($key.key -eq "C")){break;}}[Console]::WriteLine($line);}
|
||||
ENTER
|
||||
GUI UPARROW
|
Loading…
Reference in New Issue
Block a user