• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Enter key

Status
Not open for further replies.
Newbie Spellweaver
Joined
Apr 8, 2014
Messages
41
Reaction score
1
Hi guys who can help me how can i disable/deactive ENTER key when selecting character? Please help
 
Newbie Spellweaver
Joined
Nov 13, 2014
Messages
20
Reaction score
3
I don't think you can i think you haft to know some C++ knowledge to disable it from main.exe
 
Upvote 0
Custom Title Activated
Loyal Member
Joined
Dec 5, 2009
Messages
2,657
Reaction score
1,178
Open main.exe using OllyDbg find text string "Character scene init succes" & follow

You will see few offsets later PUSH 0D = Enter key, you can change to another key or NOP The code if ya know what you doing.

I don't think you can i think you haft to know some C++ knowledge to disable it from main.exe

Hello Dragonseth, nice multi account :]
 
Upvote 0
Newbie Spellweaver
Joined
Nov 13, 2014
Messages
20
Reaction score
3
Open main.exe using OllyDbg find text string "Character scene init succes" & follow

You will see few offsets later PUSH 0D = Enter key, you can change to another key or NOP The code if ya know what you doing.



Hello Dragonseth, nice multi account :]


Dragonseth??? I don't even know who you are 4FUNer
 
Upvote 0
Status
Not open for further replies.
Back
Top