Update MustSub.ps1

This commit is contained in:
I-Am-Jakoby 2023-06-13 21:48:39 -05:00 committed by GitHub
parent 3200d1b4d0
commit 4e09ce5479
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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