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 


Hotkey Script

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

Joined: 02 Dec 2014
Posts: 23

PostPosted: Sun Dec 21, 2014 6:21 am    Post subject: Hotkey Script Reply with quote

So i'm making a d3dhook trainer that worked.

"function CEButton1Click(sender)
d3dhook_setWireframeMode(true)
end"

Like that.

But I would like to have a hot key with the script.
So I could just click forexample N on the keyboard then wireframe activates.

Write down the script needed for that. Make the hotkey N.

Thanks!
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: Sun Dec 21, 2014 6:34 am    Post subject: Reply with quote

Use createHotkey(<function>, <keys>)
Code:

function CEButton1Click(sender)
  d3dhook_setWireframeMode(true)
end
createHotkey(CEButton1Click, VK_N)

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

Joined: 02 Dec 2014
Posts: 23

PostPosted: Sun Dec 21, 2014 7:02 am    Post subject: Reply with quote

Dark Byte wrote:
Use createHotkey(<function>, <keys>)
Code:

function CEButton1Click(sender)
  d3dhook_setWireframeMode(true)
end
createHotkey(CEButton1Click, VK_N)


Thank you. It only worked with setWireframeMode.

I'm trying to set hotkeys at this one

function CEButton3Click(sender)
d3dhook_setDisabledZBuffer(true)
end
createHotkey(CEButton3Click, VK_c)


But it doesn't work with setDisabledZBuffer... I've tried everything.
Any ideas?
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: Sun Dec 21, 2014 7:16 am    Post subject: Reply with quote

VK_c does not exist. use VK_C
_________________
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
Insecurely
Newbie cheater
Reputation: 0

Joined: 02 Dec 2014
Posts: 23

PostPosted: Sun Dec 21, 2014 7:30 am    Post subject: Reply with quote

Dark Byte wrote:
VK_c does not exist. use VK_C


Thank you very much. I appreciate it. I feel like a idiot now. Haha.
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