mirror of
https://github.com/beigeworm/BadUSB-Files-For-FlipperZero.git
synced 2025-12-29 22:20:36 -08:00
Add files via upload
This commit is contained in:
15
Pranks/System Message.txt
Normal file
15
Pranks/System Message.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user