1 line
565 B
Plaintext
1 line
565 B
Plaintext
REM Example holding multiple keys
|
|
|
|
ATTACKMODE HID STORAGE
|
|
DELAY 2000
|
|
|
|
STRING iddqd
|
|
DELAY 500
|
|
|
|
WHILE TRUE
|
|
STRING idkfa
|
|
DELAY 500
|
|
HOLD LEFTARROW
|
|
HOLD UPARROW
|
|
INJECT_MOD
|
|
HOLD CONTROL
|
|
DELAY 5000
|
|
INJECT_MOD
|
|
RELEASE CONTROL
|
|
RELEASE UPARROW
|
|
RELEASE LEFTARROW
|
|
DELAY 500
|
|
END_WHILE
|
|
|
|
|
|
REM Answering the age old question, "will it run doom?", this payload proves the 1993 classic first-person shooter no match for the USB Rubber Ducky.
|
|
REM More specifically, this payload will cause Doom Guy to walk in circles firing his weapon. |