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 


Is it possible to somehow change this window?

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

Joined: 19 Apr 2023
Posts: 31

PostPosted: Tue Oct 31, 2023 5:22 pm    Post subject: Is it possible to somehow change this window? Reply with quote

I would like to add a filter to this window to remove unnecessary addresses, for example I would like to display addresses with values ​​​​greater than 100. Besides recompiling Cheat Engine, are there other ways to do this?


cas.png
 Description:
 Filesize:  27.49 KB
 Viewed:  925 Time(s)

cas.png


Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Tue Oct 31, 2023 6:35 pm    Post subject: Reply with quote

Inject code at that instruction and create a filter yourself. Example:

Code:

//code above

newmem:
cmp [esi+4],#100
jle filter
mov edi,[esi+4]  //right click on this instruction to see what addresses it accesses
jmp return

filter:
mov edi,[esi+4]
jmp return

//code below
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4700

PostPosted: Tue Oct 31, 2023 6:35 pm    Post subject: Reply with quote

Memory Viewer -> View -> Breakpointlist
Right click the breakpoint and set/change condition
The exact condition you use depends on the instruction
(if the breakpoint is lagging the game, this won't help speed it up)

_________________
I don't know where I'm going, but I'll figure it out when I get there.
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