View previous topic :: View next topic |
Author |
Message |
x119 How do I cheat?
Reputation: 0
Joined: 04 Oct 2012 Posts: 9
|
Posted: Tue Oct 16, 2012 12:04 am Post subject: Hotkey for closing the process |
|
|
Hi, Is there any way that I can insert a hotkey that when I press that the process of cheatengine-x86_64.exe will close?
Thanks  |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25785 Location: The netherlands
|
Posted: Tue Oct 16, 2012 12:47 am Post subject: |
|
|
call closeCE() when the hotkey is pressed _________________
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 |
|
 |
x119 How do I cheat?
Reputation: 0
Joined: 04 Oct 2012 Posts: 9
|
Posted: Tue Oct 16, 2012 12:57 am Post subject: |
|
|
Dark Byte wrote: | call closeCE() when the hotkey is pressed |
Could you make a simple example?
I need something like that...
Code: |
function Close (hotkey)
call closeCE()
end
SetHotKey(Close, VK_F5)
|
THanks! |
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Tue Oct 16, 2012 5:37 am Post subject: |
|
|
Code: |
function Close()
closeCE()
end
createHotkey("Close", VK_F5)
|
_________________
|
|
Back to top |
|
 |
x119 How do I cheat?
Reputation: 0
Joined: 04 Oct 2012 Posts: 9
|
Posted: Tue Oct 16, 2012 6:01 am Post subject: |
|
|
mgr.inz.Player wrote: | Code: |
function Close()
closeCE()
end
createHotkey("Close", VK_F5)
|
|
Nope is not working...
I tried also
Code: |
function Close()
closeCE()
end
createHotkey(Close, VK_F5)
|
But the process is still opened!
Thanks anyway! |
|
Back to top |
|
 |
|