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 


Arithmetics in the address input field

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

Joined: 03 Oct 2014
Posts: 84

PostPosted: Tue Apr 10, 2018 11:49 am    Post subject: Arithmetics in the address input field Reply with quote

// unicode text
Code:

[strings_address + 0xC * [24_address + 24_row_size * wordptr[F5_address + F5_row_size * word_ptr[EE_address + EE_row_size * word_ptr[EC_address + EC_row_size * (0x3 - 0x1) + 0x10] + 0xA] + 0x4]]] -> 'Loki'


Problem is one of the 'index' values is off by 1.

Code:

F5_address + F5_row_size * word_ptr[EE_address + EE_row_size * word_ptr[EC_address + EC_row_size * (3 - 1) + 0x10] + 0xA] + 0x4  -> 20

20-1


so I need to do a -1 to that intermediary value in the expression above


HOW DO I DO THIS ?
Because the expression I've tried bellow doesn't evaluate .. '??'

Code:

[strings_address + 0xC * [24_address + 24_row_size *    ( wordptr[F5_address + F5_row_size * word_ptr[EE_address + EE_row_size * word_ptr[EC_address + EC_row_size * (0x3 - 0x1) + 0x10] + 0xA] + 0x4]  - 0x1 )            ]]
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions 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