Edit A Reminder With An iPhone
parent
32f997633c
commit
826ca00433
|
@ -0,0 +1,42 @@
|
|||
REM ###################################################
|
||||
REM # |
|
||||
REM # Title : Edit A Reminder 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 #REMINDER-APP-NAME example
|
||||
REM You should know the old name of the reminder that you want to change
|
||||
DEFINE #OLD-REMINDER-NAME example
|
||||
REM Here you should set the new reminder name
|
||||
DEFIN #NEW-REMINDER-NAME example
|
||||
|
||||
GUI SPACE
|
||||
DELAY 300
|
||||
STRING #REMINDER-APP-NAME
|
||||
ENTER
|
||||
DELAY 2000
|
||||
GUI f
|
||||
DELAY 1000
|
||||
STRING #OLD-REMINDER-NAME
|
||||
DELAY 500
|
||||
TAB
|
||||
DELAY 500
|
||||
GUI a
|
||||
BACKSPACE
|
||||
STRING #NEW-REMINDER-NAME
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI h
|
Loading…
Reference in New Issue