Skip to content

9-9-9-9/Bit-Heroes-bot

Repository files navigation

Welcome Bit Verse

and new BH update at Nov 16th 2022 & Nov 28th 2022

Remaining features need to be updated

  • Idol Dimension (Expedition)
  • Hallowed Dimension (Expedition)
  • Jammie Dimension (Expedition)
  • Battle Bards (Expedition)
  • Inferno Dimension (Expedition)

To the folks who are using this bot but not giving this repository a Star: Fvck U! from the 8 pixels world to the 4D reality!


Upgrade notes: copy configuration files user-config.properties and readonly.*.user-config.properties from previous bot version's directory (if you update the bot via auto-update method then no need to do this)


Bit Heroes bot

on Linux / Windows

Github Open Issues Github All Releases

We play the game, don't let the game plays us

Wiki

To the folks who using this bot but not giving this repo a Star: Fvck U


Supports English user interface only of Bit Heroes on Steam and Bit Heroes on web + mini-client

Beware: Make sure your screen scale ratio is 100% (original, no scale) (check this article)

Contains the following functions:

  1. Auto fishing
  2. ReRun Dungeons and Raid
  3. Do stuffs while AFK
  4. Farm World Boss / Raid / PVP / Invasion / GVG / Expedition / Trials / Gauntlet
  5. Farm World Boss in Team mode
  6. Launch game in mini client using Google Chrome

Also supports pushing messages to Telegram for notification purpose

Minimum requirement:

Easy to use:

  1. Configure follow instruction on Wiki (click me)
  2. Launch bot:
  • Steam on Windows: steam.bot.bat
  • Mini-client/Web on Windows: web.bot.bat
  • Linux: ./bot.sh

Tips 1: you can launch app with flags directly via command-line after got familiar with this bot:

java -jar BitHeroes.jar "function_name" "param1" ["param2"] [--flags]

Tips 2: see help

  • Windows: run file help.bat
  • Linux: run script ./help.sh
Optional configuration:
Some convenient scrips:

(Example for Windows only, you can save into a bat file to be able to click-to-run)

  • AFK (do chaining tasks PVP, WB, GVG/Invasion/Expedition, TG, Raid) and exit

    call steam.bot.bat afk a --ear

    You can also provide flag --profile=X so you won't need to select profile manually

    call steam.bot.bat afk a --ear --profile=MyProfileName

  • AFK and keep online (does not recover from disconnected)

    call steam.bot.bat afk a

  • Fishing

    call steam.bot.bat fishing

  • ReRun

    call steam.bot.bat rerun

  • Explore the ./sample-scripts/ folder

Learn more about how to create script files here