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 


Change Float value

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

Joined: 29 Nov 2020
Posts: 5

PostPosted: Thu Dec 31, 2020 8:10 pm    Post subject: Change Float value Reply with quote

Hi, can someone figure this out?, i have
float value here and set it to dropdown list, what i want is
change the value using checkbox,
for example i have speed 2, 3, 4, 5
i use checkbox in form editor
using this code;

local mr=AddressList.getMemoryRecordByDescription('Speed')
mr.Value=2
local tag = sender.Tag;
if (tag == 0) then
sender.Tag = 1;
mr.Value=2
else
sender.Tag = 0;

end
CETrainer_CECheckbox2.State='cbUnchecked'
CETrainer_CECheckbox3.State='cbUnchecked'
CETrainer_CECheckbox4.State='cbUnchecked'
end


or

local al=getAddressList()
local i
for i=0, al.Count-1 do
if al[i].Description=='Speed' then
al[i].Active=true
al[i].Value=2
end
CETrainer_CECheckbox2.State='cbUnchecked'
CETrainer_CECheckbox3.State='cbUnchecked'
CETrainer_CECheckbox4.State='cbUnchecked'
end[b]


still not working, only check and uncheck works but the value still not changing

its disable because i use another button to enable them



11.JPG
 Description:
 Filesize:  8.54 KB
 Viewed:  813 Time(s)

11.JPG



_________________
Just a Passerby
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