# 0R - Heist Robbery Pack

{% hint style="info" %}
This script is intended for ESX, QBCore, and Qbox based servers.
{% endhint %}

```lua
author '0resmon & alikoc.dev'
```

## Overview

`0r-heistpack` is a robbery and heist package built around multiple configurable scenarios. This documentation is intentionally simplified so server owners can find setup steps, item requirements, configuration, and integration points without digging through nested pages.

## Start Here

{% content-ref url="/pages/ZqH6fnzRWpItVUYC4Jph" %}
[Setup and Items](/0resmon/0resmon-1/0r-resources/0r-heistpack/setup-and-items.md)
{% endcontent-ref %}

{% content-ref url="/pages/VRqkG6khZJ1ciPof5EHO" %}
[Script Integrations](/0resmon/0resmon-1/0r-resources/0r-heistpack/integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/XLng4dUPA9Xrh8twJcHb" %}
[Exports/Events](/0resmon/0resmon-1/0r-resources/0r-heistpack/exports-events.md)
{% endcontent-ref %}

{% content-ref url="/pages/xLlZkv5PkE5RFl4NQWaJ" %}
[FAQ and Troubleshooting](/0resmon/0resmon-1/0r-resources/0r-heistpack/faq.md)
{% endcontent-ref %}

{% content-ref url="/pages/5LZtX7Oir23lWdae7JQm" %}
[Configuration and Scenarios](/0resmon/0resmon-1/0r-resources/0r-heistpack/configuration-and-scenarios.md)
{% endcontent-ref %}

{% content-ref url="/pages/lLvw5MVZLgooFB90cMsK" %}
[Heist Scenarios Guide](/0resmon/0resmon-1/0r-resources/0r-heistpack/heist-scenarios-guide.md)
{% endcontent-ref %}

## What Is Included?

This pack is designed for servers that want multiple robbery scenarios inside one resource. The exact scenario list can vary by package version, but the documentation structure stays the same: install the script, add the required items, connect your integrations, check the common questions, then adjust the scenario files you want to use.

## Important Notes

* Main script settings are inside the `config/` folder
* Scenario-specific settings are inside `config/scenarios`
* The SQL file runs automatically
* Item images are included in the script's `ui/build/items` folder
* Custom server integrations are handled through the module files mentioned in this documentation


---

# Agent Instructions: 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://docs.0resmon.org/0resmon/0resmon-1/0r-resources/0r-heistpack.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.
