Quote:
Originally Posted by fireTQ
Stupid question all this stuff on Console right ?
and i have that conquerProxy source 5228 i guess that help alot to let me know about how is proxy work like . ?
|
Actually that proxy works on the current tq patch without problems.
You can use it to login, sniff packets, etc w/o running into issues. Hell just changing 2-3 packet offsets will make it rather functional, then write your packets and bot/cheating codes and you're in business.
You NEED to understand what you're doing with coding first.
I'd disagree with the books idea though. I've never gotten much understanding from books as i need to be able to apply what i'm learning in order to understand. What i would do is research the BASICS of c (i have a ton of tuts i my siggy/link list and there are more on the forum) and then wory about more complex things such as packets, encryption, socket communication, user authentication and things you will need to know for writing a proxy. What i personally do is each thing i need to learn, i google. I read up on how it should be used, read some code examples and then i code a basic program (or 2-3 to make sure i know what i'm doing!) Using it.
Eg: make a simple chat program that communicates between 2 cllients... then change it to a server and multi user setup, try encrypting the data being sent between them. Basically just apply what you learn in small steps.
Once you are done that you can focus on the actual work of writing a proxy. I feel bad saying it seeing as i've made so much progress on mine but it's simply not something that will come easy. Hell writing the first version of my auto hunt code, i literally was coding for 14 hours without a break. These things take time and a TON of trial and error. Now personally it took so much time because i hadn't written this stuff before, was tired and wasn't familiar with tq's current security measures but still... lots of time.