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 


How to ues Track Bar??

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

Joined: 12 Nov 2014
Posts: 1

PostPosted: Wed Nov 12, 2014 7:39 am    Post subject: How to ues Track Bar?? Reply with quote

my english is poor
but i will try to descripe it.

i want to make a trainer
and use track bar to let user change value.

my question is
how to make track bar link with address's value?
then,when user use track bar,he can change the value.

hope someone can help me.
Back to top
View user's profile Send private message
mgr.inz.Player
I post too much
Reputation: 218

Joined: 07 Nov 2008
Posts: 4438
Location: W kraju nad Wisla. UTC+01:00

PostPosted: Wed Nov 12, 2014 8:33 am    Post subject: Reply with quote

Possible solution:

Code:
UDF1.CETrackBar1.Max=250
UDF1.CETrackBar1.Min=40
UDF1.CETrackBar1.Position=200
UDF1.CETrackBar1.OnChange = "CETrackBar1Change"

al = getAddressList()
CarSpeedLimitMemrec = al.getMemoryRecordByDescription('CarSpeedLimit')
CarSpeedLimitMemrec.Value = UDF1.CETrackBar1.Position

function CETrackBar1Change(sender)
  CarSpeedLimitMemrec.Value = sender.Position
end



example.CT
 Description:

Download
 Filename:  example.CT
 Filesize:  1.09 KB
 Downloaded:  701 Time(s)


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