Update MustSub.ps1
This commit is contained in:
parent
756fb2bcf3
commit
9a430f69c2
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue