Guest User

Zevo Fleeca Heist Config

a guest
Feb 26th, 2022
2,208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.41 KB | None | 0 0
  1. -- Misc --
  2. Config.TimeOut = 30 -- time between robberies on the same bank
  3. Config.VaultOpenTimeout = 0 -- time in minutes before the vault opens after hacking the panel
  4. Config.RequiredCops = 0 -- minimum amount of online cops to start the heist
  5. Config.CloseBankCommand = 'closebank' -- command used for police to close bank
  6. Config.HackMinigameVault = 'hacking' -- minigame used to hack the vault, can be hacking/bruteforce (hacking requires external resource)
  7. Config.HackMinigameDoor = 'bruteforce' -- minigame used to hack the 2de door, can be hacking/bruteforce (hacking requires external resource)
  8.  
  9. -- Bag Settings --
  10. Config.RequireBag = true -- set to true if you want to require a bag to rob
  11. Config.AvailableBags = {45,46} -- bags allowed to rob
  12.  
  13. -- Items --
  14. Config.HackItem = 'green_laptop' -- item used to hack the panel
  15. Config.DrillItem = 'advanceddrill' -- item used to drill the box wall
  16. Config.RemoveHackItem = true -- set to true if you want to remove item after use
  17. Config.RemoveDrillItem = false -- set to true if you want to remove item after use
  18.  
  19. -- Marked Bills --
  20. Config.BillsItem = 'markedbills'
  21. Config.MarkedBillsWorthMin = 5000 -- Minimum worth of a bag
  22. Config.MarkedBillsWorthMax = 10000 -- Maximum worth of a bag
  23.  
  24. -- Evidence
  25. Config.UseEvidence = true
  26. Config.FingerDropChance = 100
  27. Config.MaleNoHandshoes = {[0] = true, [1] = true, [2] = true, [3] = true, [4] = true, [5] = true, [6] = true, [7] = true, [8] = true, [9] = true, [10] = true, [11] = true, [12] = true, [13] = true, [14] = true, [15] = true, [18] = true, [26] = true, [52] = true, [53] = true, [54] = true, [55] = true, [56] = true, [57] = true, [58] = true, [59] = true, [60] = true, [61] = true, [62] = true, [112] = true, [113] = true, [114] = true, [118] = true, [125] = true, [132] = true}
  28. Config.FemaleNoHandshoes = {[0] = true, [1] = true, [2] = true, [3] = true, [4] = true, [5] = true, [6] = true, [7] = true, [8] = true, [9] = true, [10] = true, [11] = true, [12] = true, [13] = true, [14] = true, [15] = true, [19] = true, [59] = true, [60] = true, [61] = true, [62] = true, [63] = true, [64] = true, [65] = true, [66] = true, [67] = true, [68] = true, [69] = true, [70] = true, [71] = true, [129] = true, [130] = true, [131] = true, [135] = true, [142] = true, [149] = true, [153] = true, [157] = true, [161] = true, [165] = true}
  29.  
  30. -- Second door --
  31. Config.CloseSecondDoor = true -- set to true if you want the second door to be locked
Advertisement
Add Comment
Please, Sign In to add comment