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 


disable script/table based on value

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

Joined: 20 Dec 2020
Posts: 2

PostPosted: Thu Dec 31, 2020 7:30 pm    Post subject: disable script/table based on value Reply with quote

how to disable script/table based on value

for example if a value is 0 then script/table enabled
if value +1 then disable script/table
Back to top
View user's profile Send private message
noobes
Advanced Cheater
Reputation: 0

Joined: 17 Dec 2018
Posts: 89

PostPosted: Tue Jan 05, 2021 5:08 am    Post subject: Re: disable script/table based on value Reply with quote

CHEAT EXE wrote:
how to disable script/table based on value

for example if a value is 0 then script/table enabled
if value +1 then disable script/table


I Didn't understand exactly what you meant, if you were thinking of something else than what I've done there, let me now.
Code:
local script = getAddressList().getMemoryRecordByDescription("Script_to_enable") -- getting the script (you want to enable or disable) by its description

local based_value= getAddressList().getMemoryRecordByDescription("Flight_Address_With_Value") -- getting the "based value" as you needed : how to disable script/table based on value

function CheckTheThing()
if based_value.Value == "20" then
script.Active = true -- enable the script, if you want you can even call print to be sure
else
script.Active = false -- disable the script
end
end

CheckTheThing()
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