Advertisement
Guest User

Roblox Heists script [Modded so build anywhere works on mac]

a guest
Jan 26th, 2020
1,804
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. --hkbkhbbbbbbbbkbhilililililliliilillililillilil
  4. --kiikiikiiikikiilolilililili
  5.  
  6. print("Inf jump enabled!")
  7. print("Auto pickup: Enabled")
  8. print("Place anywhere: Disabled")
  9. print("Big bag: Enabled")
  10. print("Press Z to sit")
  11. print("Press G to toggle")
  12. print("Press Right Ctrl to Enable Place anywhere")
  13. local HeistsHubv19 = Instance.new("ScreenGui")
  14. local Main = Instance.new("Frame")
  15. local Version = Instance.new("TextLabel")
  16. local vaultTPlist = Instance.new("ScrollingFrame")
  17. local Teleport = Instance.new("TextLabel")
  18. local AirPort = Instance.new("TextButton")
  19. local Barracks = Instance.new("TextButton")
  20. local BuildingSite = Instance.new("TextButton")
  21. local CarPark = Instance.new("TextButton")
  22. local CentralOffice = Instance.new("TextButton")
  23. local Cityoffice = Instance.new("TextButton")
  24. local DockYard = Instance.new("TextButton")
  25. --lilililililillilliliillilililillilililililili
  26. --ilililililiililil
  27. local FireStation = Instance.new("TextButton")
  28. local HillSide = Instance.new("TextButton")
  29. local LumberYard = Instance.new("TextButton")
  30. local Observatory = Instance.new("TextButton")
  31. local Officeblock = Instance.new("TextButton")
  32. local PinkHouse = Instance.new("TextButton")
  33. local Radiotower = Instance.new("TextButton")
  34. local ShoppingMall = Instance.new("TextButton")
  35. local SmallTowerBlock = Instance.new("TextButton")
  36. local TowerBlock = Instance.new("TextButton")
  37. local UnderGround = Instance.new("TextButton")
  38. local WareHouse = Instance.new("TextButton")
  39. local WaterWorks = Instance.new("TextButton")
  40. local DuckCorpTP = Instance.new("TextButton")
  41. local Heistshub = Instance.new("TextLabel")
  42. local GoldTP = Instance.new("TextButton")
  43. local MyVaultTp = Instance.new("TextButton")
  44. local MaxBagSpace = Instance.new("TextButton")
  45. local GetMats = Instance.new("TextButton")
  46. local GunMod = Instance.new("TextButton")
  47. local DiamondTp = Instance.new("TextButton")
  48. local Speedin = Instance.new("TextBox")
  49. local Credzbutton = Instance.new("TextButton")
  50. local Credz = Instance.new("Frame")
  51. local Credsss = Instance.new("TextLabel")
  52. local Credsss_2 = Instance.new("TextLabel")
  53. local Credsss_3 = Instance.new("TextLabel")
  54. local Credsss_4 = Instance.new("TextLabel")
  55. local Credsss_5 = Instance.new("TextLabel")
  56. local Credsss_6 = Instance.new("TextLabel")
  57. local gtotogle = Instance.new("TextLabel")
  58. local CarMod = Instance.new("TextButton")
  59. --[[]]local KillAll = Instance.new("TextButton")
  60. local KillOthers = Instance.new("TextButton")
  61. local VaultTputton = Instance.new("TextButton")
  62. local NameIn = Instance.new("TextBox")
  63. local BackpackSlots = game:GetService("Players").LocalPlayer.PlayerGui.Backpack
  64. local plrname = game:GetService("Players").LocalPlayer.Name
  65. local plr = game:GetService("Players").LocalPlayer
  66. local plrid = game:GetService("Players").LocalPlayer.UserId
  67. --lililiiililiillilillili
  68. if true then--lillilillilil
  69. print("Welcome "..plrname.." to heists hub V2!")
  70. else--[[]]
  71. --[[]] print("You're not premium owo")
  72. --plr:kick("This account is not premium")
  73. --[[]]end--illililililili
  74. --aasdasd
  75.  
  76.  
  77. print("loading..")
  78. HeistsHubv19.Name = "HeistsHub"
  79. HeistsHubv19.Parent = game:GetService("CoreGui")
  80.  
  81. Main.Name = "Main"
  82. Main.Parent = HeistsHubv19
  83. Main.Active = true
  84. Main.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  85. Main.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  86. Main.BorderSizePixel = 5
  87. Main.Draggable = true
  88. Main.Position = UDim2.new(0.0655737668, 0, 0.196808502, 0)
  89. Main.Size = UDim2.new(0, 493, 0, 342)
  90.  
  91. Version.Name = "Version"
  92. Version.Parent = Main
  93. Version.BackgroundColor3 = Color3.new(1, 1, 1)
  94. Version.BackgroundTransparency = 1
  95. Version.BorderSizePixel = 0
  96. Version.Position = UDim2.new(0.29411763, 0, 0.0910133794, 0)
  97. Version.Size = UDim2.new(0, 200, 0, 19)
  98. Version.Font = Enum.Font.SourceSans
  99. Version.Text = "Premium Revamp V1.9"
  100. Version.TextColor3 = Color3.new(0, 0, 0)
  101. Version.TextScaled = true
  102. Version.TextSize = 14
  103. Version.TextWrapped = true
  104.  
  105. vaultTPlist.Name = "vaultTPlist"
  106. vaultTPlist.Parent = Main
  107. vaultTPlist.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  108. vaultTPlist.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  109. vaultTPlist.BorderSizePixel = 5
  110. vaultTPlist.Position = UDim2.new(1, 0, 0, 0)
  111. vaultTPlist.Size = UDim2.new(0, 217, 0, 342)
  112. vaultTPlist.ZIndex = 0
  113. vaultTPlist.ScrollBarThickness = 3
  114. vaultTPlist.VerticalScrollBarPosition = Enum.VerticalScrollBarPosition.Left
  115.  
  116. Teleport.Name = "Teleport"
  117. Teleport.Parent = vaultTPlist
  118. Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
  119. Teleport.BackgroundTransparency = 1
  120. Teleport.BorderSizePixel = 0
  121. Teleport.Position = UDim2.new(0.152073726, 0, 0, 0)
  122. Teleport.Size = UDim2.new(0, 143, 0, 31)
  123. Teleport.Font = Enum.Font.SourceSans
  124. Teleport.Text = "Teleport"
  125. Teleport.TextColor3 = Color3.new(0, 0, 0)
  126. Teleport.TextScaled = true
  127. Teleport.TextSize = 14
  128. Teleport.TextWrapped = true
  129.  
  130. AirPort.Name = "AirPort"
  131. AirPort.Parent = vaultTPlist
  132. AirPort.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  133. AirPort.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  134. AirPort.BorderSizePixel = 2
  135. AirPort.Position = UDim2.new(0.509982884, 0, 0.605559289, 0)
  136. AirPort.Size = UDim2.new(0, 88, 0, 50)
  137. AirPort.Font = Enum.Font.Highway
  138. AirPort.Text = "Airport"
  139. AirPort.TextColor3 = Color3.new(0, 0, 0)
  140. AirPort.TextSize = 14
  141.  
  142. Barracks.Name = "Barracks"
  143. Barracks.Parent = vaultTPlist
  144. Barracks.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  145. Barracks.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  146. Barracks.BorderSizePixel = 2
  147. Barracks.Position = UDim2.new(0.512011051, 0, 0.761918008, 0)
  148. Barracks.Size = UDim2.new(0, 88, 0, 50)
  149. Barracks.Font = Enum.Font.Highway
  150. Barracks.Text = "Barracks"
  151. Barracks.TextColor3 = Color3.new(0, 0, 0)
  152. Barracks.TextSize = 14
  153.  
  154. BuildingSite.Name = "BuildingSite"
  155. BuildingSite.Parent = vaultTPlist
  156. BuildingSite.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  157. BuildingSite.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  158. BuildingSite.BorderSizePixel = 2
  159. BuildingSite.Position = UDim2.new(0.0506881475, 0, 0.683067739, 0)
  160. BuildingSite.Size = UDim2.new(0, 88, 0, 50)
  161. BuildingSite.Font = Enum.Font.Highway
  162. BuildingSite.Text = "Building Site"
  163. BuildingSite.TextColor3 = Color3.new(0, 0, 0)
  164. BuildingSite.TextSize = 14
  165.  
  166. CarPark.Name = "CarPark"
  167. CarPark.Parent = vaultTPlist
  168. CarPark.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  169. CarPark.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  170. CarPark.BorderSizePixel = 2
  171. CarPark.Position = UDim2.new(0.512010992, 0, 0.290135264, 0)
  172. CarPark.Size = UDim2.new(0, 88, 0, 50)
  173. CarPark.Font = Enum.Font.Highway
  174. CarPark.Text = "Car Park"
  175. CarPark.TextColor3 = Color3.new(0, 0, 0)
  176. CarPark.TextSize = 14
  177.  
  178. CentralOffice.Name = "CentralOffice"
  179. CentralOffice.Parent = vaultTPlist
  180. CentralOffice.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  181. CentralOffice.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  182. CentralOffice.BorderSizePixel = 2
  183. CentralOffice.Position = UDim2.new(0.0507075191, 0, 0.446637601, 0)
  184. CentralOffice.Size = UDim2.new(0, 88, 0, 50)
  185. CentralOffice.Font = Enum.Font.Highway
  186. CentralOffice.Text = "Central Office"
  187. CentralOffice.TextColor3 = Color3.new(0, 0, 0)
  188. CentralOffice.TextSize = 14
  189.  
  190. Cityoffice.Name = "Cityoffice"
  191. Cityoffice.Parent = vaultTPlist
  192. Cityoffice.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  193. Cityoffice.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  194. Cityoffice.BorderSizePixel = 2
  195. Cityoffice.Position = UDim2.new(0.0486485958, 0, 0.840504527, 0)
  196. Cityoffice.Size = UDim2.new(0, 88, 0, 50)
  197. Cityoffice.Font = Enum.Font.Highway
  198. Cityoffice.Text = "City Office"
  199. Cityoffice.TextColor3 = Color3.new(0, 0, 0)
  200. Cityoffice.TextSize = 14
  201.  
  202. DockYard.Name = "DockYard"
  203. DockYard.Parent = vaultTPlist
  204. DockYard.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  205. DockYard.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  206. DockYard.BorderSizePixel = 2
  207. DockYard.Position = UDim2.new(0.511768997, 0, 0.447835833, 0)
  208. DockYard.Size = UDim2.new(0, 88, 0, 50)
  209. DockYard.Font = Enum.Font.Highway
  210. DockYard.Text = "Dock Yard"
  211. DockYard.TextColor3 = Color3.new(0, 0, 0)
  212. DockYard.TextSize = 14
  213.  
  214. FireStation.Name = "FireStation"
  215. FireStation.Parent = vaultTPlist
  216. FireStation.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  217. FireStation.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  218. FireStation.BorderSizePixel = 2
  219. FireStation.Position = UDim2.new(0.0506881475, 0, 0.605799913, 0)
  220. FireStation.Size = UDim2.new(0, 88, 0, 50)
  221. FireStation.Font = Enum.Font.Highway
  222. FireStation.Text = "Fire Station"
  223. FireStation.TextColor3 = Color3.new(0, 0, 0)
  224. FireStation.TextSize = 14
  225.  
  226. HillSide.Name = "HillSide"
  227. HillSide.Parent = vaultTPlist
  228. HillSide.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  229. HillSide.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  230. HillSide.BorderSizePixel = 2
  231. HillSide.Position = UDim2.new(0.0497949123, 0, 0.762061417, 0)
  232. HillSide.Size = UDim2.new(0, 88, 0, 50)
  233. HillSide.Font = Enum.Font.Highway
  234. HillSide.Text = "Hill Side"
  235. HillSide.TextColor3 = Color3.new(0, 0, 0)
  236. HillSide.TextSize = 14
  237.  
  238. LumberYard.Name = "LumberYard"
  239. LumberYard.Parent = vaultTPlist
  240. LumberYard.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  241. LumberYard.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  242. LumberYard.BorderSizePixel = 2
  243. LumberYard.Position = UDim2.new(0.050688047, 0, 0.139481097, 0)
  244. LumberYard.Size = UDim2.new(0, 88, 0, 50)
  245. LumberYard.Font = Enum.Font.Highway
  246. LumberYard.Text = "Lumber Yard"
  247. LumberYard.TextColor3 = Color3.new(0, 0, 0)
  248. LumberYard.TextSize = 14
  249.  
  250. Observatory.Name = "Observatory"
  251. Observatory.Parent = vaultTPlist
  252. Observatory.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  253. Observatory.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  254. Observatory.BorderSizePixel = 2
  255. Observatory.Position = UDim2.new(0.512010992, 0, 0.684650064, 0)
  256. Observatory.Size = UDim2.new(0, 88, 0, 50)
  257. Observatory.Font = Enum.Font.Highway
  258. Observatory.Text = "Observatory"
  259. Observatory.TextColor3 = Color3.new(0, 0, 0)
  260. Observatory.TextSize = 14
  261.  
  262. Officeblock.Name = "Officeblock"
  263. Officeblock.Parent = vaultTPlist
  264. Officeblock.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  265. Officeblock.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  266. Officeblock.BorderSizePixel = 2
  267. Officeblock.Position = UDim2.new(0.0507075377, 0, 0.211285055, 0)
  268. Officeblock.Size = UDim2.new(0, 88, 0, 50)
  269. Officeblock.Font = Enum.Font.Highway
  270. Officeblock.Text = "Office Block"
  271. Officeblock.TextColor3 = Color3.new(0, 0, 0)
  272. Officeblock.TextSize = 14
  273.  
  274. PinkHouse.Name = "PinkHouse"
  275. PinkHouse.Parent = vaultTPlist
  276. PinkHouse.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  277. PinkHouse.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  278. PinkHouse.BorderSizePixel = 2
  279. PinkHouse.Position = UDim2.new(0.509982824, 0, 0.526949704, 0)
  280. PinkHouse.Size = UDim2.new(0, 88, 0, 50)
  281. PinkHouse.Font = Enum.Font.Highway
  282. PinkHouse.Text = "Pink House"
  283. PinkHouse.TextColor3 = Color3.new(0, 0, 0)
  284. PinkHouse.TextSize = 14
  285.  
  286. Radiotower.Name = "Radiotower"
  287. Radiotower.Parent = vaultTPlist
  288. Radiotower.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  289. Radiotower.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  290. Radiotower.BorderSizePixel = 2
  291. Radiotower.Position = UDim2.new(0.511768878, 0, 0.212483346, 0)
  292. Radiotower.Size = UDim2.new(0, 88, 0, 50)
  293. Radiotower.Font = Enum.Font.Highway
  294. Radiotower.Text = "Radio Tower"
  295. Radiotower.TextColor3 = Color3.new(0, 0, 0)
  296. Radiotower.TextSize = 14
  297.  
  298. ShoppingMall.Name = "ShoppingMall"
  299. ShoppingMall.Parent = vaultTPlist
  300. ShoppingMall.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  301. ShoppingMall.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  302. ShoppingMall.BorderSizePixel = 2
  303. ShoppingMall.Position = UDim2.new(0.509608984, 0, 0.840504527, 0)
  304. ShoppingMall.Size = UDim2.new(0, 88, 0, 50)
  305. ShoppingMall.Font = Enum.Font.Highway
  306. ShoppingMall.Text = "Shopping Mall"
  307. ShoppingMall.TextColor3 = Color3.new(0, 0, 0)
  308. ShoppingMall.TextSize = 14
  309.  
  310. SmallTowerBlock.Name = "SmallTowerBlock"
  311. SmallTowerBlock.Parent = vaultTPlist
  312. SmallTowerBlock.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  313. SmallTowerBlock.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  314. SmallTowerBlock.BorderSizePixel = 2
  315. SmallTowerBlock.Position = UDim2.new(0.050688047, 0, 0.368985504, 0)
  316. SmallTowerBlock.Size = UDim2.new(0, 88, 0, 50)
  317. SmallTowerBlock.Font = Enum.Font.Highway
  318. SmallTowerBlock.Text = "Small Tower Block"
  319. SmallTowerBlock.TextColor3 = Color3.new(0, 0, 0)
  320. SmallTowerBlock.TextSize = 10
  321.  
  322. TowerBlock.Name = "TowerBlock"
  323. TowerBlock.Parent = vaultTPlist
  324. TowerBlock.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  325. TowerBlock.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  326. TowerBlock.BorderSizePixel = 2
  327. TowerBlock.Position = UDim2.new(0.04979489, 0, 0.290135264, 0)
  328. TowerBlock.Size = UDim2.new(0, 88, 0, 50)
  329. TowerBlock.Font = Enum.Font.Highway
  330. TowerBlock.Text = "Tower Block"
  331. TowerBlock.TextColor3 = Color3.new(0, 0, 0)
  332. TowerBlock.TextSize = 14
  333.  
  334. UnderGround.Name = "UnderGround"
  335. UnderGround.Parent = vaultTPlist
  336. UnderGround.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  337. UnderGround.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  338. UnderGround.BorderSizePixel = 2
  339. UnderGround.Position = UDim2.new(0.51087594, 0, 0.368985504, 0)
  340. UnderGround.Size = UDim2.new(0, 88, 0, 50)
  341. UnderGround.Font = Enum.Font.Highway
  342. UnderGround.Text = "Underground"
  343. UnderGround.TextColor3 = Color3.new(0, 0, 0)
  344. UnderGround.TextSize = 14
  345.  
  346. WareHouse.Name = "WareHouse"
  347. WareHouse.Parent = vaultTPlist
  348. WareHouse.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  349. WareHouse.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  350. WareHouse.BorderSizePixel = 2
  351. WareHouse.Position = UDim2.new(0.510875881, 0, 0.139481097, 0)
  352. WareHouse.Size = UDim2.new(0, 88, 0, 50)
  353. WareHouse.Font = Enum.Font.Highway
  354. WareHouse.Text = "Warehouse"
  355. WareHouse.TextColor3 = Color3.new(0, 0, 0)
  356. WareHouse.TextSize = 14
  357.  
  358. WaterWorks.Name = "WaterWorks"
  359. WaterWorks.Parent = vaultTPlist
  360. WaterWorks.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  361. WaterWorks.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  362. WaterWorks.BorderSizePixel = 2
  363. WaterWorks.Position = UDim2.new(0.0497950315, 0, 0.526949704, 0)
  364. WaterWorks.Size = UDim2.new(0, 88, 0, 50)
  365. WaterWorks.Font = Enum.Font.Highway
  366. WaterWorks.Text = "Water Works"
  367. WaterWorks.TextColor3 = Color3.new(0, 0, 0)
  368. WaterWorks.TextSize = 14
  369.  
  370. DuckCorpTP.Name = "DuckCorpTP"
  371. DuckCorpTP.Parent = vaultTPlist
  372. DuckCorpTP.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  373. DuckCorpTP.BorderColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  374. DuckCorpTP.BorderSizePixel = 2
  375. DuckCorpTP.Position = UDim2.new(0.050688047, 0, 0.066381678, 0)
  376. DuckCorpTP.Size = UDim2.new(0, 88, 0, 50)
  377. DuckCorpTP.Font = Enum.Font.Highway
  378. DuckCorpTP.Text = "Duck Corp."
  379. DuckCorpTP.TextColor3 = Color3.new(0, 0, 0)
  380. DuckCorpTP.TextSize = 14
  381.  
  382. Heistshub.Name = "Heistshub"
  383. Heistshub.Parent = Main
  384. Heistshub.BackgroundColor3 = Color3.new(1, 1, 1)
  385. Heistshub.BackgroundTransparency = 1
  386. Heistshub.BorderSizePixel = 0
  387. Heistshub.Position = UDim2.new(0.296146035, 0, 0, 0)
  388. Heistshub.Size = UDim2.new(0, 200, 0, 41)
  389. Heistshub.Font = Enum.Font.SourceSans
  390. Heistshub.Text = "Heists Hub"
  391. Heistshub.TextColor3 = Color3.new(0, 0, 0)
  392. Heistshub.TextScaled = true
  393. Heistshub.TextSize = 14
  394. Heistshub.TextWrapped = true
  395.  
  396. GoldTP.Name = "GoldTP"
  397. GoldTP.Parent = Main
  398. GoldTP.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  399. GoldTP.Position = UDim2.new(0.359026372, 0, 0.587204516, 0)
  400. GoldTP.Size = UDim2.new(0, 140, 0, 41)
  401. GoldTP.Font = Enum.Font.Highway
  402. GoldTP.Text = "Gold TP"
  403. GoldTP.TextColor3 = Color3.new(0, 0, 0)
  404. GoldTP.TextSize = 30
  405.  
  406. MyVaultTp.Name = "MyVaultTp"
  407. MyVaultTp.Parent = Main
  408. MyVaultTp.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  409. MyVaultTp.Position = UDim2.new(0.673427939, 0, 0.587515116, 0)
  410. MyVaultTp.Size = UDim2.new(0, 140, 0, 41)
  411. MyVaultTp.Font = Enum.Font.Highway
  412. MyVaultTp.Text = "TP to my Vault"
  413. MyVaultTp.TextColor3 = Color3.new(0, 0, 0)
  414. MyVaultTp.TextScaled = true
  415. MyVaultTp.TextSize = 30
  416. MyVaultTp.TextWrapped = true
  417.  
  418. MaxBagSpace.Name = "MaxBagSpace"
  419. MaxBagSpace.Parent = Main
  420. MaxBagSpace.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  421. MaxBagSpace.Position = UDim2.new(0.0385395512, 0, 0.379062116, 0)
  422. MaxBagSpace.Size = UDim2.new(0, 140, 0, 41)
  423. MaxBagSpace.Font = Enum.Font.Highway
  424. MaxBagSpace.Text = "Max Bag Space"
  425. MaxBagSpace.TextColor3 = Color3.new(0, 0, 0)
  426. MaxBagSpace.TextScaled = true
  427. MaxBagSpace.TextSize = 30
  428. MaxBagSpace.TextWrapped = true
  429.  
  430. GetMats.Name = "GetMats"
  431. GetMats.Parent = Main
  432. GetMats.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  433. GetMats.Position = UDim2.new(0.359648556, 0, 0.379062116, 0)
  434. GetMats.Size = UDim2.new(0, 140, 0, 41)
  435. GetMats.Font = Enum.Font.Highway
  436. GetMats.Text = "Get Materials"
  437. GetMats.TextColor3 = Color3.new(0, 0, 0)
  438. GetMats.TextSize = 30
  439.  
  440. GunMod.Name = "GunMod"
  441. GunMod.Parent = Main
  442. GunMod.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  443. GunMod.Position = UDim2.new(0.676078558, 0, 0.378654391, 0)
  444. GunMod.Size = UDim2.new(0, 140, 0, 41)
  445. GunMod.Font = Enum.Font.Highway
  446. GunMod.Text = "Modded M9"
  447. GunMod.TextColor3 = Color3.new(0, 0, 0)
  448. GunMod.TextSize = 30
  449. GunMod.TextWrapped = true
  450.  
  451. DiamondTp.Name = "DiamondTp"
  452. DiamondTp.Parent = Main
  453. DiamondTp.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  454. DiamondTp.Position = UDim2.new(0.0391617268, 0, 0.587204516, 0)
  455. DiamondTp.Size = UDim2.new(0, 140, 0, 41)
  456. DiamondTp.Font = Enum.Font.Highway
  457. DiamondTp.Text = "Diamond TP"
  458. DiamondTp.TextColor3 = Color3.new(0, 0, 0)
  459. DiamondTp.TextSize = 30
  460.  
  461. Speedin.Name = "Speedin"
  462. Speedin.Parent = Main
  463. Speedin.BackgroundColor3 = Color3.new(0.313726, 0.466667, 0.6)
  464. Speedin.Position = UDim2.new(0.460446239, 0, 0.276870966, 0)
  465. Speedin.Size = UDim2.new(0, 37, 0, 30)
  466. Speedin.Font = Enum.Font.SourceSans
  467. Speedin.PlaceholderColor3 = Color3.new(0.180392, 0.168627, 0.247059)
  468. Speedin.PlaceholderText = "Speed (Max 40)"
  469. Speedin.Text = "16"
  470. Speedin.TextColor3 = Color3.new(0, 0, 0)
  471. Speedin.TextSize = 30
  472. Speedin.TextWrapped = true
  473.  
  474. Credzbutton.Name = "Credzbutton"
  475. Credzbutton.Parent = Main
  476. Credzbutton.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  477. Credzbutton.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  478. Credzbutton.BorderSizePixel = 5
  479. Credzbutton.Position = UDim2.new(0.000975504518, 0, 0.00118112564, 0)
  480. Credzbutton.Size = UDim2.new(0, 65, 0, 31)
  481. Credzbutton.ZIndex = 2
  482. Credzbutton.Font = Enum.Font.SourceSans
  483. Credzbutton.Text = "Creditz"
  484. Credzbutton.TextColor3 = Color3.new(0, 0, 0)
  485. Credzbutton.TextScaled = true
  486. Credzbutton.TextSize = 14
  487. Credzbutton.TextWrapped = true
  488.  
  489. Credz.Name = "Credz"
  490. Credz.Parent = Main
  491. Credz.BackgroundColor3 = Color3.new(0.376471, 0.556863, 0.721569)
  492. Credz.BorderColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  493. Credz.BorderSizePixel = 5
  494. Credz.Position = UDim2.new(0.000975504518, 0, -0.580495596, 0)
  495. Credz.Size = UDim2.new(0, 487, 0, 183)
  496. Credz.Visible = false
  497.  
  498. Credsss.Name = "Credsss"
  499. Credsss.Parent = Credz
  500. Credsss.BackgroundColor3 = Color3.new(1, 1, 1)
  501. Credsss.BackgroundTransparency = 1
  502. Credsss.BorderSizePixel = 0
  503. Credsss.Position = UDim2.new(0.299592882, 0, 0.0012121927, 0)
  504. Credsss.Size = UDim2.new(0, 200, 0, 40)
  505. Credsss.Font = Enum.Font.SourceSans
  506. Credsss.Text = "Credits"
  507. Credsss.TextColor3 = Color3.new(0, 0, 0)
  508. Credsss.TextScaled = true
  509. Credsss.TextSize = 14
  510. Credsss.TextWrapped = true
  511.  
  512. Credsss_2.Name = "Credsss"
  513. Credsss_2.Parent = Credz
  514. Credsss_2.BackgroundColor3 = Color3.new(1, 1, 1)
  515. Credsss_2.BackgroundTransparency = 1
  516. Credsss_2.BorderSizePixel = 0
  517. Credsss_2.Position = UDim2.new(0.109304339, 0, 0.219175696, 0)
  518. Credsss_2.Size = UDim2.new(0, 175, 0, 40)
  519. Credsss_2.Font = Enum.Font.SourceSans
  520. Credsss_2.Text = "Johnmichael8910"
  521. Credsss_2.TextColor3 = Color3.new(0, 0, 0)
  522. Credsss_2.TextScaled = true
  523. Credsss_2.TextSize = 14
  524. Credsss_2.TextWrapped = true
  525.  
  526. Credsss_3.Name = "Credsss"
  527. Credsss_3.Parent = Credz
  528. Credsss_3.BackgroundColor3 = Color3.new(1, 1, 1)
  529. Credsss_3.BackgroundTransparency = 1
  530. Credsss_3.BorderSizePixel = 0
  531. Credsss_3.Position = UDim2.new(0.553569674, 0, 0.219175696, 0)
  532. Credsss_3.Size = UDim2.new(0, 175, 0, 40)
  533. Credsss_3.Font = Enum.Font.SourceSans
  534. Credsss_3.Text = "JimmyKewlKidz"
  535. Credsss_3.TextColor3 = Color3.new(0, 0, 0)
  536. Credsss_3.TextScaled = true
  537. Credsss_3.TextSize = 14
  538. Credsss_3.TextWrapped = true
  539.  
  540. Credsss_4.Name = "Credsss"
  541. Credsss_4.Parent = Credz
  542. Credsss_4.BackgroundColor3 = Color3.new(1, 1, 1)
  543. Credsss_4.BackgroundTransparency = 1
  544. Credsss_4.BorderSizePixel = 0
  545. Credsss_4.Position = UDim2.new(0.551516294, 0, 0.437139213, 0)
  546. Credsss_4.Size = UDim2.new(0, 172, 0, 40)
  547. Credsss_4.Font = Enum.Font.SourceSans
  548. Credsss_4.Text = "The Gamer Invader"
  549. Credsss_4.TextColor3 = Color3.new(0, 0, 0)
  550. Credsss_4.TextScaled = true
  551. Credsss_4.TextSize = 14
  552. Credsss_4.TextWrapped = true
  553.  
  554. Credsss_5.Name = "Credsss"
  555. Credsss_5.Parent = Credz
  556. Credsss_5.BackgroundColor3 = Color3.new(1, 1, 1)
  557. Credsss_5.BackgroundTransparency = 1
  558. Credsss_5.BorderSizePixel = 0
  559. Credsss_5.Position = UDim2.new(0.109304339, 0, 0.42074576, 0)
  560. Credsss_5.Size = UDim2.new(0, 175, 0, 40)
  561. Credsss_5.Font = Enum.Font.SourceSans
  562. Credsss_5.Text = "Reset"
  563. Credsss_5.TextColor3 = Color3.new(0, 0, 0)
  564. Credsss_5.TextScaled = true
  565. Credsss_5.TextSize = 14
  566. Credsss_5.TextWrapped = true
  567.  
  568. Credsss_6.Name = "Credsss"
  569. Credsss_6.Parent = Credz
  570. Credsss_6.BackgroundColor3 = Color3.new(1, 1, 1)
  571. Credsss_6.BackgroundTransparency = 1
  572. Credsss_6.BorderSizePixel = 0
  573. Credsss_6.Position = UDim2.new(0.194820225, 0, 0.727170408, 0)
  574. Credsss_6.Size = UDim2.new(0, 302, 0, 50)
  575. Credsss_6.Font = Enum.Font.SourceSans
  576. Credsss_6.Text = "https://discord.gg/spn42br"
  577. Credsss_6.TextColor3 = Color3.new(0, 0, 0)
  578. Credsss_6.TextScaled = true
  579. Credsss_6.TextSize = 14
  580. Credsss_6.TextWrapped = true
  581.  
  582. gtotogle.Name = "gtotogle"
  583. gtotogle.Parent = Main
  584. gtotogle.BackgroundColor3 = Color3.new(1, 1, 1)
  585. gtotogle.BackgroundTransparency = 1
  586. gtotogle.BorderSizePixel = 0
  587. gtotogle.Position = UDim2.new(0.29411763, 0, 0.906432748, 0)
  588. gtotogle.Size = UDim2.new(0, 200, 0, 32)
  589. gtotogle.Font = Enum.Font.ArialBold
  590. gtotogle.Text = "PRESS 'F9' FOR IMPORTANT SHIT!!!"
  591. gtotogle.TextColor3 = Color3.new(0, 0, 0)
  592. gtotogle.TextScaled = true
  593. gtotogle.TextSize = 30
  594. gtotogle.TextWrapped = true
  595.  
  596. CarMod.Name = "CarMod"
  597. CarMod.Parent = Main
  598. CarMod.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  599. CarMod.Position = UDim2.new(0.0385395512, 0, 0.786882162, 0)
  600. CarMod.Size = UDim2.new(0, 140, 0, 41)
  601. CarMod.Font = Enum.Font.Highway
  602. CarMod.Text = "Car Mod (Must be in a car)"
  603. CarMod.TextColor3 = Color3.new(0, 0, 0)
  604. CarMod.TextScaled = true
  605. CarMod.TextSize = 30
  606. CarMod.TextWrapped = true
  607.  
  608. KillAll.Name = "KillAll"
  609. KillAll.Parent = Main
  610. KillAll.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  611. KillAll.Position = UDim2.new(0.359026372, 0, 0.786882162, 0)
  612. KillAll.Size = UDim2.new(0, 140, 0, 41)
  613. KillAll.Font = Enum.Font.Highway
  614. KillAll.Text = "Kill All "
  615. KillAll.TextColor3 = Color3.new(0, 0, 0)
  616. KillAll.TextScaled = true
  617. KillAll.TextSize = 30
  618. KillAll.TextWrapped = true
  619.  
  620. KillOthers.Name = "KillOthers"
  621. KillOthers.Parent = Main
  622. KillOthers.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  623. KillOthers.Position = UDim2.new(0.675456405, 0, 0.786882162, 0)
  624. KillOthers.Size = UDim2.new(0, 140, 0, 41)
  625. KillOthers.Font = Enum.Font.Highway
  626. KillOthers.Text = "Kill Others"
  627. KillOthers.TextColor3 = Color3.new(0, 0, 0)
  628. KillOthers.TextScaled = true
  629. KillOthers.TextSize = 30
  630. KillOthers.TextWrapped = true
  631.  
  632. VaultTputton.Name = "VaultTputton"
  633. VaultTputton.Parent = Main
  634. VaultTputton.BackgroundColor3 = Color3.new(0.341176, 0.509804, 0.654902)
  635. VaultTputton.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  636. VaultTputton.BorderSizePixel = 5
  637. VaultTputton.Position = UDim2.new(0.855983794, 0, 0, 0)
  638. VaultTputton.Size = UDim2.new(0, 71, 0, 31)
  639. VaultTputton.ZIndex = 2
  640. VaultTputton.Font = Enum.Font.SourceSans
  641. VaultTputton.Text = "Vault TPs"
  642. VaultTputton.TextColor3 = Color3.new(0, 0, 0)
  643. VaultTputton.TextScaled = true
  644. VaultTputton.TextSize = 14
  645. VaultTputton.TextWrapped = true
  646.  
  647. NameIn.Name = "NameIn"
  648. NameIn.Parent = Main
  649. NameIn.BackgroundColor3 = Color3.new(0.313726, 0.466667, 0.6)
  650. NameIn.Position = UDim2.new(0.359026372, 0, 0.160818726, 0)
  651. NameIn.Size = UDim2.new(0, 140, 0, 30)
  652. NameIn.Font = Enum.Font.SourceSans
  653. NameIn.PlaceholderColor3 = Color3.new(0.180392, 0.168627, 0.247059)
  654. NameIn.PlaceholderText = "Speed (Max 40)"
  655. NameIn.Text = "Custom Team Name(No tags ;)"
  656. NameIn.TextColor3 = Color3.new(0, 0, 0)
  657. NameIn.TextScaled = true
  658. NameIn.TextSize = 30
  659. NameIn.TextWrapped = true
  660.  
  661. -- Scripts:
  662.  
  663. game.Lighting.ItemConfiguration.Gold.StealTime.Value = 0
  664. game.Lighting.ItemConfiguration.Diamond.StealTime.Value = 0
  665. game.Lighting.ItemConfiguration.Sofa.StealTime.Value = 0
  666. game.Lighting.ItemConfiguration.Table.StealTime.Value = 0
  667. game.Lighting.ItemConfiguration.Toaster.StealTime.Value = 0
  668. game.Lighting.ItemConfiguration.Lamp.StealTime.Value = 0
  669. game.Lighting.ItemConfiguration.ATM.StealTime.Value = 0
  670. game.Lighting.ItemConfiguration["$1"].StealTime.Value = 0
  671. game.Lighting.ItemConfiguration["$2"].StealTime.Value = 0
  672. game.Lighting.ItemConfiguration["$4"].StealTime.Value = 0
  673. game.Lighting.ItemConfiguration["$16"].StealTime.Value = 0
  674. game.Lighting.ItemConfiguration["$32"].StealTime.Value = 0
  675. game.Lighting.ItemConfiguration["Watch"].StealTime.Value = 0
  676. game.Lighting.ItemConfiguration["Bag"].StealTime.Value = 0
  677. game.Lighting.ItemConfiguration["Pump"].StealTime.Value = 0
  678. game.Lighting.ItemConfiguration["PC System"].StealTime.Value = 0
  679. game.Lighting.ItemConfiguration["Server"].StealTime.Value = 0
  680. game.Lighting.ItemConfiguration["Computer"].StealTime.Value = 0
  681. game.Lighting.ItemConfiguration["Spade"].StealTime.Value = 0
  682. game.Lighting.ItemConfiguration["Tree"].StealTime.Value = 0
  683. game.Lighting.ItemConfiguration["Bucket"].StealTime.Value = 0
  684. game.ReplicatedStorage.remoteWearBag:FireServer("BackpackA")
  685.  
  686. function onKeyPress(inputObject, gameProcessedEvent)
  687. local Main = game.CoreGui.HeistsHub.Main
  688. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  689. local A = workspace:GetDescendants()
  690. local B = "P"
  691. for _,V in ipairs(A) do
  692. if V.Name == B then
  693. V.Name = "Terrain"
  694. end
  695. end
  696. print("Place anywhere: Enabled")
  697. end
  698. end
  699. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  700. function onKeyPress(inputObject, gameProcessedEvent)
  701. local Main = game.CoreGui.HeistsHub.Main
  702. if inputObject.KeyCode == Enum.KeyCode.G then
  703. if Main.Visible == true then
  704. Main.Visible = false
  705. else
  706. Main.Visible = true
  707. end
  708. end
  709. end
  710. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  711.  
  712. function onKeyPress(inputObject, gameProcessedEvent)
  713. local Main = game.CoreGui.HeistsHub.Main
  714. if inputObject.KeyCode == Enum.KeyCode.Z then
  715. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  716. end
  717. end
  718.  
  719. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  720.  
  721.  
  722. MaxBagSpace.MouseButton1Up:connect(function()
  723. game.Players.LocalPlayer.Data.BackpackSize.Value = "72"
  724. end)
  725.  
  726. GetMats.MouseButton1Up:connect(function()
  727. BackpackSlots:ClearAllChildren()
  728. local Vala = Instance.new("StringValue")
  729. Vala.Name = "Item"
  730. Vala.Value = "RampartCorner"
  731. Vala.Parent = BackpackSlots
  732. local Valb = Instance.new("StringValue")
  733. Valb.Name = "Item"
  734. Valb.Value = "RoadBlock"
  735. Valb.Parent = BackpackSlots
  736. local Valc = Instance.new("StringValue")
  737. Valc.Name = "Item"
  738. Valc.Value = "RoadBlocker"
  739. Valc.Parent = BackpackSlots
  740. local Vald = Instance.new("StringValue")
  741. Vald.Name = "Item"
  742. Vald.Value = "SandBags"
  743. Vald.Parent = BackpackSlots
  744. local Vale = Instance.new("StringValue")
  745. Vale.Name = "Item"
  746. Vale.Value = "Shield"
  747. Vale.Parent = BackpackSlots
  748. local Valq = Instance.new("StringValue")
  749. Valq.Name = "Item"
  750. Valq.Value = "SpotLight"
  751. Valq.Parent = BackpackSlots
  752. local Valw = Instance.new("StringValue")
  753. Valw.Name = "Item"
  754. Valw.Value = "FirePoint"
  755. Valw.Parent = BackpackSlots
  756. local Valr = Instance.new("StringValue")
  757. Valr.Name = "Item"
  758. Valr.Value = "Hut"
  759. Valr.Parent = BackpackSlots
  760. local Valt = Instance.new("StringValue")
  761. Valt.Name = "Item"
  762. Valt.Value = "TripWire"
  763. Valt.Parent = BackpackSlots
  764. local Valy = Instance.new("StringValue")
  765. Valy.Name = "Item"
  766. Valy.Value = "WoodTower"
  767. Valy.Parent = BackpackSlots
  768. local Valu = Instance.new("StringValue")
  769. Valu.Name = "Item"
  770. Valu.Value = "VehicleDoor"
  771. Valu.Parent = BackpackSlots
  772. local Vali = Instance.new("StringValue")
  773. Vali.Name = "Item"
  774. Vali.Value = "WoodPlatform"
  775. Vali.Parent = BackpackSlots
  776. local Valo = Instance.new("StringValue")
  777. Valo.Name = "Item"
  778. Valo.Value = "BarbWire"
  779. Valo.Parent = BackpackSlots
  780. local Valp = Instance.new("StringValue")
  781. Valp.Name = "Item"
  782. Valp.Value = "Barrel"
  783. Valp.Parent = BackpackSlots
  784. local Vals = Instance.new("StringValue")
  785. Vals.Name = "Item"
  786. Vals.Value = "Tent"
  787. Vals.Parent = BackpackSlots
  788. local Valf = Instance.new("StringValue")
  789. Valf.Name = "Item"
  790. Valf.Value = "Bunker"
  791. Valf.Parent = BackpackSlots
  792. local Valg = Instance.new("StringValue")
  793. Valg.Name = "Item"
  794. Valg.Value = "TitaniumWall"
  795. Valg.Parent = BackpackSlots
  796. local Valh = Instance.new("StringValue")
  797. Valh.Name = "Item"
  798. Valh.Value = "ConcreteWall"
  799. Valh.Parent = BackpackSlots
  800. local Valz = Instance.new("StringValue")
  801. Valz.Name = "Item"
  802. Valz.Value = "Crate"
  803. Valz.Parent = BackpackSlots
  804. local Valx = Instance.new("StringValue")
  805. Valx.Name = "Item"
  806. Valx.Value = "Door"
  807. Valx.Parent = BackpackSlots
  808. local Val = Instance.new("StringValue")
  809. Val.Name = "Item"
  810. Val.Value = "Tower"
  811. Val.Parent = BackpackSlots
  812. local Valm = Instance.new("StringValue")
  813. Valm.Name = "Item"
  814. Valm.Value = "HeavyBarrier"
  815. Valm.Parent = BackpackSlots
  816. local Valn = Instance.new("StringValue")
  817. Valn.Name = "Item"
  818. Valn.Value = "TallLadder"
  819. Valn.Parent = BackpackSlots
  820. local Vallo = Instance.new("StringValue")
  821. Vallo.Name = "Item"
  822. Vallo.Value = "Ladder"
  823. Vallo.Parent = BackpackSlots
  824. local Valqd = Instance.new("StringValue")
  825. Valqd.Name = "Item"
  826. Valqd.Value = "LandMine"
  827. Valqd.Parent = BackpackSlots
  828. local Valss = Instance.new("StringValue")
  829. Valss.Name = "Item"
  830. Valss.Value = "MetalPanel"
  831. Valss.Parent = BackpackSlots
  832. local Valzc = Instance.new("StringValue")
  833. Valzc.Name = "Item"
  834. Valzc.Value = "Rampart"
  835. Valzc.Parent = BackpackSlots
  836. warn("Dont spam click or u die")
  837. end)
  838. DiamondTp.MouseButton1Up:connect(function()
  839. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  840. local kek = game:GetService("Players").LocalPlayer.Character.Humanoid
  841. local item = game.Workspace.Items.Items.Diamond.D.CFrame
  842. kek.Sit = true
  843. wait(0.2)
  844. kel.CFrame = item + Vector3.new(2,0,0)
  845. end)
  846.  
  847. LumberYard.MouseButton1Down:connect(function()
  848. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  849. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  850. local h = game.Workspace.ShopParts.Vault1.CFrame
  851. wait(0.2)
  852. kelp.Sit = true
  853. kel.CFrame = h
  854. end)
  855. WareHouse.MouseButton1Down:connect(function()
  856. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  857. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  858. local h = game.Workspace.ShopParts.Vault2.CFrame
  859. wait(0.2)
  860. kelp.Sit = true
  861. kel.CFrame = h
  862. end)
  863. Officeblock.MouseButton1Down:connect(function()
  864. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  865. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  866. local h = game.Workspace.ShopParts.Vault3.CFrame
  867. wait(0.2)
  868. kelp.Sit = true
  869. kel.CFrame = h
  870. end)
  871. Radiotower.MouseButton1Down:connect(function()
  872. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  873. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  874. local h = game.Workspace.ShopParts.Vault4.CFrame
  875. wait(0.2)
  876. kelp.Sit = true
  877. kel.CFrame = h
  878. end)
  879. TowerBlock.MouseButton1Down:connect(function()
  880. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  881. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  882. local h = game.Workspace.ShopParts.Vault5.CFrame
  883. wait(0.2)
  884. kelp.Sit = true
  885. kel.CFrame = h
  886. end)
  887. CarPark.MouseButton1Down:connect(function()
  888. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  889. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  890. local h = game.Workspace.ShopParts.Vault6.CFrame
  891. wait(0.2)
  892. kelp.Sit = true
  893. kel.CFrame = h
  894. end)
  895. SmallTowerBlock.MouseButton1Down:connect(function()
  896. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  897. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  898. local h = game.Workspace.ShopParts.Vault7.CFrame
  899. wait(0.2)
  900. kelp.Sit = true
  901. kel.CFrame = h
  902. end)
  903. UnderGround.MouseButton1Down:connect(function()
  904. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  905. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  906. local h = game.Workspace.ShopParts.Vault8.CFrame
  907. wait(0.2)
  908. kelp.Sit = true
  909. kel.CFrame = h--CFrame.new(712.755066, 1.10865188, 88.4579926, 0.996134758, 1.81206783e-09, -0.0878382325, -7.30352401e-09, 1, -6.21964489e-08, 0.0878382325, 6.25975716e-08, 0.996134758)
  910. end)
  911. CentralOffice.MouseButton1Down:connect(function()
  912. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  913. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  914. local h = game.Workspace.ShopParts.Vault9.CFrame
  915. wait(0.2)
  916. kelp.Sit = true
  917. kel.CFrame = h--CFrame.new(-293.968384, 1.11500001, -41.1648369, 0.143496826, 6.90430255e-08, -0.989650786, -1.46597374e-08, 1, 6.76394123e-08, 0.989650786, 4.80197926e-09, 0.143496826)
  918. end)
  919. DockYard.MouseButton1Down:connect(function()
  920. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  921. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  922. local h = game.Workspace.ShopParts.Vault10.CFrame
  923. wait(0.2)
  924. kelp.Sit = true
  925. kel.CFrame = h--CFrame.new(889.532898, 2.21929264, -244.360641, 0.109516874, 5.50954091e-08, 0.993984938, 1.32844082e-08, 1, -5.68924889e-08, -0.993984938, 1.94351895e-08, 0.109516874)
  926. end)
  927. WaterWorks.MouseButton1Down:connect(function()
  928. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  929. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  930. local h = game.Workspace.ShopParts.Vault11.CFrame
  931. wait(0.2)
  932. kelp.Sit = true
  933. kel.CFrame = h--CFrame.new(682.663147, 1.10453582, -693.337341, -0.390018225, 9.06988618e-08, 0.920807123, 2.72112324e-08, 1, -8.6973678e-08, -0.920807123, -8.86502249e-09, -0.390018225)
  934. end)
  935. PinkHouse.MouseButton1Down:connect(function()
  936. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  937. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  938. local h = game.Workspace.ShopParts.Vault12.CFrame
  939. wait(0.2)
  940. kelp.Sit = true
  941. kel.CFrame = h
  942. end)
  943. FireStation.MouseButton1Down:connect(function()
  944. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  945. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  946. local h = game.Workspace.ShopParts.Vault13.CFrame
  947. wait(0.2)
  948. kelp.Sit = true
  949. kel.CFrame = h
  950. end)
  951. AirPort.MouseButton1Down:connect(function()
  952. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  953. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  954. local h = game.Workspace.ShopParts.Vault14.CFrame
  955. wait(0.2)
  956. kelp.Sit = true
  957. kel.CFrame = h--CFrame.new(-693.57373, 0.623613358, -1078.89832, 0.878653586, 2.9084724e-08, -0.477459788, -1.37389197e-10, 1, 6.0662714e-08, 0.477459788, -5.32359117e-08, 0.878653586)
  958. end)
  959. BuildingSite.MouseButton1Down:connect(function()
  960. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  961. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  962. local h = game.Workspace.ShopParts.Vault15.CFrame
  963. wait(0.2)
  964. kelp.Sit = true
  965. kel.CFrame = h--CFrame.new(-313.468506, 1.02661002, -1548.99548, -0.983144641, 1.47557833e-08, 0.182828173, -4.15636414e-09, 1, -1.03058994e-07, -0.182828173, -1.02081806e-07, -0.983144641)
  966. end)
  967. Observatory.MouseButton1Down:connect(function()
  968. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  969. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  970. local h = game.Workspace.ShopParts.Vault16.CFrame
  971. wait(0.2)
  972. kelp.Sit = true
  973. kel.CFrame = CFrame.new(779.05481, 41.081646, -1276.12439, -0.500133872, -8.69241958e-08, 0.865948081, 8.69859629e-10, 1, 1.00882772e-07, -0.865948081, 5.12081435e-08, -0.500133872)
  974. end)
  975. HillSide.MouseButton1Down:connect(function()
  976. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  977. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  978. local h = game.Workspace.ShopParts.Vault17.CFrame
  979. wait(0.2)
  980. kelp.Sit = true
  981. kel.CFrame = h
  982. end)
  983. Barracks.MouseButton1Down:connect(function()
  984. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  985. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  986. local h = game.Workspace.ShopParts.Vault18.CFrame
  987. wait(0.2)
  988. kelp.Sit = true
  989. kel.CFrame = h--CFrame.new(-578.584534, 8.14299297, 1072.58057, -0.705617189, -6.23930276e-08, 0.708593249, 5.23992361e-09, 1, 9.32698825e-08, -0.708593249, 6.95258038e-08, -0.705617189)
  990. end)
  991. Cityoffice.MouseButton1Down:connect(function()
  992. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  993. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  994. local h = game.Workspace.ShopParts.Vault19.CFrame
  995. wait(0.2)
  996. kelp.Sit = true
  997. kel.CFrame = h--CFrame.new(371.87796, 2.11070895, -94.6907349, 0.322991073, 6.72170042e-10, 0.946402013, -1.03508491e-09, 1, -3.56980279e-10, -0.946402013, -8.64304961e-10, 0.322991073)
  998. end)
  999. ShoppingMall.MouseButton1Down:connect(function()
  1000. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1001. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  1002. local h = game.Workspace.ShopParts.Vault20.CFrame
  1003. wait(0.2)
  1004. kelp.Sit = true
  1005. kel.CFrame = h--CFrame.new(208.565628, 88.1519318, -1319.59668, -0.628842831, 1.45739198e-08, 0.777532458, 6.73505411e-08, 1, 3.57271084e-08, -0.777532458, 7.48339701e-08, -0.628842831)
  1006. end)
  1007. DuckCorpTP.MouseButton1Down:connect(function()
  1008. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  1009. kelp.Sit = true
  1010. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(304,3,-382)
  1011. end)
  1012. MyVaultTp.MouseButton1Down:connect(function()
  1013. local kelp = game:GetService("Players").LocalPlayer.Character.Humanoid
  1014. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1015. local myhouse = game.Players.LocalPlayer.Data.HideoutNumber.Value
  1016. local G = tostring("Vault"..myhouse)
  1017. local h = game.Workspace.ShopParts:FindFirstChild(G)
  1018. wait(0.2)
  1019. kelp.Sit = true
  1020. kel.CFrame = h
  1021. end)
  1022.  
  1023.  
  1024. GunMod.MouseButton1Up:connect(function()
  1025. local gunname = "M9"
  1026. local player = game:GetService("Players").LocalPlayer
  1027. local settings = player.Backpack:FindFirstChild(gunname):FindFirstChild("Setting")
  1028. settings["Damage"] = 999
  1029. settings["FireRate"] = 0.05
  1030. settings["AmmoPerClip"] = 9999991
  1031. settings["ReloadTime"] = 0.05
  1032. settings["Bullets"] = 1000
  1033. settings["Clips"] = 99999
  1034. settings["MaxClip"] = 99999
  1035. settings["Auto"] = true
  1036. end)
  1037. GoldTP.MouseButton1Up:connect(function()
  1038. local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  1039. local kek = game:GetService("Players").LocalPlayer.Character.Humanoid
  1040. local item = game.Workspace.Items.Items.Gold["1G"].CFrame
  1041. kek.Sit = true
  1042. wait(0.2)
  1043. kel.CFrame = item + Vector3.new(2,0,0)
  1044. end)
  1045. Credzbutton.MouseButton1Up:connect(function()
  1046. local cred = game.CoreGui.HeistsHub.Main.Credz
  1047. if Credz.Visible == true then
  1048. Credz.Visible = false
  1049. else
  1050. Credz.Visible = true
  1051. end
  1052. end)
  1053. VaultTputton.MouseButton1Down:connect(function()
  1054. local cred = game.CoreGui.HeistsHub.Main.vaultTPlist
  1055. if cred.Visible == true then
  1056. cred.Visible = false
  1057. else
  1058. cred.Visible = true
  1059. end
  1060. end)
  1061.  
  1062. NameIn.Changed:connect(function()
  1063. if NameIn.Text ~= nil then
  1064. wait(1)
  1065. if game.Players.LocalPlayer.Team == nil then
  1066. if NameIn.Text ~= "" then
  1067. wait(4)
  1068. local teamname = NameIn.Text
  1069. game["ReplicatedStorage"]["remoteCreateTeam"]:FireServer()
  1070. game["ReplicatedStorage"]["remoteFilterText"]:InvokeServer(teamname)
  1071. local args = {
  1072. [1] = game.Players.LocalPlayer.team,
  1073. [2] = teamname
  1074. }
  1075. game["ReplicatedStorage"]["remoteEditTeam"]:FireServer(unpack(args))
  1076. end
  1077. end
  1078. end
  1079. end)
  1080. CarMod.MouseButton1Down:connect(function()
  1081. if game.Players.LocalPlayer.Character.Humanoid.SeatPart ~= nil then
  1082. local seat = game.Players.LocalPlayer.Character.Humanoid.SeatPart
  1083. local config = seat.Parent.Configurations
  1084. config.Speed.Value = 140
  1085. config.Height.Value = 10
  1086. config.Bounce.Value = 10
  1087. config.Suspension.Value = 10
  1088. config.AccelerationPercentage.Value = 100
  1089. else
  1090. warn("You are not in a car!")
  1091. end
  1092. end)
  1093.  
  1094. KillAll.MouseButton1Down:connect(function()
  1095. for _, player in pairs(game.Players:GetPlayers()) do
  1096. if player.Character then
  1097. for i=1,5 do
  1098. player.Character.HumanoidRootPart.CFrame = CFrame.new(-489.699005, 6.21968794, -125.428421, -0.558011532, 2.34755817e-07, 0.82983321, -3.53913521e-09, 1, -2.85275036e-07, -0.82983321, -1.62123641e-07, -0.558011532)
  1099. end
  1100. end
  1101. end
  1102. end)
  1103.  
  1104. KillOthers.MouseButton1Down:connect(function()
  1105. local playerz = game.Players.LocalPlayer
  1106. local ret = playerz.Character.HumanoidRootPart.CFrame
  1107. playerz.Character.Humanoid.Sit = true
  1108. playerz.Character.HumanoidRootPart.CFrame = CFrame.new(-489.699005, 10.21968794, -125.428421, -0.558011532, 2.34755817e-07, 0.82983321, -3.53913521e-09, 1, -2.85275036e-07, -0.82983321, -1.62123641e-07, -0.558011532)
  1109. playerz.Character.HumanoidRootPart.Anchored = true
  1110. for _, player in pairs(game.Players:GetPlayers()) do
  1111. if player ~= game.Players.LocalPlayer then
  1112. if player.Character then
  1113. for i=1,50 do
  1114. wait(0)
  1115. player.Character.HumanoidRootPart.CFrame = CFrame.new(-489.699005, 6.21968794, -125.428421, -0.558011532, 2.34755817e-07, 0.82983321, -3.53913521e-09, 1, -2.85275036e-07, -0.82983321, -1.62123641e-07, -0.558011532)
  1116. end
  1117. end
  1118. end
  1119. end
  1120. wait(2)
  1121. playerz.Character.HumanoidRootPart.Anchored = false
  1122. playerz.Character.HumanoidRootPart.CFrame = ret
  1123. end)
  1124. Speedin.Changed:connect(function()
  1125. while wait(1) do
  1126. local spedd = game.CoreGui.HeistsHub.Main.Speedin.Text
  1127. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(spedd)
  1128. end
  1129. end)
  1130. print("Loaded!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement