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 


Using hotkey aob

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

Joined: 02 Jun 2011
Posts: 6
Location: Brasil

PostPosted: Mon Jul 15, 2013 4:26 pm    Post subject: Using hotkey aob Reply with quote

How can I make a script paracido this:

Code:
lastSpeed=1;

 function checkKeys(timer)
   if (isKeyPressed(VK_SPACE)) then
     if lastspeed ~= 1.5 then
       speedhack_setSpeed(1.5)
       lastSpeed=1.5
     end
   else
     if lastspeed ~= 1 then
       speedhack_setSpeed(1)
       lastSpeed=1
     end
   end

 end

 t=createTimer(nil)
 timer_setInterval(t, 100)
 timer_onTimer(t, checkKeys)
 timer_setEnabled(t, true)


To them instead, put a aob.
XX XX 10 XX 10 XX 10 XX
>
XX XX 11 XX 11 XX 11 XX
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