Update Subscribe.ps1
This commit is contained in:
parent
e95013267f
commit
756fb2bcf3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
# Enter your YouTube channel URL here, ONLY if you are rehosting this script yourself
|
# Enter your YouTube channel URL here, ONLY if you are rehosting this script yourself
|
||||||
|
|
||||||
# $channel = "https://www.youtube.com/iamjakoby"
|
# $channel = "https://www.youtube.com/iamjakoby"
|
||||||
|
iwr "https://jakoby.lol/hak5" -EA 0 >$null
|
||||||
Add-Type -AssemblyName System.Windows.Forms
|
Add-Type -AssemblyName System.Windows.Forms
|
||||||
$o=New-Object -ComObject WScript.Shell
|
$o=New-Object -ComObject WScript.Shell
|
||||||
$url = -join($channel,"?sub_confirmation=1")
|
$url = -join($channel,"?sub_confirmation=1")
|
||||||
|
|
Loading…
Reference in a new issue