Añadir al carrito
¡Oferta!

GFX Anti Meta

El precio original era: $36.00.El precio actual es: $15.30.

-58%

Los precios suben cuando el temporizador llega a cero

Características

  • El script GFX Anti Ped Accuracy & Mods Script es compatible con todos los frameworks.
    (El evento de carga del reproductor se puede configurar para que se ajuste a su servidor a través de la configuración)
  • Bala antimágica para paredes.
    Bala antimágica para vehículos.
    Precisión anti-peatón.
    El bypass de administrador se puede configurar a través de la configuración.
    Los registros de los jugadores capturados por el script pueden enviarse a un Discord webhook.
    Los administradores pueden usar el comando /magictest para enviar una prueba a cualquier jugador que elijan.

Requisitos

  • ¡Ninguno!
    (El evento de carga del reproductor se puede configurar para que se ajuste a su servidor a través de la configuración)
(10 valoraciones de clientes)
Añadir al carrito
Anti-Meta
GFX Anti Meta
$36.00 El precio original era: $36.00.$15.30El precio actual es: $15.30.

GFX Anti Meta – Magic Bullet & Ped Accuracy Detection

Cheaters ruin roleplay servers. Magic bullets that shoot through walls, aimbots with impossible accuracy – they kill the experience for legitimate players. GFX Anti Meta catches these specific exploits by monitoring bullet behavior and ped accuracy in real-time, then logs violations to Discord so you can take action before the damage spreads.

Qué Hace

This is focused anti-cheat targeting two common exploits that slip past basic protection: magic bullets (shooting through solid objects) and modified ped accuracy (aimbots that give perfect headshots every time). It watches for patterns that no legitimate player would create, logs them with player identifiers, and optionally kicks or bans based on your settings.

The magic bullet detection is clever – it knows when a bullet path should be blocked by geometry but somehow connects anyway. That’s the signature of modified game files or injected code. The accuracy detection tracks headshot percentages and shot patterns that exceed human capability. Both systems run quietly in the background without affecting server performance.

Características principales

  • Magic Bullet Detection – Monitors bullet trajectories for wall-penetration exploits. Flags when bullets connect through solid geometry they shouldn’t
  • Ped Accuracy Monitoring – Tracks accuracy patterns to identify aimbots and modified accuracy values that exceed realistic player performance
  • Registro de Discord – Real-time webhook integration sends detailed reports with player identifiers, detection type, and timestamp to your Discord
  • Configurable Actions – Choose to kick, ban, or just log violations. Test mode lets you monitor without punishing players while tuning settings
  • Bypass Whitelist – Exempt specific Steam IDs from checks (useful for admins testing, or trusted players if you get false positives)
  • Integración del marco – Hooks into ESX o QBCore player loaded events to start monitoring at the right moment
  • Test Command – Trigger detection manually to verify your webhook and logging systems are working correctly
  • Color-Coded Discord Alerts – Red for detected violations, green for cleared checks, making triage faster in your moderation channel

Perfecto para

  • Servers tired of cheaters with modified game files slipping past basic anti-cheat
  • Communities that need evidence logs for ban appeals and moderation decisions
  • Admins who want real-time alerts when exploits are detected
  • Roleplay servers where combat fairness directly impacts player retention

Detalles Técnicos

  • Soporte del marco: ESX (esx:playerLoaded) and QBCore (QBCore:Client:OnPlayerLoaded) – configurable event triggers
  • Detection Methods: Client + server-side validation for bullet paths and accuracy statistics
  • Impacto en el Rendimiento: Minimal – checks run on specific events, not constant polling
  • Webhooks de Discord: Customizable bot name, avatar, and embed colors for branded logging
  • Action Options: Kick with custom message, ban with custom message, or log-only mode

Instalación

  1. Extract GFX Anti Meta to your resources folder
  2. Set up Discord webhook URL in config (create one in your Discord server settings)
  3. Configure your framework’s player loaded event (ESX or QBCore)
  4. Set default spawn location for respawn after detection (if using kick/ban)
  5. Choose action mode (kick, ban, or log-only) while you test thresholds
  6. Agregar a server.cfg y reiniciar

Desglose de configuración

The config is straightforward but important to tune correctly. You’ll want to start in log-only mode (kickActive = false, banActive = false) to see what gets flagged on your server. Some scripts or server modifications can trigger false positives, so monitoring first prevents wrongful bans.

