Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Needed Python and Libs to Run

  • Python 3.10.1

  • python -m pip install -r requirements.txt

Alert (!)

This bot is only for study purposes. Use it at your own risk of getting banned from Tibia.

Tibia bot (Beta)

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%)

Requirements & Installation

  1. Install Python 3.10.1.
  2. Clone this repository and open your terminal in the project directory.
  3. Create a virtual environment:
    python -m venv venv
  4. Activate the virtual environment:
    • Windows (PowerShell):
      .\venv\Scripts\Activate.ps1
    • Windows (CMD):
      .\venv\Scripts\activate.bat
    • Linux / macOS:
      source venv/bin/activate
  5. Install the required dependencies:
    python -m pip install -r requirements.txt
  6. Run the project:
    python run.py

How it Works

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

About

PixelBot automation for Tibia using PyAutoGUI's

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages