VeilGuard is a tamper-proof FiveM resource with 76 detection rules running in parallel — memory pattern scanning, RPC validation, screen OCR, evidence replay. Drop it in server.cfg and walk away.
-- veilguard.lua · server-side config local Veil = require('veilguard') Veil.configure({ license = "vg_5b8a_3f12_e7...", -- 1-year plan modules = { memory_scan = true, rpc_validate = true, spawn_sanity = true, weapon_audit = true, screen_ocr = true, coord_replay = true, }, thresholds = { velocity_max = 27.5, explosion_max = 3, health_step = 50, }, webhook = "https://discord.com/api/...", }) -- 76 detection rules — hot-reloaded Veil.start()
Every ban writes a structured event to your Client Zone log stream, fires a Discord webhook, and snapshots the last 6 frames before the offence — coords, weapon, velocity, screen capture. No "why was I banned" appeals.
Not a black box. Each module is named, configurable, and individually toggleable from the Client Zone. No "AI magic" — just specific runtime checks.
Real-time signature scan against 1,400+ known cheat patches. Flags rebinding, code-cave injection, and unsigned native hooks.
Validates every server event against a typed schema. Drops malformed payloads. Blocks 200+ malicious event handlers used by public menus.
Stable identifier derived from 7 hardware vectors. Survives Discord re-link, IP change, and HWID spoofers. Catches ban-evasion attempts.
On-demand screenshot capture run through OCR + visual classifier. Detects overlay menus (Eulen, RedEngine, Lynx, Hesp, etc.).
Last 90s of player position, velocity & health stored. Every ban ships with a slideshow of the 6 frames before the offence.
Sub-second Discord webhook on critical events. Full audit log of every kick, ban, setting change. JSON export for SIEM.
We're not the only option — but most "anticheats" for FiveM are client-side hash checks.Here's an honest comparison.
| capability | VeilGuard | Easy Anti-Cheat | txAdmin alone | No protection |
|---|---|---|---|---|
| Active detection layers | 76 | client-only | none | — |
| Tamper-proof resource | ||||
| AI screenshot OCR | ||||
| Evidence replay on ban | ||||
| Hot-reloaded rules | ||||
| Hardware fingerprint | ip only | |||
| Discord webhook (per-event) | ||||
| Runtime CPU cost | <1ms/tick | anticompete | 0 | 0 |
| Setup time | 5 min | n/a | 20 min | — |
No SDK, no agents, no Docker. The resource is a single ZIP you drop in resources/. License key is your auth — generated instantly on checkout, emailed in plain text.
# 1. extract veilguard.zip into resources/ # 2. add the line below, anywhere after start-essentials ensure veilguard # 3. paste your license into the resource's config: setr veilguard_key "vg_5b8a_3f12_e7a..." # 4. restart — the resource self-registers with # the Client Zone via TLS heartbeat. # >> done.
Still on the fence? Drop a message in our Discord — we reply within two hours.
12+ independent detection vectors run in parallel: memory signature scan, RPC schema validation, native-call sanitisation, screen OCR, velocity/coord anomaly, weapon spawn audit, and behaviour heuristics. A bypass would have to defeat every layer at once — which is materially harder than patching around a single hook.
Stop reading. The cheaters on your server already are. 30-day money-back guarantee. Instant license delivery.