mirror of https://github.com/hak5/omg-payloads.git
Call Someone With An iPhone
parent
0d27c643be
commit
035494ceac
|
@ -0,0 +1,31 @@
|
|||
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
|
||||
STRINGLN #PHONE-APP-NAME
|
||||
DELAY 1000
|
||||
BACKSPACE
|
||||
STRING #NUMBER
|
||||
DELAY 500
|
||||
ENTER
|
Loading…
Reference in New Issue