Basic setup - 9-9-9-9/Bit-Heroes-bot GitHub Wiki
- JRE 8 for normal user
- JDK 8 for developer
- (Developer only) Install Maven
- Install Google Chrome
- That's all, now you can launch bot:
steam.bot.bat
for Steam client on Windowsweb.bot.bat
for Mini-client on Windowsweb.bot.bat
for playing on Web on Windows (Require specify game window's screen coordinate! Read more here)./bot.sh
for Mini-client on Linux./bot.sh
for playing on Web on Linux (Require specify game window's screen coordinate! Read more here)- or from command line:
java -jar BitHeroes.jar
This bot uses Image detection method, so in order to optimize bot's performance, I use some hard-coded relative coordinate and only scan specific screen rectangle. From Bit Heroes bot version 1.4.0 toward, JNA was added to support automatically detect game window's location, but if the bot doesn't works correctly (can check by adding --debug
flag), you have to set the game screen coordinate manually