gta6/prompts
jobs
Vaultintermediatejobs

Repo Agent Job — Winch, Flatbed & Impound

ESX repo agent job: accept a server-issued repossession order on a flagged vehicle, winch it onto a flatbed, haul it to the impound yard, and collect server-validated per-repo pay.

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

Description

An ESX repo agent job: the server issues a repossession order on a flagged vehicle with a routed blip, the agent winches it onto a flatbed, hauls it to the impound yard, and collects a server-validated per-repo fee. It sells because a repo/impound winch occupation pairs naturally with mechanic and impound economies and gives drivers an active, order-driven job distinct from a passive tow station.

Prompt Template

You are writing a FiveM resource for esextended (stable, exports-based…

🔒 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/jobs/16-repo-agent-winch-impound.lua. It implements order issue → routed blip → flatbed winch-attach → impound delivery → plate-validated payout, with orders owned by the…

🔒 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

  • Unvalidated payout — the server pays only when the delivered plate matches the order it issued.
  • Attach on a non-owned vehicle — request network control before AttachEntityToEntity or the attach desyncs.
  • Anim before dict load — wait on HasAnimDictLoaded.

Corrective re-prompt: "Agents are getting paid for repossessing random cars. In the deliver handler, compare the plate the client sends against the plate stored in the server's activeOrders[source]; reject and notify if they differ, and only addMoney when they match."

Framework Integration

  • ESX: uses ESX.GetPlayerFromId, xPlayer.job.name, and xPlayer.addMoney as shipped.
  • QBCore: swap to QBCore.Functions.GetPlayer, guard PlayerData.job.name, and Player.Functions.AddMoney("bank", fee).
  • QBox: resolve via exports.qbx_core:GetPlayer(source); pair the impound step with qbx_vehicles state if you persist repo'd vehicles.

Profit Potential

$150–$2000/mo on Tebex (expected ~$500). [INFERRED] priced inside the $50-389 script band against the signal-scraper tebex_snapshot corpus (n=100, median seller $11.85K/mo), scaled to a stable repo/impound niche.

Trend Signal

stable — inferred: Repo/impound winch-attach occupation pairs with mechanic work; steady demand, distinct from a passive repair-tow station.

Sales Angle

Sell it to mechanic/impound-economy servers as the active repo occupation — order-driven winch work that feeds the impound yard, not a passive tow station. Recommended Tebex price $139.

Difficulty & Ship Time

intermediate · ships in 1 day.