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
The RPC tool that DroidBlox uses connects to Discord's gateway and uses your token which Discord doesnt allow because of "self-botting". Beware that there's a chance that your account can get banned!
- 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-tools
$ cd droidblox-tools- 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/dbtools-(VERSION)-(ARCH)-debug.apk- Install the APK
$ adb install bin/dbtools-(VERSION)-(ARCH)-debug.apk
- Launch the APK and get the logcat output
$ adb logcat --pid $(adb shell pidof com.drake.dbtools)
Kizzy - Code refactored in python for RPC (presence) handling

