Documentation

Venus AntiCheat Docs

Everything you need to know about installing, configuring, and optimizing Venus AntiCheat for your FiveM server. Get started with the most affordable and effective anti-cheat solution.

Quick Start Guide

Get Venus AntiCheat up and running in minutes

1. Purchase & Download

Purchase Venus AntiCheat from our Tebex store and download from your Keymaster account.

Buy Now - $14.99
2. Install & Configure

Add the resources to your server, import the SQL file, and configure your settings.

View Installation Guide
3. Secure Your Server

Your server is now protected with advanced OCR detection and real-time monitoring.

Explore Features

Installation Guide

1Download Venus AntiCheat

After purchasing from our Tebex store, download Venus AntiCheat from your Keymaster account. You'll receive two main resources:

  • venusac_anticheat - Main anti-cheat resource
  • venus_heartbeat - Heartbeat monitoring system
2Server Installation

Create Venus Folder

Create a folder named [Venus] in your resources directory:

resources/
├── [Venus]/
│   ├── venusac_anticheat/
│   └── venus_heartbeat/

Update server.cfg

Add these lines to your server.cfg file:

# Venus AntiCheat
ensure [Venus]

# or individually:
# ensure venusac_anticheat
# ensure venus_heartbeat
3Database Setup

Import the provided SQL file to create the necessary database tables. Use the INSERT-ME.sql file included with your download:

💡 Pro Tip: The SQL file will automatically create all required tables and indexes for optimal performance.

4Configuration

Configure Venus AntiCheat by editing the configuration files:

-- Basic configuration example
venusac.Debug = false -- IMPORTANT: Set to false for production
venusac.punishType = 'LOG' -- Start with LOG, change to BAN after testing
venusac.txAdminAuth = true -- Enable txAdmin integration
venusac.ConnectingCard = true -- Show connecting screen
5Restart & Verify

Restart your FiveM server and verify that Venus AntiCheat is running correctly:

✅ Success Indicator: Look for "Venus AntiCheat loaded successfully" in your server console.

Key Features

Everything you need to secure your FiveM server

Advanced OCR Detection

Detects mod menus and cheats displayed on screen using advanced Optical Character Recognition technology.

Ultra-Low Performance

Uses only 0.03ms of your server resources - the most efficient anti-cheat solution available for FiveM.

Universal Compatibility

Works with all FiveM frameworks including ESX, QB Core, OX Core, and custom frameworks without modifications.

Admin Menu

Comprehensive admin interface with player management, ESP features, and real-time monitoring capabilities.

Discord Integration

Real-time notifications, ban logs, and screenshot evidence sent directly to your Discord server.

24/7 Support

Round-the-clock support through our Discord server with dedicated support team and community help.

Configuration Options

Basic Configuration
Essential settings for getting started with Venus AntiCheat
-- anticheat_config.lua
venusac.Debug = false -- IMPORTANT: Set to false for production
venusac.punishType = 'LOG' -- Options: 'LOG', 'KICK', 'BAN'
venusac.txAdminAuth = true -- Enable txAdmin integration
venusac.ConnectingCard = true -- Show connecting screen
venusac.toggleReason = true -- Show ban reasons to players

-- OCR Settings
venusac.OCR = true -- Enable OCR detection
venusac.OCRInterval = 15000 -- OCR scan interval (15 seconds recommended)
venusac.Screenshots = true -- Enable screenshot capture
venusac.HideIP = true -- Hide IP addresses in logs
Discord Integration
Configure Discord webhooks for real-time notifications
-- anticheat_webhooks.lua
Webhooks = {
    BanLogs = "YOUR_DISCORD_WEBHOOK_URL",
    AdminMenuLogs = "YOUR_ADMIN_WEBHOOK_URL",
    Screenshots = true,
    PingOnDetect = false -- Set to true for @everyone pings
}
Admin Menu Settings
Configure the admin interface and ESP features
-- Admin Menu Configuration
venusac.AdminMenu = {
    enable = true,
    backgroundBlur = true,
    espSelf = true,
    espMaxDist = 1000.0
}

-- Access with /venusac command

Troubleshooting

Issue: "You lack the required entitlement"

Solution:

  • • Ensure server owner matches Keymaster account
  • • Restart server after installation
  • • Verify .fxap file is present in resource folder
  • • Check that you've purchased the correct license
Issue: High false positive rate

Solution:

  • • Set punishType to 'LOG' initially
  • • Review Discord logs for patterns
  • • Disable problematic detections temporarily
  • • Test with your specific server resources
  • • Contact support for assistance
Issue: Performance impact

Solution:

  • • Increase OCR interval (15000ms recommended)
  • • Limit admin menu ESP usage
  • • Disable OCR if performance is critical
  • • Monitor resource usage regularly
  • • Ensure server meets minimum requirements

Need Help?

Our support team is available 24/7 to help you with installation, configuration, and any issues you might encounter.