gta6/prompts
phone
Vaultintermediatephone

Encrypted Burner Comms

ESX/QB anonymous burner numbers with self-destructing messages and no contact trace — server-minted disposable lines for criminal coordination, with a TTL purge and a per-message burn-after-read.

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

Description

Encrypted burner comms for ESX or QB: a player buys a disposable, anonymous burner number, sends messages that self-destruct after read or a TTL, and leaves no contact trace tying the line back to the character. It is a criminal-RP staple that gang servers buy precisely because it is mechanically distinct from clear-text SMS.

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/phone/09-encrypted-burner-comms.lua. It implements a server-owned burner registry that mints anonymous numbers, an ownership-gated send/read with…

🔒 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-minted numbers — Claude generates the burner number and stores messages client-side, so a modder spoofs lines or reads burned messages; the registry, store and TTL purge must live server-side keyed by source.
  • Anim before load — the burner-toss TaskPlayAnim no-ops if the dict is not loaded; always RequestAnimDict + a HasAnimDictLoaded wait loop.
  • One-sided net eventburner:deliver on only one side leaves the recipient without the message and self-destruct never fires; both sides use RegisterNetEvent + AddEventHandler.

Corrective re-prompt: "Mint burner numbers in server.lua, key the messages table server-side with burnOnRead and expiresAt, delete a message the instant burner:read fires when burnOnRead is set, and run a CreateThread TTL purge — never let the client mint a number or hold a burned message."

Framework Integration

  • ESX: local ESX = exports['es_extended']:getSharedObject(); charge the burner fee with xPlayer.removeMoney(fee) and key ownership by xPlayer.identifier.
  • QBCore: local QBCore = exports['qb-core']:GetCoreObject(); use Player.Functions.RemoveMoney('cash', fee) and citizenid ownership.
  • QBox: exports.qbx_core:GetPlayer(src); reuse the cash accessor and ox_lib for the toss notification.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] within the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), sized for a stable criminal-comms niche.

Trend Signal

stable — inferred: Criminal-RP staple distinct from clear-text SMS; steady gang-server demand.

Sales Angle

Position as the criminal-RP differentiator over plain SMS — burn-after-read and an untraceable line are the selling points gang servers pay for. Recommended Tebex price $99.

Difficulty & Ship Time

intermediate · ships in 1-2 days.