Files
BadUSB-Files-For-FlipperZero/Pranks/System Message.txt
2023-05-14 17:36:27 +00:00

16 lines
514 B
Plaintext

REM Title: System Message
REM Author: @beigeworm
REM Description: This will open a Message prompt on the Target.
REM Target: Windows 10
REM =============================================================================
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 -W Hidden -Exec Bypass -C "Add-Type -AssemblyName PresentationFramework;[System.Windows.MessageBox]::Show('HACKED MESSAGE BOX')"
ENTER