Codes in MEM2 Help

Started by memorris, August 19, 2008, 04:06:47 PM

Previous topic - Next topic

Black_Wolf

yeah memorris is exactly right, in many games, there is an adress for the ON SCEEN score, and an addresses for the ACTUAL score (one generally leads to the other though, if you follow the code). Poking the on screen address, will simply make it FLASH to what you poked, and then flash back, because obviously there is a line of code that says

On Screen Score = Real Score

So changing the on screen without changing the real one won't do anything

Panda On Smack

Thanks guys, so how do I find the actual score? ;)

I want to understand what is happening so i dont have to pester people everytime :)

How did you find these addresses:

14c00740 001e0000
14b6a7fc 001e0000
14a1e1fc 001e0000

Cheers!

memorris

It was a long time ago when i done this game.
I Just held back with them because i was unsure about mem2
I wood give you the code but that is no fun for you but i will
not put it up.I have some codes up at the moment.
Plus i am learning other things to.Like c++ and ASM.
But it is a code which does not change until you have finished boxing.
So you have to what until the match is finished to see if you have the right code(not a on screen code)
So you will not see if the code has worked until the end.
The 1st code i found searching when i was boxing.
the 2nd and 3rd code when the score is up at the end where it gives the medals.
If you alter this codes
where it give you the score at the end the score dose not go up or down.You can alter it before you finish
and it will change.Some codes do not Chang until you finish but have to be poke before you finish.
I hope this help you.:)

:mad:    I hate spell checker...........:mad:

naed

#18
forget it just found my answer in another post