Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

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