diff --git a/Payloads/Flip-Subscribe/Subscribe.ps1 b/Payloads/Flip-Subscribe/Subscribe.ps1 index 5953237..a5c6c2f 100644 --- a/Payloads/Flip-Subscribe/Subscribe.ps1 +++ b/Payloads/Flip-Subscribe/Subscribe.ps1 @@ -31,7 +31,7 @@ Add-Type -AssemblyName System.Windows.Forms $o=New-Object -ComObject WScript.Shell $url = -join($channel,"?sub_confirmation=1") Start-Process "$url" -Start-Sleep -Seconds 3 +Start-Sleep -Seconds 5 [System.Windows.Forms.SendKeys]::SendWait('{TAB}'*2) [System.Windows.Forms.SendKeys]::SendWait('{ENTER}') Start-Sleep -Seconds 1