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 


AOB script without "add" or "sub"

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

Joined: 02 Jun 2020
Posts: 33

PostPosted: Wed Jun 17, 2020 7:35 pm    Post subject: AOB script without "add" or "sub" Reply with quote

I've been working on a cheat table, but when the value changes there are no "add" or "sub" opcodes unlike in the CE tutorial. How did those people manage to do it?
Back to top
View user's profile Send private message
happyTugs
Cheater
Reputation: 0

Joined: 23 Apr 2020
Posts: 26

PostPosted: Wed Jun 17, 2020 9:42 pm    Post subject: Reply with quote

Quote:
there are no "add" or "sub" opcodes unlike in the CE tutorial.

I think you have the misconception that there must be an 'add' or 'sub' opcode for every write to an address.

Generally, that's not the case; there are various representations of how a write to an address may look (most commonly involving the 'mov' instruction or its variations).

For example...

Code:
movss [rsi+4C], xmm0

inc [eax+4]

mov word ptr [rbx+14C],rcx

fstp dword ptr [edx+20]

dec [rax+4]

mov [eax+esi*4],ecx

_________________
This is a block of text that can be added to posts you make. There is a 300 character limit
Back to top
View user's profile Send private message
Csimbi
I post too much
Reputation: 98

Joined: 14 Jul 2007
Posts: 3349

PostPosted: Thu Jun 18, 2020 3:19 am    Post subject: Reply with quote

And let's not forget these:
Code:

mov [ebx],eax
mov [edi+ecx*8+20],eax


From what I've seen, add and sub are more often used with registers than addresses.
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 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