Delete A Reminder With An iPhone

pull/186/head
Aleff 2023-07-06 08:30:34 +02:00 committed by GitHub
parent 0d27c643be
commit 16be388aae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
REM #####################################################
REM # |
REM # Title : Delete 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 reminder name that you want to delete
DEFINE #REMINDER-NAME example
GUI SPACE
DELAY 300
STRINGLN #REMINDER-APP-NAME
DELAY 2000
GUI f
DELAY 1000
STRING #REMINDER-NAME
DELAY 500
TAB
DELAY 500
GUI a
BACKSPACE
DELAY 500
ENTER
DELAY 500
GUI h