Hordes.io Bots
Automation bot that help grinding without much help from you.
This short video demonstration was created before some updates like (shaman, archer, warrior supported and fixed bugs)
- 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
- Archer (can move around)
- Mage (must stay at one location)
- Shaman (must stay at one location)
- Warrior (recommend to move around)
- Python 3.x
- If you use:
- Chrome: install chromedriver.exe
- Firefox: Coming soon...
- Install requirements
python -m pip install -r requirements.txt
- Make sure to add chromedriver.exe in environment PATH
- If you don't want to then specify chromedriver.exe's location before running:
python main.py --path=/path/to/chromedriver.exe
The bot might needs your help when these below problems occur.
- The bot sometime will try to attack far away enemies while ignore closer enemies.
- 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.)
- 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.
python main.py
Use the command below to turn on debug mode:
python main.py -v
- 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. :)
Pull requests are welcome