View Single Post
  #10  
Old 01-05-2007, 11:08
pikachu5501 pikachu5501 is offline
Senior Member
 
Join Date: Oct 2006
Location: canada
Posts: 101
Thanks: 0
Thanked 1 Time in 1 Post
pikachu5501 is on a distinguished road
DABhand

Quote:
004024EB MOV [EAX+0C],EBX

Was the ghost value (updated screen value), then where did the value in EBX come from.

This is what you have to find out, and dig into the code more, especially above the code.

Perhaps you will see

MOV EBX, [EDX+8C] or something, which then would be safe to assume that the [EDX+8C] is the location of the real value for the life bar, with a bit of code injection you could force a value into it.
Sound easy for me.

The second time (the next day) i tried to find the value that was assossiated with the value, it was nowhere to be found. Funny. anyway.

Quote:
Also be aware that the real life bar value might be encrypted and the game uses XOR to get the real value, which then you will take a while to find out.
someone should be able to find something with "changed" and "unchanged" anyway and look in the region what changed when something appended and then so some calculation, no?

Quote:
Some life bars in games increase a value when losing life. So 0 would be a full bar, while 100 could mean no health left.
That i tried for sure.

Quote:
Keep searching
oh, i will. i like that.

Thank for all you good advices. I hope one day i will be able to return the favor.
Reply With Quote