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 


Help: Changing adresses everytime when I restart game. But..

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
tgunver
How do I cheat?
Reputation: 0

Joined: 10 Feb 2013
Posts: 4

PostPosted: Sun Feb 10, 2013 7:14 am    Post subject: Help: Changing adresses everytime when I restart game. But.. Reply with quote

Hi,

I have stats on game. I wanted change that stats and I made it I found adresses byte and 4 bytes. if I change only byte adress it says sycn error and stops. so I have to change 2 adresses for 1 stat. Now my question is these adresses everytime changes when I restart game but these 8 digit adresses first 2 digit is always same. For byte adress eveytime starts with 0F for 4 bytes adress starts eveytime with 18. So which method shall I use to fix that adresses and save table so I will be able to get stats by load. or is there any method to find these correct adresses each time when I start cheatengine?

I tracked that adresses they look random to mee eveytime. for exp:

Byte
0F7F4967
0F78A469

4 Bytes
18834FA9
18834F10
Back to top
View user's profile Send private message
DaSpamer
Grandmaster Cheater Supreme
Reputation: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Sun Feb 10, 2013 9:41 am    Post subject: Reply with quote

Check in memory view..
Get 1 line of bytes with length with atleast 10-20 characters (just incase)
Then restart the game,
Get another line, with the same length
restart the game and get again line with array of bytes with length 20..
Now put all of them in a notepad (recommended to use notepad++)
And check what have changed and what didn't..
example
0F 7F 49 67
0F 78 8A 69
0F 7A 99 65
Now in this case you can see that
0F- never changes
so you do
0F ?? ?? ??
replacing all the changing values..
i use it when I can't make an aobscan for a ASM script (because theres plenty of them)

_________________
HEY Hitler
Do you get lazy when making trainers?
Well no more!
My CETrainer will generate it for you in seconds, so you won't get lazy! Very Happy

http://forum.cheatengine.org/viewtopic.php?t=564919
Back to top
View user's profile Send private message
tgunver
How do I cheat?
Reputation: 0

Joined: 10 Feb 2013
Posts: 4

PostPosted: Sun Feb 10, 2013 10:08 am    Post subject: Reply with quote

yes Im gonna do it now. If Im right only 2 characters changes. but not sure still. but however I am sure 0F and 18 never changes. is it enough to get a score or I need more "fixed" characters? by the way I am a newbie lol and thank you for reply



Flashacking wrote:
Check in memory view..
Get 1 line of bytes with length with atleast 10-20 characters (just incase)
Then restart the game,
Get another line, with the same length
restart the game and get again line with array of bytes with length 20..
Now put all of them in a notepad (recommended to use notepad++)
And check what have changed and what didn't..
example
0F 7F 49 67
0F 78 8A 69
0F 7A 99 65
Now in this case you can see that
0F- never changes
so you do
0F ?? ?? ??
replacing all the changing values..
i use it when I can't make an aobscan for a ASM script (because theres plenty of them)
Back to top
View user's profile Send private message
DaSpamer
Grandmaster Cheater Supreme
Reputation: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Sun Feb 10, 2013 10:46 am    Post subject: Reply with quote

You need more for my opinion..
Because you may find unwanted results..
Also at the second bytes
the 18 34 probably won't change if they haven't change yet..

_________________
HEY Hitler
Do you get lazy when making trainers?
Well no more!
My CETrainer will generate it for you in seconds, so you won't get lazy! Very Happy

http://forum.cheatengine.org/viewtopic.php?t=564919
Back to top
View user's profile Send private message
tgunver
How do I cheat?
Reputation: 0

Joined: 10 Feb 2013
Posts: 4

PostPosted: Sun Feb 10, 2013 11:08 am    Post subject: Reply with quote

I check last 3 times only for 1 stat and here is the acceleration stat last 3 codes.


18834F10 4bytes
0F99A469 byte

18724F10 4bytes
0F74A469 byte

18B74F10 4bytes
0FC1A469 byte

so only 3. and 4. characters are changing. so what now? Smile

Flashacking wrote:
You need more for my opinion..
Because you may find unwanted results..
Also at the second bytes
the 18 34 probably won't change if they haven't change yet..
Back to top
View user's profile Send private message
DaSpamer
Grandmaster Cheater Supreme
Reputation: 52

Joined: 13 Sep 2011
Posts: 1578

PostPosted: Sun Feb 10, 2013 11:34 am    Post subject: Reply with quote

Restart the game and do array of byte scan for:
0F ?? A4 69
(this is for the 1 byte.. check that you get only 1 result.. else you'll need much longer Array of byte, the longest array of byte I used was aroundt he 700 bytes.. which are 2100 characters (including space..))


for the second do..
18 ?? 4F 10 (you should get here 1 result too)..


Tip:
?? stands for unknow/don't care bytes... so theres can be any value.. C.E will still find it.

_________________
HEY Hitler
Do you get lazy when making trainers?
Well no more!
My CETrainer will generate it for you in seconds, so you won't get lazy! Very Happy

http://forum.cheatengine.org/viewtopic.php?t=564919
Back to top
View user's profile Send private message
tgunver
How do I cheat?
Reputation: 0

Joined: 10 Feb 2013
Posts: 4

PostPosted: Sun Feb 10, 2013 11:37 am    Post subject: Reply with quote

sorry if I ask something stupid but I want save that table and that 2 character must find auto everytime when I start game so I dont need try find adresses everytime. is it possible?

Flashacking wrote:
Restart the game and do array of byte scan for:
0F ?? A4 69
(this is for the 1 byte.. check that you get only 1 result.. else you'll need much longer Array of byte, the longest array of byte I used was aroundt he 700 bytes.. which are 2100 characters (including space..))


for the second do..
18 ?? 4F 10 (you should get here 1 result too)..


Tip:
?? stands for unknow/don't care bytes... so theres can be any value.. C.E will still find it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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