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 


Plus('=') and minus('-') keys as hotkeys??

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

Joined: 06 Apr 2017
Posts: 10

PostPosted: Thu Apr 06, 2017 12:13 pm    Post subject: Plus('=') and minus('-') keys as hotkeys?? Reply with quote

This is a bit of a silly question, but I couldn't figure out how to use the "=" and "-" keys as hotkeys.

Code:
-- F hotkey
createHotkey(function1, VK_F)
-- + hotkey
createHotkey(function2, ??)
-- - hotkey
createHotkey(function3, ??)
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

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

PostPosted: Thu Apr 06, 2017 12:24 pm    Post subject: Reply with quote

easiest way to find out hotkeys is just add some hotkeys to cheat table entries and then paste them in notepad (or look them up online: https://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx )

anyhow, '=' is 187
'-' = 189

e.g based on this output:
Code:

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>0</ID>
      <Description>"No description"</Description>
      <VariableType>4 Bytes</VariableType>
      <Address/>
      <Hotkeys>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>187</Key>
          </Keys>
          <ID>0</ID>
        </Hotkey>
        <Hotkey>
          <Action>Toggle Activation</Action>
          <Keys>
            <Key>189</Key>
          </Keys>
          <ID>1</ID>
        </Hotkey>
      </Hotkeys>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

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

Joined: 06 Apr 2017
Posts: 10

PostPosted: Thu Apr 06, 2017 12:47 pm    Post subject: Reply with quote

That worked, thanks!
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