i'm trying add to dll , but crash .
what wrong ?
thx for any help :D
what wrong ?
thx for any help :D
Code:
const DWORD Blue = 0x0077B580;
const DWORD Blue2 = 0x008C9C30;
const DWORD Blue3 = 0x00EEDE90;
void Game::Blue(const wchar_t* msg)
{
void* _ecx = SroPP::detail::MemoryHack::RefPtr<void*>(0x110F80C);
__asm
{
push msg;
mov ecx, Blue3;
call Blue2;
mov ecx, _ecx;
push eax;
call Blue;
}
}