MessageBox(0, "Texto", "Título", MB_OK);
DWORD WINAPI dwMainThread(LPVOID)
{
while(!Base.IsGameReadyForHook())
Sleep(100);
Directx.Hook();
return 0;
}
DWORD WINAPI dwMainThread(LPVOID)
{
MessageBox(0, "HACK BY: SEU NOME 'Versao 12215", "Creditos", MB_OK);
system("start www.mpgh.net");
while(!Base.IsGameReadyForHook())
Sleep(100);
Directx.Hook();
return 0;
}