Discord here: https://discord.gg/5Yv4kqjAbm
Python version here: https://github.com/steve1316/granblue-automation-pyautogui
This Android application written in Kotlin is designed for educational research purposes on studying the Android architecture and using system services such as MediaProjection and AccessibilityService in conjunction with OpenCV to automate certain workflows via image template matching.
Screenshots are taken via the MediaProjection and OpenCV performs image processing. Gestures are performed by AccessibilityService in order to perform various actions such as tapping, swiping or scrolling the screen.
By downloading this application, you consent to your account potentially getting flagged for excessive usage and banned by KMR. I hold no responsibility for how much you use this application for. I trust you have the self-control necessary to use this application in reasonable bursts of time and to give yourself breaks in between.
- Customize what skills to use during each turn in a user-created plan. Users can select which plan to use when starting the bot.
- GUI to keep track of bot logs, adjust settings, and select what combat script to use.
- Farm user-defined amounts of specified materials from the supported Farming Modes.
- Support for the following game modes:
- Quest
- Special
- Coop
- Raid
- Event
- Event (Token Drawboxes)
- Rise of the Beasts
- Guild Wars
- Dread Barrage
- Proving Grounds
- Xeno Clash
- Arcarum
- Alert for when anti-bot CAPTCHA pops up.
- Discord integration for informing you of status updates like loot drops via private DMs.
- Android Device or Emulator (Nougat 7.0+)
- APK available to download is for devices that support arm64-v8a ABI. For devices that use a different ABI, follow the instructions below on how to build your own APK.
- (Experimental) Tablets supported with minimum 1600 pixel width like the Galaxy Tab S7. If oriented portrait, Chrome needs to have Desktop Mode turned off and situated on the left half of the tablet. If landscape, Chrome needs to have Desktop Mode turned on and situated on the left half of the tablet.
- Tested emulator was Bluestacks 5. Make sure to have the device be in Portrait Mode BEFORE starting the bot as emulators do not have a way to tell the bot that it rotated.
- In addition, use SkyLeap instead of Google Chrome. Room codes are not able to be properly pasted into Google Chrome while Raid farming on emulators.
- Granblue Fantasy account
- Twitter Developer account (optional, needed to farm Raids)
- Download the .apk file from the
Releases
section on the right and install it on your Android device. If you want to build the .apk yourself, do the following:- Download and extract the project repository.
- Go to
https://opencv.org/releases/
and download OpenCV 4.5.1 (make sure to download the Android version of OpenCV) and extract it. - Create a new folder inside the root of the project repository named
opencv
and copy the extracted files in/OpenCV-android-sdk/sdk/
from Step 2 into it. - Open the project repository in
Android Studio
and you can now build and run on your Android Device or build your own .apk file. - You can set
universalApk
totrue
in thebuild.gradle
for the application to build a one-for-all .apk file or adjust theinclude 'arm64-v8a'
to customize which ABI to build the .apk file for.
- Once you have it running, fill out the required sections marked with * in the Settings page of the application.
- Now go back to the Home page. The settings you have selected will be shown to you in the text box below the
Start
button. - Now tap on the
Start
button. If this is the first time, it will ask you to give the applicationOverlay
permission and then to enable itsAccessibility Service
. - Once both are enabled, tapping on the
Start
button again will display an overlay button that you can move around the screen. - Navigate yourself to Granblue Fantasy's main page and press the overlay button to start. It is recommended to move the overlay button to the bottom left corner such that it covers the
Back
button to avoid interruption. - Whenever you want to stop, press the overlay button again to terminate the bot.
- Make sure to run the application at least once. Check the application's
files
folder located inside internal storage'sAndroid/data/com.steve1316.granblueautomation_android/
directory. - Locate the file named
config.yaml
file. For ease of use, send it to your computer. - Now follow the instructions in this wiki page to obtain your own consumer keys and tokens to connect to the Twitter API.
- Once you have them, copy them into the respective fields inside
config.yaml
using your preferred text editor. After that, move the file back to where it belonged on your Android device.
- Visit this wiki page for instructions on setting up Discord integration.
- MediaProjection - Used to obtain full screenshots
- AccessibilityService - Used to dispatch gestures like tapping and scrolling
- OpenCV Android 4.5.1 - Used to template match
- Google Firebase ML Kit - Used for text detection
- Hoplite - Used to read config.yaml for customized user settings
- Twitter4j - Used to connect to Twitter API to fetch room codes
- AppUpdater 2.7 - For automatically checking and notifying the user for new app updates