coolsuperhackerstupidguyz Master Cheater
Reputation: 0
Joined: 03 Jun 2006 Posts: 498
|
Posted: Sat May 05, 2007 10:22 pm Post subject: I need some help hacking this game. :/ |
|
|
So I'm fooling around with a private server of an old game I used to play, R.O.S.E Online and I've been looking for some hacks to goof off with.
The server I'm on has no protection so I can freely use anything.
Here is what I need help on.
I'm trying to change the max HP value serversided since godmode is difficult to find. The HP constantly regenerates and there is no 'blink' mode for hits.
(That just gave me an idea, find regen rate and boost it up way high.)
So here is what I found.
Found address for client-side max HP.
1827136C - mov eax,[eax]
'Find out what accesses this address'
Here is what accesses ths address:
00476ca0 - array - movsx eax, word ptr [ecx+00000e18] (read)
004e1438 - array - mov [esi+00000e18],eax (write)
004e146e - array - mov [esi+00000e18],eax (write)
The last two addresses also write to the address and do not ever change, so I suspect those are what I should be focusing on.
What I want to know is:
What are they doing...
Adding e18 to esi everytime the max HP changes?
hex E18 is decimal 3,608, which probably means nothing but I have no idea.
What do you suggest I do with these addresses?
UPDATE::
I decided to work on my running speed also.
Found address:
182704EA - mov ch,01
Addresses that access:
0046e3a0 - array - mov ax,[ecx+000004e2] (read)
00474f64 - array - mov [esi+000004e2],eax (write)
00474f79 - array - movsx ecx, word ptr [esi+000004e2] (read)
004f1b55 - array - mov [esi+000004e2], edx (write)
004f1b79 - array - mov [esi+000004e2], edx (write)
Most of these address are close to together, so that hints they obviously work together...
What do I do here?
What does all this mean? :/
EDIT::
Going to bed, I'll check back and respond in the morning.
Gracias and I hope someone replies.
_________________
Add my xbox live gamertag to play Halo 3. (;
Too lazy to play ranked anymore and get to 50, so someone come and make me play ranked with them. ): |
|