The AI anti-cheat
that hunts aim hacks.

GuardAC reads the way a player moves their crosshair — angle, acceleration, jerk and mouse-sensitivity fingerprint — and a TCN neural network decides, in milliseconds, whether it's a human or an aimbot.

How it works
TCN temporal model
9 motion features
<5ms inference
Geyser-aware

Why it works

Cheats can fake a target, but not the physics of a human hand.

🎯

Rotation forensics

Per-tick yaw/pitch deltas plus their acceleration and jerk — the signature of real muscle movement vs. interpolated bot aim.

🧬

GCD fingerprint

Real mice quantise to a sensitivity grid; aimbots compute in full float. The GCD error exposes the difference.

🧠

TCN brain

A causal Temporal Convolutional Network classifies whole combat windows, not single ticks — far harder to evade than thresholds.

📶

Ping-aware

A ping bucket feeds the model so laggy legit players aren't mistaken for cheaters.

🛡️

Zero false bans

Threshold tuned to a target false-positive rate, a per-player buffer, and an only-alert safety mode.

Drop-in plugin

One Spigot/Paper/Folia plugin streams features here; this service returns a probability. No client mods.

Pricing

Start free. Upgrade when your network grows. Pay via Telegram.

Setup in 3 steps

Point the GuardAC plugin at this service with your key.

1 · Get a key

Click “Get a free API key”, or buy a paid tier via Telegram. Copy the key — it's shown once.

2 · Edit plugins/GuardAC/config.yml

ai:
  enabled: true
  server: "https://api.guardac.io"   # только домен
  api-key: "YOUR_KEY_HERE"
  sequence: 40   # must match the trained model

3 · Reload

Run /guard reload. Watch detections on your dashboard. Start in only-alert mode, then enable punishments once you trust it.