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!

[Release] Main 1.04D with Unicode Support

Newbie Spellweaver
Joined
Oct 20, 2009
Messages
6
Reaction score
0
i tested on this Main
http://forum.ragezone.com/f197/main-gmo-104d-cracked-820090/


Code:
; this jmp will let you type chars above [0-9A-Za-z] in some Edit boxes Such as Character Name Box
004215A7     /74 23                 je short 004215CC                        ;  jmp

; no more "can not use symbol" msgs will show after fix these two bytes here 
00507AEA     /EB 72                 jmp short 00507B5E

; this is the Codepage, gb2312 is 936 = 0x3A8
00958BCC  |.  C742 04 E4040000      mov dword ptr ds:[edx+0x4], 0x4E4        ;  4E4 to 3A8


View attachment 108351

download link
! THIS MAIN IS ONLY FOR GB2312 page code 936, other lang should change the code page to yours.




Credits:
Code:
[B]chris05[/B] (Main Unpack & Crack)
[B]downuse[/B] (Unicode Support)
[COLOR="#EE82EE"]Please do not for commercial purposes[/COLOR]

Can someone please help me to change the codepage from GB2312="936" 3A8 to big 5 ="950" 3B6 based on this file ? Thx.
 
Last edited:
Back
Top