mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-02-22 20:43:43 +00:00
Hello, I was testing some bad usb payloads and I noted that does not exist a YT payload for rick roll in windows, so I created that, with "HTTP://" protocol, it will open on default browser app.
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
REM Title: RickRoll
|
|
REM Author: big0us
|
|
REM Description: RickRoll Youtube
|
|
REM Target: Windows
|
|
REM
|
|
DEFAULTDELAY 50
|
|
GUI r
|
|
DELAY 500
|
|
STRING https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
ENTER
|