View Single Post
  #9  
Old 20-02-2006, 11:21
DRAGoN.X's Avatar
DRAGoN.X DRAGoN.X is offline
Senior Member
 
Join Date: Jul 2005
Location: Earth
Posts: 151
Thanks: 0
Thanked 0 Times in 0 Posts
DRAGoN.X is on a distinguished road
Send a message via ICQ to DRAGoN.X Send a message via AIM to DRAGoN.X Send a message via MSN to DRAGoN.X Send a message via Yahoo to DRAGoN.X
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?

Last edited by DRAGoN.X; 20-02-2006 at 11:27.
Reply With Quote