Hello!
Can someone tell me what I must modify in the client.exe code for changing the movements hotkeys? :ott1: I mean the keys: W A S D ...
I know that I should use ollydbg for this, but what are the lines for it? x)
Thx in advance :8:
Printable View
Hello!
Can someone tell me what I must modify in the client.exe code for changing the movements hotkeys? :ott1: I mean the keys: W A S D ...
I know that I should use ollydbg for this, but what are the lines for it? x)
Thx in advance :8:
Um try this. It should work and be much easier than editing the elementclient.exe
Download AutoHotkey from here ~> [url]http://www.autohotkey.com/download/[url]
Install AutoHotKey
Open up notepad and put
you can change the keybinds to what you want in the formCode:q::w
z::a
capslock::suspend
keyyoupress::whathappens
eg z::a means that when you press z it will act like you pressed the a key.
The capslock:suspend turns the AutoHotkey script on and of so that you can use your normal keys for chatting. It disables you capslock however so set it to a key you dont use
anyway save the script as a .ahk and run it
run perfect world and use your new keybindings.
You could place the script in your element directory and run a bat file like
[code]perfectworldkeyboard.ahk
elementclient.exe game:cpw console:1
exit[code]
and make you shortcut point to this instead.
anyway this should do until someone can find the data in the exe
--------------------------------------------------------
Btw if you want to use the enter key use this
This means that every time you want to chat just press the enter key and it will disable ahk while you chat. When you press enter to send the message it will disable it. It wont disable it however if you click so you may have to bind it somewhere else and use that or write a script if its possible to disable ahk when you click in the chatbox area.Code:q::w
z::a
enter::
suspend
Send {enter}
return
Are you triyed OllyDebuger?
Repeat: Are you triyed OllyDebuger?
--- up ---
someone have any idea how to modify client.exe for changing movement hotkeys? =|
up again............
Dead thread.... plz help T_T
waiting for 1.4.2 xD
Nope. I saw on a private server they have hex edit the elementclient.exe for changing movement key to be compatible for AZERTY keyboard.
But idk wich part of the hex code of the elementclient.exe i should edit for this.
Some pro's can help me?