vi/raiser
phone
phone, GTA 6 style illustration
Vaultintermediatephone

Darkweb Black-Market App

QBCore/QBox phone app for a gated anonymous illegal-goods market with no escrow and server-rolled dead-drop delivery plus trace/raid risk.

PRODUCTION-SHAPED, the reference Lua is validated and written framework-correct for ESX, QBCore, and QBox, ready to drop into your server.
Est. Lua
~113 loc
Claude
Claude Opus 4.x / Sonnet 4.x
Validation
syntax-validated
Updated
2026-06-25
Unlock price
$199Vault

Unlock all 510 prompts

Profit potential / mostable
$500($150 to $2,000)

$50-389 script band, sized for a stable niche; top sellers clear around $11.85K/mo.

Effort vs return
intermediate3-5h

Description

A gated black-market phone app where verified players browse illegal goods, pay cash with no escrow, and receive purchases via a server-assigned dead-drop they must physically collect. Each pickup rolls a trace/raid risk, so buying is never risk-free. Crime-RP servers sell it as the shadow counterpart to their legit classifieds app.

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/phone/19-darkweb-blackmarket-app.lua. It implements a token-gated catalog, server-side money removal and per-source pending dead-drop, an…

🔒 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 economy, Claude removes money and grants the item on the client; a modder spawns goods for free. Keep the gate, RemoveMoney and AddItem server-side.
  • Anim before load, TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + while not HasAnimDictLoaded(dict) do Wait(0) end.
  • One-sided net event, defining darkmarket:openCatalog/deadDrop on only one side breaks the buy round-trip; both client and server use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Move all money and inventory authority to the server: gate on the market_token item, RemoveMoney once on purchase, store a per-source pending dead-drop, and AddItem only on confirmPickup. The client must only render the catalog, set the waypoint and play the pickup anim. Never grant goods from the client."

Framework Integration

  • ESX: swap to exports['es_extended']:getSharedObject(), gate on xPlayer.getInventoryItem('market_token'), pay with xPlayer.removeMoney(price) and xPlayer.addInventoryItem.
  • QBCore: as written, exports['qb-core']:GetCoreObject(), Player.Functions.RemoveMoney('cash', price) and Player.Functions.AddItem.
  • QBox: use exports.qbx_core:GetPlayer(src) then player.Functions.RemoveMoney/AddItem; catalog and dead-drop logic are identical.

Profit Potential

$150-$2000/mo on Tebex (expected ~$500), priced inside the $50-389 script band against a corpus of comparable Tebex sellers (median ~$11.85K/mo); a stable crime-RP niche with steady unit volume.

Trend Signal

→ stable, inferred: Criminal counterpart to legit classifieds; distinct anonymity + dead-drop logic; qb/qbox + inventory.

Sales Angle

The underground counterpart to a legit classifieds app, anonymity, no escrow, dead-drop tension that fits any crime-RP server. Recommended Tebex price $189.

Difficulty & Ship Time

intermediate · ships in 3-5h.