Search for health bar.

Started by matt123337, January 17, 2009, 03:34:13 AM

Previous topic - Next topic

matt123337

Im so stupid I cant even hake a simple heath hack (cant ever find the value)can some one help?

PS: I doesn't even tell you the heath it uses a stupid bar  :mad:

Romaap

watch Foxx's tutorial.

If its a bar it will most likely be an floating point value.

Almas

Go into a level with full health. Perform a search on an "Unknown" variable.
Lose a little health. Perform a search on "Less Than" "Last Value".
Repeat. Every now and then, don't lose health and then do a search for "Equal To" "Last Value". If you have means of gaining health, do that and throw in some "Greater Than" "Last Value".

You'll probably end up with a few results even despite this, and will have to poke around a little. Beware - with things like health there is often one float storing what the game is DISPLAYING your health as, and another one which contains the actual value of the health. If you end up with no results, try the 90000000-93800000 range.

If/When you find the value for Health (and have confirmed it with poking), go into "Pointer Search" and perform a Memory Dump.

Load up another level. Check to see if the location which previously stored health still stores it (it may if you're lucky). Otherwise, repeat the earlier parts of this post to find the value of the health on this level. Then go into Pointer Search and perform a Memory Dump in the other slot of this data. I forget the specifics of performing a pointer search but it's pretty straightforwards, and you can also mimic Dexter(?)s guide, which deals with them.

Codyk

k ill try this hope to god this works
for updates of codes ive released or am going to release follow my twitter http://twitter.com/12201



Codyk

heres th game im trying to hack take look and tell me wat i can do to get this done asyer
for updates of codes ive released or am going to release follow my twitter http://twitter.com/12201