|
Turning off the encryption would make the client crash, or bug, since the packets received from the server would not make any sence anymore.
Therefor you should just analyze the encryption/decryption algorithm, and try to decrypt packets on the fly. (You will need assembler knowledge to do this).
|