| Zhoul Master Cheater
 
 ![]() Reputation: 1 
 Joined: 19 Sep 2005
 Posts: 394
 
 
 | 
			
				|  Posted: Mon Oct 24, 2005 2:53 pm    Post subject: |   |  
				| 
 |  
				| Firstly, I don't really like 'helping' people cheat in a multi-player game, as it takes away from people other then ones self.  (in fact, i've seen some great games rise and fall, just beacuse people decided they needed what no one else had). 
 That aside:  One way people cheat in multiplayer games, is by using a proxy/packet sniffer to filter/modify values as they're passed to the server.  This may be how other people are able to get around certain memory tricks the game designers add.
 
 That aside:  If its working sometimes, but not others, theres a good chance you're doing something in game, which makes the address direct to a new one, i.e. reloading, changing weapons, etc.
 
 There still must be 1 'pointer' address that points to the value however, and that's most likely what you have to find.
 
 Once you get the address for the value, search for that address (doing a 4 byte hex search).  It's possible that there will be other data that matches that address (purely by chance) so dont get all excited when you think you've found it.
 
 Next, add a new address to the table, set as a pointer.  (If you want more info on pointers, read the cheat engine documentation.  Also, The memory scanner ArtMoney has further documentation on them).  Pointers can also go several levels deep.  That is, there may be a base address which points to another address, which points to another address which points to another address which points to the final value.  You'll know this is the case, if the pointer works longer, but still doesn't work always.
 
 Lastly : Use my info for good, and try not to piss anyone off =) (hell, who am I kidding... Look at Einstein /grin)
 |  |