I having problems the money cheat, (i have downloaded version from ea with pach 1.5) after i get the money i can see the computer storming me with everything Units and more units with almost no stop it looks like the computer is also getting the money ( its like china invaded all i can see is every 10 30 seconds sea of units attaching me and its almost impossible to kill the enemy base as it immediately gets so many units i don't have the time to move up my enforcements. Plz help
If the money cheat was indeed affecting the enemy I feel like we would have heard it before now since the file has been downloaded and used by hundreds of members over the last two weeks. We'll certainly look into though. Depending on what type of game you're playing, the enemy can actually adapt to match your resources even though they're not getting any cheats. This might be what you're seeing.
--------------------------------------------------------------------------- Chris O'Rorke (chris@cheathappens.com) Co-Founder: Cheat Happens.com
Hmmm. The money cheat COULD be affecting the enemy as well, because in the skirmish game I was playing the enemy expanded WAY too quickly. But do realise that if you WERE playing with Brutal, the enemy DOES get 2X resources according to the game manual (I was playing with Hard)
--------------------------------------------------------------------------- Unofficial Popular Games Trainer And Cheat Tester -Cheat To Live, Live To Cheat.- Alienware Area 51 -Intel® Core™ i7 980X (3.33GHz, 12MB) -2x NVIDIA(R) GeForce(R) GTX480 1.5GB DDR5 SLI -6GB (3X2GB) DDR3 SDRAM 1333MHz Memory -Windows 7 64-bit -Creative X-fi Titanium -Razer -Steelseries
i want to make a comment regarding the money option in our traner(s). i say trainer(s) because not only my trainer(s), but the previous coder's trainer(s) all modified the exact same location in the game code:
xxxxxxx: ADD ECX,DWORD PTR DS:[EAX+4]
this code, which has changed locations slightly as each patch came out, has NOT CHANGED at all. in fact the function that is called is basically called by the graphic interface portion of the game, which is used to call up the player's resources and then display them on the little HUD on the upper right corner of the screen. So this code is only called by the graphics interface and it only calls for the player's (YOU) information. there is no need for the CPU or any other player's info since the graphics interface is only trying to display YOUR info in the HUD. this entire function remains unchanged from patch to patch. what this trainer and the other trainers is doing and has been doing all this time has not changed in this version. basically it is setting that memory location:
[EAX+4]
to a certain value (increase the money).
in my trainer it is adding 20,000:
ADD DWORD PTR DS:[EAX+4],EBX
where EBX is a LONG value for 20,000 (0x00004E20)
i have traced this location with a debugger in the past to see if the value of EAX+4 changes (i.e. this function is called by some other portion of the game, not just the graphics interface) which would indicate that the other players (CPU, etc.) are accessing this function and could potentially get the same bonus as the player, but it does not. I assume the previous trainer maker(s) did this as well. therefore, it seems implausible that after 5 patches the game suddenly calls this function for the enemy as well. however, i will re-install the game and test it again when i get a moment.