View previous topic :: View next topic |
Author |
Message |
loopax How do I cheat?
Reputation: 0
Joined: 22 Sep 2019 Posts: 3
|
Posted: Sun Sep 22, 2019 8:13 am Post subject: hotkeys |
|
|
I have 2 applications, exe1, exe2 lets call them.. I am trying to find a way to have the speedhack on both applications by using 2x instances of CE. The problem is if i press the shortcut keys .. it applies in both CEs... how can i have separate hotkeys saved for each CE instance? Thanks
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25800 Location: The netherlands
|
Posted: Sun Sep 22, 2019 8:19 am Post subject: |
|
|
Create a second admin account and then shile holding shift rightclick the CE launch icon and choose "run as different user and give the details of that users
Alternatively, instead of using the hotkeys in CE's settings use lua to create hotkeys at runtime
_________________
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 |
|
 |
loopax How do I cheat?
Reputation: 0
Joined: 22 Sep 2019 Posts: 3
|
Posted: Sun Sep 22, 2019 8:28 am Post subject: |
|
|
ok, thanks. I figure it out by installing 2 difference CE versions the hotkey settings arent shared.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25800 Location: The netherlands
|
Posted: Sun Sep 22, 2019 8:37 am Post subject: |
|
|
they are
_________________
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 |
|
 |
Csimbi I post too much
Reputation: 97
Joined: 14 Jul 2007 Posts: 3325
|
Posted: Tue Sep 24, 2019 2:07 am Post subject: Re: hotkeys |
|
|
loopax wrote: | I have 2 applications, exe1, exe2 lets call them.. I am trying to find a way to have the speedhack on both applications by using 2x instances of CE. The problem is if i press the shortcut keys .. it applies in both CEs... how can i have separate hotkeys saved for each CE instance? Thanks |
Precisely why I made this script - often times I have 3 CE instances running
Enable this script in the CE instance where you want to disable hotkeys.
Code: | <?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>118</ID>
<Description>"-- Disable CE HotKeys LUA script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
{$lua}
getHotkeyHandlerThread().State='htsDisabled'
[DISABLE]
{$lua}
getHotkeyHandlerThread().State='htsActive'
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
|
|
|
Back to top |
|
 |
loopax How do I cheat?
Reputation: 0
Joined: 22 Sep 2019 Posts: 3
|
Posted: Tue Sep 24, 2019 4:37 pm Post subject: |
|
|
@DarkByte.. yes.. just on first usage was different hotkeys for each CE, until i restarted the CE
thanks Csimbi
|
|
Back to top |
|
 |
|