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.
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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.