This bot is only for study purposes. Use it at your own risk of getting banned from Tibia.
Some functions still not 100% and may have some bugs!
This program aims to automate functions in the Tibia game, such as:
- Autoheal (100%)
- Autoattack (100%)
- Autospells (100%)
- Autohur (100%)
- Autoeat (100%)
- Autoloot (80%)
- Keyboard Cavebot (0%)
- Mark Cavebot (0%)
- Install Python 3.10.1.
- Clone this repository and open your terminal in the project directory.
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
- Windows (PowerShell):
.\venv\Scripts\Activate.ps1
- Windows (CMD):
.\venv\Scripts\activate.bat
- Linux / macOS:
source venv/bin/activate
- Windows (PowerShell):
- Install the required dependencies:
python -m pip install -r requirements.txt
- Run the project:
python run.py
The bot works based on reading pixels on the screen from screenshots and after that, make some actions in your character.
For example:
- When your healthbar is less than 80%, use a healing spell
