Skip to main content

Installation Steps

1

Install required dependencies

Verify all dependencies below are started before this script in your server.cfg. Start order should be: Dispatch → Bridge → Minigames → Script.

ox_lib

Download ox_lib

projectx-bridge

Required Project X Bridge
2

Install the Bobcat MLO

Download the free Bobcat MLO and extract only the BOBCAT_MLO folder into your maps folder.

Bobcat MLO

QBCore Bobcat Heist repository (use BOBCAT_MLO only)
Open the [Interior] folder from the download and move only BOBCAT_MLO to your maps folder. Delete everything else from the download — you only need that one folder.
3

Install minigames

Download the minigames zip and place each resource into your standalone or dependencies folder.

Minigames

Download and place in your standalone or minigames folder
Make sure the minigames are not in the same folder as the robbery script.
4

Extract and place the resource

Extract the script from the zip file and place it into your scripts folder.
5

Add items to your inventory

Add the required items and their images to your inventory resource. See the items section below for the full list.
Item images done by Artwork Inventory - Use code ProjectX for 10% off!
6

Configure the resource

Open config/config.lua and adjust the settings to match your server. The bridge handles framework, inventory, dispatch, and interaction automatically if set to 'auto'.
7

Add to server.cfg

Make sure the bridge, ox_lib, your target, dispatch, inventory, minigames, and mka-lasers are all started before the robbery script.
ensure ox_lib
ensure projectx-bridge

ensure BOBCAT_MLO
ensure mka-lasers
ensure lightsout
ensure SN-Hacking
ensure utk_fingerprint

ensure projectx-bobcatheist-default

Items Required

Items Required from Outside the Robbery

The bobcatcard2 must be obtained externally (e.g. from another robbery or side mission) before the heist can be started.
  • bobcatcard2

Items Required from Shop/Black Market

  • x_device
  • x_phone
  • pliers
  • bag
The rest of the items (bobcatcard, C4, smoke grenades, etc.) are obtained within the heist itself.

Item Configuration

["x_device"] = {
    label = "Flapper Hero",
    weight = 125,
    stack = false,
    close = false,
    description = "?????????",
},
["bag"] = {
    label = "Duffel Bag",
    weight = 250,
    stack = false,
    close = false,
    description = "Duffel bag",
},
["pliers"] = {
    label = "Pliers",
    weight = 125,
    stack = false,
    close = false,
    description = "A pair of pliers",
},
["x_phone"] = {
    label = "x Phone",
    weight = 300,
    stack = false,
    close = false,
    description = "?????????",
},
["bobcatcard"] = {
    label = "Bobcat Keycard A",
    weight = 50,
    stack = false,
    close = false,
    description = "A Security card for Bobcat",
},
["bobcatcard2"] = {
    label = "Bobcat Keycard B",
    weight = 50,
    stack = false,
    close = false,
    description = "A Security card for Bobcat",
},