mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-11 00:00:15 +00:00
16 lines
284 B
Plaintext
16 lines
284 B
Plaintext
|
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
|
||
|
REM Description: Open any website on an iPhone.
|
||
|
REM Version: 1.0
|
||
|
REM Category: iPhone
|
||
|
DELAY 1000
|
||
|
GUI SPACE
|
||
|
DELAY 500
|
||
|
STRING safari
|
||
|
DELAY 500
|
||
|
ENTER
|
||
|
DELAY 1000
|
||
|
REM Insert your website below :)
|
||
|
STRING www.yourwebsite.com
|
||
|
DELAY 500
|
||
|
ENTER
|