02-25-2012, 04:38 AM
i have the voxelbox modpack installed and if i try to join the console says kicking user "STR_Warrior" for "Hacked Client"
and if i force update minecraft i can join.
and if i force update minecraft i can join.
(02-25-2012, 05:35 AM)xoft Wrote: [ -> ]There are 2 places in the code that can kick you with that message:
1, Your client sends a different username in the login packet than in the handshake packet
2, Your client sends an unexpected packet before fully joining the game. A specific warning message is output to the console, "Invalid packet in state N: 0xAB from client XYZ".
If it's the first case, tough luck, I don't think relaxing this test would be wise security-wise.
If it's the second case, let me know the exact packet type (0xAB in the message) and the state number, I'll see if it can be made to work.