| View previous topic :: View next topic |
| Author |
Message |
Modulus How do I cheat?
Reputation: 0
Joined: 30 Jul 2005 Posts: 6
|
Posted: Sat Feb 18, 2006 2:03 am Post subject: Changing value has no effect |
|
|
I've been noticing that in newer game I can sometime (and sometimes not) find the address for a variable I’m looking for. But when I freeze the address or try to write a different value the game changes value back and CE has no effect.
What causes this? What can I do to work around it?
On the most recent game I even found a instruction that altered the value, and I replaced it with a no-op but that also had no effect.
So what seems to be going on is that either I’m not finding correct address, or the game is somehow detecting that I’m trying to overwrite the memory and quickly changing it back faster than CE can overwrite it?
So what’s the deal? I tried searching the forums for a solution/tutorial but can’t seem to find anything.
I think it would be helpful if someone made a tutorial on how to use CE with these newer games that don’t play nicely.
Just in case you cared I’m trying to alter the cash in Star wars: Empire at War. |
|
| Back to top |
|
 |
hackaway916 How do I cheat?
Reputation: 0
Joined: 21 Feb 2006 Posts: 5 Location: sitting at the computer
|
|
| Back to top |
|
 |
unbroken How do I cheat?
Reputation: 0
Joined: 24 Feb 2006 Posts: 1
|
Posted: Fri Feb 24, 2006 5:55 pm Post subject: |
|
|
I'm messing around with SW:EAW right now myself. With the cash, change your search to a float and search for exact values from there.
The population limit is what's currently driving me crazy. |
|
| Back to top |
|
 |
Wez How do I cheat?
Reputation: 0
Joined: 25 Feb 2006 Posts: 2
|
Posted: Sat Feb 25, 2006 10:24 pm Post subject: |
|
|
Ive also had this issue.
I can find the memory addy i need for "jump", When i change the value (of the memory addy) it does nothing. And everytime i search for it, and see what writes to or read to that memory addy i get :
7c9106e - shr ecx, 02 = unsigned divide by 2 2 times
01ad21be - mov [ebx+ebp] ,edx
01c35060 - movdqq mm 0, [eax+08] =64bit bla bla
The first one always comes up when i debugg it to see what reads/writes to the addy - the other are somtimes diffrent. When i change the bottom 2 (Fill with code that does nothing) it takes away alot of the games shaders or rendering)
I know the value to look for and no that its a float. But unlike most of the other stuff in the game i know the jump feature is hidden in the game.dll and it must be stadic (or dynamic). Any help would be cool  |
|
| Back to top |
|
 |
N4TH4N How do I cheat?
Reputation: 0
Joined: 05 Mar 2006 Posts: 3
|
Posted: Sun Mar 05, 2006 9:42 pm Post subject: |
|
|
| Its because CE is a client side editor and some games store some memory on your computer, that is why you can hack those. The ones you cannot hack(well permanantly) are games that store all memory on the server, so the hacks you make will only effect it isually until next time you login. |
|
| Back to top |
|
 |
Wez How do I cheat?
Reputation: 0
Joined: 25 Feb 2006 Posts: 2
|
Posted: Mon Mar 06, 2006 12:21 pm Post subject: |
|
|
| Quote: | | Its because CE is a client side |
Yeah understood there .
But with the last patch of the game Im trying to hack i cant find the value i want in single player.
What was a Float value of 6.5 is not there, Found it with a text search PL_JUMP 6.5 but didnt really no how to change it, i think i did but there was no affect online or in single player mode (I figger jump is server side anyway) But why is it hidden still hidden in single player as its not server side.
Wonder if C/E can hex edite the game.dlls addy of the text address i found? |
|
| Back to top |
|
 |
|