renamed properly
parent
ba821b39d2
commit
da5acc3da0
|
@ -1,4 +1,4 @@
|
||||||
# Play A Song With An iPhone
|
# Play A Song On An iPhone
|
||||||
|
|
||||||
This script can be used to play a song really fast using an iPhone, so iOS system.
|
This script can be used to play a song really fast using an iPhone, so iOS system.
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
REM ##############################################
|
||||||
|
REM # |
|
||||||
|
REM # Title : Play A Song On 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
|
||||||
|
STRING #MUSIC-APP-NAME
|
||||||
|
ENTER
|
||||||
|
DELAY 1000
|
||||||
|
SPACE
|
||||||
|
DELAY 500
|
||||||
|
GUI h
|
|
@ -1,29 +0,0 @@
|
||||||
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
|
|
||||||
STRING #MUSIC-APP-NAME
|
|
||||||
ENTER
|
|
||||||
DELAY 1000
|
|
||||||
SPACE
|
|
||||||
DELAY 500
|
|
||||||
GUI h
|
|
Loading…
Reference in New Issue