gta6/prompts
economy
Coreintermediateeconomy

Money Wash — Launder Dirty Cash Over Time

QBCore launderer that converts black_money into clean cash gradually on a server timer, taking a percentage fee per batch.

NON-TESTÉ — the reference Lua is syntax-validated, not run in a live FiveM server. Adapt and test on your own dev server before shipping.
Est. Lua
~54 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-24

Description

A QBCore money-laundering mechanic: a player starts a wash with a chunk of black_money, and the server slowly converts it into clean cash batch by batch, skimming a launderer fee each tick. The gradual, fee-taking conversion is what makes dirty money a meaningful risk/reward loop in criminal RP rather than a free swap.

Prompt Template

You are writing a FiveM resource for qb-core.

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Expected Output

The reference Lua at content/expected-outputs/economy/05-money-laundering-over-time.lua removes the dirty item up front, tracks the wash by citizenid, and a server timer converts a capped chunk per…

🔒 Eyes-only — locked prompt body

The full prompt template and its reference Lua are part of a one-time pack. Pick your depth — both are lifetime access, no subscription, ever.

Core$49one-time
  • 60 prompts + syntax-validated reference Lua
  • Lifetime access — pay once
Most Popular · Best Value
Vault$199one-time
  • All 510 prompts — the full library
  • Per-prompt profit/trend intelligence (CSV + playbook)
  • Lifetime free updates — new niches as the market moves
Get the Vault — $199

$49 for 60 · $199 for all 510 + intelligence — one-time, no subscription.

Known Failure Modes

  • Instant conversion — swapping all dirty to clean at once kills the mechanic. Require a capped per-tick batch on a timer.
  • Disconnect duplication — holding a stale src across ticks errors or double-pays. Require re-resolving by citizenid each tick.
  • Client-side fee math — computing clean cash on the client lets a cheater skip the fee. Require server-side math.floor.
  • Dirty money reuse — not removing the item up front lets a player wash the same stack twice. Require RemoveItem at start.

Integration Notes

server.lua holds the active-wash table and timer; client.lua exposes /launder. Declare both in fxmanifest.lua. Depends on qb-core and a black_money item in your inventory. Test: give yourself black_money, /launder 1000, lower WASH_INTERVAL to a few seconds, and watch cash rise in 500-chunks at 80% of face value.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] priced inside the $50-389 standalone-script band against the signal-scraper corpus (tebex_snapshot n=100, median seller $11.85K/mo) for a rising economy niche.

Trend Signal

rising — [INFERRED] banking/economy is core RP-server infrastructure, steady demand.

Sales Angle

Position as a criminal-economy staple for QBCore/QBox — turns black_money into a real risk window with a launderer fee, not a free swap. Strong seller in the crime-RP niche. Recommended Tebex price: $79.

Difficulty & Ship Time

intermediate · ships in 2-4h.