gta6/prompts
housing
Vaultadvancedhousing

Property Flipping & Renovation Resale

QBCore flip loop: buy distressed cheap, fund a server-tracked renovation that raises the appraisal, then resell at a markup.

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

Description

A property-flipping career: buy a distressed property cheap, spend a renovation budget that raises its server-tracked appraisal, then resell above the new value for profit. Servers sell it because it layers an active, skill-and-risk money loop onto otherwise static housing — a genuine trade job, not just a purchase.

Prompt Template

You are writing a FiveM script for qb-core (exports GetCoreObject). Return ONE…

🔒 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 at content/expected-outputs/housing/26-property-flipping-renovation-resale.lua implements the renovation gesture + commands on the client and a server-side appraisal that grows from…

🔒 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-set appraisal — the new value is sent from the client and trusted, so flippers print money.
  • Stale-owner resale — resale pays without re-checking the caller still owns it.
  • Unloaded renovation animTaskPlayAnim fires before the dict loads, T-posing the action.

Corrective re-prompt: "Compute the appraisal on the server only — it must increase from the renovation budget passed in, never from a value the client sends. On both renovate and resell, re-select the owner from the DB and reject if it is not the caller's citizenid. Wrap the hammering animation in RequestAnimDict + a HasAnimDictLoaded wait loop."

Framework Integration

  • QBCore: exports["qb-core"]:GetCoreObject(); Player.Functions.RemoveMoney/AddMoney("bank", amt); owner key citizenid.
  • QBox: identical via exports.qbx_core; keep appraisal + payout math inside the server events.
  • ESX: out of scope here; port by swapping to xPlayer.removeMoney/addMoney and xPlayer.identifier if needed.

Profit Potential

$300–$3500/mo on Tebex (expected ~$1100). [INFERRED] $50-389 script band priced against the corpus of housing/economy careers (signal-scraper tebex_snapshot n=100, median seller $11.85K/mo); an advanced rising trade loop sits high in the band.

Trend Signal

rising — inferred: [INFERRED] buy-renovate-resell trade loop; appraisal-driven flip distinct from one-shot property purchase.

Sales Angle

Sell it as the flipper career that gives housing a skill ceiling and real risk. Recommended Tebex price $349.

Difficulty & Ship Time

advanced · ships in 1-2 days.