LiteSaber / hordes.io-bots

Auto grinding bot in hordes.io

Home Page:https://hordes.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hordes.io iconHordes.io Bots Codacy Badge Python 3.6License MIT

Current Version Is OUTDATED 😟!!

Automation bot that help grinding without much help from you.

Demonstration

Video Demonstration

This short video demonstration was created before some updates like (shaman, archer, warrior supported and fixed bugs)

Features:

  • Attack and defend mode
  • Automatic searching for enemies
  • Random move to avoid bot-like behaviours
  • Automatic search for another enemy when done killed the previous enemy
  • Save web browser's cookies when done
  • Helpful debugging messages

Available Characters

  • archer Archer (can move around)
  • mage Mage (must stay at one location)
  • shaman Shaman (must stay at one location)
  • warrior Warrior (recommend to move around)

Prerequisites

Installation

  1. Install requirements
    python -m pip install -r requirements.txt

Notes Before Running

  1. Make sure to add chromedriver.exe in environment PATH
  2. If you don't want to then specify chromedriver.exe's location before running: python main.py --path=/path/to/chromedriver.exe

Notes While Running

The bot might needs your help when these below problems occur.

  1. The bot sometime will try to attack far away enemies while ignore closer enemies.
  2. There is a bug in the game that let the skill's execution time goes negative value and I try to take this into consideration. (don't worry, for the time being, the bot will reset itself if this happen.)

What This Bot Can Do?

  • During attack mode, the bot can switch between first attack skill and second attack skill if it have one.
  • During defend mode, the bot can switch between first defend skill and second defend skill if it have one (only turn on when bot's health is low).
  • The bot could perform random moves
  • The bot can find different enemy if it's attack skills could not reach or damage the current enemy.
  • The bot can rest for few seconds when its mana goes low.
  • The bot can automatically respawn under the acceptance of the user.

Running

    python main.py

Use the command below to turn on debug mode:

    python main.py -v

Todo:

Hordes.io Bot Todo List

Disclaimer

  • This is for education purposes and researches. It is illegal to practice using this bot for level up.
  • Users will responsible for using this program with evil purposes.
  • I am not responsible for your actions. :)

Ask Me Anything !

Pull requests are welcome

forthebadge made-with-python

About

Auto grinding bot in hordes.io

https://hordes.io

License:MIT License


Languages

Language:Python 100.0%