View Single Post
  #11  
Old 21-02-2006, 01:09
DABhand DABhand is offline
Banned
 
Join Date: Nov 2004
Location: Near my PC
Posts: 5,406
Thanks: 0
Thanked 3 Times in 3 Posts
DABhand is on a distinguished road
Quote:
Originally Posted by DRAGoN.X
I've looked into some of the game, nothing so far. It's easy to find out the credits adress, but I have yet to find a way to freeze them. I tried no-oping the adress (cause ya never know it could be that easy) but no luck, the money just keeps on getting drained/going up.

But I just got the game, and I'm no expert (and I like to play it and that gets in the way of making a trainer ) so I'll attempt to do the best I can.

Edit: The next thing I think I'll try is setting a BP on one of the credits adress. I guess thats the next logical step.

Edit2: Also, it seems that no matter what I search for (like build %, etc) I can find the adress, but I can't freeze it. Whether I no-op it, or just plain freeze it I can't get it to freeze. Any suggestions on that?

The addresses you find are stack addresses, ESP is a stack register, so you will have to set a break point on the stack, and watch it, also further on there is a fcomp instruction, which also checks the value in the stack with a value it already calculated if they arent the same then the other value takes over.

Like in other games like Fable, there is a check value for either player or NPC. Finding that could help you, not to mention then you could concentrate on the health meters etc.
Reply With Quote