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 


[HELP] Change Group value using Script

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

Joined: 25 May 2020
Posts: 1

PostPosted: Mon May 25, 2020 11:08 pm    Post subject: [HELP] Change Group value using Script Reply with quote

I have managed to create a header/group using the assembly so I can script it.

I want this group to enable all children and set their values to 1 when it is selected.

I can do this easier by just enabling the options for the group where if it is selected then so are the children, and the children have the same value as the group.

The part I am stuck on is changing the value of the group the script is on, when it is enabled.

[ENABLE]
change value to 1

[DISABLE]
change value to 0
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4289

PostPosted: Tue May 26, 2020 10:04 am    Post subject: Reply with quote

Code:
{$lua}
if syntaxcheck then return end

[ENABLE]
for i = 0, memrec.Count - 1 do
  memrec.Child[i].Value = '1'
end

[DISABLE]
for i = 0, memrec.Count - 1 do
  memrec.Child[i].Value = '0'
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
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