Skip to content

Bobcat Security Heist v1.5.71

Bobcat Security Heist (sd-bobcat) is a fully-featured Bobcat Security weapons depot heist for FiveM. Breach three progressively secure doors, hack security systems, eliminate guards, loot weapon caches, and detonate C4 to access the vault. Supports three MLO variants: Gabz, NoPixel/Tobii, and K4MB1.

Preview

Bobcat Security Heist — Full Showcase

Key Features

Multi-Stage Heist Progression

The heist unfolds through four sequential stages, each requiring specific items and skill checks:

StageMethodRequired ItemAction
First DoorThermitethermite_hBurn through the first security door
Second DoorThermitethermite_hBreach the second door, spawns guards and triggers police alert
Third DoorKeycardbobcatkeycardSwipe a Bobcat Security Card (optional hacking)
VaultC4 Bombc4_bombSet a timed detonation (1-90 seconds) to blow the vault door

Weapon Crate Loot

Four separate weapon caches inside the vault:

CrateContentsAmount
SMGsSMG, Micro SMG, Machine Pistol, Mini SMG, Pistol .505-8 weapons
RiflesAssault Rifle, Compact Rifle, MG, Pump Shotgun3-6 weapons
ExplosivesGrenades, Molotovs, Sticky Bombs2-4 items
AmmoMG, Shotgun, SMG, Rifle, Pistol ammo6-8 items

NPC Guard System

  • 6 guards spawn at heist-specific locations when the second door is breached
  • Guards have 200 HP, randomized armor (50-100), and combat-ready AI
  • Armed with pistols, SMGs, or assault rifles (randomized)
  • Lootable on death with weighted reward categories:
CategoryChanceExamples
Pistols37%Heavy Pistol, Pistol, Pistol Mk2
Rare Weapons15%Assault Rifle, Compact Rifle, MG
SMGs32%Assault SMG, Mini SMG, Combat PDW
Shotguns25%Sawn-off, Pump, Double Barrel
Ammo45%Various ammo types (1-2 per drop)
Medical45%Bandages, Revive Kits (1-2 per drop)

Three MLO Map Variants

Select your map in the config and all coordinates, doorlocks, and guard spawns adjust automatically:

MLOCreator
GabzGabz Development
NoPixel / TobiiNoPixel / Tobii
K4MB1K4MB1

Hacking Minigames

Supports 20+ configurable minigame resources, including ps-circle, ps-thermite, hacking-opengame, sn-skillcheck, rm-safecrack, and many more. Each door/vault stage can use a different minigame with independent difficulty settings.

Doorlock Integration

Includes ready-made configs for three doorlock systems:

  • ox_doorlock (SQL inserts provided)
  • qb-nui_doorlock (Lua config provided)
  • cd_doorlock (JSON config provided)

Additional Features

  • Minimum police requirement before the heist can start (default: 3)
  • Global cooldown between heists (default: 60 minutes)
  • Alarm system with configurable audio
  • Police dispatch integration (code 10-31B)
  • Map blip for the Bobcat location
  • Target or TextUI interaction modes
  • Item removal configurable on success/failure per item
  • Cinematic explosion sequence for the vault breach

Supported Frameworks

FrameworkStatus
qb-coreFully supported
qbx_coreFully supported
es_extended (ESX)Fully supported

Supported Inventories

InventoryStatus
ox_inventoryFully supported
tgiann-inventorySupported
jaksam_inventorySupported
qs-inventorySupported
qs-inventory-proSupported
qb-inventorySupported
ps-inventorySupported
lj-inventorySupported
codem-inventorySupported

Supported Target Systems

TargetStatus
ox_targetFully supported
qb-targetFully supported
qtargetFully supported

Dependencies

DependencyOptions
Frameworkqb-core / qbx_core / es_extended
Librarysd_lib (required)
Target Systemox_target / qb-target / qtarget / TextUI fallback
Doorlockox_doorlock / qb-nui_doorlock / cd_doorlock
MinigameAny one of 20+ supported minigame resources

INFO

Framework, inventory, and target system are all auto-detected via sd_lib.

File Structure

sd-bobcat/
  client/
    main.lua              -- Client-side heist logic, animations, UI
  server/
    main.lua              -- Server-side state, cooldowns, loot distribution
  doorlock/
    cd_doorlock/
      gabz_bobcat.json
      k4mb1_bobcat.json
      nopixel_bobcat.json
    ox_doorlock/
      gabz_doorlock.sql
      k4mb1_doorlock.sql
      nopixel_doorlock.sql
    qb-nui_doorlock/
      gabz_bobcat.lua
      k4mb1_bobcat.lua
      nopixel_bobcat.lua
  locales/
    ar.json               -- Arabic
    de.json               -- German
    en.json               -- English
    es.json               -- Spanish
    fr.json               -- French
  images/
    bobcatkeycard.png
    c4_bomb.png
    thermite_h.png
  [SQL]/ESX/items.sql     -- ESX item definitions
  config.lua              -- All configuration
  fxmanifest.lua