Hello!
I have two problems and I've searched a lot about this, but still I can't fix it.
The first is to disable the Enter key in the selection of characters to fix BK / DL Bug. I found the following threads that talk about this:
- http://forum.ragezone.com/f82/fix-dl-bug-960467/
- http://forum.ragezone.com/f82/dl-bk-...ed-bug-849757/
- http://forum.ragezone.com/f82/creation-dll-file-925506/
- http://forum.ragezone.com/f82/dl-bug-2char-1-a-942491/
And there is a "mini-guide" to the user "2009x2014" (4Funer):
And other to make a DLL:1. Open main.exe using OllyDbg (main must be non protected / unpacked)
2. search for text string "init scene succes"
3. Scroll down and stop on bla bla 0D
4. Enter null or change (VK_RETURN (0D))
5. Save & protect your main With new serial.
I tried to do but can't find "0D", "VK_RETURN" or whatever...int *MAIN_STATE = (int*)OFFSET;
if (*MAIN_STATE == X) (X=Number of char screen main state)
< code for disabling enter > (Enter in vc++ = VK_RETURN)
.......
The second problem is the Font of my main. I just want to small the size and I don't know how.
Like this (my actual main S3):
To this (old main S2):
Here's download link of my main, I really appreciate if anybody can fix it or explains how i can do it, so that it will be useful to who are looking for this and need like me: https://mega.nz/#!ntBjFKrL!tZKF-fatU...9rV6KyP2WzT_QE








