www.pornhub.com
-
Автор темы
- #1
Вот походу код -
bool __fastcall Hooks::SendNetMsg(INetChannel* pNetChan, void* edx, INetMessage& msg, bool bForceReliable, bool bVoice)
{
if (msg.GetType() == 14) // Return and don't send messsage if its FileCRCCheck
return false;
return g_Hooks.oSendNetMsg(pNetChan, msg, bForceReliable, bVoice);
}
40 индекс в netchannel
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Желательно в .dll
Либо объяснить как его запускать
bool __fastcall Hooks::SendNetMsg(INetChannel* pNetChan, void* edx, INetMessage& msg, bool bForceReliable, bool bVoice)
{
if (msg.GetType() == 14) // Return and don't send messsage if its FileCRCCheck
return false;
return g_Hooks.oSendNetMsg(pNetChan, msg, bForceReliable, bVoice);
}
40 индекс в netchannel
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Желательно в .dll
Либо объяснить как его запускать