fatrolls wrote: |
P.S.> I fixed up OpenCore you released with a ton of bug fixes, added mysql support and others added ASSS Support, I'll attach it here if you want to update your github with it. |
Code: Show/Hide &buf[offset], "AZ", p->len, p->data, p->len); |
Code: Show/Hide bytearray.addByte( 0x06 ); // Type byte bytearray.addByte( messageType ); bytearray.addByte( soundCode ); bytearray.addLittleEndianShort( userID ); bytearray.addByteArray( msg ); bytearray.addByte( 0x00 ); |
Code: Show/Hide outgoingPacket.addByte( 0x00 ); outgoingPacket.addByte( 0x03 ); outgoingPacket.addLittleEndianInt( m_nextOutboundAck ); outgoingPacket.addByteArray( message ); |
fatrolls wrote: |
I know what I'm talking about I'm experienced at what I do, I actually make big money from reversing. |