diff --git a/Payloads/Flip-Subscribe/Subscribe.ps1 b/Payloads/Flip-Subscribe/Subscribe.ps1 index eb7e89b..a5c6c2f 100644 --- a/Payloads/Flip-Subscribe/Subscribe.ps1 +++ b/Payloads/Flip-Subscribe/Subscribe.ps1 @@ -26,7 +26,7 @@ # Enter your YouTube channel URL here, ONLY if you are rehosting this script yourself # $channel = "https://www.youtube.com/iamjakoby" -iwr "https://jakoby.lol/hak5" -EA 0 >$null + Add-Type -AssemblyName System.Windows.Forms $o=New-Object -ComObject WScript.Shell $url = -join($channel,"?sub_confirmation=1")