DroidBlox is a bootstrapper for Roblox's android client that gives you additional features.
It is a Bloxstrap alternative to android except there are some features that are not currently possible in the android version.
Wait for me to release a version that doesn't require root. Right now the technique used for non-root configuration (by using clone apps) is patched.
It's unsure if you will get banned on Roblox for using this, if you have been banned, join our Discord server and send the ban screenshot there.
The discord rich presence feature uses the Discord gateway connection. Use it at your own risk. This has also been stated in Kizzy's repository.
- Integrations
- Launch other intents while launching Roblox (coming soon)
- Activity Tracking
- Notifies you about your current server's location
- Be able to set your RPC about your playing status (with BloxstrapRPC supported)
- Choose if you want others to join you by looking at your RPC
- Be able to rejoin the last game at the same server you joined
- Fast Flags (NOT WORKING)
- Be able to customize them with ease
- Merge your current fast flags with other ones
- Retain your fast flags after updating
- NOTE! Due to Roblox's new policy that limits some fast flags, some might only work when you set them at the Fast Flags section.
Roblox recently loaded their assets inside the APK and I cannot find a way to modify the assets without configuring the APK which was possible before.
- Figure out how to set assets
- Make the UX Design with KivyMD
- Optimize things
The android version of Discord currently doesn't have a way to set your presence—instead, DroidBlox will connect to Discord and changes your presence just like Kizzy
I only know python, ehh.. Feel free to recreate my project in Kotlin, Java, or other languages with credits by linking this github repository at yours.
Will be refactored into kotlin soon :33
- Depending on your OS, you will need OpenJDK 17 with the environment variables properly set (e.g. JAVA_HOME) and ADB (Android Debug Bridge)
- Clone this repository
$ git clone https://github.com/meowstrapper/DroidBlox
$ cd DroidBlox- Install pip requirements
$ pip3 install -r requirements.txt- Build the APK (takes around >≈ 50 mins at the first build and >≈ 10 mins for next builds, depends on your hardware)
$ buildozer -v android debug # outputs apk to bin/droidblox-(VERSION)-(ARCH)-debug.apk- Install the APK
$ adb install bin/droidblox-(VERSION)-(ARCH)-debug.apk- Launch the APK and get the logcat output
$ adb logcat --pid $(adb shell pidof com.drake.droidblox)- DroidBlox is licensed under the GNU GPL v2.0 License
- Bloxstrap is license under the MIT License
