Description
A beginner-friendly QBCore convenience store robbery: the player walks to a register, holds the hold-up pose while a progress bar fills, and the server pays out a random amount with a per-register cooldown so it can't be farmed. The entry-level heist every economy server ships first.
Prompt Template
You are writing a FiveM resource for qb-core. Produce TWO files (client.lua +…
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 lives at content/expected-outputs/heists/03-store-register-robbery.lua. It implements the proximity hold-up with NUI progress, then a server claim handler that enforces a…
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
- Client-rolled payout —
math.randomon the client is spoofable; roll the amount andAddMoneyon the server. - Client-side cooldown — a local cooldown resets on relog and isn't shared; keep the cooldown table server-side keyed by register.
- Stuck anim — forgetting
ClearPedTasksleaves the player frozen in the hold-up; always clear tasks and hide the NUI at the end. - Re-entrant rob — without the
robbingflag, repeated E presses stack threads; guard the entry.
Integration Notes
- Split the banners into
client.luaandserver.lua; list both infxmanifest.lua. - Requires
qb-corestarted first. TheSendNUIMessagecalls assume a small progress HTML or can be swapped for a QB progressbar export. - Test on a dev server: rob a register, confirm money arrives once, then immediately re-attempt and confirm the cooldown rejection.
Profit Potential
$300–$4500/mo on Tebex (expected ~$1100). [INFERRED] priced inside the $50-389 FiveM script band against a hot heist niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100), scaled down for a beginner entry-level robbery.
Trend Signal
🔥 hot — [INFERRED] multi-stage heists are flagship endgame content servers pay up for.
Sales Angle
Position as the entry-level economy filler every new server ships first — cheap, farm-proof via the server cooldown, drop-in. Recommended Tebex price $79.
Difficulty & Ship Time
beginner · ships in 2-3h.