Description
An ESX Fleeca-style two-player heist: one player joins as the HACKER and one as the DRILLER, each runs a role-specific action at the vault, and the server pays a split pot only when both roles finish. The cooperative quick-heist that rewards teamwork.
Prompt Template
You are writing a FiveM resource for esextended. 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/10-fleeca-two-player-roles.lua. It implements server-side role assignment, role-gated completion validated against the assigned player, and…
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-owned roles — assigning roles and judging completion locally lets one player solo both; keep the crew registry and completion check on the server.
- Full pot per player — paying each the whole pot doubles the reward; compute
math.floor(Pot/2)and pay each the share. - Unvalidated roleDone — without
crew[role] == sourceanyone can fire completion; validate the sender owns the role. - Stuck NUI — the hacker's NUI must
SetNuiFocus(false,false)in its callback or controls lock.
Integration Notes
- Split the banners into
client.luaandserver.lua; list both infxmanifest.lua, plusui_page/filesfor the hacker NUI. - Requires
es_extendedstarted first. The hacker's minigame is your own NUI that posts back via thefleecaHackDonecallback. - Test on a dev server with two clients:
/joinfleeca hackerand/joinfleeca driller, each completes their action at the vault, and confirm both receive a half-pot only after both finish.
Profit Potential
$550–$7800/mo on Tebex (expected ~$2100). [INFERRED] priced inside the $50-389 FiveM script band against a hot co-op heist niche; corpus median seller $11.85K/mo (signal-scraper tebex_snapshot n=100), scaled up for an advanced two-player resource.
Trend Signal
🔥 hot — [INFERRED] multi-stage heists are flagship endgame content servers pay up for.
Sales Angle
Sell as the cooperative quick-heist that rewards teamwork — server-enforced hacker and driller roles with a split pot only when both finish. Recommended Tebex price $279.
Difficulty & Ship Time
advanced · ships in 1 day.