# anox-shoplift

### ✨ Overview

<figure><img src="/files/OOtv5mWHYqkfjEbT3ij9" alt=""><figcaption></figcaption></figure>

> **anox-shoplift** is a shoplifting system with intelligent NPC behavior, multi tier difficulty levels.

### ✨ Features

* [ ] 🎯 **Shoplifting System**

- Three difficulty tiers: Easy, Medium, and Hard lifts
- Dynamic detection chances based on difficulty level
- Realistic shoplifting animations with prop attachments
- Configurable cooldown periods per store location
- Smart NPC behavior with voice reactions and alert systems

* [ ] 🏪 **Multiple Store Locations**

- Pre configured convenience stores across the map
- Individual store cooldowns and police reset points
- Customizable reward pools per difficulty tier
- Realistic item props with varied loot tables
- Store specific NPC keepers with unique behaviors

* [ ] 🚔 **Police Integration System**

- Automatic dispatch alerts to police jobs
- Configurable blip duration and notification settings
- Job locked store cooldown reset functionality
- Customizable police job detection

* [ ] 🔧 **Framework Compatibility**

- Maximum taxi limits per server
- Cooldown systems for commands
- Stuck detection and automatic resolution
- Teleportation back on insufficient funds

* [ ] 🔧 **Framework Support**

- Works with ESX, QBCore, and QBox frameworks
- Smart bridge system handles framework differences
- Multi language support with ox\_lib
- ox\_target and qb-target integration

### ✨ Requirements

* [ ] One of the following frameworks:

- `ESX`
- `QBCore`
- `Qbox`

* [ ] **Must have dependencies:**

- [`ox_lib`](https://github.com/overextended/ox_lib)

### ✨ Installation Guide

* [ ] **Step 1: Download the** [**Resource**](https://www.anoxstudio.com/scripts/7086812)
* [ ] Download the resource from our Website
* [ ] Extract the files to your server's `resources` folder
* [ ] Rename the folder to `anox-shoplift` if it's not already named correctly
* [ ] **Step 2: Configure Your server.cfg**
* [ ] Add the following line to your `server.cfg` file:

```
ensure oxmysql
ensure ox_lib
ensure anox-shoplift
```

### ✨ Preview

{% embed url="<https://www.youtube.com/watch?t=72s&v=Zmlk7dOSaVM>" %}


---

# 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://anoxstudios.gitbook.io/anoxstudios/free-scripts/escrow/anox-shoplift.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.
