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 


Pls fix this short Code :/

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Keule
Cheater
Reputation: 0

Joined: 08 Aug 2012
Posts: 25

PostPosted: Wed Feb 12, 2014 8:04 am    Post subject: Pls fix this short Code :/ Reply with quote

Hello, i have a Script made by DaSpammer for autochanging Trackbar Positions and its working, but now i tried to do for my own and this is the Result...

It does simply -> NOTHING, and i cant get it fixed, so why the Hell it doesn't work?? -.- Sad

Code:

t4 = createTimer(nil, false); t4.Interval = 100; t4.onTimer = _HydraJ;
lastpos = nil

function hJumperChange(sender) -- properties code by form designer.. :/
  if UDF1.hJumper.Checked == 1 then
     UDF1.tClearanceA.Position = 7
     lastpos = UDF1.tClearanceA.Position;
     t4.Enabled = true;
   else
     lastpos = nil;
     t4.Enabled = false;
  end
end

function _HydraJ()
  if (lastpos == 7) then
      UDF1.tClearanceA.Position = UDF1.tClearanceA.Position + 1
     if (UDF1.tClearanceA.Position == 37) then lastpos = 37 end
   else
      UDF1.tClearanceA.Position = UDF1.tClearanceA.Position - 1
     if (UDF1.tClearanceA.Position == 7) then lastpos = 7 end
  end
end
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