gta6/prompts
heists
Coreadvancedheists

Fleeca-Style Quick Heist — Two-Player Roles

ESX Fleeca-style heist for two players: a hacker and a driller whose roles the server enforces before splitting the payout.

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

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 +…

🔒 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 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…

🔒 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

  • 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] == source anyone 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.lua and server.lua; list both in fxmanifest.lua, plus ui_page/files for the hacker NUI.
  • Requires es_extended started first. The hacker's minigame is your own NUI that posts back via the fleecaHackDone callback.
  • Test on a dev server with two clients: /joinfleeca hacker and /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.