Tired of free models injecting backdoors into your game? Advanced Anti-Backdoor uses not only the heuristic checks to flag malicious code, but also gives you a feature to verify malicious scripts with AI for free right from the plugin - catching obfuscated loaders, hidden require() calls, data exfiltration, self-replicating viruses, and more that simple pattern-matching tools miss.
Note that AI is simply 1 aspect of this system - which you are able to use to verify flagged cases from free/local heuristic checks that run in studio, improving upon older plugins.
Why This Exists
Most anti-virus plugins rely on static keyword lists. Obfuscators evolve faster than those lists. This plugin sends flagged scripts to a cloud-hosted AI model that actually reads the code and decides whether it’s malicious, give you a confidence score, a reason, and the exact line number.
Originally, I made this plugin in 2020 and only recently decided to completely overhaul it, improving the UI and making it useful.
Features
- AI + Hueristic Classification - scripts are analyzed not only by builtin heuristic models, but also by LLMs hosted on a dedicated backend. Heuristic checks are unlimited.
- 9 Model Fallback Chain - If one model is rate-limited, the system will automatically try the next. This allows you to get maximum uptime across even Groq’s free tier.
- BYOK (bring your own key) - bring your own Groq API key for extra quota. Works out of the box without one and is extremely easy (and free to obtain).
- Enable continuous background scanning on a configurable interval.
- Quarantine System - flagged scripts are listed with their threat reason, confidence %, source model, and line number. You can view source, delete, or whitelist each one.
Note: NO data pertaining to your code AT ALL is retained (see zero retention policy Your Data in GroqCloud - GroqDocs). If you still do not trust it, feel free to insert your own free API key - both work.
Free Usage
If you choose to use the AI portion of the plugin, all users gets a free daily allowance without doing anything or putting an API key in, so you can test it out right away
| Type | AI-scan Limit | builtin-scan Limit |
|---|---|---|
| Requests | 50 per day | Unlimited |
| Tokens | 50,000 per day | Unlimited |
| Burst | 8 requests/min | Unlimited |
Quota resets at 00:00 UTC daily. Your remaining usage is shown in the Settings tab.
Note
You can always paste your own free Groq API key into the plugin settings for a separate personal quota on top of the shared pool.
How to Use
- Install the plugin from the Creator Store.
- Click Anti-Backdoor in the Studio toolbar to open the panel.
- Quick scan: Select scripts/folders in Explorer → click either Scan Selected (Heuristic) or Advanced Scan (AI).
- Auto-scan: Go to the Auto tab → enable Auto-Scan. The plugin will continuously monitor your game.
- Review results: Flagged scripts appear in the quarantine list with full details. You can right-click for options or hover over the
icon to view reason, clicking the link also opens the exact flagged line.
How It Works (Under the Hood)
Script Source → Cloud Worker → AI Model Chain → Verdict + Confidence
↓
Cached (24h) — repeat scans are instant
- plugin sends script source to a Cloudflare Worker backend.
- worker verifies plugin ownership, checks rate limits, and queries the cache.
- on cache miss, it picks the best AI model based on script size and fallsback to other models if needed.
- The AI returns structured information regarding the script
- Results are cached for 24 hours so re-scans are free and instant.
Your script source is only sent to the classification backend and is not stored, logged, or shared.
Feedback & Bugs
For any suggestions, Reply below or DM me.
plugin revenue goes directly toward scaling the AI backend so the free tier stays generous or increases as the user base grows.


