08-20-2015, 01:17 AM
(08-19-2015, 11:01 PM)Bbotone Wrote: a lot of text
Hello,
1. Monitoring the packets:
This is the harder way, you need to write a proxy by yourself and do all the encryption/decryption. Unless you inject code into Tibia's packet algorithms (so you can have them decrypted).
2. Memory:
This is the easier path, you could try Nick Cano's book (XenoBot owner), it`s very good: https://www.nostarch.com/gamehacking It's in early access. Also, you have to use the tool to understand it, I would recommend Cheat Engine, do the tutorial
After learning how to use memory analysis tools, you will want a stronger language than AutoIt, you probably can do what you want with AutoIt, but I would recommend something far stronger: C/C++/Python (my preferred at the moment), .NET...
Good luck =]