|
It's a mess so I hate suggesting it to people who know anything past basic coding but take a look at my proxy source I posted. It's in C# and should still work fine on the latest tq patches and will help you get a basic idea of how to fake packets.
Autoit is simply not a very effective system to use to write your hacks/bots with as you're quite limited. Using something such as C++, C#, Java or other full programming languages will open up far more options to you.
Basically you'll want to familiarize yourself with PACKETS (check my packet/proxy/bot sticky). Packet based bots (hooks or proxy) are the most common form of hack/bot on conquer and it's incredibly simple to write a bot using them. if you're more comfortable working with memory then you'll want to write a hook based bot to allow you to hook various functions inside the client itself.
For that you could check out hawtness' hook system he posted. It's a nice framework for you to use to learn with.
|