Update Subscribe.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:51:55 -05:00 committed by GitHub
parent 2817052312
commit d3befecedb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")