Brutal Scripts
YouTubeDiscordStore
  • 🙉About Us
  • ↗️Translate
  • Informations
    • 🔒Escrow System
    • 🔥Common Problems
  • Scripts
    • 📄Notify
      • Accessible files
      • Installation guide
    • 🔠Text-UI
      • Installation guide
      • Exports & How to use
      • Integrations
    • 🤟Gangs
      • Accessible files
      • Installation guide
      • exports / triggers
      • Create a new gang
    • 🏡Housing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔑Keys
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💥Gang Actions
      • Accessible files
      • Installation guide
      • exports / triggers
      • Controlling the menu
    • ⭕Radial
      • Accessible files
      • Installation guide
      • Adding new buttons
    • 🎯Executions
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🐶Pets + K9 V2
      • Accessible files
      • Installation guide
    • 👮Police Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🚑Ambulance Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔧Mechanic Job
      • Accessible files
      • Installation guide
      • exports / triggers
    • 💪GYM with Skills V2
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔫Paintball
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🥊Boxing
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🔨Crafting
      • Accessible files
      • Installation guide
      • Creating a new crafting table
    • 🏦Banking
      • Accessible files
      • Installation guide
      • Paycheck transactions
      • Registering transactions
    • 🎳Bowling
      • Accessible files
      • Installation guide
      • exports / triggers
    • 🦌Hunting
      • Accessible files
      • Installation guide
    • 🏁Racing Script
      • Accessible files
      • Installation guide
    • 🐛Reports
      • Accessible files
      • Installation guide
    • 🛒Shop Robbery
      • Accessible files
      • Installation guide
    • 🛥️Yacht Heist
      • Accessible files
      • Installation guide
    • 🧾Billing
      • Accessible files
      • Installation guide
      • Triggers
    • 💰Truck Robbery
      • Accessible files
      • Installation guide
    • 🏧Atm Robbery
      • Accessible files
      • Installation guide
    • 👶Baby script
      • Installation guide
      • How to add more babys
  • Others
    • Register Key Mapping
    • Drill Minigame
    • Discord Webhook
Powered by GitBook
On this page
  • Script download: Click here
  • Create the items
  • Hack Minigames

Was this helpful?

  1. Scripts
  2. Yacht Heist

Installation guide

PreviousAccessible filesNextBilling

Last updated 9 months ago

Was this helpful?

Script download:

  • Download the script and unpack the folder.

  • Put the script folder to your server.

  • Start the script in the server.cfg. (ensure brutal_yacht_heist)

  • Restart your server!! (And you get permission to use the script)

Create the items

INSERT INTO `items` (`name`, `label`, `weight`, `rare`, `can_remove`) VALUES
('gold_award', 'Gold Award', 1, 0, 1),
('drug_pack', 'Drug', 1, 0, 1),
('hacking_device', 'Hacking Device', 1, 0, 1),
('yacht_drill', 'Yacht Drill', 1, 0, 1),
('laptop', 'Laptop', 1, 0, 1),
('whiskey', 'Whiskey', 1, 0, 1),
('painting', 'Painting', 1, 0, 1);

['hacking_device'] 			 		 = {['name'] = 'hacking_device', 						['label'] = 'Hacking Device', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'hacking_device.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['yacht_drill'] 			 			 = {['name'] = 'yacht_drill', 							['label'] = 'Yacht Drill', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'yacht_drill.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['laptop'] 					 = {['name'] = 'laptop', 						['label'] = 'Laptop', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'laptop.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['gold_award'] 					 = {['name'] = 'gold_award', 						['label'] = 'Gold Award', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'gold_award.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['drug_pack'] 					 = {['name'] = 'drug_pack', 						['label'] = 'Drug', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'drug_pack.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['whiskey'] 					 = {['name'] = 'whiskey', 						['label'] = 'Whiskey', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'whiskey.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},
['painting'] 					 = {['name'] = 'painting', 						['label'] = 'Painting', 						['weight'] = 1, 		['type'] = 'item', 		['image'] = 'painting.png', 				['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = ''},

Hack Minigames

Download these scripts if you want to use the hacking parts.

🛥️
Click here
446KB
yacht_images.zip
archive
83KB
mhacking.zip
archive
31MB
Finger-Print-Hacking-Game-master.zip
archive