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 


holding down a key in lua

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

Joined: 31 Oct 2020
Posts: 2

PostPosted: Sat Oct 31, 2020 8:33 pm    Post subject: holding down a key in lua Reply with quote

Is it possible to hold down a key in lua, for example 'a'? I don't mean pressing the key with doKeyPress(VK_A) and then looping it but actually holding it for a certain amount of time.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

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

PostPosted: Sun Nov 01, 2020 1:23 am    Post subject: Reply with quote

keyDown(VK_A)
_________________
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
terter99
How do I cheat?
Reputation: 0

Joined: 31 Oct 2020
Posts: 2

PostPosted: Sun Nov 01, 2020 8:53 am    Post subject: Reply with quote

I tried:

keyDown(VK_A)
sleep(5000)
keyUp(VK_A)

but that doesn't work. Is there anything else to consider?
Back to top
View user's profile Send private message
Corroder
Grandmaster Cheater Supreme
Reputation: 75

Joined: 10 Apr 2015
Posts: 1668

PostPosted: Tue Nov 03, 2020 12:09 am    Post subject: Reply with quote

I am also tried

Code:
count = 1

function _keydown()
 doKeyPress(0x0041)
 print('A has down')
 if count == 5 then
    print('A has up')
    t.Enabled = false
 end
 count = count + 1
end

t = createTimer()
t.Interval = 1000
t.Enable = true
t.Ontimer = _keydown

_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL
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 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