• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Programmer Creating a Tibia Bot in Linux

Ascendia

Premium User
Premium User
Joined
Nov 23, 2008
Messages
1,865
Reaction score
123
Looking for someone well versed with reverse engineering, Linux OS and C#/C++ programming to build a simple tibia bot, mostly used for healing, switching amulets and rings. We can discuss details in private. Your time is not free, so you will also receive payment for your task.
 
You realize despite the fact u dont have battleeye on linux they can still see youre on linux ?
 
You realize despite the fact u dont have battleeye on linux they can still see youre on linux ?

Well does it matter if they can see that im on linux if they cant tell that im cheating? Or do you mean something else? Care to elaborate please? :)
 
Well does it matter if they can see that im on linux if they cant tell that im cheating? Or do you mean something else? Care to elaborate please? :)
They can still easily enforce a check for autoheal via very simple script while u in depo and ban you
Anyhow this all can be achieved with pixel search
 
They can still easily enforce a check for autoheal via very simple script while u in depo and ban you
Anyhow this all can be achieved with pixel search

But people have been banned used pixel bots aswell? Do you know any users that have been banned on linux while using illegal software for a fact or where does this information come from?

What they can do and what they will do is very different things.

@edit
Read this
 
Last edited:
Has there been any progress on this? I am working on a Tesseract/OCR script for auto mana/health but am thinking forward to developing a cavebot. Would love to chat with someone who has more exp in this (coding).
 
But people have been banned used pixel bots aswell? Do you know any users that have been banned on linux while using illegal software for a fact or where does this information come from?

What they can do and what they will do is very different things.

@edit
Read this
you can easily do something in autohotkey autoit or even in c++ or other languages search for a open source project like"linux bot for tibia github" GitHub - lucasmonstrox/PyTibia: 🤖 Fastest Tibia PixelBot. A great bot for Auto, Cavebot, Healing, Macro, Refill, Targeting and Training! (https://github.com/lucasmonstrox/PyTibia) or similar and adapt it to your suits
 
It's so easy to make a bot for real Tibia on Linux. All you really need is xdotool and tesseract. You can multi-client out of the box, too. However to not accidentally send keypresses or mouse clicks to the wrong window, you can use Xephyr to open multiple desktop environments and each will have their own mouse and keyboard input, and you use xdotool to send the input to the Xephyr session rather than the individual Tibia client windows. Works really well and I'm able to bot 10+ characters at once with mouse and keyboard simulation, without interfering with each others. Just a simple bash script. You don't need anything else really.
 
It's so easy to make a bot for real Tibia on Linux. All you really need is xdotool and tesseract. You can multi-client out of the box, too. However to not accidentally send keypresses or mouse clicks to the wrong window, you can use Xephyr to open multiple desktop environments and each will have their own mouse and keyboard input, and you use xdotool to send the input to the Xephyr session rather than the individual Tibia client windows. Works really well and I'm able to bot 10+ characters at once with mouse and keyboard simulation, without interfering with each others. Just a simple bash script. You don't need anything else really.
Why send keystrokes on linux at all?
 
Back
Top