gta6/prompts
heists
Vaultintermediateheists

Server-Room Data Exfil — Hold-the-Download

QBCore data heist where a player plugs a USB into a rack and must hold position while a server-timed download bar fills before 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
~102 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A working QBCore data-exfiltration heist: the player plugs a USB into a server rack and must physically hold position inside a small radius while a download bar fills. Step out of range and the download aborts — only a clean hold to 100% pays out. This is the cyber-heist loop tech-themed roleplay servers sell as a fresh alternative to vault drills.

Prompt Template

You are writing a FiveM resource for qb-core (exports['qb-core']:GetCoreObject()).

🔒 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/23-server-room-data-exfil.lua. It implements the proximity plug-in with a client hold-radius watchdog that aborts on leaving, a server-side…

🔒 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

  • Client-trusted timer — Claude counts the download client-side and pays there; a packet fires complete instantly. Keep the timer and AddMoney server-side.
  • Anim before loadTaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event — defining exfil:progress/exfil:complete on only one side breaks the round-trip; both client and server use RegisterNetEvent + AddEventHandler.
  • No abort on leave — without the client hold-radius watchdog the download finishes even if the player walks off; poll distance and abort.

Corrective re-prompt: "Move the entire download timer to the server: store a per-source session, tick it once per second, and call Player.Functions.AddMoney only when it reaches 100%. The client must only render progress and send an abort if the player leaves the hold radius. Never pay from the client."

Framework Integration

  • ESX: swap to exports['es_extended']:getSharedObject() and pay with xPlayer.addMoney([REWARD]) in the server tick at 100%.
  • QBCore: as written — exports['qb-core']:GetCoreObject() and Player.Functions.AddMoney('cash', [REWARD], 'data-exfil').
  • QBox: use exports.qbx_core:GetPlayer(src) then player.Functions.AddMoney('cash', [REWARD]); event/session logic is identical.

Profit Potential

$400–$6000/mo on Tebex (expected ~$1500). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo); a hot cyber-heist niche carries strong unit volume.

Trend Signal

🔥 hot — inferred: Cyber/data heists trending; hold-the-download tension is in demand and rarely executed well.

Sales Angle

The modern cyber-heist every tech-themed RP server wants — a tense, server-validated hold-the-download that can't be packet-skipped to the payout. Recommended Tebex price $329.

Difficulty & Ship Time

intermediate · ships in 3-5h.