How to fix Cyrilic in Mu Client !

Results 1 to 3 of 3
  1. #1
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    How to fix Cyrilic in Mu Client !

    Hi gyiz does anyone know how to fix Cyrilic to 1.07x Clients :?
    Becouse i want to add a diffrent language to my Client :?!


  2. #2
    Account Upgraded | Title Enabled! chris05 is offline
    MemberRank
    Aug 2005 Join Date
    Vinhedo/SP - BrasilLocation
    501Posts

    Re: How to fix Cyrilic in Mu Client !

    zasmqniq,

    Do not know if I understood your question right ... But I believe if you follow the steps below you can solve your problem:

    1 - Open you main with Olly.

    2 - Go to offset 401000 and select Follow in Dump -> Selection.

    3 - In Dump Window, press CRTL + B and right in field HEX +00 the binaries:
    6A 00 6A 00 6A 00 68 BC 02 00 00 6A 00 6A 00 6A 00

    4 - In Disassembly Window, go to offset found.

    5 - Two offsets above will see the following function: mov edx,dword ptr ds:[XXXXXX]

    6 - Go to offset XXXXXX and select Follow in Dump -> Selection.

    7 - Then you see it in Dump Window: 81 00 00 00 01......

    8 - Change the value 81 by the desired locale.

    I dont know all Codes, but I know that:

    KOR - 0x81 (Korean)
    POR - 0xA0 (Portuguese/Brazil)
    JPN - 0x80 (Japan)
    VTM - 0xA3 (Vietnamese)
    CHS - 0x81 (Chinese)

    ==================

    Sorry my bad English....

  3. #3
    C/C++,PHP,HTML,Java,ASM zasmqniq is offline
    MemberRank
    Jan 2009 Join Date
    BulgariaLocation
    435Posts

    Re: How to fix Cyrilic in Mu Client !

    Thanks you for helping me!

    For Cyrilic Input is 01 you can find it easy in Graphic Source and i thin this is from BOR !

    Here it is for all Cyrilic Used Languages like bulgarian ^^


    Thanks you can the mod delete this topic its not nessesare anymore :)
    Last edited by zasmqniq; 18-04-11 at 08:15 PM.



Advertisement