Stellow
C++/C#/PHP/LUA
Id like to work on a custom client for my server, and I believe in order to nullify bots, you need to understand how they work.
Anywone has any tips?
Anywone has any tips?
Packets, Proxies and Keyboard Strokes / Mouse clicks.
When packets handling, it's just a program sending a packet over the client (e.g; chatting).
There's a whole more info about this in TPForums (but do not know if it's legal to post about it)
Id like to work on a custom client for my server, and I believe in order to nullify bots, you need to understand how they work.
Anywone has any tips?
You know how to change the packet the tibia client will send to the server? For example, the server catchs the hex 0X14 as moving player north or something like that, then, the client must be sending this packet. Do you have idea how to localize it in Hex editor or oddyg, and change its number?