Added emptythevoid's BadUSB collection

This commit is contained in:
UberGuidoZ
2024-09-06 13:27:37 -07:00
parent 70856507e4
commit 24f5187975
56 changed files with 6279 additions and 0 deletions
@@ -0,0 +1 @@
Helper BadUSB scripts for Windows.
@@ -0,0 +1,11 @@
DELAY 500
GUI S
DELAY 500
STRING check for updates
DELAY 1000
ENTER
DELAY 5000
TAB
TAB
SPACE
@@ -0,0 +1,12 @@
DELAY 500
GUI S
DELAY 500
STRING check for updates
DELAY 1000
ENTER
DELAY 5000
TAB
TAB
TAB
SPACE
@@ -0,0 +1,13 @@
DELAY 500
GUI R
DELAY 500
STRING cmd
ENTER
DELAY 1000
STRING ipconfig /renew
DELAY 200
ENTER
DELAY 5000
STRING exit
DELAY 200
ENTER
@@ -0,0 +1,12 @@
DELAY 500
GUI R
DELAY 500
REM STRING shutdown /s /t 0
STRING shutdown /p
DELAY 100
ENTER
REM Handle apps preventing computer from shutting down
DELAY 20000
SHIFT TAB
ENTER
@@ -0,0 +1,16 @@
REM set timezone to Eastern
DELAY 500
GUI R
DELAY 500
STRING cmd
DELAY 100
ENTER
DELAY 2000
ALTSTRING tzutil /s "Eastern Standard Time"
ENTER
DELAY 300
ALTSTRING exit
ENTER