Admin Menu

This section covers the Admin Menu for the AntiCheat.

The Admin Menu (also known as the Admin Panel) is a NUI panel for the admins that can be used in-game to interact with the AntiCheat.

Admin Menu

Setup

  • The admin menu is enabled by default. You can disable it or customize it in the main config file.
anticheat_config.lua
wx.AdminMenu = {
    enable = true,           -- Enable NUI admin menu for your registered admins (/wx)
    backgroundBlur = true,   -- Blur background when the admin menu is opened
    espSelf = true,          -- See yourself on ESP options
    espMaxDist = 350.0,      -- Maximum distance for ESP to draw
    screenshotTimeout = 3,   -- In seconds, maximum time the anticheat can try to take player's screenshot until giving up
    rgb = { 255, 255, 255 }, -- RGB values for color rendering
    permissionLevel = "all", -- [all/limited] - all = Every registered admin can open the panel | limited = Only set identifiers can open the panel (configure below)
    allowedIds = {           -- Identifiers that can open the admin panel (if permissionLevel is set to "limited` You can use any identifier type
        "discord:1234",
        "license:123abc"
    }
}

Features

  • Pages:
    • Dashboard
      • Statistics: Online Players, Banned Players and Online Admins
      • Admin Options: ESP, Spawn Vehicle and more
      • AntiCheat Options: Delete Objects, Delete Peds and more
      • Object Scanner: Freecam mode used to identify, delete and copy info about objects, useful for identifying objects spawned by cheaters so that you can add them to the blacklist
    • Player List
    • Ban List
    • AntiCheat Logs