Skip to content

A Bank Truck script with difficulty levels for better payouts and unique items, there are a lot of checks within the script to ensure that the script can not be exploited/abused. The script is very customizable and the Ai is pretty intelligent for GTA standards.

License

Notifications You must be signed in to change notification settings

balcer64/qb-banktruck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An advanced and more up to date version of qb-truckrobbery with difficulty levels for better payouts and unique items

there are a lot of checks within the script to ensure that the script can not be exploited/abused.
the script is very customizable and the Ai is pretty intelligent for GTA standards

This Scipt is not compatable with one sync

If you stumble across any bugs please make a bug report so I can fix them thanks

Requirements

  1. qb-core
  2. qb-menu
  3. qb-target
  4. nspeedo

Add to qb-core/shared/items

['bonds_mazebank'] 				 = {['name'] = 'bonds_mazebank', 			  	['label'] = 'MazeBank Bonds', 			['weight'] = 0, 		['type'] = 'item', 		['image'] = 'certificate.png', 			['unique'] = true, 		['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Ownership certificate for maze bank bonds'},
['bonds_unionbank'] 			 = {['name'] = 'bonds_unionbank', 			  	['label'] = 'Union Depository Bank Bonds', 	['weight'] = 0, 	['type'] = 'item', 		['image'] = 'certificate.png', 			['unique'] = true, 		['useable'] = false, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Ownership certificate for union depository bank bonds'},

When the script is active on the hardest difficulty level with all the checks running

![Active](https://user-images.githubusercontent.com/86800507/165724812-e086b904-ca37-4e22-b6e2-5266b04a0931.png)

Make sure you remove qb-banktruck and nspeedo from the main folder and drop them into your script location.

Preview

Preview

About

A Bank Truck script with difficulty levels for better payouts and unique items, there are a lot of checks within the script to ensure that the script can not be exploited/abused. The script is very customizable and the Ai is pretty intelligent for GTA standards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%