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 


Hotkeys

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Wed Mar 27, 2013 8:15 pm    Post subject: Hotkeys Reply with quote

How can I set and hotkey that will increase an address constantly by 0.6 when its pressed*
And set its:
Keypoll interval
And
Delay between reactivating hotkeys
both to 35 ?

_________________
I'm rusty and getting older, help me re-learn lua.
Back to top
View user's profile Send private message Visit poster's website
Dark Byte
Site Admin
Reputation: 471

Joined: 09 May 2003
Posts: 25832
Location: The netherlands

PostPosted: Thu Mar 28, 2013 2:45 am    Post subject: Reply with quote

Create a timer with interval 35 and in there call isKeyPressed(key) for the keys that make up your botkey
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
daspamer
Grandmaster Cheater Supreme
Reputation: 54

Joined: 13 Sep 2011
Posts: 1588

PostPosted: Thu Mar 28, 2013 5:21 am    Post subject: Reply with quote

Well that was too easy .-.
If someone wondering..
[/code]function Hotkeys()
KeyA = isKeyPressed(VK_A)
KeyW = isKeyPressed(VK_W)
KeyD = isKeyPressed(VK_D)
KeyS = isKeyPressed(VK_S)
if KeyA==true then
print(1)
elseif KeyW==true then
print(2)
elseif KeyD==true then
print(3)
elseif KeyS==true then
print(4)
end
end

t=createTimer(nil, false)
timer_setInterval(t, 35)
timer_onTimer(t, Hotkeys)
timer_setEnabled(t, true)
Code:

_________________
I'm rusty and getting older, help me re-learn lua.
Back to top
View user's profile Send private message Visit poster's website
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