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).
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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…
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.
- 60 prompts + syntax-validated reference Lua
- Lifetime access — pay once
- All 510 prompts — the full library
- Per-prompt profit/trend intelligence (CSV + playbook)
- Lifetime free updates — new niches as the market moves
$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
TaskPlayAnimno-ops if the dict is not loaded; alwaysRequestAnimDict+ aHasAnimDictLoadedwait loop. - One-sided net event —
burner:deliveron only one side leaves the recipient without the message and self-destruct never fires; both sides useRegisterNetEvent+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 withxPlayer.removeMoney(fee)and key ownership byxPlayer.identifier. - QBCore:
local QBCore = exports['qb-core']:GetCoreObject(); usePlayer.Functions.RemoveMoney('cash', fee)andcitizenidownership. - QBox:
exports.qbx_core:GetPlayer(src); reuse the cash accessor andox_libfor 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.