Unit Two, Part One: Introduction to packets and socket communication
Video will be uploading over the next little while.
Sorry for the guide portion of this unit being so short. I honestly feel though that until we get into logging and structuring tq packets (next unit) that I cannot cover packets any better than existing resources so I mostly just piled in some links for people to read though.
Video is much shorter although still rambling near the end as always xD
Unit 2 part 2 will be up sometime this week if I get bored and if not I'll get it done next week when I'm bored out of my mind stuck in the middle of no where.
I was going to write unit 2 part 2 earlier today but the encryption has changed so this proxy is now essentially useless.
If the encryption ever becomes public again I'll continue this project but for now it's on indefinite hold.
Best of luck guys.
PS: anyone who wishes to share the encryption (public or otherwise), I'd greatly appreciate it. I'll obviously respect the wishes of it remaining private if people wish.
COF here to save the day. It would appear much more than just the encryption was changed though (which we were unaware of which is why there were botjailings earlier).
with all the new stuff coming out in conquer will the guides here still be worked on ?
b/c i am not making a bot for real co i am wanting to make a bot for a private server
I threw together a version that uses memory hooks instead of using a proxy method (which bypasses encryption entirely).
If I have time this weekend I'll fix it up into a workable solution and post a side unit going over how the new framework operates and then release the next units using that as a base.
Seeing as we are dealing with packet based bots (and packet knowledge in general) the framework and how it works is of little importance to the units.
I`m doing a memory based bot as well now, though in C++. IMO if you use memory hooks you should convert the tutorials to C++, I mean, for me it seems a lot easier to do this in it.
I`m doing a memory based bot as well now, though in C++. IMO if you use memory hooks you should convert the tutorials to C++, I mean, for me it seems a lot easier to do this in it.
I have zero experience with C++ so trying to TEACH with it would be rather pointless.
Most of the coding that goes on in epvp is in C# and there is the fantastic hooking framework that hawtness released available for people so it still makes sense.
I'm mostly planing to go over packets and basic logical functions more so then anything language specific though so it should be easily translated for people into other coding languages.