mirror of https://github.com/hak5/omg-payloads.git
Play A Song With An iPhone
parent
0d27c643be
commit
5d5c3d1a43
|
@ -0,0 +1,28 @@
|
|||
REM ################################################
|
||||
REM # |
|
||||
REM # Title : Play A Song With An iPhone |
|
||||
REM # Author : Aleff |
|
||||
REM # Version : 1.0 |
|
||||
REM # Category : Prank |
|
||||
REM # Target : iPhone |
|
||||
REM # |
|
||||
REM ################################################
|
||||
|
||||
|
||||
REM Requirements:
|
||||
REM - The phone must be unlocked
|
||||
|
||||
REM Tested on:
|
||||
REM - iPhone 14
|
||||
REM - iOS 16.4.1
|
||||
|
||||
REM You need to change the name of the application according to the language you have on your phone.
|
||||
DEFINE #MUSIC-APP-NAME example
|
||||
|
||||
GUI SPACE
|
||||
DELAY 300
|
||||
STRINGLN #MUSIC-APP-NAME
|
||||
DELAY 1000
|
||||
SPACE
|
||||
DELAY 500
|
||||
GUI h
|
Loading…
Reference in New Issue