Hide Hack By vFCoders.");" /> |Source| Copyright in SelectServer


OkMuOnline


NowaHosting


Resultados 1 a 9 de 9
  1. #1
    Fundador PerfectZone Mentor's Avatar




    Data de Ingresso
    Jun 2022
    Posts
    283
    Thanks Thanks Given 
    474
    Thanks Thanks Received 
    1,675
    Thanked in
    119 Posts
    Mentioned
    19 Post(s)
    Humor
    Twisted
    País
    Brazil

    Copyright in SelectServer



    Common.cpp:
    Código:
    __declspec(naked) void Copyright()
    {
        static DWORD Test_Buff;
        static char    Test_LevelBuff[40];
        
        gInterface.DrawFormat(eWhite, (MAX_WIN_WIDTH / 2) - 64, 455, 200, 0, "Seu Server @ Copyright 2022");
        gInterface.DrawFormat(eWhite, (MAX_WIN_WIDTH / 2) - 74, 465, 200, 0, "Mu Online Webzen | All rights reserved.");
    
        _asm{
            lea eax, Test_LevelBuff
            push eax
        }
    
        _asm{
            mov Test_Buff, 0x004D7D1D
            jmp Test_Buff
        }
    }
    Common.h
    Código:
    void Copyright();
    Main.cpp:
    Código:
    //Select Server
        MemorySet(0x004D7DAD,0x90,0x0F);
        SetCompleteHook(0xE9,0x004D7D13,&Copyright); //Copyright SelectServer
        MemorySet(0x004D7E33,0x90,0x0F); //Remover Text Versión SelectServer
    Créditos:
    Takumi12
    Ailson Costa
    Last edited by Mentor; 04-18-2023 at 11:32 PM.

  2. The Following 9 Users Say Thank You to Mentor For This Useful Post:


  3. #2
    Iniciante davidrcj's Avatar

    Data de Ingresso
    Feb 2023
    Posts
    2
    Thanks Thanks Given 
    7
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Mentioned
    0 Post(s)
    País
    Venezuela
    Offset para el Main 1.04j kor ?

  4. #3
    Developer C++ s00x's Avatar

    Data de Ingresso
    Jul 2022
    Localização
    localhost
    Posts
    4
    Thanks Thanks Given 
    41
    Thanks Thanks Received 
    3
    Thanked in
    3 Posts
    Mentioned
    2 Post(s)
    País
    Brazil
    Citação Originally Posted by davidrcj Ver Post
    Offset para el Main 1.04j kor ?
    Hello guy,


    open the main with OllyDbg, look for this reference 0x004D7D1D in the main 1.04e, open the main of the version you chose and look for the closest/identical reference.

  5. #4
    Iniciante ruaanhp's Avatar

    Data de Ingresso
    Jul 2022
    Posts
    3
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    1
    Thanked in
    1 Post
    Mentioned
    0 Post(s)
    País
    Brazil
    Bom trabalho forte abraço

  6. #5
    Membro Farias's Avatar

    Data de Ingresso
    Jul 2022
    Posts
    124
    Thanks Thanks Given 
    109
    Thanks Thanks Received 
    17
    Thanked in
    16 Posts
    Mentioned
    2 Post(s)
    País
    Brazil
    Tem algo faltando, poderia revisar, por favor ?

    https://prnt.sc/TTmOXhocuY_1

  7. #6
    Iniciante myway's Avatar

    Data de Ingresso
    Sep 2022
    Posts
    4
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    6
    Thanked in
    2 Posts
    Mentioned
    0 Post(s)
    País
    Argentina
    Citação Originally Posted by Farias Ver Post
    Tem algo faltando, poderia revisar, por favor ?

    https://prnt.sc/TTmOXhocuY_1


  8. The Following 5 Users Say Thank You to myway For This Useful Post:


  9. #7
    Membro Farias's Avatar

    Data de Ingresso
    Jul 2022
    Posts
    124
    Thanks Thanks Given 
    109
    Thanks Thanks Received 
    17
    Thanked in
    16 Posts
    Mentioned
    2 Post(s)
    País
    Brazil
    Tem algo errado, n achei nenhum campo que da certo de add,

    https://prnt.sc/gwngXAJle2EX
    https://prnt.sc/ab94sWtrXwMU

  10. #8
    Iniciante myway's Avatar

    Data de Ingresso
    Sep 2022
    Posts
    4
    Thanks Thanks Given 
    19
    Thanks Thanks Received 
    6
    Thanked in
    2 Posts
    Mentioned
    0 Post(s)
    País
    Argentina
    necesitas terminar el #define con los atributos no se que width le vas a dar vos

  11. #9
    Membro Farias's Avatar

    Data de Ingresso
    Jul 2022
    Posts
    124
    Thanks Thanks Given 
    109
    Thanks Thanks Received 
    17
    Thanked in
    16 Posts
    Mentioned
    2 Post(s)
    País
    Brazil
    Como faço isso ? eu coloquei ele la e salvei, mais n da certo.

Permissões de Postagem

  • Você não pode iniciar novos tópicos
  • You may not post Resposta(s)
  • Você não pode enviar anexos
  • Você não pode editar suas mensagens
  •