Advertisement
Burkino

Heists thing

Jun 13th, 2018
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 22.28 KB | None | 0 0
  1. local Premium = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local HH = Instance.new("TextLabel")
  4. local Jon = Instance.new("TextLabel")
  5. local Von = Instance.new("TextLabel")
  6. local SetSpeed = Instance.new("TextBox")
  7. local KillAll = Instance.new("TextButton")
  8. local PlacePart = Instance.new("TextButton")
  9. local Tplist = Instance.new("TextButton")
  10. local BuyCar = Instance.new("TextButton")
  11. local Esp = Instance.new("TextButton")
  12. local Rooms = Instance.new("TextButton")
  13. local SetObject = Instance.new("TextBox")
  14. local PP = Instance.new("TextLabel")
  15. local ListFrame = Instance.new("Frame")
  16. local WaterWorks = Instance.new("TextButton")
  17. local LumberYard = Instance.new("TextButton")
  18. local Officeblock = Instance.new("TextButton")
  19. local Radiotower = Instance.new("TextButton")
  20. local SmallTowerBlock = Instance.new("TextButton")
  21. local CentralOffice = Instance.new("TextButton")
  22. local DockYard = Instance.new("TextButton")
  23. local PinkHouse = Instance.new("TextButton")
  24. local CarPark = Instance.new("TextButton")
  25. local AirPort = Instance.new("TextButton")
  26. local Observatory = Instance.new("TextButton")
  27. local Barracks = Instance.new("TextButton")
  28. local ShoppingMall = Instance.new("TextButton")
  29. local Cityoffice = Instance.new("TextButton")
  30. local HillSide = Instance.new("TextButton")
  31. local BuildingSite = Instance.new("TextButton")
  32. local FireStation = Instance.new("TextButton")
  33. local WareHouse = Instance.new("TextButton")
  34. local TowerBlock = Instance.new("TextButton")
  35. local UnderGround = Instance.new("TextButton")
  36. local Text = Instance.new("TextLabel")
  37. local Toggle = Instance.new("TextButton")
  38. local plrname = game:GetService("Players").LocalPlayer.Name
  39. local plr = game:GetService("Players").LocalPlayer
  40. local val = game:GetService("Players").LocalPlayer.UserId
  41. local hh = Instance.new("Part")
  42.  
  43. hh.Name = (val)
  44. hh.Position = Vector3.new(0,0,0)
  45. hh.Anchored = true
  46. hh.BrickColor = BrickColor.new("Really red")
  47. hh.Parent = game.Lighting
  48.  
  49. print(val.." is white listed")
  50. print("welcome to P R E M I U M  N I G G A")
  51.  
  52. -- Properties
  53.  
  54. Premium.Name = "Premium"
  55. Premium.Parent = game.CoreGui
  56.  
  57. Main.Name = "Main"
  58. Main.Parent = Premium
  59. Main.Active = true
  60. Main.Draggable = true
  61. Main.BackgroundColor3 = Color3.new(0.0823529, 0.423529, 0.870588)
  62. Main.BorderColor3 = Color3.new(0, 0, 0)
  63. Main.BorderSizePixel = 8
  64. Main.Position = UDim2.new(0.318902522, 0, 0.337838531, 0)
  65. Main.Size = UDim2.new(0, 493, 0, 316)
  66.  
  67. HH.Name = "HH"
  68. HH.Parent = Main
  69. HH.BackgroundColor3 = Color3.new(1, 1, 1)
  70. HH.BackgroundTransparency = 1
  71. HH.BorderSizePixel = 0
  72. HH.Position = UDim2.new(0.296146035, 0, 0, 0)
  73. HH.Size = UDim2.new(0, 200, 0, 50)
  74. HH.Font = Enum.Font.Highway
  75. HH.Text = "Heists Hub"
  76. HH.TextColor3 = Color3.new(0, 0, 0)
  77. HH.TextScaled = true
  78. HH.TextSize = 14
  79. HH.TextWrapped = true
  80.  
  81. Jon.Name = "Jon"
  82. Jon.Parent = Main
  83. Jon.BackgroundColor3 = Color3.new(1, 1, 1)
  84. Jon.BackgroundTransparency = 1
  85. Jon.BorderSizePixel = 0
  86. Jon.Size = UDim2.new(0, 113, 0, 19)
  87. Jon.Font = Enum.Font.Highway
  88. Jon.Text = "JimmyKewlKidz"
  89. Jon.TextColor3 = Color3.new(0, 0, 0)
  90. Jon.TextScaled = true
  91. Jon.TextSize = 14
  92. Jon.TextWrapped = true
  93.  
  94. Von.Name = "Von"
  95. Von.Parent = Main
  96. Von.BackgroundColor3 = Color3.new(1, 1, 1)
  97. Von.BackgroundTransparency = 1
  98. Von.BorderSizePixel = 0
  99. Von.Position = UDim2.new(0.799188673, 0, 0, 0)
  100. Von.Size = UDim2.new(0, 113, 0, 19)
  101. Von.Font = Enum.Font.Highway
  102. Von.Text = "Vonyanak"
  103. Von.TextColor3 = Color3.new(0, 0, 0)
  104. Von.TextScaled = true
  105. Von.TextSize = 14
  106. Von.TextWrapped = true
  107.  
  108. SetSpeed.Name = "SetSpeed"
  109. SetSpeed.Parent = Main
  110. SetSpeed.BackgroundColor3 = Color3.new(0.196078, 0.239216, 0.815686)
  111. SetSpeed.BorderSizePixel = 0
  112. SetSpeed.Position = UDim2.new(0.437119663, 0, 0.158227846, 0)
  113. SetSpeed.Size = UDim2.new(0, 61, 0, 25)
  114. SetSpeed.ClearTextOnFocus = true
  115. SetSpeed.Font = Enum.Font.SourceSans
  116. SetSpeed.PlaceholderText = "Speed"
  117. SetSpeed.Text = "16"
  118. SetSpeed.TextColor3 = Color3.new(0, 0, 0)
  119. SetSpeed.TextScaled = true
  120. SetSpeed.TextSize = 14
  121. SetSpeed.TextWrapped = true
  122.  
  123. KillAll.Name = "Kill All"
  124. KillAll.Parent = Main
  125. KillAll.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  126. KillAll.BorderSizePixel = 0
  127. KillAll.Position = UDim2.new(0.0324543528, 0, 0.731012642, 0)
  128. KillAll.Size = UDim2.new(0, 200, 0, 50)
  129. KillAll.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  130. KillAll.Font = Enum.Font.Highway
  131. KillAll.Text = "Kill All (Breaks game)"
  132. KillAll.TextColor3 = Color3.new(0, 0, 0)
  133. KillAll.TextSize = 35
  134. KillAll.TextScaled = true
  135.  
  136. PlacePart.Name = "PlacePart"
  137. PlacePart.Parent = Main
  138. PlacePart.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  139. PlacePart.BorderSizePixel = 0
  140. PlacePart.Position = UDim2.new(0.561866105, 0, 0.319620252, 0)
  141. PlacePart.Size = UDim2.new(0, 200, 0, 50)
  142. PlacePart.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  143. PlacePart.Font = Enum.Font.Highway
  144. PlacePart.Text = "Place Object"
  145. PlacePart.TextColor3 = Color3.new(0, 0, 0)
  146. PlacePart.TextSize = 35
  147.  
  148. Tplist.Name = "Tplist"
  149. Tplist.Parent = Main
  150. Tplist.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  151. Tplist.BorderSizePixel = 0
  152. Tplist.Position = UDim2.new(0.561866105, 0, 0.731012702, 0)
  153. Tplist.Size = UDim2.new(0, 200, 0, 50)
  154. Tplist.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  155. Tplist.Font = Enum.Font.Highway
  156. Tplist.Text = "Vault TPs"
  157. Tplist.TextColor3 = Color3.new(0, 0, 0)
  158. Tplist.TextSize = 35
  159.  
  160. BuyCar.Name = "BuyCar"
  161. BuyCar.Parent = Main
  162. BuyCar.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  163. BuyCar.BorderSizePixel = 0
  164. BuyCar.Position = UDim2.new(0.0324543528, 0, 0.319620252, 0)
  165. BuyCar.Size = UDim2.new(0, 200, 0, 50)
  166. BuyCar.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  167. BuyCar.Font = Enum.Font.Highway
  168. BuyCar.Text = "Heal ur health"
  169. BuyCar.TextColor3 = Color3.new(0, 0, 0)
  170. BuyCar.TextSize = 35
  171.  
  172. Esp.Name = "Esp"
  173. Esp.Parent = Main
  174. Esp.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  175. Esp.BorderSizePixel = 0
  176. Esp.Position = UDim2.new(0.0314401537, 0, 0.518987417, 0)
  177. Esp.Size = UDim2.new(0, 200, 0, 50)
  178. Esp.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  179. Esp.Font = Enum.Font.Highway
  180. Esp.Text = "MONEY"
  181. Esp.TextColor3 = Color3.new(0, 0, 0)
  182. Esp.TextSize = 35
  183.  
  184. Rooms.Name = "Rooms"
  185. Rooms.Parent = Main
  186. Rooms.BackgroundColor3 = Color3.new(0.662745, 0.196078, 0.14902)
  187. Rooms.BorderSizePixel = 0
  188. Rooms.Position = UDim2.new(0.560851932, 0, 0.518987417, 0)
  189. Rooms.Size = UDim2.new(0, 200, 0, 50)
  190. Rooms.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  191. Rooms.Font = Enum.Font.Highway
  192. Rooms.Text = "Get Building Objects"
  193. Rooms.TextColor3 = Color3.new(0, 0, 0)
  194. Rooms.TextSize = 35
  195.  
  196. SetObject.Name = "SetObject"
  197. SetObject.Parent = Main
  198. SetObject.BackgroundColor3 = Color3.new(0.196078, 0.239216, 0.815686)
  199. SetObject.BorderSizePixel = 0
  200. SetObject.Position = UDim2.new(0.577079058, 0, 0.156645566, 0)
  201. SetObject.Size = UDim2.new(0, 61, 0, 25)
  202. SetObject.ClearTextOnFocus = false
  203. SetObject.Font = Enum.Font.SourceSans
  204. SetObject.PlaceholderText = "Fence"
  205. SetObject.Text = "Tower"
  206. SetObject.TextColor3 = Color3.new(0, 0, 0)
  207. SetObject.TextScaled = true
  208. SetObject.TextSize = 14
  209. SetObject.TextWrapped = true
  210.  
  211. PP.Name = "PP"
  212. PP.Parent = Main
  213. PP.BackgroundColor3 = Color3.new(1, 1, 1)
  214. PP.BackgroundTransparency = 1
  215. PP.BorderSizePixel = 0
  216. PP.Position = UDim2.new(0.298174441, 0, 0.908227861, 0)
  217. PP.Size = UDim2.new(0, 200, 0, 29)
  218. PP.Font = Enum.Font.Highway
  219. PP.Text = "Keep in mind that your game may become glitchy as any time"
  220. PP.TextColor3 = Color3.new(0, 0, 0)
  221. PP.TextScaled = true
  222. PP.TextSize = 14
  223. PP.TextWrapped = true
  224.  
  225. ListFrame.Name = "ListFrame"
  226. ListFrame.Parent = Main
  227. ListFrame.BackgroundColor3 = Color3.new(0.0823529, 0.423529, 0.870588)
  228. ListFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  229. ListFrame.BorderSizePixel = 8
  230. ListFrame.Position = UDim2.new(-0.55819267, 0, 0.000221908092, 0)
  231. ListFrame.Size = UDim2.new(0, 268, 0, 480)
  232. ListFrame.Visible = false
  233.  
  234. WaterWorks.Name = "WaterWorks"
  235. WaterWorks.Parent = ListFrame
  236. WaterWorks.BackgroundColor3 = Color3.new(1, 1, 1)
  237. WaterWorks.Position = UDim2.new(0.335820884, 0, 0.479166716, 0)
  238. WaterWorks.Size = UDim2.new(0, 88, 0, 50)
  239. WaterWorks.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  240. WaterWorks.Font = Enum.Font.Highway
  241. WaterWorks.Text = "Water Works"
  242. WaterWorks.TextColor3 = Color3.new(0, 0, 0)
  243. WaterWorks.TextSize = 14
  244.  
  245. LumberYard.Name = "LumberYard"
  246. LumberYard.Parent = ListFrame
  247. LumberYard.BackgroundColor3 = Color3.new(1, 1, 1)
  248. LumberYard.Position = UDim2.new(3.7252903e-09, 0, 0.166666672, 0)
  249. LumberYard.Size = UDim2.new(0, 88, 0, 50)
  250. LumberYard.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  251. LumberYard.Font = Enum.Font.Highway
  252. LumberYard.Text = "Lumber Yard"
  253. LumberYard.TextColor3 = Color3.new(0, 0, 0)
  254. LumberYard.TextSize = 14
  255.  
  256. Officeblock.Name = "Officeblock"
  257. Officeblock.Parent = ListFrame
  258. Officeblock.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Officeblock.Position = UDim2.new(0.671641767, 0, 0.166666672, 0)
  260. Officeblock.Size = UDim2.new(0, 88, 0, 50)
  261. Officeblock.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  262. Officeblock.Font = Enum.Font.Highway
  263. Officeblock.Text = "Office Block"
  264. Officeblock.TextColor3 = Color3.new(0, 0, 0)
  265. Officeblock.TextSize = 14
  266.  
  267. Radiotower.Name = "Radiotower"
  268. Radiotower.Parent = ListFrame
  269. Radiotower.BackgroundColor3 = Color3.new(1, 1, 1)
  270. Radiotower.Position = UDim2.new(1.86264515e-09, 0, 0.270833343, 0)
  271. Radiotower.Size = UDim2.new(0, 88, 0, 50)
  272. Radiotower.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  273. Radiotower.Font = Enum.Font.Highway
  274. Radiotower.Text = "Radio Tower"
  275. Radiotower.TextColor3 = Color3.new(0, 0, 0)
  276. Radiotower.TextSize = 14
  277.  
  278. SmallTowerBlock.Name = "SmallTowerBlock"
  279. SmallTowerBlock.Parent = ListFrame
  280. SmallTowerBlock.BackgroundColor3 = Color3.new(1, 1, 1)
  281. SmallTowerBlock.Position = UDim2.new(3.7252903e-09, 0, 0.37500003, 0)
  282. SmallTowerBlock.Size = UDim2.new(0, 88, 0, 50)
  283. SmallTowerBlock.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  284. SmallTowerBlock.Font = Enum.Font.Highway
  285. SmallTowerBlock.Text = "Small Tower Block"
  286. SmallTowerBlock.TextColor3 = Color3.new(0, 0, 0)
  287. SmallTowerBlock.TextSize = 10
  288.  
  289. CentralOffice.Name = "CentralOffice"
  290. CentralOffice.Parent = ListFrame
  291. CentralOffice.BackgroundColor3 = Color3.new(1, 1, 1)
  292. CentralOffice.Position = UDim2.new(0.671641767, 0, 0.37500003, 0)
  293. CentralOffice.Size = UDim2.new(0, 88, 0, 50)
  294. CentralOffice.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  295. CentralOffice.Font = Enum.Font.Highway
  296. CentralOffice.Text = "Central Office"
  297. CentralOffice.TextColor3 = Color3.new(0, 0, 0)
  298. CentralOffice.TextSize = 14
  299.  
  300. DockYard.Name = "DockYard"
  301. DockYard.Parent = ListFrame
  302. DockYard.BackgroundColor3 = Color3.new(1, 1, 1)
  303. DockYard.Position = UDim2.new(3.7252903e-09, 0, 0.479166716, 0)
  304. DockYard.Size = UDim2.new(0, 88, 0, 50)
  305. DockYard.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  306. DockYard.Font = Enum.Font.Highway
  307. DockYard.Text = "Dock Yard"
  308. DockYard.TextColor3 = Color3.new(0, 0, 0)
  309. DockYard.TextSize = 14
  310.  
  311. PinkHouse.Name = "PinkHouse"
  312. PinkHouse.Parent = ListFrame
  313. PinkHouse.BackgroundColor3 = Color3.new(1, 1, 1)
  314. PinkHouse.Position = UDim2.new(0.671641767, 0, 0.479166716, 0)
  315. PinkHouse.Size = UDim2.new(0, 88, 0, 50)
  316. PinkHouse.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  317. PinkHouse.Font = Enum.Font.Highway
  318. PinkHouse.Text = "Pink House"
  319. PinkHouse.TextColor3 = Color3.new(0, 0, 0)
  320. PinkHouse.TextSize = 14
  321.  
  322. CarPark.Name = "CarPark"
  323. CarPark.Parent = ListFrame
  324. CarPark.BackgroundColor3 = Color3.new(1, 1, 1)
  325. CarPark.Position = UDim2.new(0.671641767, 0, 0.270833373, 0)
  326. CarPark.Size = UDim2.new(0, 88, 0, 50)
  327. CarPark.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  328. CarPark.Font = Enum.Font.Highway
  329. CarPark.Text = "Car Park"
  330. CarPark.TextColor3 = Color3.new(0, 0, 0)
  331. CarPark.TextSize = 14
  332.  
  333. AirPort.Name = "AirPort"
  334. AirPort.Parent = ListFrame
  335. AirPort.BackgroundColor3 = Color3.new(1, 1, 1)
  336. AirPort.Position = UDim2.new(0.671641767, 0, 0.583333313, 0)
  337. AirPort.Size = UDim2.new(0, 88, 0, 50)
  338. AirPort.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  339. AirPort.Font = Enum.Font.Highway
  340. AirPort.Text = "Airport"
  341. AirPort.TextColor3 = Color3.new(0, 0, 0)
  342. AirPort.TextSize = 14
  343.  
  344. Observatory.Name = "Observatory"
  345. Observatory.Parent = ListFrame
  346. Observatory.BackgroundColor3 = Color3.new(1, 1, 1)
  347. Observatory.Position = UDim2.new(0.671641767, 0, 0.6875, 0)
  348. Observatory.Size = UDim2.new(0, 88, 0, 50)
  349. Observatory.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  350. Observatory.Font = Enum.Font.Highway
  351. Observatory.Text = "Observatory"
  352. Observatory.TextColor3 = Color3.new(0, 0, 0)
  353. Observatory.TextSize = 14
  354.  
  355. Barracks.Name = "Barracks"
  356. Barracks.Parent = ListFrame
  357. Barracks.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Barracks.Position = UDim2.new(0.671641767, 0, 0.791666687, 0)
  359. Barracks.Size = UDim2.new(0, 88, 0, 50)
  360. Barracks.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  361. Barracks.Font = Enum.Font.Highway
  362. Barracks.Text = "Barracks"
  363. Barracks.TextColor3 = Color3.new(0, 0, 0)
  364. Barracks.TextSize = 14
  365.  
  366. ShoppingMall.Name = "ShoppingMall"
  367. ShoppingMall.Parent = ListFrame
  368. ShoppingMall.BackgroundColor3 = Color3.new(1, 1, 1)
  369. ShoppingMall.Position = UDim2.new(0.335820884, 0, 0.583333373, 0)
  370. ShoppingMall.Size = UDim2.new(0, 88, 0, 50)
  371. ShoppingMall.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  372. ShoppingMall.Font = Enum.Font.Highway
  373. ShoppingMall.Text = "Shopping Mall"
  374. ShoppingMall.TextColor3 = Color3.new(0, 0, 0)
  375. ShoppingMall.TextSize = 14
  376.  
  377. Cityoffice.Name = "Cityoffice"
  378. Cityoffice.Parent = ListFrame
  379. Cityoffice.BackgroundColor3 = Color3.new(1, 1, 1)
  380. Cityoffice.Position = UDim2.new(3.7252903e-09, 0, 0.791666687, 0)
  381. Cityoffice.Size = UDim2.new(0, 88, 0, 50)
  382. Cityoffice.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  383. Cityoffice.Font = Enum.Font.Highway
  384. Cityoffice.Text = "City Office"
  385. Cityoffice.TextColor3 = Color3.new(0, 0, 0)
  386. Cityoffice.TextSize = 14
  387.  
  388. HillSide.Name = "HillSide"
  389. HillSide.Parent = ListFrame
  390. HillSide.BackgroundColor3 = Color3.new(1, 1, 1)
  391. HillSide.Position = UDim2.new(0.335820884, 0, 0.6875, 0)
  392. HillSide.Size = UDim2.new(0, 88, 0, 50)
  393. HillSide.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  394. HillSide.Font = Enum.Font.Highway
  395. HillSide.Text = "Hill Side"
  396. HillSide.TextColor3 = Color3.new(0, 0, 0)
  397. HillSide.TextSize = 14
  398.  
  399. BuildingSite.Name = "BuildingSite"
  400. BuildingSite.Parent = ListFrame
  401. BuildingSite.BackgroundColor3 = Color3.new(1, 1, 1)
  402. BuildingSite.Position = UDim2.new(1.86264515e-09, 0, 0.6875, 0)
  403. BuildingSite.Size = UDim2.new(0, 88, 0, 50)
  404. BuildingSite.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  405. BuildingSite.Font = Enum.Font.Highway
  406. BuildingSite.Text = "Building Site"
  407. BuildingSite.TextColor3 = Color3.new(0, 0, 0)
  408. BuildingSite.TextSize = 14
  409.  
  410. FireStation.Name = "FireStation"
  411. FireStation.Parent = ListFrame
  412. FireStation.BackgroundColor3 = Color3.new(1, 1, 1)
  413. FireStation.Position = UDim2.new(3.7252903e-09, 0, 0.583333313, 0)
  414. FireStation.Size = UDim2.new(0, 88, 0, 50)
  415. FireStation.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  416. FireStation.Font = Enum.Font.Highway
  417. FireStation.Text = "Fire Station"
  418. FireStation.TextColor3 = Color3.new(0, 0, 0)
  419. FireStation.TextSize = 14
  420.  
  421. WareHouse.Name = "WareHouse"
  422. WareHouse.Parent = ListFrame
  423. WareHouse.BackgroundColor3 = Color3.new(1, 1, 1)
  424. WareHouse.Position = UDim2.new(0.335820884, 0, 0.166666672, 0)
  425. WareHouse.Size = UDim2.new(0, 88, 0, 50)
  426. WareHouse.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  427. WareHouse.Font = Enum.Font.Highway
  428. WareHouse.Text = "Warehouse"
  429. WareHouse.TextColor3 = Color3.new(0, 0, 0)
  430. WareHouse.TextSize = 14
  431.  
  432. TowerBlock.Name = "TowerBlock"
  433. TowerBlock.Parent = ListFrame
  434. TowerBlock.BackgroundColor3 = Color3.new(1, 1, 1)
  435. TowerBlock.Position = UDim2.new(0.335820884, 0, 0.270833373, 0)
  436. TowerBlock.Size = UDim2.new(0, 88, 0, 50)
  437. TowerBlock.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  438. TowerBlock.Font = Enum.Font.Highway
  439. TowerBlock.Text = "Tower Block"
  440. TowerBlock.TextColor3 = Color3.new(0, 0, 0)
  441. TowerBlock.TextSize = 14
  442.  
  443. UnderGround.Name = "UnderGround"
  444. UnderGround.Parent = ListFrame
  445. UnderGround.BackgroundColor3 = Color3.new(1, 1, 1)
  446. UnderGround.Position = UDim2.new(0.335820884, 0, 0.37500003, 0)
  447. UnderGround.Size = UDim2.new(0, 88, 0, 50)
  448. UnderGround.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  449. UnderGround.Font = Enum.Font.Highway
  450. UnderGround.Text = "Underground"
  451. UnderGround.TextColor3 = Color3.new(0, 0, 0)
  452. UnderGround.TextSize = 14
  453.  
  454. Text.Name = "Text"
  455. Text.Parent = ListFrame
  456. Text.BackgroundColor3 = Color3.new(1, 1, 1)
  457. Text.BackgroundTransparency = 1
  458. Text.Position = UDim2.new(0.12686567, 0, 0.0166666675, 0)
  459. Text.Size = UDim2.new(0, 200, 0, 50)
  460. Text.Font = Enum.Font.Highway
  461. Text.Text = "Teleport"
  462. Text.TextColor3 = Color3.new(0, 0, 0)
  463. Text.TextScaled = true
  464. Text.TextSize = 14
  465. Text.TextWrapped = true
  466.  
  467. Toggle.Name = "Toggle"
  468. Toggle.Parent = Premium
  469. Toggle.BackgroundColor3 = Color3.new(21, 108, 222)
  470. Toggle.BorderSizePixel = 3
  471. Toggle.Active = true
  472. Toggle.Draggable = true
  473. Toggle.Position = UDim2.new(0.379726112, 0, 0.254773438, 0)
  474. Toggle.Size = UDim2.new(0, 70, 0, 28)
  475. Toggle.Font = Enum.Font.Highway
  476. Toggle.Text = "Toggle"
  477. Toggle.TextColor3 = Color3.new(0, 0, 0)
  478. Toggle.TextScaled = true
  479. Toggle.TextSize = 14
  480. Toggle.TextWrapped = true
  481.  
  482. -- Scripts
  483. Toggle.MouseButton1Down:connect(function()
  484.     local eeeeh = game.CoreGui.Premium.Main
  485.     if eeeeh.Visible == true then
  486.         eeeeh.Visible = false
  487.     else
  488.         eeeeh.Visible = true
  489.     end
  490. end)
  491.  
  492. Tplist.MouseButton1Down:connect(function()
  493.     local list = game.CoreGui.Premium.Main.ListFrame
  494.     if list.Visible == true then
  495.         list.Visible = false
  496.     else
  497.         list.Visible = true
  498.     end
  499. end)
  500.  
  501. LumberYard.MouseButton1Down:connect(function()
  502.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(1)
  503. end)
  504. WareHouse.MouseButton1Down:connect(function()
  505.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(2)
  506. end)
  507. Officeblock.MouseButton1Down:connect(function()
  508.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(3)
  509. end)
  510. Radiotower.MouseButton1Down:connect(function()
  511.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(4)
  512. end)
  513. TowerBlock.MouseButton1Down:connect(function()
  514.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(5)
  515. end)
  516. CarPark.MouseButton1Down:connect(function()
  517.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(6)
  518. end)
  519. SmallTowerBlock.MouseButton1Down:connect(function()
  520.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(7)
  521. end)
  522. UnderGround.MouseButton1Down:connect(function()
  523.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(8)
  524. end)
  525. CentralOffice.MouseButton1Down:connect(function()
  526.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(9)
  527. end)
  528. DockYard.MouseButton1Down:connect(function()
  529.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(10)
  530. end)
  531. WaterWorks.MouseButton1Down:connect(function()
  532.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(11)
  533. end)
  534. PinkHouse.MouseButton1Down:connect(function()
  535.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(12)
  536. end)
  537. FireStation.MouseButton1Down:connect(function()
  538.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(13)
  539. end)
  540. AirPort.MouseButton1Down:connect(function()
  541.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(14)
  542. end)
  543. BuildingSite.MouseButton1Down:connect(function()
  544.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(15)
  545. end)
  546. Observatory.MouseButton1Down:connect(function()
  547.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(16)
  548. end)
  549. HillSide.MouseButton1Down:connect(function()
  550.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(17)
  551. end)
  552. Barracks.MouseButton1Down:connect(function()
  553.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(18)
  554. end)
  555. Cityoffice.MouseButton1Down:connect(function()
  556.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(19)
  557. end)
  558. ShoppingMall.MouseButton1Down:connect(function()
  559.     game:GetService("ReplicatedStorage").remoteStealVaultCash:FireServer(20)
  560. end)
  561.  
  562. KillAll.MouseButton1Down:connect(function()
  563.     loadstring(game:GetObjects("rbxassetid://1912160385")[1].Source)()
  564. end)
  565.  
  566. PlacePart.MouseButton1Down:connect(function()
  567.     local Y = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  568.     local Z = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  569.     local X = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  570.     local Player = game.Players.LocalPlayer
  571.     local gg = game.CoreGui.Premium.Main.SetObject.Text
  572.     local Object = game.Lighting.Consumables:FindFirstChild(gg)
  573.     game.ReplicatedStorage.remoteCreateObject:InvokeServer(gg, game.Workspace.UserParts:FindFirstChild(Player.Name), Player.UserId)
  574.     game.ReplicatedStorage.remotePlaceObject:FireServer(Object, X, Y, Z, 0, Player.UserId)
  575. end)
  576.  
  577. Rooms.MouseButton1Down:connect(function()
  578.     local makl = game.Workspace.CollectItems.CollectItems
  579.     local me = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  580.     local z = makl["Wooden Logs"].P
  581.     local x = makl["Metal Sheets"].P
  582.     local y = makl["Large Wooden Logs"].P
  583.     local v = makl["Sand"].P
  584.     z.CFrame = me
  585.     x.CFrame = me
  586.     y.CFrame = me
  587.     v.CFrame = me
  588.     z.CFrame = me
  589.     x.CFrame = me
  590.     y.CFrame = me
  591.     v.CFrame = me
  592.     z.CFrame = me
  593.     x.CFrame = me
  594.     y.CFrame = me
  595.     v.CFrame = me
  596.     z.CFrame = me
  597.     x.CFrame = me
  598.     y.CFrame = me
  599.     v.CFrame = me
  600. end)
  601.  
  602. Esp.MouseButton1Down:connect(function()
  603.     local kel = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  604.     local kek = game:GetService("Players").LocalPlayer.Character.Humanoid
  605.     local item = game.Workspace.Items.Items.Diamond.D.CFrame
  606.     kek.Sit = true
  607.     wait(0.5)
  608.     kel.CFrame = item
  609. end)
  610.  
  611. BuyCar.MouseButton1Down:connect(function()
  612.     local hh = tostring(game:GetService("Players").LocalPlayer.Data.HideoutNumber.Value)
  613.     local pp = Instance.new("Part")
  614.     pp.Parent = game.Lighting
  615.     pp.Name = ("Hideout"..hh)
  616.     local melas = pp.Name
  617.     local gp = game.Workspace:FindFirstChild(melas)
  618.     gp.Name = "MyHideout"
  619.     local hh = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame
  620.     local ni = game.Workspace.MyHideout.Heal.ClickToHeal
  621.     ni.CanCollide = false
  622.     ni.CFrame = hh
  623.     ni.ClickDetector.MaxActivationDistance = 10000000
  624.     ni.Size = Vector3.new(10,10,10)
  625. end)
  626.  
  627. while wait(2) do
  628.     local plr = game.Players.LocalPlayer.Character.Humanoid
  629.     local sped = game.CoreGui.Premium.Main.SetSpeed.Text
  630.     plr.WalkSpeed = sped
  631. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement