Every detection, engineered.
Ghost ships a curated set of detection modules with per-key confidence, punishment overrides, and false-positive guards. Add your own in a single file.
Player integrity
- GodmodeDetects invincibility flags and impossible health regen.
- NoclipFlags disabled collision and frozen-visible states outside vehicles.
- SpeedhackCompares on-foot speed against plausible physics maxima.
- TeleportCompares delta-distance vs. elapsed time, with whitelist windows.
- Super JumpWatches vertical velocity spikes from stationary states.
- FreecamCamera-to-ped distance heuristic with cooldown smoothing.
Weapon integrity
- Infinite AmmoWatches ammo counters increasing without reloads or pickups.
- No RecoilSamples pitch delta while firing and flags near-zero variance.
- Damage ModifierReads and validates weapon damage multiplier.
- Rapid FireCounts shots-per-second beyond weapon plausibility.
Entity + resource integrity
- Entity SpamPer-minute caps for peds, vehicles, and objects. Trusted resources exempt.
- Explosion SpamRate-limited explosion events with type-blacklist support.
- Particle SpamRate-limited particle FX events.
- Resource TamperingFlags client-side stops of the anticheat resource.
Network integrity
- Event SpamPer-source, per-event sliding-window rate limits.
- Fake EventsDetects clients spoofing server-only payload fields.
- Network AbuseAggregate event flood detection across all channels.
- Blacklisted EventsConfigurable full-name event blacklist.