This is my own project, which I did about 2 years ( with breaks ).
My goal was to make this bot work on every OTS, what I was able to achieve.
The bot works externally, and its behavior is not completely predicted. There are randomized times, values, behaviors, etc..
It is possible to operate on a minimized window. We can do different things in between and it doesn't interfere with bot.
We can use the bot on multiple clients at once, and we don't have to worry about CPU or RAM consumption, as it is small.
The bot works by reading the RAM addresses of a process and based on the current state of the game image.
I leave the bot open source, I consider the project finished, most of it works, and if not you can boldly change it !
If you liked it or learned something from this project, please leave a star ⭐
- Needed Libs to Run
- Features Status
- Currently Works On
- How To Use
- Video Tutorial
- How To Add New OT Client
- How To Make Executable
- Auto Healing : ✔️
- Cave Bot : ✔️
- Target Bot : ✔️
- Auto Loot : ✔️
- Spell Attacker : ✔️
- Lure Monsters : ✔️
- Auto Training : ✔️
- Smart Hotkeys : ✔️
- Skin Monsters : ✔️
- Record Waypoints : ✔️
- Randomized Values : ✔️
- Stay Diagonal : ✔️
- Chase Target : ✔️
- AI ChatBot : ❔ Soon
- 7.4 Friendly : ❤️
- Timed Spells : ✔️
- Save Config : ✔️
- Load Config : ✔️
- Sort Loot : ✔️
- Multiple Bots : ✔️
- Labels : ❔ Soon
- Actions : ❔ Soon
- Medivia : ✔️
- TibiaScape : ✔️
- Miracle_DX : ✔️
- Treasura_DX : ✔️
- Dura_DX : ✔️
- Giveria : ✔️
- Tibiara DX : ✔️
Qucik Tutorial/Teaser on YouTube
Soon
If you want to make this bot executable version write this command in the console of the project.
pyinstaller --onefile --noconsole StartBot.py --name="EasyBot" --icon="Images/Icon.jpg"