mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-24 03:57:53 -08:00
16 lines
514 B
Plaintext
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
|