Page 1 of 1

hex

Posted: 08 May 2006, 10:37
by n3rd
can some 1 tell me if there is a good tutorial out there that explains to me how to read hex code of online MMOPRGs?

thanks.

or how to decrypt them.

Posted: 08 May 2006, 13:18
by Gogeta70
Hex editing a game only works if the program you want to edit is on your computer and everything is stored client-side. Else, it's a waste of time. Of course, there are exceptions. Games that do store stuff server side will send edited values to be saved server side, but that's not for every game.

Posted: 08 May 2006, 23:18
by n3rd
mmm, but how do I read the packets that the game send to me, I only know that certain sizes of the packets stand for different actions.