dkwannab712 How do I cheat?
Reputation: 0
Joined: 14 May 2010 Posts: 1
|
Posted: Fri May 14, 2010 5:33 am Post subject: [Question] Assembler Code Help - GodMode |
|
|
(My first post as I forgot the password to my old account T__T)
Ok, so I'm trying to make a Godmode hack for an online game, I've found the address that handles damage and I'm ready to make edits.
(Note: I've tried locking/freezing the value at 0)
I open up the code injector and this is the code in the address:
add byte ptr [eax], al
add byte ptr [eax], al
arpl dword ptr [eax], eax
I have a rough idea of what the code does, but I'm not quite sure how to edit it so i can obtain godmode (Note that I've tried changing it to NOP). All the attempts I've made so far have just resulted in the game crashing as soon as I touch a monster :\ (although it's perfectly fine before I touch the monster).
I'd really appreciate some help from some more experienced Assembly coders
The game uses AnhLab Hack Shield Protection (I'm not using CE - it's detected by the hackshield)
~Thanks
|
|