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 


If statement with certain values

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

Joined: 13 Jun 2016
Posts: 2

PostPosted: Mon Jun 13, 2016 1:09 pm    Post subject: If statement with certain values Reply with quote

Hello,

I would like to know if it is possible to code a script which pops up a messagebox or is giving an alert in any way when a certain integer value is reached. This would help me very very much Smile Thank you!!
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4289

PostPosted: Mon Jun 13, 2016 1:17 pm    Post subject: Reply with quote

Code:
checkIntT = createTimer()
checkIntT.Interval = 100
checkIntT.OnTimer = function(sender)
  if readInteger("1234ABCD") == 1000 then
    showMessage("Value of 1000 reached!")
    checkIntT.Enabled = false
    -- or use checkIntT.destroy() if you don't plan to reenable it later
  end
end

_________________
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
arbitrage
How do I cheat?
Reputation: 0

Joined: 13 Jun 2016
Posts: 2

PostPosted: Mon Jun 13, 2016 1:31 pm    Post subject: Reply with quote

Thank you very mutch Smile!!!
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 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