Update script
parent
22a5428515
commit
6331122f51
|
@ -2,14 +2,10 @@
|
|||
|
||||
This script can be used to play a song really fast using an iPhone, so iOS system.
|
||||
|
||||
**Category**: Execution
|
||||
|
||||
## Description
|
||||
|
||||
This script can be used to play a song really fast using an iPhone, so iOS system.
|
||||
|
||||
Open search bar, then open the Music app (I used the italian name so 'Telefono'), then delete what is (hidden) stored and write the number, then call it.
|
||||
|
||||
**Category**: Execution
|
||||
|
||||
## Dependencies
|
||||
|
||||
* The phone must be unlocked
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
REM ##############################################
|
||||
REM # |
|
||||
REM # Title : Play A Song On An iPhone |
|
||||
REM # Author : Aleff |
|
||||
REM # Version : 1.0 |
|
||||
REM # Category : Execution |
|
||||
REM # Target : iPhone |
|
||||
REM # |
|
||||
REM ##############################################
|
||||
|
||||
REM_BLOCK
|
||||
##############################################
|
||||
# #
|
||||
# Title : Play A Song On An iPhone #
|
||||
# Author : Aleff #
|
||||
# Version : 1.0 #
|
||||
# Category : Execution #
|
||||
# Target : iPhone #
|
||||
# #
|
||||
##############################################
|
||||
END_REM
|
||||
|
||||
REM Requirements:
|
||||
REM - The phone must be unlocked
|
||||
|
@ -19,6 +20,7 @@ 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
|
||||
|
||||
DELAY 500
|
||||
GUI SPACE
|
||||
DELAY 300
|
||||
STRINGLN #MUSIC-APP-NAME
|
||||
|
|
Loading…
Reference in New Issue