evitarafadiga / PyTibia

Fastest Tibia PixelBot. A great bot for Auto, Cavebot, Healing, Macro, Refill and Targeting! (Ready To Global)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝 Description

Fastest Tibia PixelBot developed in python to get unlocked fps.

Read this in other languages: English, Brazilian Portuguese.

This BOT works locating image around the screen and applies cache to avoid image redetection and thus avoid excessive cpu/gpu usage.

This BOT is all based on matrix calculation, also applies parallelism and also pre-processing, as it is the only way to have maximum performance(nanoseconds/microseconds).

This BOT also uses data structure, arrays, path finding, among other important things to have smart decisions and gameplay.

I created this BOT to learn python, to stream on twitch, to make friends, to apply my knowledgments in deep learning, path finding, matrix, etc.

I'm not going to sell subscription to this BOT, but it will work on "global" and you can use it, it's at your own risk.

This BOT ins't ready yet, this BOT still under construction.

Be free to use any function to create your custom BOT or wait for the release of v0.

🗺️ V0 Features

Only available for knights

  • Cavebot ✔️
  • Healing ✔️
  • Spell ✔️
  • Target ✔️
  • Gameplay by keyboard ✔️
  • UI ⚠️

⚽ Goals

  • Detect every necessary information in the client in (milli/macro/nano)seconds
  • Control every pixel of the mouse to make human movements
  • Use convolutionals neural networks to detect relevant stuffs like blockable objects, dropped loots, etc
  • Use recurrent neural networks to use natural language processing to chat with others players
  • Crack kernel or put tibia working in a sub system to avoid BE detections
  • Make party gameplay
  • Make a guild gameplay, start a war and dominate a tibia server
  • Raise money and send $ to help my Venezuelan friends who are experiencing economic difficulties

🧰 Installation

Prerequisites

  • Python 3.9.13
  • Poetry >=1.2.0

Install packages before continue

pip install poetry
poetry install
poetry run task add-torch
poetry run task add-easyocr

⌨ Development

⚙ Running the app

poetry run python main.py

🧪 Running tests

# unit tests
poetry run python -m pytest

✅ TODO

  • Add spells combos
  • Add thread to eat food
  • Add training way
  • Add fishing way
  • Translate README for Spanish language
  • Add api docs
  • Add mypy
  • Add e2e tests into the tibia client
  • Add pytest-cov
  • Add python typings

👷 Authors

See also the list of contributors who participated in this project.

If you want to become a contributor, send a message to my linkedin.

❤️ Development inspiration

A special thanks to Murilo Chianfa, the owner of TibiaAuto12. I started this bot especially to overcome TibiaAuto12 slowdowns.

You can check the bot development at https://twitch.tv/lucasmonstrocs.

📝 License

Copyright © 2023 lucasmonstro
This project is MIT licensed

About

Fastest Tibia PixelBot. A great bot for Auto, Cavebot, Healing, Macro, Refill and Targeting! (Ready To Global)

License:MIT License


Languages

Language:Python 92.6%Language:TypeScript 6.8%Language:HTML 0.6%Language:JavaScript 0.1%