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 


How to add an event to a chosen address?

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

Joined: 18 May 2020
Posts: 2

PostPosted: Mon May 18, 2020 8:57 am    Post subject: How to add an event to a chosen address? Reply with quote

Hello. I found an address useful for my purposes. I put it on the list. I want it to be monitored while I continue to use the app processed by Cheat Engine. If the value of that address changes even for a few moments, I want a function that stores those changes to be called. It's possible?


Immagine.jpg
 Description:
Screenshot
 Filesize:  110.03 KB
 Viewed:  1123 Time(s)

Immagine.jpg


Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1667

PostPosted: Mon May 18, 2020 8:03 pm    Post subject: Reply with quote

Something like this?

Code:
local al = AddressList or getAddressList()
local currentVal = 8

function monitorValue()
 local mr1 = al.getMemoryRecordByDescription("Element")
 local changedVal = mr1.Value
 if changedVal ~= currentVal then
    print('Value has change from '..currentVal..' to '..changedVal)
    -- run your function here
    currentVal = changedVal
 end
end

t = createTimer()
t.Interval = 100
t.Enabled = true
t.OnTimer = monitorValue

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
Back to top
View user's profile Send private message
CheatMURT
How do I cheat?
Reputation: 0

Joined: 18 May 2020
Posts: 2

PostPosted: Tue May 19, 2020 5:22 am    Post subject: Thanks Reply with quote

Thanks. It looks perfect.

PS: strange that CheatEngine does not have a more practical solve.
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