PDA

View Full Version : |Source| Copyright in SelectServer



Mentor
04-15-2023, 12:18 PM
https://i.imgur.com/N9IlrKh.png

Common.cpp:

__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

void Copyright();

Main.cpp:

//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

davidrcj
04-17-2023, 05:50 PM
Offset para el Main 1.04j kor ?

s00x
04-18-2023, 01:58 AM
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.

ruaanhp
04-30-2023, 04:47 PM
Bom trabalho forte abraço

Farias
09-23-2023, 01:32 PM
Tem algo faltando, poderia revisar, por favor ?

https://prnt.sc/TTmOXhocuY_1

myway
09-30-2023, 01:03 PM
Tem algo faltando, poderia revisar, por favor ?

https://prnt.sc/TTmOXhocuY_1


**Hidden Content: Check the thread to see hidden data.**

Farias
10-08-2023, 10:14 AM
Tem algo errado, n achei nenhum campo que da certo de add,

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

myway
10-11-2023, 10:29 AM
necesitas terminar el #define con los atributos no se que width le vas a dar vos

Farias
10-21-2023, 08:43 AM
Como faço isso ? eu coloquei ele la e salvei, mais n da certo.