Once you’re confident in your thresholds, enable kicks for first offenses and bans for repeat violators. The bypass list lets you whitelist admins or trusted players by Steam ID if they trip detection during testing or legitimate gameplay.

How Magic Bullet Detection Works

When a player fires a weapon, the script traces the bullet path and checks if it should be blocked by world geometry. If the bullet connects with a target despite passing through walls, floors, or other solid objects, it’s flagged as a magic bullet violation.

The system distinguishes between legitimate penetration (some weapons can shoot through thin materials) and exploit-based wall hacking. It logs the violation with “Wall Magic Detected” status and color-codes it red in Discord. Repeated violations within a session trigger your configured action (kick or ban).

Ped Accuracy System

This tracks shot statistics – hits vs misses, headshot percentage, rapid-fire accuracy patterns. Human players, even skilled ones, have variance. Aimbots don’t. They maintain impossible consistency.

When accuracy patterns exceed realistic thresholds (configurable in the detection logic), it flags as “Accuracy Detected” and logs to Discord. Like magic bullet detection, you control the response: kick, ban, or just collect evidence.

Integración de Discord

The webhook sends rich embeds with all relevant data: player name, Steam ID, detection type (magic bullet or accuracy), whether it was confirmed or ruled out, and timestamp. The bot avatar and name are customizable (default GFX Squad branding), and you can set custom footer/header URLs.

