Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Need help keep values to stay

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
xxTYRANTxx
Cheater
Reputation: 0

Joined: 26 Jun 2006
Posts: 46

PostPosted: Wed Jul 12, 2006 2:54 pm    Post subject: Need help keep values to stay Reply with quote

ok i'm hacking shattered galaxy and what i did was took my money value scanned it found it and changed it to 99999999999 and froze it. it stays but when i close my profile it switches back to the old value so i search what accessed that address and i found:

code :005e1918 - 8b 86 74 05 00 00 - mov eax,[esi+00000574]
code :005e07b0 - 89 96 74 05 00 00 - mov [esi+00000574],edx

both of them under disassembler read as: copy memory
so i tried a nop to see if it would keep the frozen value there but all it did was crash the game does anyone got any suggestions?

_________________
Back to top
View user's profile Send private message
Glest
Master Cheater
Reputation: 0

Joined: 12 Jul 2006
Posts: 334
Location: The Netherlands

PostPosted: Thu Jul 13, 2006 3:47 am    Post subject: Reply with quote

code :005e1918 - 8b 86 74 05 00 00 - mov eax,[esi+00000574]
this one is probably reading, right?

code :005e07b0 - 89 96 74 05 00 00 - mov [esi+00000574],edx
and this one is writing.

So, you can stop the writing to it, or you can fake your money by changin the read instruction. To change the read instruction, open a code injection template for the adress of the read instruction. In "newmem:" put:

newmem:
mov eax,1869F //1869F is hexadecimal for 99999.
jmp exit

And done. When it reads it, it will always read 99999. This only works for that one read instruction. There might be more read instructions. You can change them all if you want...
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites