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 


Highlight memory value in memory view bottom pane

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

Joined: 27 Feb 2023
Posts: 59

PostPosted: Thu Mar 30, 2023 11:20 pm    Post subject: Highlight memory value in memory view bottom pane Reply with quote

Hey guys,

Is there a way to highlight one of the values in the bottom half of the memory view pane. I don't know if its possible to create a lua script that when a user right clicks on the one of the values a "Highlight this value" comes up or something similar.

Regards,
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

Joined: 09 May 2003
Posts: 25288
Location: The netherlands

PostPosted: Fri Mar 31, 2023 3:59 am    Post subject: Reply with quote

it's possible, but will cause a bit of a slowdown(cpu usage)

example:
Code:

mvf=getMemoryViewForm()
hv=mvf.HexadecimalView

hv.OnValueRender=function(sender, address, text)
  if address>0x00400500 and address<0x00400508 then
    sender.Osb.Canvas.Font.Color=clRed
    sender.Osb.Canvas.Brush.Color=clGreen
    --return 'RE'
  end
  return text
end


this will make the bytes between 00400500 and 00400508 red with a green background

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
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