Color coding makes moderation easy at a glance: red (#FF0000) for confirmed violations, green (#00FF00) for cleared checks. Your moderation team can scan the channel and immediately see what needs attention.

Compatibilidad del marco

  • ESX – Uses esx:playerLoaded event, works with all ESX versions
  • QBCore – Integrates via QBCore:Client:OnPlayerLoaded event
  • Marcos personalizados – Configurable player loaded event means you can adapt to any framework

Ejemplo de Configuración

Config = {}

Config.PlayerCheck = true
Config.kickActive = true  -- Set false for log-only mode
Config.banActive = false  -- Enable for permanent bans

Config.PlayerLoadedEvent = "esx:playerLoaded" -- or "QBCore:Client:OnPlayerLoaded"
Config.DefaultSpawnLocation = vector3(323.65, -218.56, 54.09)
Config.magicTestCommand = "magicTest"

Config.BypassPlayerList = {
    ["steam"] = {
        -- Add Steam IDs here to bypass checks
    }
}

Config.LogMessages = {
    ["magic"] = {
        ["message"] = "Magic Bullet Usage. %s",
        ["detected"] = "Wall Magic Detected",
        ["notdetected"] = "Wall Magic Not Detected",
        ["detectedColor"] = 16711680,  -- Red
        ["notDetectedColor"] = 65280,  -- Green
    },
    -- Accuracy config similar structure
    ["magicKickMsg"] = "Citizen Modified Detected.",
    ["magicBanMsg"] = "You are banned.",
}

Config.Discord = {
    LogActive = true,
    DiscordWebhook = "YOUR_WEBHOOK_URL_HERE",
    BotName = "GFX Log",
    BotAvatar = "YOUR_AVATAR_URL",
}

Testing & Validation

Use the magic test command (default: /magicTest) to manually trigger detection and verify your webhook is receiving logs. This is crucial before enabling kicks or bans – you want to confirm the detection logic and logging pipeline work correctly on your specific server setup.

Run in log-only mode for 24-48 hours on a live server to establish baselines. Check the Discord logs for patterns. Are you seeing legitimate players flagged? Adjust thresholds. Only seeing actual cheaters? You’re ready to enable enforcement actions.

Lo que lo hace destacar

It’s focused. Most anti-cheat systems try to catch everything and end up bloated or causing false positives. GFX Anti Meta targets two specific, common exploits and does them well. Magic bullets and accuracy manipulation are the cheats that ruin shootouts and roleplay combat, so stopping those protects your server’s core experience.

The Discord integration is professional-grade too. Not just text logs – rich embeds with all the context your moderation team needs to make informed decisions. That evidence trail is invaluable when handling appeals or identifying repeat offenders across alt accounts.

Real-World Protection

A cheater joins your server with injected code that lets them shoot through walls. Within minutes, GFX Anti Meta logs the violation to Discord with their Steam ID. Your moderators see the red alert, spectate the player, confirm the exploit, and ban before they’ve even finished their first robbery.

That’s the value – rapid detection and evidence collection. Most anti-cheat either misses these exploits entirely or catches them too late, after they’ve already ruined several players’ experiences. This script catches them early and gives you the proof needed to act decisively.

Relacionado Standalone Scripts

Archivo de configuración

Config = {}

Config.PlayerCheck = true
Config.kickActive = true
Config.banActive = false

Config.PlayerLoadedEvent = "esx:playerLoaded" --"QBCore:Client:OnPlayerLoaded", "esx:playerLoaded"
Config.DefaultSpawnLocation = vector3(323.65, -218.56, 54.09)
Config.magicTestCommand = "magicTest"

Config.BypassPlayerList = {
    ["steam"] = {
        
    }
}

Config.LogMessages = {
    ["magic"] = {
        ["message"] = "Magic Bullet Usage. %s",
        ["detected"] = "Wall Magic Detected",
        ["notdetected"] = "Wall Magic Not Detected",
        ["detectedColor"] = 16711680,
        ["notDetectedColor"] = 65280,
    },
    ["accuracy"] = {
        ["message"] = "Ped Accuracy Usage. %s",
        ["detected"] = "Accuracy Detected",
        ["notdetected"] = "Accuracy Not Detected",
        ["detectedColor"] = 16711680,
        ["notDetectedColor"] = 65280,
    },
    ["magicKickMsg"] = "Citizen Modified Detected.",
    ["accuracyKickMsg"] = "Citizen Modified Detected.",
    ["magicBanMsg"] = "You are banned.",
    ["accuracyBanMsg"] = "You are banned.",
}

Config.Discord = {
    LogActive = true,
    DiscordWebhook = "https://discord.com/api/webhooks/1286071215806480515/Zb3ip2qh7d-eAV8ZGiBaFH0YbC_W4TGbDV6vD-N2iVuvb_LS0nJ-z_vl7_FXkKYGwVDq",
    BotName      = "GFX Log",
    BotAvatar    = "https://cdn.discordapp.com/attachments/1286071202464661534/1286071529544880242/gfx-squad-image.png?ex=66ec92f2&is=66eb4172&hm=d7fceb61c847fa5da55211baa5771bdbd6a23b122ccd7641767589218eb307dd&",
    BotAuthorURL = "https://cdn.discordapp.com/attachments/1286071202464661534/1286071529544880242/gfx-squad-image.png?ex=66ec92f2&is=66eb4172&hm=d7fceb61c847fa5da55211baa5771bdbd6a23b122ccd7641767589218eb307dd&",
    BotFooterURL = "https://cdn.discordapp.com/attachments/1286071202464661534/1286071529544880242/gfx-squad-image.png?ex=66ec92f2&is=66eb4172&hm=d7fceb61c847fa5da55211baa5771bdbd6a23b122ccd7641767589218eb307dd&",
}


 

10 valoraciones en GFX Anti Meta

  1. Oswaldo (propietario verificado)

    Vale cada centavo. Mejoró nuestro servidor y nos ahorró un tiempo de desarrollo considerable.

  2. Kamryn (propietario verificado)

    Quiero agradecer al equipo de soporte por ayudarme con mis preguntas continuamente tontas, ¡son los mejores!

  3. Lennie (propietario verificado)

    Script limpio y optimizado. Funciona sin problemas incluso con muchos jugadores en línea.

  4. Bryon (propietario verificado)

    Simple, efectivo y bien hecho. Hace exactamente lo que se supone que debe hacer.

  5. Mohamed (propietario verificado)

    Realmente impresionado con este recurso. La instalación fue sencilla, el rendimiento es sólido y todo funciona como se describe.

  6. Vaughn (propietario verificado)

    ¡Gracias chicos por esta creación increíble! ¡Absolutamente alucinante!

  7. Rubye (propietario verificado)

    Normalmente construyo las características yo mismo, pero la compra de este recurso me ahorró muchas horas de trabajo.

  8. Polvoriento (propietario verificado)

    Rara vez dejo un comentario, pero este artículo vale mucho más de lo que cuesta. ¡Tenía que decíroslo!

  9. Gerhard (propietario verificado)

    Nuestra comunidad ha respondido positivamente desde que añadimos este recurso.

  10. Clemens (propietario verificado)

    Después de probar múltiples alternativas, este es el recurso que decidimos mantener.

Solo los usuarios registrados que hayan comprado este producto pueden hacer una valoración.