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 


[SOLVED] Hotkeys in Lua

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

Joined: 16 Jul 2009
Posts: 10

PostPosted: Tue Jan 08, 2013 4:53 am    Post subject: [SOLVED] Hotkeys in Lua Reply with quote

I am a newbie in Lua scripting and I am puzzled in binding "mouse4" as a hotkey to trigger a script. I've already googled for it and I found two codes.
Code:
createHotkey(function1, VK_XBUTTON1)
createHotkey(function1, VK_XBUTTON2)


I tested the two codes above but none of them seems to be working well. Does anyone know how to fix/script the code properly?


Last edited by dslgee on Tue Jan 08, 2013 5:36 am; edited 1 time in total
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 458

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

PostPosted: Tue Jan 08, 2013 5:22 am    Post subject: Reply with quote

check engine doesn't know the integer numbers for VK_XBUTTON1 and VK_XBUTTON2

Add this to your defines.lua, or justy replace those constants with these values
VK_XBUTTON1 = 5
VK_XBUTTON2 = 6

_________________
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
dslgee
Newbie cheater
Reputation: 0

Joined: 16 Jul 2009
Posts: 10

PostPosted: Tue Jan 08, 2013 5:35 am    Post subject: Reply with quote

Dark Byte wrote:
check engine doesn't know the integer numbers for VK_XBUTTON1 and VK_XBUTTON2

Add this to your defines.lua, or justy replace those constants with these values
VK_XBUTTON1 = 5
VK_XBUTTON2 = 6

Thanks very much! I could now bind mouse4 sucessfully Very Happy
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