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!

Disable Enter Key (BK-DL Bug Fix).

Experienced Elementalist
Joined
Oct 30, 2010
Messages
294
Reaction score
9
Hello!

I have this problem a while and I could never solve until now followed a mini guide a user of this forum ("2009x2014" or "4Funer") and I want to share it as clear as possible for anyone can do.

It's necessary:

- Ollydbg (Download )
- Main clear (non protected).

1- Open main.exe using OllyDbg (main must be non protected / unpacked):
1.1- If appears the following message, press OK and F4 in Ollydbg:

N6vdcUE - Disable Enter Key (BK-DL Bug Fix). - RaGEZONE Forums


2.- Right clic and go to Search For > All referenced Text Strings.

dnSgyJG - Disable Enter Key (BK-DL Bug Fix). - RaGEZONE Forums


3.- Right clic and "Search for Text". Put "init scene succes" or "Character Scene" (make sure Entire Scope as enable).

sT0XoXU - Disable Enter Key (BK-DL Bug Fix). - RaGEZONE Forums


3.1.- Double Clic in the result (ASCII "> Character scene init success."):

kkgtMm7 - Disable Enter Key (BK-DL Bug Fix). - RaGEZONE Forums


4.- Scroll down, until "PUSH 0D"

5.- Press "Space" to edit and change for "PUSH 0". Now press ASSAMBLE.

mJhAgnM - Disable Enter Key (BK-DL Bug Fix). - RaGEZONE Forums


6.- Right Clic and "Copy To Executable" > "All modifications". Right clic again and "Save File".


Credits:
2009x2014 (4Funer)
 

Attachments

You must be registered for see attachments list
Back
Top