Advanced Car Stealing Script for FiveM (QBCore / ESX)
A complete overhaul of the car stealing experience, moving away from simple lockpicking to a more immersive, high-stakes process involving ECU hacking, chop shop cleaning, and expert document forging.
Features
π In-Vehicle Hacking
Steal cars from the inside using an electronickit while sitting in the driver's seat.
π§ Memory Minigame
Custom ECU Hack minigame where you must memorize sequences. No generic progress bars.
π Progressive Flow
Steal (ECU Hack) β Clean (Chop Shop) β Legitimize (Document Expert).
π¨ Immersive UI
Modern glassmorphic progress bars and a custom circuit-board themed minigame.
βοΈ Framework Agnostic
Auto-detects qb-core or es_extended and your inventory system (qb-inventory / ox_inventory).
Installation
- Download & Extract
Place thepj-carstealfolder into your resources directory. - Add to server.cfg
ensure pj-carsteal - Dependencies
qb-coreORes_extendedoxmysql(for database interactions)qb-inventoryORox_inventory
- Add Items (Crucial Step)
Ensure theelectronickititem exists in your shared items file.For QBCore (shared/items.lua)
['electronickit'] = { name = 'electronickit', label = 'Electronic Kit', weight = 500, type = 'item', image = 'electronickit.png', unique = false, useable = true, shouldClose = true, description = 'Used to hack vehicle ECU systems' },For ESX (ox_inventory/data/items.lua)
['electronickit'] = { label = 'Electronic Kit', weight = 500, stack = true, close = true, },
Player Guide
Step 1: Find a Target
- Locate a parked vehicle (NPC owned).
- Lockpick it using standard tools to gain entry.
- Note: Player-owned and emergency vehicles cannot be stolen.
Step 2: Hack the ECU
- Sit in the driver's seat.
- Use the Electronic Kit item or type
/stealcar. - The Minigame: A 5x5 grid appears. Watch the sequence, then click the nodes in the exact order.
- Success: Engine starts, keys received, Chop Shop location revealed.
- Failure: Alarm triggers, engine dies, player ejected.
Step 3: The Chop Shop (Cleaning)
- Drive to the marked Underground Garage.
- Press E at the Mechanic NPC to Clean Vehicle ($5000).
- Actions: Stripping ID marks, Respraying, Swapping plates.
Step 4: The Expert (Registration)
- Drive the "clean" vehicle to the Document Expert.
- Press E at the NPC in the suit to Register Vehicle ($25000).
- Actions: Paperwork, Verification, Final Registration.
- Result: The vehicle is now fully owned by you!
Configuration
Edit config.lua to adjust the script to your server's needs.
Minigame Difficulty
gridSize: Size of the grid (Default: 5).sequenceLength: How many nodes to memorize.displayTime: Speed of the light sequence.
Economics & Locations
Config.ChopShop: Set location coords and cleaning fee.Config.Expert: Set location coords and registration fee.
pj-carsteal Β© 2024. All rights reserved.