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 


question about simple hot key in lua

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

Joined: 20 Jan 2018
Posts: 14

PostPosted: Thu Jan 25, 2018 4:00 am    Post subject: question about simple hot key in lua Reply with quote

hi, i have this simple code

Code:

function hola()
print("hello")
end

createHotkey (hola,VK_V)


and when i press key "v" the output window show 9 times in row the word hello, why?
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Thu Jan 25, 2018 4:35 am    Post subject: Reply with quote

could be the hotkey settings (settings->hotkey) have really low values (default is 100/100)

You can also override that on a per hotkey basis
Code:

function hola()
print("hello")
end
hk=createHotkey (hola,VK_V)

hk.DelayBetweenActivate=250

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

Joined: 20 Jan 2018
Posts: 14

PostPosted: Fri Jan 26, 2018 10:15 am    Post subject: Reply with quote

Dark Byte wrote:
could be the hotkey settings (settings->hotkey) have really low values (default is 100/100)

You can also override that on a per hotkey basis
Code:

function hola()
print("hello")
end
hk=createHotkey (hola,VK_V)

hk.DelayBetweenActivate=250


thanks darkbyte by response, yes it seems something with that because i am on laptop, maybe some incompatibility.
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