__declspec(naked) void ASM_CharacterPosFix()
{
__asm
{
mov eax, dword ptr ds : [edx + 0x98];
push Globals::WindowStartPos;
jmp CharacterPosFixJmpback;
}
}
hey man you release this interface ?? pls i needQuote:
how u did fix ?Quote:
a very original nick :lul:Quote:
@[Only registered and activated users can see links. Click Here To Register...] very good reverse engineering.
and we dont know assembly xDQuote:
A little input on how to fix that jumping around on character/academy windows, if it bothers you as much as it bothers me:
What's 'Globals::WindowStartPos' one might ask. It's basically Client's Width - 468.Code:__declspec(naked) void ASM_CharacterPosFix() { __asm { mov eax, dword ptr ds : [edx + 0x98]; push Globals::WindowStartPos; jmp CharacterPosFixJmpback; } }