lucasmonstro / PyTibia

πŸ€– Fastest Tibia PixelBot. A great bot for Auto, Cavebot, Healing, Macro, Refill, Targeting and Training!

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.

This BOT walks by keyboard and make human mouse movimentation.

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.

πŸ—ΊοΈ Features

Only available for knight/paladin

Features Done
Alerts ❌
Auto login ❌
Auto ring ❌
Auto server save ❌
Cavebot βœ”οΈ
Combo Spells βœ”οΈ
Drop flasks βœ”οΈ
Deposit gold βœ”οΈ
Deposit non stacked items βœ”οΈ
Deposit stacked items βœ”οΈ
Fish ❌
Food eater βœ”οΈ
Healing βœ”οΈ
Smart Targeting βœ”οΈ
Refill βœ”οΈ
Quick loot βœ”οΈ
Sell flasks ❌
Sell items ❌
Train ❌

⚽ 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

Install packages before continue

poetry install

⌨ Development

βš™ Running the app

poetry run python main.py

πŸ§ͺ Running tests

# unit tests
poetry run python -m pytest

βœ… TODO

  • Translate README for Spanish language
  • Add api docs
  • Add apidocs(github pages) deploy on CI
  • Add mypy
  • Add mypy to CI
  • Add unit tests to CI
  • Add screenshot adapter on linux
  • Apply statemachine pattern to manage tasks

πŸ‘· 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. You can enjoy our discord through the link https://discord.gg/TP4axAca6a

πŸ“ License

Copyright Β© 2023 lucasmonstro
This project is MIT licensed

About

πŸ€– Fastest Tibia PixelBot. A great bot for Auto, Cavebot, Healing, Macro, Refill, Targeting and Training!

License:MIT License


Languages

Language:Python 100.0%