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


NowaHosting


AlphaServers


Resultados 1 a 9 de 9

Threaded View

  1. #1
    Fundador PerfectZone Mentor's Avatar




    Data de Ingresso
    Jun 2022
    Posts
    297
    Thanks Thanks Given 
    507
    Thanks Thanks Received 
    1,847
    Thanked in
    125 Posts
    Mentioned
    22 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:


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
  •