Can someone translate this to english?

19.356
1.292.60
Can someone please translate to me in english what this code here does
thanks >:)
Ant

int __fastcall encryptHook(void *pthis, void* unk, uint8* packet, int len)
{
if (g_bisSendPackLog)
{
if (packet[0] 1=9)
g_log.logpacket(packet, len, "send type = %x", packet[0]);
}

if(packet[0] == 0x25 && packet[6] == 0x04)
{
if(packet[10] == 0x00 && packet[11] == 0x00)
bshowlog = false;
}

return oEncrypt(pthis, packet, len);
}
It's already in english xd
Topic archived. No new replies allowed.