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 


Example of Toggle Image (ON-OFF) (.CT)

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
AylinCE
Grandmaster Cheater Supreme
Reputation: 32

Joined: 16 Feb 2017
Posts: 1251

PostPosted: Wed May 10, 2023 8:13 am    Post subject: Example of Toggle Image (ON-OFF) (.CT) Reply with quote

Just a simple approach to order.
It's free and open to editing.

Download CT: https://www.mediafire.com/file/yfaqe669ntcvrhp/Togle_Image1.CT/file



For use in your hack script try:


Code:
TggTbl.TggImg1.OnClick=function()
 if img1Ops==0 then
--your "ENABLED" hack code..
  ToggleOnClick(TggTbl.TggImg1,"ON")
  img1Ops=1
 else
--your "DISABLED" hack code..
  ToggleOnClick(TggTbl.TggImg1,"OFF")
  img1Ops=0
 end
end


-- or
Code:
getMemRecByDesc = getAddressList().getMemoryRecordByDescription

TggTbl.TggImg1.OnClick=function()
 if img1Ops==0 then
    CheatEntry=getMemRecByDesc("Script 1")
    CheatEntry.Active=true
    ToggleOnClick(TggTbl.TggImg1,"ON")
    img1Ops=1
  else
    CheatEntry=getMemRecByDesc("Script 1")
    CheatEntry.Active=false
    ToggleOnClick(TggTbl.TggImg1,"OFF")
    img1Ops=0
  end
end

_________________
Hi Hitler Different Trainer forms for you!
https://forum.cheatengine.org/viewtopic.php?t=619279
Enthusiastic people: Always one step ahead
Do not underestimate me Master: You were a beginner in the past
Back to top
View user's profile Send private message Visit poster's website 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