Description
Aero and weight parts — spoiler, diffuser, weight-reduction — that the mechanic installs for cash, each trading downforce and grip against top speed via handling floats. It is the handling-depth layer enthusiasts want once raw power tuning is solved, sold as part of a broader suite.
Prompt Template
Write a FiveM QBCore Lua resource "aerotune" where spoiler/diffuser/weightcut…
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 at content/expected-outputs/mechanic/09-aero-weight-tuning.lua implements a server-priced part install, a plate-verified handling-float application, and a parts table trading…
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
- Free parts — the client applies handling before the server charges. Force the
requestInstall/installResultround-trip withRemoveMoneyfirst. - Tune leak — handling floats are written globally. Key every write to the plate and verify it on
installResult. - Wrong-car apply — the result is applied to whatever car the player sits in. Compare the returned plate to the current plate before applying.
Corrective re-prompt: Make installs server-authoritative: charge via RemoveMoney on the server before replying, and on installResult only apply the handling floats when the returned plate matches the player's current GetVehicleNumberPlateText.
Framework Integration
- ESX:
exports['es_extended']:getSharedObject(); charge withxPlayer.removeAccountMoney('bank', price)in the install handler. - QBCore:
exports['qb-core']:GetCoreObject()+Player.Functions.RemoveMoney('bank', price, 'aero-tuning')as written. - QBox:
exports.qbx_core:GetPlayer(src)then the sameRemoveMoneysignature; events unchanged.
Profit Potential
$130–$1850/mo on Tebex (expected ~$470). [INFERRED] priced inside the $50-389 script band against the signal-scraper corpus (median seller $11.85K/mo, n=100), scaled for a stable enthusiast-tuning niche.
Trend Signal
→ stable — inferred: Aero/weight tuning is steady enthusiast demand, not a spike [inferred].
Sales Angle
Position as the handling-depth layer that completes a tuning suite — sell next to a dyno/ECU pack. Recommended Tebex price $90 standalone.
Difficulty & Ship Time
intermediate · ships in 3-5h.