PDA

View Full Version : Hacking MMORPG



(8)Hollowman
26th November 2007, 18:45
I'm wondering the best way to go about doing this. Since most
of the useful coding is sent over the internet how does one go about altering this information. Is it possible to maybe figure out some parts of the code in order to add on your own program to alter this information? I'm sure I will get the use the search button but I have done so and still am not sure exactly how everything works. I have never hacked before, but I understand completely c++, perl, and little bit of java. I'm a computer science engineering major halfway through sophomore year. Just need a little help in the actual hacking technique. Thank you.

Sirmabus
28th November 2007, 05:07
You started a long path..
Start reading up on various system level stuff along the lines of API hooking, DLL injection, Debugging, etc.

You need to learn how to "reverse engineer".
You need to know to at least read, and probably do a little inline ASM too.

Look at the MPC's sister site "Game Deception", although the site mostly revolves around FPS hacks there is more technical information there.
Be it FPS, or MORPG games, a lot of the same stuff applies.

Also check out the "Cheat Engine" site.

(8)Hollowman
30th November 2007, 23:25
Thank you for pointing me in the proper direction!