[Help] Guide on client font

Results 1 to 19 of 19
  1. #1
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    idea [Help] Guide on client font

    hi any one can do a guide for how to become much bigger the text option of an items and others thanks ..

    Files: Muemu - season6 epi 3


  2. #2
    cMuServices cMu is online now
    MemberRank
    Jan 2017 Join Date
    462Posts

    re: [Help] Guide on client font

    Hmm, you can change the font in text.bmd - change there the first line. I think it’s Ariel as default, maybe put other font that “bigger”

  3. #3
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by cMu View Post
    Hmm, you can change the font in text.bmd - change there the first line. I think it’s Ariel as default, maybe put other font that “bigger”
    how i can change it if i will use toolkit silver then what about the text how will i change it do i need another software ?

  4. #4

    re: [Help] Guide on client font

    Quote Originally Posted by spacein View Post
    how i can change it if i will use toolkit silver then what about the text how will i change it do i need another software ?
    u just find a way to open text.bmd (toolkit or pentium tools cracked by xakumm or magic hand editor online - doesnt matter,wahtever works) then u search for Ariel and change it to something thats bigger
    like Comic Sans or Arial Black i dont know u have to experiment.

  5. #5
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by KarLi View Post
    u just find a way to open text.bmd (toolkit or pentium tools cracked by xakumm or magic hand editor online - doesnt matter,wahtever works) then u search for Ariel and change it to something thats bigger
    like Comic Sans or Arial Black i dont know u have to experiment.

    like this sir KarLi
    i want the text to become much bigger https://drive.google.com/open?id=15I...1dHde5MLPdpjg-

  6. #6

    re: [Help] Guide on client font

    Yeah try to change the Font text in text.bmd from Arial to Comic Sans MS and test

  7. #7
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by KarLi View Post
    Yeah try to change the Font text in text.bmd from Arial to Comic Sans MS and test
    not working sir can you share your tx bmd file if it ok sir

  8. #8

    re: [Help] Guide on client font

    if not working then is not working, i cant help you sorry

  9. #9
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by KarLi View Post
    if not working then is not working, i cant help you sorry


    its ok thanks sir for trying to help me

  10. #10

    re: [Help] Guide on client font

    u can also try to open main.exe with Ollydebugger if is not packed etc and search for CreateFontA or something like that in 'all referenced texts' and see if u can do something from there, but i thought its not complex like that.. @DragonSeth ? @RevolGaming @natzugen


    Plus 1 more thing in text_eng.bmd first line font is 'Gulim'
    change it to Arial or Comic Sans MS and see if changes :)
    Last edited by KarLi; 06-12-17 at 05:35 AM.

  11. #11
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by KarLi View Post
    u can also try to open main.exe with Ollydebugger if is not packed etc and search for CreateFontA or something like that in 'all referenced texts' and see if u can do something from there, but i thought its not complex like that.. @DragonSeth ? @RevolGaming @natzugen


    Plus 1 more thing in text_eng.bmd first line font is 'Gulim'
    change it to Arial or Comic Sans MS and see if changes :)

    thank you very much sir i try hard on this but not working i dont know why but thank you

  12. #12

    re: [Help] Guide on client font

    Quote Originally Posted by spacein View Post
    thank you very much sir i try hard on this but not working i dont know why but thank you
    Well it means its coded in Main.exe so yeah if someone else can help you who knows abt that wait for it, im sure its possible! dont give up searching anything.
    good luck

  13. #13
    0x4D696E68 myheart is online now
    MemberRank
    Jun 2017 Join Date
    356Posts

    re: [Help] Guide on client font

    Code:
    Hook CreateFontA, offset 1.04e
    
    0x004060D0 -> Bold
    0x004D2882 -> Regular
    0x004D28EB -> Bold
    0x004D2957 -> Bold
    0x004D29C1 -> Regular

  14. #14
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by myheart View Post
    Code:
    Hook CreateFontA, offset 1.04e
    
    0x004060D0 -> Bold
    0x004D2882 -> Regular
    0x004D28EB -> Bold
    0x004D2957 -> Bold
    0x004D29C1 -> Regular

    sir where i can find that ..

  15. #15
    0x4D696E68 myheart is online now
    MemberRank
    Jun 2017 Join Date
    356Posts

    re: [Help] Guide on client font

    deleted
    Last edited by myheart; 19-05-19 at 12:38 AM.

  16. #16
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by myheart View Post
    example:

    Code:
    HFONT Font1()
    {
    HFONT Font = CreateFontA(bla,bla,..); check microsoft MSDN
    return Font;
    }
    
    SetByte((0x004060D0 +5),0x90);
    SetCompleteHook(0xE8,0x004060D0 ,&Font1);

    what software i will used sir sorry i am new ..

  17. #17
    (づ。◕‿‿◕。) Natzugen is offline
    MemberRank
    Jun 2014 Join Date
    ElbelandLocation
    1,858Posts

    re: [Help] Guide on client font

    Font.cpp
    Code:
    //---------------------------------------------------------------------------#include "stdafx.h"#include "Util.h"#include "Font.h"//---------------------------------------------------------------------------Font gFont;//---------------------------------------------------------------------------char MyFontFaceName[100];char sValue[99];//--int Bold = GetPrivateProfileIntA("MainConfig", "Main_Font_Bold", 0, ".\\Config.ini");int Height = GetPrivateProfileIntA("MainConfig", "Main_Font_Height", 13, ".\\Config.ini");int Italic = GetPrivateProfileIntA("MainConfig", "Main_Font_Italic", 0, ".\\Config.ini");int Unicode = GetPrivateProfileIntA("MainConfig", "Main_Font_Unicode", 1, ".\\Config.ini");//--int Width = GetPrivateProfileIntA("MainConfig", "Main_Font_Width", 0, ".\\Config.ini");int UnderLine = GetPrivateProfileIntA("MainConfig", "Main_Font_Underline", 0, ".\\Config.ini");int Quality = GetPrivateProfileIntA("MainConfig", "Main_Font_Quality", 3, ".\\Config.ini");int StrikeOut = GetPrivateProfileIntA("MainConfig", "Main_Font_StrikeOut", 0, ".\\Config.ini");//---------------------------------------------------------------------------void Font::Load(){    GetPrivateProfileStringA("MainConfig", "Main_Font_Name", "Tahoma", MyFontFaceName, 100, ".\\Config.ini");    //--    SetCompleteHook(0xE8, Offset_CreateFontA1, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA2, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA3, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA4, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA5, &Font::LoadNewFont);    //--    SetByte((Offset_CreateFontA1 + 5), 0x90);    SetByte((Offset_CreateFontA2 + 5), 0x90);    SetByte((Offset_CreateFontA3 + 5), 0x90);    SetByte((Offset_CreateFontA4 + 5), 0x90);    SetByte((Offset_CreateFontA5 + 5), 0x90);}//---------------------------------------------------------------------------HFONT Font::LoadNewFont(){    HFONT MyFont;    //--    if (Bold == 0)    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    else    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    return MyFont;}//---------------------------------------------------------------------------
    Font.h
    Code:
    //---------------------------------------------------------------------------#pragma once//---------------------------------------------------------------------------#define Offset_CreateFontA1 0x004060D0#define Offset_CreateFontA2 0x004D2882#define Offset_CreateFontA3    0x004D28EB#define Offset_CreateFontA4 0x004D2957#define Offset_CreateFontA5 0x004D29C1//---------------------------------------------------------------------------class Font{public:    //--    Font(){};    ~Font(){};    //--    void Load();    HFONT LoadNewFont();    //--}; extern Font gFont;//---------------------------------------------------------------------------
    File .ini
    Code:
    [MainConfig]Main_Font_Name=Comic Sans MSMain_Font_Bold=0Main_Font_Height=15Main_Font_Italic=0Main_Font_Unicode=1Main_Font_Width=0Main_Font_Underline=0Main_Font_Quality=3Main_Font_StrikeOut=0

  18. #18
    Member spacein is offline
    MemberRank
    Nov 2017 Join Date
    93Posts

    re: [Help] Guide on client font

    Quote Originally Posted by natzugen View Post
    Font.cpp
    Code:
    //---------------------------------------------------------------------------#include "stdafx.h"#include "Util.h"#include "Font.h"//---------------------------------------------------------------------------Font gFont;//---------------------------------------------------------------------------char MyFontFaceName[100];char sValue[99];//--int Bold = GetPrivateProfileIntA("MainConfig", "Main_Font_Bold", 0, ".\\Config.ini");int Height = GetPrivateProfileIntA("MainConfig", "Main_Font_Height", 13, ".\\Config.ini");int Italic = GetPrivateProfileIntA("MainConfig", "Main_Font_Italic", 0, ".\\Config.ini");int Unicode = GetPrivateProfileIntA("MainConfig", "Main_Font_Unicode", 1, ".\\Config.ini");//--int Width = GetPrivateProfileIntA("MainConfig", "Main_Font_Width", 0, ".\\Config.ini");int UnderLine = GetPrivateProfileIntA("MainConfig", "Main_Font_Underline", 0, ".\\Config.ini");int Quality = GetPrivateProfileIntA("MainConfig", "Main_Font_Quality", 3, ".\\Config.ini");int StrikeOut = GetPrivateProfileIntA("MainConfig", "Main_Font_StrikeOut", 0, ".\\Config.ini");//---------------------------------------------------------------------------void Font::Load(){    GetPrivateProfileStringA("MainConfig", "Main_Font_Name", "Tahoma", MyFontFaceName, 100, ".\\Config.ini");    //--    SetCompleteHook(0xE8, Offset_CreateFontA1, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA2, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA3, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA4, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA5, &Font::LoadNewFont);    //--    SetByte((Offset_CreateFontA1 + 5), 0x90);    SetByte((Offset_CreateFontA2 + 5), 0x90);    SetByte((Offset_CreateFontA3 + 5), 0x90);    SetByte((Offset_CreateFontA4 + 5), 0x90);    SetByte((Offset_CreateFontA5 + 5), 0x90);}//---------------------------------------------------------------------------HFONT Font::LoadNewFont(){    HFONT MyFont;    //--    if (Bold == 0)    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    else    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    return MyFont;}//---------------------------------------------------------------------------
    Font.h
    Code:
    //---------------------------------------------------------------------------#pragma once//---------------------------------------------------------------------------#define Offset_CreateFontA1 0x004060D0#define Offset_CreateFontA2 0x004D2882#define Offset_CreateFontA3    0x004D28EB#define Offset_CreateFontA4 0x004D2957#define Offset_CreateFontA5 0x004D29C1//---------------------------------------------------------------------------class Font{public:    //--    Font(){};    ~Font(){};    //--    void Load();    HFONT LoadNewFont();    //--}; extern Font gFont;//---------------------------------------------------------------------------
    File .ini
    Code:
    [MainConfig]Main_Font_Name=Comic Sans MSMain_Font_Bold=0Main_Font_Height=15Main_Font_Italic=0Main_Font_Unicode=1Main_Font_Width=0Main_Font_Underline=0Main_Font_Quality=3Main_Font_StrikeOut=0


    how can i locate that sir sorry i dont know how thanks for help

  19. #19
    Member nhacker is offline
    MemberRank
    Sep 2015 Join Date
    91Posts

    re: [Help] Guide on client font

    Quote Originally Posted by Natzugen View Post
    Font.cpp
    Code:
    //---------------------------------------------------------------------------#include "stdafx.h"#include "Util.h"#include "Font.h"//---------------------------------------------------------------------------Font gFont;//---------------------------------------------------------------------------char MyFontFaceName[100];char sValue[99];//--int Bold = GetPrivateProfileIntA("MainConfig", "Main_Font_Bold", 0, ".\\Config.ini");int Height = GetPrivateProfileIntA("MainConfig", "Main_Font_Height", 13, ".\\Config.ini");int Italic = GetPrivateProfileIntA("MainConfig", "Main_Font_Italic", 0, ".\\Config.ini");int Unicode = GetPrivateProfileIntA("MainConfig", "Main_Font_Unicode", 1, ".\\Config.ini");//--int Width = GetPrivateProfileIntA("MainConfig", "Main_Font_Width", 0, ".\\Config.ini");int UnderLine = GetPrivateProfileIntA("MainConfig", "Main_Font_Underline", 0, ".\\Config.ini");int Quality = GetPrivateProfileIntA("MainConfig", "Main_Font_Quality", 3, ".\\Config.ini");int StrikeOut = GetPrivateProfileIntA("MainConfig", "Main_Font_StrikeOut", 0, ".\\Config.ini");//---------------------------------------------------------------------------void Font::Load(){    GetPrivateProfileStringA("MainConfig", "Main_Font_Name", "Tahoma", MyFontFaceName, 100, ".\\Config.ini");    //--    SetCompleteHook(0xE8, Offset_CreateFontA1, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA2, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA3, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA4, &Font::LoadNewFont);    SetCompleteHook(0xE8, Offset_CreateFontA5, &Font::LoadNewFont);    //--    SetByte((Offset_CreateFontA1 + 5), 0x90);    SetByte((Offset_CreateFontA2 + 5), 0x90);    SetByte((Offset_CreateFontA3 + 5), 0x90);    SetByte((Offset_CreateFontA4 + 5), 0x90);    SetByte((Offset_CreateFontA5 + 5), 0x90);}//---------------------------------------------------------------------------HFONT Font::LoadNewFont(){    HFONT MyFont;    //--    if (Bold == 0)    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 400, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    else    {        if (Unicode == 1)        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x01, 0, 0, Quality, 0, MyFontFaceName);        }        else        {            MyFont = CreateFontA(Height, Width, 0, 0, 700, Italic, UnderLine, StrikeOut, 0x0, 0, 0, Quality, 0, MyFontFaceName);        }    }    return MyFont;}//---------------------------------------------------------------------------
    Font.h
    Code:
    //---------------------------------------------------------------------------#pragma once//---------------------------------------------------------------------------#define Offset_CreateFontA1 0x004060D0#define Offset_CreateFontA2 0x004D2882#define Offset_CreateFontA3    0x004D28EB#define Offset_CreateFontA4 0x004D2957#define Offset_CreateFontA5 0x004D29C1//---------------------------------------------------------------------------class Font{public:    //--    Font(){};    ~Font(){};    //--    void Load();    HFONT LoadNewFont();    //--}; extern Font gFont;//---------------------------------------------------------------------------
    File .ini
    Code:
    [MainConfig]Main_Font_Name=Comic Sans MSMain_Font_Bold=0Main_Font_Height=15Main_Font_Italic=0Main_Font_Unicode=1Main_Font_Width=0Main_Font_Underline=0Main_Font_Quality=3Main_Font_StrikeOut=0
    Work perfectly!



Advertisement