> For the complete documentation index, see [llms.txt](https://zloma-scripts.gitbook.io/zloma-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zloma-scripts.gitbook.io/zloma-scripts/getting-started/readme.md).

# Welcome

**High-quality FiveM scripts built for every framework.**

ZLOMA Scripts is an ecosystem of interconnected FiveM resources designed to work seamlessly across ESX, QBCore, and QBox. At its core sits **zloma\_core** — a universal framework wrapper that handles all the compatibility so you don't have to.

***

## Scripts

| Script                                                                               | Type               | Description                                                               |
| ------------------------------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------- |
| [**zloma\_core**](/zloma-scripts/zloma_core-free/zloma_core.md)                      | Free / Open Source | Universal framework wrapper — auto-detects 90+ systems                    |
| [**zloma\_antibump**](/zloma-scripts/zloma_antibump-free/zloma_antibump.md)          | Free / Open Source | Prevents curb, bump, and brake boosting on supported vehicles             |
| [**zloma\_bossmenu**](/zloma-scripts/zloma_bossmenu-free/zloma_bossmenu.md)          | Free / Open Source | Boss management with vault, employees, permissions, and admin creator     |
| [**zloma\_keys**](/zloma-scripts/zloma_keys-free-escrow/zloma_keys.md)               | Free / Escrow      | Vehicle key, hotwire, and carjack system                                  |
| [**zloma\_hud**](/zloma-scripts/zloma_hud-free-escrow/zloma_hud.md)                  | Free / Escrow      | Modern HUD with vehicle UI, stress, mileage, minimap, and radio indicator |
| [**zloma\_garages**](/zloma-scripts/zloma_garages-paid/zloma_garages.md)             | Paid               | Advanced garage system with visual admin tools                            |
| [**zloma\_vehicleshop**](/zloma-scripts/zloma_vehicleshop-paid/zloma_vehicleshop.md) | Paid               | Full dealership system with showroom, admin, and business tools           |
| zloma\_stance                                                                        | Coming Soon        | Vehicle stance & fitment system                                           |

***

## Quick Links

* **Discord:** [discord.gg/ccAz3NJGCt](https://discord.gg/ccAz3NJGCt)
* **GitHub:** [github.com/ZlomaScripts](https://github.com/ZlomaScripts)

***

## How It All Connects

```
┌─────────────────────────────────────────┐
│              zloma_core                 │
│   (ESX / QBCore / QBox auto-detect)     │
│                                         │
│  Inventory · Keys · Target · Fuel       │
│  Notifications · Billing · Society      │
└──────────────────┬──────────────────────┘
                   │
       ┌───────────┼───────────┐
       │           │           │
 zloma_garages zloma_keys zloma_bossmenu zloma_stance
       │           │            │            │
       └───────────┴────────────┴────────────┘
       All use zloma_core exports
```

Every ZLOMA script uses `exports['zloma_core']` instead of directly calling framework functions. This means:

* **One config** — set up zloma\_core once, all scripts inherit your framework
* **Switch frameworks** — move from ESX to QBCore without touching script configs
* **Mix & match** — use any combination of supported inventory, keys, target, fuel, etc.

Some standalone utility resources, such as `zloma_antibump`, do not depend on `zloma_core` and can be dropped into smaller servers without the rest of the ecosystem.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zloma-scripts.gitbook.io/zloma-scripts/getting-started/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
