# anox-moneywash

### ✨ Overview

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

> **anox-moneywash** is a realistic money laundering system where players use interactive washing machines to clean dirty cash. With adjustable risk levels and laundry cards to start the process, players can turn their illegal money into clean cash at machines placed across the map.

### ✨ Features

* [ ] 💵 **Realistic Money Laundering System**

- Use laundry cards to access washing machines
- Configurable washing fee percentage (default 10%)
- Minimum washing amount requirement

* [ ] 🧮 **Dynamic Washing Process**

- Machine-specific washing times (configurable per location)
- Collection time window - players must collect money in time
- Machine cooldown periods after use
- Risk of card loss after washing (configurable chance)

* [ ] 🎮 **Immersive Gameplay Elements**

- Animated washing machine props that change appearance based on status
- Progress indicators during the washing process
- Contextual interaction options via target systems

* [ ] 🌍 **Multiple Machine Locations**

- Place washing machines anywhere on the map
- Each location can have unique washing times and cooldowns
- Optional map blips for each location

* [ ] 🔧 **Framework Compatibility**

- Fully tested with **ESX, QBCore**, and **QBox**
- Seamless integration with existing economy systems
- Handles framework-specific "black money" implementations
- **Localization support** through `ox_lib`.

### ✨ Requirements

* [ ] One of the following frameworks:

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

* [ ] One of the following target systems:

- [`ox_target`](https://github.com/overextended/ox_target)
- [`qb-target`](https://github.com/qbcore-framework/qb-target)

* [ ] **Must-have dependencies:**

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

### ✨ Installation Guide

* [ ] **Step 1: Download the** [**Resource**](https://github.com/ANoXShadow/anox-moneywash)
* [ ] Download the resource from our GitHub repository
* [ ] Extract the files to your server's `resources` folder
* [ ] Rename the folder to `anox-moneywash`if it's not already named correctly
* [ ] **Step 2: Item Setup**
* [ ] Head to the !INSTALL folder and install the item into your core or inventory.

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

* [ ] **Step 3: Configure Your server.cfg**
* [ ] Add the following line to your `server.cfg` file:

```
ensure oxmysql
ensure ox_lib
ensure anox-moneywash
```

**Step 4: Configure the Resource**

* Open the `config.lua` file in the `anox-moneywash`folder
* Set your preferred framework:
  * `Config.Framework = 'esx'` for ESX
  * `Config.Framework = 'qb'` for QBCore
  * `Config.Framework = 'qbx'` for QBox

### ✨ Preview

{% embed url="<https://www.youtube.com/watch?v=0NUc9b4OZhw>" %}


---

# 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/illegal/anox-moneywash.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.
