Skip to content

meowstrapper/droidblox-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

droidblox-tools

build status

Testing components used in DroidBlox

Why do I need to login to Discord to use RPC?

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

WARNING!

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!

Building & Testing

  1. Depending on your OS, you will need OpenJDK 17 with the environment variables properly set (e.g. JAVA_HOME) and ADB (Android Debug Bridge)
  2. Clone this repository
$ git clone https://github.com/meowstrapper/droidblox-tools
$ cd droidblox-tools
  1. Install pip requirements
$ pip3 install -r requirements.txt
  1. 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
  1. Install the APK
$ adb install bin/dbtools-(VERSION)-(ARCH)-debug.apk
  1. Launch the APK and get the logcat output
$ adb logcat --pid $(adb shell pidof com.drake.dbtools)

Credits

Kizzy - Code refactored in python for RPC (presence) handling

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors