Can anyone help me learn how to code Proxies Aimbots Autolooters?
Why do you even post here ? i said i want to learn maybe i wanna have it for reference when i get my java coding down.Quote:
ehmm, just 1 thing i noticed, why do you ask for something, of wich you allready know that you wont be able to do? =O
Like Data handling, Loops, Designing GUI's, Data Flow charting and Exception handling just for a start (* and thats still nothing with how to use the sockets, decrypt/encryt packets, packet structures and so on ;) *)Quote:
You need to learn a ton of other things before you should even think about doing something like this.
I'm starting to learn Java :O. So far I can pretty much only do limited stuff. Like Save data to a txt file and read one, etc. Pretty much just getting used to the Syntaxes and everything. Anyways, guessing you understand java :P, Could you explain, or at least try a little, how I could put tabs in my application? Haha, It's probably really easy but I'm over looking something.Quote:
Hmmmmm, good luck :)
(I'm not kidding, you'll need it.)
Seriously.
Hint: Get to know the cipher package of OpenSSL (written in C) and be able to understand at least some of it before you attempt to create a working proxy. Then, know how to translate or find one of those libraries written in Java (best language to START a proxy on) and be able to use them. THEN, learn how to store data correctly and how to manage these encryptions through a Diffie-Hellman key-exchange (:O did I say that out loud??!!). If you ACTUALLY manage to do that last sentence I'm almost certain someone will be willing to help you with the rest :P
Oh, this is all after you've had a course in Java and/or C++ and understand programming and TCP/IP sockets.