im here to show you my "Chocobro" for the new Final Fantasy game for smartphones.
i originally designed it to farm Earth Shrine & abuse the friend point event
however i have decided to expand it. Many new features to come
& party ability support is around the corner
You Need 1 of the 2 Requirements
- Rooted phone with a screen res of 1080x1920
or
- Android emulater (Nox) (you will need to adjust settings in nox guide will be written later)
Features in 1.1.8
- Updated Daily, once you have bought the script you can download the updates free!
- Fully Automated with pixel detection
- Will detect if your connection was interrupted and attempt to reconnect
- Tells you how many runs you have made
- Tells you how many friend points you have gained
- Can expand friends list by sending request to last selected companion
- Can wait for 1,5,10,15 energy to regen before next run
- Can use lapis to regen energy
- Has debug log
Farming Profiles
- Earth Shrine Entrance (Farming for gold, trust, & friend points)
Chamber Profiles
- Chamber of Creation Bgn
- Chamber of Creation Int
- Chamber of Creation Adv
- Chamber of Awakening Bgn
- Chamber of Awakening Int
- Chamber of Awakening Adv
- Chamber of Experience Bgn
- Chamber of Experience Int
- Chamber of Experience Adv
- Chamber of Ritches Bgn
- Chamber of Ritches Int
- Chamber of Ritches Adv
Event Profiles
- Gil Snapper's Cave Bgn
- Gil Snapper's Cave Int
- Gil Snapper's Cave Adv
- Cactuar Dunes Bgn
- Cactuar Dunes Int
- Cactuar Dunes Adv
Known Issues
1) ISSUE - if you are full on materials the script will continue to run but nothing will happen
1) WORKAROUND - manually stop the script and kill the popup causing the issue

Included is the script and the readme explaining how it works
any money made will go into buying lapis to further my work and development
i will eventually raise the price as i add more content
Pictures of my account and gains can all be found here

Here is a video i took a few days ago, this doesn't include all the features
[video=youtube;Z34q95bF674]https://www.youtube.com/watch?v=Z34q95bF674[/video]
This is some of my config setup
Code:
// ######################################### // ############### General Config ############## // ######################################### // # // # Skip Splash Screen Set #skipSplash 1 // # // # Enable Debug Log Set #debug 0 // # // # Do you have send friend request popups? Set #needFriends 1 // # // #----------------------------------------- // ######################################### // ############### Energy Config ############## // ######################################### // # energyWait = 0 Wait For 0 Energy No wait // # energyWait = 1 Wait For 1 Energy 5 min // # energyWait = 5 Wait For 5 Energy 25 min // # energyWait = 15 Wait For 15 Energy 75 min // # // # Make Sure You Change Lapis To False // # If You Change Wait To Anything But 0 Set #energyWait 0 // # // #----------------------------------------- // ######################################### // ################ Lapis Config ############### // ######################################### // # // # Use Lapis To Regen Energy 1=True 0=false Set #useLapis 1 // # // #----------------------------------------- // ######################################### // ############### Location Config ############# // ######################################### // # 0 = False 1 = True // # Only Enable 1 True // # // # ########### FARMING LOCATIONS ########### Set #earthShrineEntrance 1 // # // # ########### CHAMBER LOCATIONS ########### // # ******* CHAMBER OF CREATION ******* Set #chamberCreBgn 0 Set #chamberCreInt 0 Set #chamberCreAdv 0 // # ******* CHAMBER OF AWAKENING ******* Set #chamberAwakeBgn 0 Set #chamberAwakeInt 0 Set #chamberAwakeAdv 0 // # ******* CHAMBER OF EXP ******* Set #chamberExpBgn 0 Set #chamberExpInt 0 Set #chamberExpAdv 0 // # ******* CHAMBER OF RITCHS ******* Set #chamberRicBgn 0 Set #chamberRicInt 0 Set #chamberRicAdv 0 // # ############### EVENTS ############### // # ******* GIL SNAP CAVE ******* Set #snapCaveBgn 0 Set #snapCaveInt 0 Set #snapCaveAdv 0 // # ******* CACTUAR DUNES ******* Set #cactuarDunesBgn 0 Set #cactuarDunesInt 0 Set #cactuarDunesAdv 0 // # // #-----------------------------------------






