gta6/prompts
economy
Vaultintermediateeconomy

Counterfeit Cash — Print & Detection Risk

QBCore counterfeiting that consumes materials to print fake bills over a server timer, with a detection roll on spend that can flag and fine the player.

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
~83 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A counterfeiting mechanic: a player burns paper and ink to print fake bills over a server-timed job, then risks spending them — each spend rolls a server-side detection chance that can flag the player to dispatch and levy a fine. Servers buy it because it slots directly into the hot illegal-economy loop alongside laundering and black-market scripts.

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/22-counterfeit-cash-printing.lua consumes paper and ink up front, guards against a double-print, grants fake bills only after a server…

🔒 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 & Corrective Prompt

  • Instant print — no risk window; grant bills only inside a server SetTimeout.
  • Client detection roll — never caught; roll math.random on the server.
  • Double-print race — many prints off one material set; guard with the printing[cid] flag.

Corrective re-prompt: "Grant the fake bills only after a server SetTimeout, roll the detection chance server-side with math.random, and block a second print while printing[cid] is set after removing the materials up front."

Framework Integration

ESX: use ESX.GetPlayerFromId, getInventoryItem/removeInventoryItem/addInventoryItem, and removeAccountMoney('bank', FINE). QBCore: as written — GetPlayer, GetItemByName, RemoveItem/AddItem, RemoveMoney/AddMoney. QBox: resolve via exports.qbx_core:GetPlayer and move item handling to the ox_inventory exports while keeping the server-timed grant and detection roll.

Profit Potential

$400–$6000/mo on Tebex (expected ~$1500). [INFERRED] priced in the $50-389 script band against the signal-scraper tebex_snapshot corpus (median seller $11.85K/mo, n=100), scaled to a hot-niche unit estimate.

Trend Signal

🔥 hot — corpus: Counterfeiting sits in the active illegal-economy Tebex cluster with laundering/black-market (tebex_topsellers cat:economy); illegal-RP demand hot.

Sales Angle

The print-side counterpart to laundering — lead an illegal-economy bundle with it. Recommended Tebex price: $349.

Difficulty & Ship Time

intermediate · ships in 1 day.