All Projects → lucasmonstro → pytibia

lucasmonstro / pytibia

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pytibia

Kohii
Android Video Playback made easy.
Stars: ✭ 204 (+70%)
Mutual labels:  auto
Android-Touch-Helper
开屏跳过-安卓系统的开屏广告自动跳过助手
Stars: ✭ 488 (+306.67%)
Mutual labels:  auto
tibiawiki-sql
Python script that generates a SQLite database from TibiaWiki articles
Stars: ✭ 19 (-84.17%)
Mutual labels:  tibia
PengueeBot
Automation tool, visit our discord channel if you have anything to ask
Stars: ✭ 27 (-77.5%)
Mutual labels:  auto
linkedin-auto-connect
💥 An automation tool to automate the connection requests on LinkedIn
Stars: ✭ 87 (-27.5%)
Mutual labels:  auto
awake-heroku
A package help your heroku (https://heroku.com/) app is always runs . Wake up your heroku app !
Stars: ✭ 45 (-62.5%)
Mutual labels:  auto
Vue Infinite Slide Bar
∞ Infinite slide bar component (no dependency and light weight 1.48 KB)
Stars: ✭ 190 (+58.33%)
Mutual labels:  auto
MudaeAutoBot
python bot that uses strictly the **Discord API** to Roll,Claim,and Kakera Snipe in Mudae. 5/10/21 project converted over to discum library
Stars: ✭ 102 (-15%)
Mutual labels:  auto
WPWatcher
Wordpress Watcher is a wrapper for WPScan that manages scans on multiple sites and reports by email and/or syslog. Schedule scans and get notified when vulnerabilities, outdated plugins and other risks are found.
Stars: ✭ 34 (-71.67%)
Mutual labels:  auto
NabBot
Discord bot for Tibia servers
Stars: ✭ 51 (-57.5%)
Mutual labels:  tibia
auto-internet-letter
군바리 친구들을 위한 자동으로 편지 보내기
Stars: ✭ 14 (-88.33%)
Mutual labels:  auto
otclientv8
Clean, ready to use version of OTClientV8 - Alternative, highly optimized Tibia client
Stars: ✭ 201 (+67.5%)
Mutual labels:  tibia
samp-discord-plugin
SA:MP Discord Rich Presence plugin
Stars: ✭ 63 (-47.5%)
Mutual labels:  auto
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (-85.83%)
Mutual labels:  auto
SuperPuperDuperLayout
Super puper duper mega easy awesome wrapper over auto layout!!111!!1!!!1!!!11111!!!1!!
Stars: ✭ 14 (-88.33%)
Mutual labels:  auto
Babel Plugin React Intl Auto
i18n for the component age. Auto management react-intl ID.
Stars: ✭ 203 (+69.17%)
Mutual labels:  auto
OTBM2JSON
OTBM2JSON - A generic framework for programmatic modification of OTBM files.
Stars: ✭ 42 (-65%)
Mutual labels:  tibia
auto-async-wrap
automatic async middleware wrapper for expressjs errorhandler.
Stars: ✭ 21 (-82.5%)
Mutual labels:  auto
iSmartAuto2
✨全新思路✨ | iSmart 刷课工具,自动完成任务,一分钟一门课
Stars: ✭ 71 (-40.83%)
Mutual labels:  auto
auto-commit-msg
A VS Code extension to generate a smart commit message based on file changes
Stars: ✭ 61 (-49.17%)
Mutual labels:  auto

📝 Description

Fastest Tibia PixelBot developed in python to get unlocked fps.

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
  • Walk through keyboard
  • 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.12
  • Poetry >=1.2.0

Install packages before continue

poetry install

Development

Running the app

poetry run python main.py

# to test last experiments with mess code
poetry run python test.py

🧪 Running tests

# unit tests
poetry run python -m pytest

TODO

  • 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 © 2021 lucasmonstro
This project is MIT licensed

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].