Path: blob/master/payloads/library/prank/PlayASongThroughSpotify_Windows/payload.txt
2968 views
REM ##################################################1REM # |2REM # Title : Play A Song Through Spotify |3REM # Author : Aleff |4REM # Version : 1.0 |5REM # Category : Prank |6REM # Target : Windows 10-11 |7REM # |8REM ##################################################91011REM Requirements:12REM - Internet Connection13REM - Spotify installed and user logged-in14REM - ExecutionPolicy Bypass151617REM REQUIRED - Set your song name18DEFINE SONG-NAME example192021DELAY 100022GUI r23DELAY 100024STRING powershell25ENTER26DELAY 20002728STRINGLN Start-Process "spotify://"29DELAY 500030TAB31DELAY 50032TAB33DELAY 50034TAB35DELAY 50036TAB37DELAY 50038ENTER39DELAY 5004041REM Some times popups of advertisements may come out and usually they will click on the search screen, if you want you can uncomment line 42 so that the popup closes but in case the popup does not click then the rest of the script will not work because escaping it takes it out of its scope.42REM ESCAPE43REM DELAY 5004445STRING SONG-NAME46ENTER47DELAY 100048TAB49DELAY 50050TAB51DELAY 50052TAB53DELAY 50054ENTER55DELAY 50056GUI m575859