Quote:
|
Originally Posted by DABhand
If anyone here wants to attempt one and has knowledge in making a trainer, ill give you a starter for cash in game, its for the 1.2 patch.
At the following address there will be this
56A991
FLD [ESP+10]
FMUL [esi+54]
etc etc (it might not have been FMUL maybe FADD cant remember off heart now :P)
The game credits are being pushed about in the register stack, but the following op codes after those may shed some light for you..
You may have to set a BP on the stack to find out where its being used.
|
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?