aimbot detection

This commit is contained in:
2025-02-09 14:37:44 -06:00
parent 47981872be
commit 3e4aad9db9
2 changed files with 37 additions and 5 deletions
@@ -44,6 +44,10 @@ public class ClientConnection extends AbstractConnection {
public ReentrantLock buyLock = new ReentrantLock();
public boolean desyncDebug = false;
public byte[] lastByteBuffer;
public long lastTargetSwitchTime;
public int lastTargetID;
public int targetSwitchCount;
public int fastTargetSwitchCount;
protected SessionID sessionID = null;
private byte cryptoInitTries = 0;