Call Someone With An iPhone

pull/356/head
Aleff 2023-06-29 11:50:44 +02:00 committed by GitHub
parent 32f997633c
commit 670d85768a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
REM ################################################
REM # |
REM # Title : Call Someone 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 #PHONE-APP-NAME example
REM You must set the phone number to be called
DEFINE #NUMBER example
GUI SPACE
DELAY 300
STRING #PHONE-APP-NAME
ENTER
DELAY 1000
BACKSPACE
STRING #NUMBER
DELAY 500
ENTER