(adsbygoogle = window.adsbygoogle || []).push({});
So A Friend of mine posted this....
You must login or register to view this content.
So I Decided It was finally time to post it for BO2
I'm Just Going To Make This Basic AF
void Menu_PaintAllStub(...)
{
__asm("li %r3, 0x1;");
}
void Menu_PaintAllHook(int LocalClientNum, int dc)
{
if (!Dvar_GetBool("cl_ingame"))//Not Really Needed But why not?
{
}
Menu_PaintAllStub(LocalClientNum, dc);
}
HookFunctionStart(0x3971A0, (int)Menu_PaintAllStub, (int)Menu_PaintAllHook);
You must login or register to view this content.
Basically This Is Used To Draw PreGame lobby text(like Paradox CE)
Other Games
MW2 - 0x253670
BO1 - 0x465368
BO2 - 0x3971A0
MW3 - 0x2772BC
Credits:
Sabotage
S63