mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 15:28:36 -07:00
14 lines
315 B
Plaintext
14 lines
315 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
|
|
|
|
GUI h
|
|
DELAY 420
|
|
GUI SPACE
|
|
DELAY 420
|
|
STRING https://github.com/Flipper-XFW/Xtreme-Firmware
|
|
DELAY 69
|
|
ENTER
|