diff --git a/BadUSB/RickRoll (Basic).txt b/BadUSB/RickRoll (Basic).txt new file mode 100644 index 00000000..e1177bb2 --- /dev/null +++ b/BadUSB/RickRoll (Basic).txt @@ -0,0 +1,10 @@ +REM Author: OpenAI Assistant +REM Date: 2022-12-27 +REM Description: A simple Ruby Ducky script to play a Rick Roll video + +DELAY 1000 +GUI r +DELAY 200 +STRING powershell Start-Process "https://www.youtube.com/watch?v=dQw4w9WgXcQ" +DELAY 500 +ENTER \ No newline at end of file