Advertisement
marcinhuUu

m-Jewelery

Jun 21st, 2022
745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. Config = {}
  2.  
  3. ----- Utility
  4. Config.CoreName = "qb-core" -- You core
  5. Config.Target = "qb-target" -- You name of target
  6. Config.Cooldown = 45 -- 45 Minutes
  7. Config.CallCops = true -- Enable call cops?
  8. Config.Chance = 100 -- Chance to call cops
  9. Config.CopJob = 'police' -- Name of job police
  10. Config.CopsNeeded = 0 -- Cops needed to start
  11. Config.Mask = false -- If it's true, they can only start the assault in a mask.
  12. Config.Distance = 100 -- Distance to spawn peds
  13. Config.Fingerprint = true -- If true, there will be a chance to leave a fingerprint
  14. Config.ChanceFingerprint = 50 -- Random at 1~100 if < 80 then create fingerprint
  15. Config.TriggerFingerprint = "evidence:server:CreateFingerDrop" -- Trigger to create fingerprint
  16. Config.Item = "usb_hack" -- Item to start hack
  17.  
  18.  
  19. -- The script has an anti-exploit detection, basically the script detects the distance of the player from the sales place.
  20. -- This value 20 is, if the player is more than 20 , and sells items, and rewards, he will be banned on the server because he is using some cheat.
  21. Config.ExploitEnable = true
  22. Config.ExploitDistance = 20
  23. Config.Webhook = "mJewelryHeist" -- You need to go to qb-smallresources/server/logs.lua and create a new one with the name you put here.
  24.  
  25.  
  26. -- Here are the rewards, you can add more items,
  27. -- whatever you want and then below you can add as little and as much as possible to get out.
  28. Config.Rewards = {
  29. Drops = {
  30. 'goldchain',
  31. 'diamond_ring',
  32. 'rolex',
  33. },
  34. Amount = {
  35. Min = 1, -- Min amount
  36. Max = 10, -- Max amount
  37. }
  38. }
  39.  
  40. ----- Locations
  41. Config.Locations = {
  42. SellItems = vector3(707.30, -967.64, 30.37), -- Location to sell items
  43. Hacking = vector3(-631.07, -230.61, 38.06), -- Location to hack system
  44. CameraHack = vector4(-629.99, -229.55, 38.06, 20.38), -- Location the câmera when hacking
  45. Enter = vector3(-621.34, -224.01, 38.06), -- Target to enter on warehouse
  46. Exit = vector3(1174.45, -3196.63, -39.01), -- Target to exit the warehouse
  47. Safe = vector3(1156.36, -3197.87, -39.01), -- Location of safe to steal
  48. }
  49.  
  50. ----- Hacking (mhacking)
  51. Config.Hacking = {
  52. Time = math.random(12, 15), -- 12~15 Seconds
  53. Letters = math.random(6, 7), -- 6~7 Letters
  54. }
  55.  
  56. ------------------
  57. ----- Safe
  58. -- Here is where you will decide the values that the safe will be able to give.
  59. Config.SafeMarkedbills = "markedbills" -- Name of your blackmoney
  60. Config.SafeBlackmoney = {
  61. MinValue = 2500,
  62. MaxValue = 5000,
  63. MinBags = 2,
  64. MaxBags = 5,
  65. }
  66.  
  67. Config.MemoryGame = {
  68. CorrectBlocks = 3, -- Number of correct blocks the player needs to click
  69. IncorrectBlocks = 3, -- Number of incorrect blocks after which the game will fail
  70. TimetoShow = 5, -- Time in secs for which the right blocks will be shown
  71. TimetoLose = 5, -- Maximum time after timetoshow expires for player to select the right blocks
  72. }
  73.  
  74. ------------------
  75. ----- Selling
  76. -- The sale will be made soon of all items, so these values are for each 1 item.
  77. Config.Selling = "blackmoney" -- "cash" | "bank" | "crypto" | "blackmoney"
  78. Config.Markedbills = "markedbills" -- Name of your blackmoney
  79.  
  80. Config.Blackmoney = { -- If you use Config.Selling = "blackmoney"
  81. MinValue = 2500,
  82. MaxValue = 5000,
  83. MinBags = 2,
  84. MaxBags = 5,
  85. }
  86.  
  87. ------------------
  88. ----- Selling
  89. -- Here is where you can set the values for each item
  90. Config.SellPrice = {
  91. ['goldchain'] = 500,
  92. ['diamond_ring'] = 1000,
  93. ['rolex'] = 1500
  94. }
  95.  
  96.  
  97. ------------------
  98. ----- Guards
  99. -- Here are the guard positions, you can add more guards by copying the code below.
  100. Config.Guards = {
  101. { Position = vector4(-630.61, -240.25, 37.14, 121.90), Weapon = 'WEAPON_APPISTOL' },
  102. { Position = vector4(-633.40, -235.65, 37.00, 132.19), Weapon = 'WEAPON_APPISTOL' },
  103. { Position = vector4(-623.42, -236.95, 37.06, 38.21), Weapon = 'WEAPON_APPISTOL' },
  104. { Position = vector4(-620.76, -224.64, 37.06, 216.75), Weapon = 'WEAPON_APPISTOL' },
  105. -- You add more guards
  106. }
  107.  
  108. ------------------
  109. ----- Showcases
  110. -- Here are the locations where the player will break the showcase and obtain items.
  111. Config.Showcases = {
  112. {Position = vector3(-626.325, -239.051, 37.645), Stealable = true},
  113. {Position = vector3(-625.275, -238.288, 37.645), Stealable = true},
  114. {Position = vector3(-627.212, -234.895, 37.645), Stealable = true},
  115. {Position = vector3(-626.161, -234.131, 37.645), Stealable = true},
  116. {Position = vector3(-626.544, -233.604, 37.645), Stealable = true},
  117. {Position = vector3(-627.594, -234.368, 37.645), Stealable = true},
  118. {Position = vector3(-622.641, -232.554, 37.645), Stealable = true},
  119. {Position = vector3(-620.544, -232.871, 37.645), Stealable = true},
  120. {Position = vector3(-620.055, -230.771, 37.645), Stealable = true},
  121. {Position = vector3(-621.531, -228.950, 37.645), Stealable = true},
  122. {Position = vector3(-623.689, -228.541, 37.645), Stealable = true},
  123. {Position = vector3(-624.091, -230.843, 37.645), Stealable = true},
  124. {Position = vector3(-619.848, -234.913, 37.645), Stealable = true},
  125. {Position = vector3(-618.798, -234.150, 37.645), Stealable = true},
  126. {Position = vector3(-617.086, -230.162, 37.645), Stealable = true},
  127. {Position = vector3(-617.849, -229.112, 37.645), Stealable = true},
  128. {Position = vector3(-619.203, -239.051, 37.645), Stealable = true},
  129. {Position = vector3(-619.966, -226.198, 37.645), Stealable = true},
  130. {Position = vector3(-625.330, -227.369, 37.645), Stealable = true},
  131. {Position = vector3(-624.279, -226.606, 37.645), Stealable = true},
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement