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 


[HELP] scrip example for keyboard event

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
icsmoke+
Cheater
Reputation: 0

Joined: 31 Aug 2020
Posts: 32

PostPosted: Mon Nov 16, 2020 2:10 am    Post subject: [HELP] scrip example for keyboard event Reply with quote

Hello there, is there any script example for doing keyboard pressing alt+1 or alt+2 in lua script? i do searching but i cant find what i need
Back to top
View user's profile Send private message
MMM-304
Expert Cheater
Reputation: 0

Joined: 17 Aug 2020
Posts: 166
Location: Milkey Way

PostPosted: Mon Nov 16, 2020 5:45 am    Post subject: Reply with quote

Code:

keyDown(0x12)   --Alt Key Press and Hold
doKeyPress(0x31) --1 Key Press
keyUp(0x12)--Release Alt Key
Back to top
View user's profile Send private message
ByTransient
Expert Cheater
Reputation: 5

Joined: 05 Sep 2020
Posts: 240

PostPosted: Mon Nov 16, 2020 6:18 am    Post subject: Reply with quote

It can give some ideas.

Code:
function keyonprint1()
sleep(300)
print("key do press 1")
end

function keyonprint2()
sleep(300)
print("key do press 2")
end

if hotky1 then hotky1.destroy() end
hotky1=createHotkey(keyonprint1, 0x12, 0x31)

if hotky2 then hotky2.destroy() end
hotky2=createHotkey(keyonprint2, 0x12, 0x32)
Back to top
View user's profile Send private message
icsmoke+
Cheater
Reputation: 0

Joined: 31 Aug 2020
Posts: 32

PostPosted: Mon Aug 23, 2021 10:10 pm    Post subject: Reply with quote

thanks it works fine
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