iamfr0st
Gold Elite
- Joined
- May 25, 2021
- Messages
- 256
- Reaction score
- 996
- Points
- 306
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!
[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'},
---------------------------------------------------------------------------------
Hidden link for visitors, to see
Log in or register now.
Hidden link for visitors, to see
Log in or register now.
+++rep to the original maker
If you don't like it, please don't download it. thank you!
Last edited: