> For the complete documentation index, see [llms.txt](https://corner-scripts.gitbook.io/corner-scripts-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://corner-scripts.gitbook.io/corner-scripts-docs/assets-and-guides/black-market-system.md).

# 💻Black Market System

TEBEX - <https://cornerscripts.tebex.io/category/escrow>

**Features**

{% embed url="<https://youtu.be/sBNT-JZ0RIk>" %}

* **💻 Modern Interface (NUI)**: Aesthetic dark theme, responsive design, shopping cart, filtering, and searching.
* **📦 Delivery System**:
  * Purchases go to a drop location, not directly to inventory.
  * **Delivery Time**: 3-4 minutes after ordering.
  * **Privacy**: For the first 15 minutes, only the buyer can see and open the crate.
  * **Public Mode**: After 15 minutes, the crate becomes public - anyone can steal it!
  * **Expiration**: After another 15 minutes (30 mins total), the crate disappears.
* **📈 Loyalty System**:
  * Earn points for spent money.
  * Level up (Beginner -> Elite).
  * Unlock unique items (e.g., better weapons, rarer drugs) available only to high levels.
* **👮 Police Integration (Dispatch)**:
  * Configurable chance to alert police upon ordering.
  * **VPN Support**: Owning a `vpn` item drastically reduces the risk of being tracked (or is required, depending on config).
  * Custom dispatch logic possible in `dispatch.lua`.
* **🛡️ Security**:
  * Daily limits (number of orders and total value).
  * Rate limiting (prevents request spam).
  * Discord Logs (Webhooks) for every purchase and suspected fraud.

**Dependencies**

[es\_extended](https://github.com/esx-framework/esx_core), [ox\_inventory](https://github.com/overextended/ox_inventory), [ox\_lib](https://github.com/overextended/ox_lib), [ox\_target](https://github.com/overextended/ox_target)

Read the readme.md for more informations.

**By: Bartvs (BJ)**
