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 


Creating an alarm for when my game characters hp drops

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

Joined: 01 Dec 2019
Posts: 1

PostPosted: Sun Dec 01, 2019 3:29 pm    Post subject: Creating an alarm for when my game characters hp drops Reply with quote

Hello, I'm kind of new to this cheat engine stuff but I was wondering if there was a way to create an alarm so if/when my characters health drops to a certain point, then I will to to bring my attention to the game. I've been farming in the game and sometimes my character dies. Is there a script or code I can make or one that can be provided? Thank you
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Sun Dec 01, 2019 3:40 pm    Post subject: Reply with quote

something like this lua code:
Code:

mr=AddressList.getMemoryRecordByDescription('Health')

t=createTimer()
t.Interval=1000
t.OnTimer=function(s)
  local v=tonumber(mr.Value)

  if v then
    if v<10 then
      speakEnglish("You are going to die! heeheeheeeee")
    end
  else
    speakEnglish("Looks like your game has crashed")
  end
end

_________________
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 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