Gamerium / Dindo-Bot

:robot: Farming bot for Dofus game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo Dindo Bot

Python GTK OS

Farming bot for Dofus game written in python & GTK.

๐Ÿšง version 3 is work in progress, you can test it or contribute on the v3-alpha branch.

screenshot

What's a bot?

A bot is a software that emulates a real game client in order to automate some tasks. Dindo is a pixel bot, which means that it uses screen pixels (+ your mouse & keyboard) to emulate actions & keep tracking the progress in game.

โš ๏ธ Better know that this bot is only available on Linux for now.

Features

  • Easy control: play, pause/resume or stop the bot like if you were using your favorite music player.
  • Smart bot: Dindo knows when your connection turns off and will wait for it to get back before proceeding or will automatically pause itself if it takes a long time.
  • Multi accounts management: you don't have to worry about switching between your accounts, Dindo can handle that for you ๐Ÿ˜‰.
  • Integrated Path & Maps builder: easily create your own custom paths & farming maps.
  • Keyboard shortcuts.

Use Cases

  • Auto-connect to your Dofus account(s).
  • Move around the map & save time for long dungeon paths, paths pull requests are welcome ๐Ÿ™.
  • Farming & jobs (:construction: this part still needs to be improved, also, the bot cannot handle fights yet :warning:).
  • Automated actions like flood ๐Ÿ’ฌ.

Installation

First, clone this repository using git or just download & unzip it:

git installation
  sudo apt install git
git clone https://github.com/AXeL-dev/Dindo-Bot.git

Then, open a terminal & launch the installation script as below:

cd /path/to/bot
chmod +x install.sh
sudo ./install.sh

Once installed, you can run the bot from your app launcher or using the command below:

dindo-bot

Tutorials

To Know

  • You cannot use your computer for something else while Dindo is running.
  • Since the bot simulates normal human behavior, you have less chances to get spotted by the Anti-bot (less is not 0).

Tips: For more safety, try changing bot paths from time to time.

  • The main goal of this bot is to simplify repetitive tasks and reduce boredom during your gameplay.
  • We do not encourage multi-boting and do not support it anyway (it destroys the server economy ๐Ÿ˜ฌ).
  • Windows & Mac OS are not yet supported #1 #8.

Version History

Contributing

Want to contribute? Check the todo list. You may also read the contributing guidelines.

License

Dindo-bot is licensed under the MIT license.

About

:robot: Farming bot for Dofus game

License:MIT License


Languages

Language:Python 99.4%Language:Shell 0.6%