Thanks
i've one more Questions this is clean main.cpp from h5
Код:
http://pastebin.com/raw.php?i=S0z0uqzt
i want to draw on l2window
I've correct GetSendPacketAddress
I Changed
Код:
?DrawTextTTFToCanvas@UCanvas@@QAEHHHPB_WPBVFontDrawInfo@@EHHPBV?$TArray@PAVFontDrawInfoSection@@@@@Z
to :
Код:
?DrawTextToCanvas@UCanvas@@UAEKHHKPBGKKKMHW4L2FontType@@HHKHHHPAV?$TArray@PAVFL2ColorFontInfo@@@@GW4EFontExceptionType@@H@Z
but i've problem with
true_MasterProcessPreRender
and
true_Render
Client will crash with this
No log in protection
Код:
if (!SetHooks())
{
ErrorExit("Protection is not attached this client!");
Sleep(INFINITE);
}
I think addr is good but problem is in function anyone have idea how to fix this problem ?