From 0873f41c7f3e28cd6db85d7546f5a627a3450d51 Mon Sep 17 00:00:00 2001 From: Luca LeBlanc <67206487+yodaluca23@users.noreply.github.com> Date: Tue, 27 Dec 2022 17:26:49 -0600 Subject: [PATCH] Add files via upload --- BadUSB/RickRoll (Basic).txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 BadUSB/RickRoll (Basic).txt 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