Update MustSub.ps1
This commit is contained in:
parent
3200d1b4d0
commit
4e09ce5479
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue