mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
REM Version 1.0
|
|
REM OS: iOS
|
|
REM Author: Peaakss | Optimized for older versions by WillyJL
|
|
REM Description: A simple payload that opens safari and inserts a link
|
|
REM NOTICE CHANGE "STRING" to your desired link | EXAMPLE: STRING https://github.com/ClaraCrazy/Flipper-Xtreme |
|
|
|
|
GUI h
|
|
DELAY 420
|
|
GUI SPACE
|
|
DELAY 420
|
|
STRING https://github.com/ClaraCrazy/Flipper-Xtreme
|
|
DELAY 69
|
|
ENTER
|