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 


i have question this is possible?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
nicebro2
Newbie cheater
Reputation: 0

Joined: 07 Jun 2016
Posts: 22

PostPosted: Sat Jun 11, 2016 6:54 pm    Post subject: i have question this is possible? Reply with quote

my table is


i have 2 pointer address

i want another frezze interval

example : A adress frezze interval :200
B adress frezze interval :1

you understand?

is it possible?
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Sat Jun 11, 2016 8:00 pm    Post subject: Reply with quote

Code:
local list = getAddressList()
myaddress1 = list.getMemoryRecordByDescription("record 1 name")
myaddress2 = list.getMemoryRecordByDescription("record 2 name")

mytimer1 = createTimer(nil, false)
mytimer1.Interval = 200000
mytimer1.OnTimer = function(timer)
  myaddress1.Value = 0
end
mytimer1.Enabled = true

mytimer2 = createTimer(nil, false)
mytimer2.Interval = 1000
mytimer2.OnTimer = function(timer)
  myaddress2.Value = 100
end
mytimer2.Enabled = true
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