Update MustSub.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-10 15:24:56 -05:00 committed by GitHub
parent 756fb2bcf3
commit 9a430f69c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ param (
[Parameter (Mandatory = $True, Position=0, ValueFromPipeline = $True)] [Parameter (Mandatory = $True, Position=0, ValueFromPipeline = $True)]
[string]$channel [string]$channel
) )
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")