Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

Script Rainmad Pacific Bank Heist + ExtendedMLO (ESX to QBCore Converted)

NACKZWY

Bronze Elite
Joined
May 14, 2023
Messages
7
Reaction score
38
Points
166
Location
HUY
Just sharing for those who need this ... the script is not mine all i did is converted it from esx to qbcore nothing special.
Preview

[Todo]

required items to start the heist:
'drill',
'bag',
'cutter',
'c4_bomb',
'thermite_bomb',
'laptop',
'trojan_usb'

you also need to equip a switchblade for cutting the paintings:

weapon_switchblade

Add the following to share.lua:

['thermite_bomb'] = {['name'] = 'thermite_bomb', ['label'] = 'Thermite Bomb', ['weight'] = 100, ['type'] = 'item', ['image'] = 'thermite_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'C4 Bomb', ['weight'] = 220, ['type'] = 'item', ['image'] = 'c4_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

["cutter"] = {["name"] = "cutter", ["label"] = "Cutter", ["weight"] = 15000, ["type"] = "item", ["image"] = "cutter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cutter."},

["bag"] = {["name"] = "bag", ["label"] = "Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag."},

['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},

['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Gold Bar', ['weight'] = 500, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Looks pretty expensive to me'},

['paintingg'] = {['name'] = 'paintingg', ['label'] = 'Painting G', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingg.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting G'},

['paintingf'] = {['name'] = 'paintingf', ['label'] = 'Painting F', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingf.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting F'},

---------------------------------------------------------------------------------





+++rep to the original maker :) RainMad

If you don't like it, please don't download it. thank you! :)
Getting This error when i try to sell the items (it takes everything but the paintings & the item that was in the glass case
 

Attachments

  • Screenshot 2024-07-13 020655.png
    Screenshot 2024-07-13 020655.png
    5.9 KB · Views: 143

AnirudhGDPD

Bronze Elite
Joined
Jul 3, 2023
Messages
9
Reaction score
17
Points
156
Location
INDIA
Just sharing for those who need this ... the script is not mine all i did is converted it from esx to qbcore nothing special.
Preview

[Todo]

required items to start the heist:
'drill',
'bag',
'cutter',
'c4_bomb',
'thermite_bomb',
'laptop',
'trojan_usb'

you also need to equip a switchblade for cutting the paintings:

weapon_switchblade

Add the following to share.lua:

['thermite_bomb'] = {['name'] = 'thermite_bomb', ['label'] = 'Thermite Bomb', ['weight'] = 100, ['type'] = 'item', ['image'] = 'thermite_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'C4 Bomb', ['weight'] = 220, ['type'] = 'item', ['image'] = 'c4_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

["cutter"] = {["name"] = "cutter", ["label"] = "Cutter", ["weight"] = 15000, ["type"] = "item", ["image"] = "cutter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cutter."},

["bag"] = {["name"] = "bag", ["label"] = "Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag."},

['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},

['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Gold Bar', ['weight'] = 500, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Looks pretty expensive to me'},

['paintingg'] = {['name'] = 'paintingg', ['label'] = 'Painting G', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingg.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting G'},

['paintingf'] = {['name'] = 'paintingf', ['label'] = 'Painting F', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingf.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting F'},

---------------------------------------------------------------------------------





+++rep to the original maker :) RainMad

If you don't like it, please don't download it. thank you! :)
can I get the ESX version one
 

xXRakunXx0

Bronze Elite
Joined
Nov 2, 2024
Messages
8
Reaction score
2
Points
146
Location
69000
Just sharing for those who need this ... the script is not mine all i did is converted it from esx to qbcore nothing special.
Preview

[Todo]

required items to start the heist:
'drill',
'bag',
'cutter',
'c4_bomb',
'thermite_bomb',
'laptop',
'trojan_usb'

you also need to equip a switchblade for cutting the paintings:

weapon_switchblade

Add the following to share.lua:

['thermite_bomb'] = {['name'] = 'thermite_bomb', ['label'] = 'Thermite Bomb', ['weight'] = 100, ['type'] = 'item', ['image'] = 'thermite_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'C4 Bomb', ['weight'] = 220, ['type'] = 'item', ['image'] = 'c4_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

["cutter"] = {["name"] = "cutter", ["label"] = "Cutter", ["weight"] = 15000, ["type"] = "item", ["image"] = "cutter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cutter."},

["bag"] = {["name"] = "bag", ["label"] = "Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag."},

['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},

['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Gold Bar', ['weight'] = 500, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Looks pretty expensive to me'},

['paintingg'] = {['name'] = 'paintingg', ['label'] = 'Painting G', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingg.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting G'},

['paintingf'] = {['name'] = 'paintingf', ['label'] = 'Painting F', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingf.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting F'},

---------------------------------------------------------------------------------





+++rep to the original maker :) RainMad

If you don't like it, please don't download it. thank you! :)
 

Anto271205

Bronze Elite
Joined
Oct 23, 2022
Messages
25
Reaction score
3
Points
156
Location
Italia
Condivido solo per chi ne ha bisogno... lo script non è mio, tutto quello che ho fatto è stato convertirlo da esx a qbcore, niente di speciale.
Anteprima

[Fare]

oggetti necessari per iniziare la rapina:
'trapano',
'borsa',
'tagliatore',
'c4_bomb',
'bomba_termite',
'computer portatile',
'trojan_usb'

devi anche equipaggiarti con un coltello a serramanico per tagliare i dipinti:

arma_coltello a serramanico

Aggiungere quanto segue a share.lua:

['thermite_bomb'] = {['name'] = 'thermite_bomb', ['label'] = 'Bomba alla termite', ['weight'] = 100, ['type'] = 'item', ['image'] = 'thermite_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Esplosivo'},

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'Bomba C4', ['weight'] = 220, ['type'] = 'item', ['image'] = 'c4_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Esplosivo'},

["cutter"] = {["name"] = "cutter", ["label"] = "Cutter", ["weight"] = 15000, ["type"] = "item", ["image"] = "cutter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cutter."},

["bag"] = {["name"] = "bag", ["label"] = "Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag."},

['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Il vero affare...'},

['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Lingotto d'oro', ['weight'] = 500, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Mi sembra piuttosto costoso'},

['paintingg'] = {['name'] = 'paintingg', ['label'] = 'Painting G', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingg.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting G'},

['paintingf'] = {['name'] = 'paintingf', ['label'] = 'Painting F', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingf.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting F'},

---------------------------------------------------------------------------------





+++rappresentanza al creatore originale :) RainMad

Se non ti piace, per favore non scaricarlo. Grazie!:)
 

TORRID_99

Bronze Elite
Joined
Aug 28, 2025
Messages
6
Reaction score
7
Points
86
Location
F
Just sharing for those who need this ... the script is not mine all i did is converted it from esx to qbcore nothing special.
Preview

[Todo]

required items to start the heist:
'drill',
'bag',
'cutter',
'c4_bomb',
'thermite_bomb',
'laptop',
'trojan_usb'

you also need to equip a switchblade for cutting the paintings:

weapon_switchblade

Add the following to share.lua:

['thermite_bomb'] = {['name'] = 'thermite_bomb', ['label'] = 'Thermite Bomb', ['weight'] = 100, ['type'] = 'item', ['image'] = 'thermite_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

['c4_bomb'] = {['name'] = 'c4_bomb', ['label'] = 'C4 Bomb', ['weight'] = 220, ['type'] = 'item', ['image'] = 'c4_bomb.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Explosive'},

["cutter"] = {["name"] = "cutter", ["label"] = "Cutter", ["weight"] = 15000, ["type"] = "item", ["image"] = "cutter.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Cutter."},

["bag"] = {["name"] = "bag", ["label"] = "Bag", ["weight"] = 10, ["type"] = "item", ["image"] = "bag.png", ["unique"] = false, ["useable"] = true, ["shouldClose"] = true, ["combinable"] = nil, ["description"] = "Bag."},

['drill'] = {['name'] = 'drill', ['label'] = 'Drill', ['weight'] = 20000, ['type'] = 'item', ['image'] = 'drill.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'The real deal...'},

['goldbar'] = {['name'] = 'goldbar', ['label'] = 'Gold Bar', ['weight'] = 500, ['type'] = 'item', ['image'] = 'goldbar.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Looks pretty expensive to me'},

['paintingg'] = {['name'] = 'paintingg', ['label'] = 'Painting G', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingg.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting G'},

['paintingf'] = {['name'] = 'paintingf', ['label'] = 'Painting F', ['weight'] = 120, ['type'] = 'item', ['image'] = 'paintingf.png', ['unique'] = false, ['useable'] = false, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'Painting F'},

---------------------------------------------------------------------------------





+++rep to the original maker :) RainMad

If you don't like it, please don't download it. thank you! :)
thnx
 
Top