Quote:
Originally Posted by [ADM]Minxii
Thank you hunny thats great to know but i actually want to keep the DB entries to check on statpadders. I have worked out the offset in The Game.exe but honestly i suck at Olly lol
For anyone who wants to know the address in Game.exe that is where the "death increase" is stored is [022A082C]. Someone has offered help but is busy atm but anyone else wanting to do this i believe it would be a game.exe edit and there is the address. I tried NOP the area but i cant seem to save after(again may be me being a dumbass with olly)
|
It's quite easy to do that, you have to work on 2 portions of code:
-go to 0054CE50. you will find:
Code:
MOV DWORD PTR DS:[21E4F6C],EDX
fill it with nop; it represents the code that set your death at login
-go to 0054CAD. you will find:
Code:
MOV DWORD PTR DS:[EAX*4+21E4F68],ECX
fill it with nop; it represents the code that increase your death at each toon death
That's all, i hope i have helped you!
I didn't read the last part of your post. For saving after modification:
Right click->Edit -> Select All
Right click again -> Edit -> Copy to executable