# 0R - Illegal Job Pack

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

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

```lua
dependencies { 'ox_lib', 'oxmysql', '0r_lib' }
```

## Overview

`0r-illegalpack` is a large multi-job package managed from one main menu.

## Start Here

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

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

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

{% content-ref url="/pages/zvM3rVkeT2N5SDDV0RjL" %}
[Configuration and Job Settings](/0resmon/0resmon-1/0r-resources/0r-illegalpack/configuration.md)
{% endcontent-ref %}

## What Is Included?

The real source currently includes jobs such as:

* `bag_snatch`
* `car_theft`
* `chicken_kidnapping`
* `chop_shop`
* `cocaine_job`
* `container_heli`
* `corner_deal`
* `counterfeit_money`
* `diving`
* `fraud`
* `gun_smuggling`
* `illegal_delivery`
* `meth_job`
* `money_laundering`
* `moonshine`
* `npc_boxing`
* `plane_drug_delivery`
* `weed_job`

## Important Notes

* Main system config: `config.lua`
* Market config: `escrow/market/config.lua`
* Per-job config pattern: `escrow/jobs/<job_name>/config.lua`
* Player profile SQL is created automatically by `modules/mysql/server.lua`
* Default menu tablet item: `illegal_tablet`
* Item images use `Config.InventoryImagesFolder`

{% embed url="<https://0resmon.tebex.io/package/6930691>" %}

{% embed url="<https://0resmon.tebex.io/package/6930690>" %}

{% embed url="<https://youtu.be/bbO9IEn_QSM>" %}


---

# 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-illegalpack.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.
