gta6/prompts
police
Vaultadvancedpolice

Forensics Lab — DNA, Fingerprint & Ballistics

QBCore/QBox forensic lab bench that analyzes collected DNA/fingerprint/ballistics samples via a mini-game and matches them against a rank-gated, server-side offender database.

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

Description

A forensic lab bench: a technician analyzes collected DNA, fingerprint, or ballistics samples through a mini-game, and the server matches the result against a rank-gated offender database. It sells into the rising CSI-RP scene, where detective squads want investigative depth beyond a simple arrest — turning collected evidence into a real lead.

Prompt Template

You are writing a FiveM resource for [qbcore|qbox]. Resolve the framework through…

🔒 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

See content/expected-outputs/police/12-forensics-dna-fingerprint-ballistics-lab.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.

Known Failure Modes & Corrective Prompt

  • Match resolved client-side → the whole offender DB leaks to anyone reading the event.
  • Bench anim plays before the dict loads → T-pose.
  • Client-claimed mini-game success trusted blindly → bench skipped.

Corrective re-prompt: Keep OFFENDER_DB and the match lookup on the server and return only the single matched name (or nil) — never the table. Gate both submitResult and enroll on isLabTech(player) (job.name == "police" and job.grade >= 2) so a spoofed submit still fails.

Framework Integration

  • ESX: adapt with ESX.GetPlayerFromId(src) and xPlayer.job.grade; gate the lab on grade.
  • QBCore: QBCore.Functions.GetPlayer(src), check PlayerData.job.name/.grade.level; persist the DB in an offender_samples table.
  • QBox: exports.qbx_core:GetPlayer(src); pair the bench with ox_lib skill checks for the mini-game.

Profit Potential

$250–$3500/mo on Tebex (expected ~$900). [INFERRED] Priced inside the $50-389 script band against the corpus median seller of $11.85K/mo (signal-scraper tebex_snapshot n=100) for a rising CSI-RP niche.

Trend Signal

rising — strategy: MASTER-200 id-081 Forensics Mini-Game Pack ($99, 400/1,400/4,000, NICHE); CSI-RP demand rising into the new marketplace.

Sales Angle

Target CSI-RP servers chasing depth — the offender-DB match is the hook detective squads want. Recommended Tebex price $99.

Difficulty & Ship Time

advanced · ships in 1-2 days.