gta6/prompts
heists
Vaultadvancedheists

Gallery Laser-Grid Heist — Artifact Lift

ESX/QB stealth heist where the player weaves a laser-tripwire grid to lift artifacts, with a server-authoritative alarm and 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
~95 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25

Description

A stealth gallery heist: the player must weave through a grid of laser tripwires to reach an artifact and lift it without breaking a beam — tripping a beam raises a server alarm, lifting clean pays out. Servers buy it because laser-grid stealth is underserved next to vault and smash-grab staples.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports getSharedObject).

🔒 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/13-gallery-laser-grid-artifact.lua. It draws and collision-tests the laser beams each frame, raises a server-broadcast alarm on a trip, 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 & Corrective Prompt

  • Client-trusted lift — Claude pays the artifact client-side; keep the lift and tripped-flag server-side and reject a lift after a trip.
  • Anim before loadTaskPlayAnim no-ops without a loaded dict; always RequestAnimDict + a HasAnimDictLoaded wait loop.
  • One-sided alarm — a client-only alarm never reaches the server or other clients; broadcast it via the server with both sides registering the event.

Corrective re-prompt: "Keep a per-source tripped flag on the server, set it on tripBeam and broadcast gallery:alarm to all clients, and on liftArtifact reject the payout if tripped is set — never pay or clear state on the client."

Framework Integration

  • ESX: local ESX = exports['es_extended']:getSharedObject(); pay via xPlayer.addMoney(reward).
  • QBCore: local QBCore = exports['qb-core']:GetCoreObject(); resolve with QBCore.Functions.GetPlayer(src) and pay Player.Functions.AddMoney('cash', reward).
  • QBox: swap to exports.qbx_core:GetPlayer(src) with the same AddMoney('cash', reward) accessor.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), lifted for a rising underserved stealth niche.

Trend Signal

rising — strategy: Niche pick: laser-grid stealth is underserved vs vault/smash-grab staples; differentiates a heist pack.

Sales Angle

Position as the stealth centerpiece of a heist pack — laser-grid weaving is rarely executed well and sets a pack apart from smash-grab clones. Recommended Tebex price $169.

Difficulty & Ship Time

advanced · ships in 1 day.