From 260b32bdfcac1f057f14e85b57fb282488988a66 Mon Sep 17 00:00:00 2001 From: Nando Kools <31918808+NanKooDev@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:36:10 +0100 Subject: [PATCH] Skips opening CMD first. Added actual Fullscreen 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 --- BadUSB/RickRoll_CMD_Win.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BadUSB/RickRoll_CMD_Win.txt b/BadUSB/RickRoll_CMD_Win.txt index 7af12f95..4d1689f4 100644 --- a/BadUSB/RickRoll_CMD_Win.txt +++ b/BadUSB/RickRoll_CMD_Win.txt @@ -4,10 +4,8 @@ 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 +DELAY 750 +ALT ENTER