[FREE] [QB] Improved House Robberies

Preview Video:

Download Via Github

Download Via Tebex


Features

  • Tiered loot system for houses
  • New minigames from Boii Development - safe cracker [ main door ] and skillbar [ searches ]
  • Support for qb-inventory and ox_inventory
  • Support for ps-dispatch or normal qb police alerts
  • Support for qb-notify, okokNotify, mythic_notify, boii_ui notify and ox_lib notify
  • Toggleable blips for robbery locations
  • Toggleable chance to leave fingerprints if failed searches
  • Toggleable chance to find cash if mini game is passed ‘perfefctly’

Supported Scripts

Inventories

  • qb-inventory
  • ox_inventroy

Notifications

  • qb-notify
  • okokNoftiy
  • mythic_notify
  • boii_ui notify
  • ox_lib notify

Police

  • qb-policejob
  • ps-dispatch

Dependencies


Check Out My Other Scripts Below

Job Scripts


Activities Scripts


Drug Scripts


Script Bundles

Free Scripts

Code is accessible Yes / ALL
Subscription-based No
Lines (approximately) 1500+
Requirements qb-core, qb-inventory, qb-policejob, ox_lib
Support Yes
8 Likes

any video ?

1 Like

I can make one up later but its just the basic qb-houserobberies with a few extra features and extra search locations mate

2 Likes

oh ok thanks man i will try it
KEEP UP THE GOOD WORK

1 Like

appreciate your kind words :heart:

1 Like

Support now added for t3_lockpick when attempting to lockpick a house door.

Download t3_lockpick from here: GitHub - T3development/t3_lockpick

t3_lockpick forum post: [FREE] Lock Picking Minigame

2 Likes

is there a way to add qb-target on front door as an option??

probably, script is free and open source so have a go mate and see how you get on

1 Like

It would be great if there was an ESX version

it’s qb-houserobbery from qb-core with improvements mate wont be for esx

1 Like

How does the tiers work? I see that the different tiers have different loot pools, but what decides the tier to begin with?

take a look client sided for the tier system, it’s created on spawning of the interior

1 Like

I really like this, thank you!

1 Like

Script Update

  • added support for ox_inventory
  • changed minigames
  • added more search areas
  • various code improvements and features

Preview Video Added!

Any chance in the future this script would work with cd_dispatch? Or would it be as simple as adding in the code to trigger the alert under client > main.lua? Thanks in advance

Would there be a way to add something like this?

local data = exports[‘cd_dispatch’]:GetPlayerInfo()
TriggerServerEvent(‘cd_dispatch:AddNotification’, {
job_table = {‘police’, },
coords = data.coords,
title = ‘House Robbery’,
message = 'A ‘…data.sex…’ was seen attempting to break and enter a house at '…data.street,
flash = 0,
unique_id = data.unique_id,
sound = 1,
blip = {
sprite = 431,
scale = 1.2,
colour = 3,
flashes = false,
text = ‘911 - House Robbery’,
time = 5,
radius = 0,
}
})

you can easily add support for your police dispatch check client file and add the neccessary code mate

1 Like

Thank you so much!

1 Like

Any format I try doesn’t seem to work. I’ve done this with a few other scripts, but it doesn’t seem to want to work.

I was able to sort it out, thank you! Very fantastic script, thank you!

1 Like