Advertisement
marcelslibrary

Mad City GUI

Jan 30th, 2019
22,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.39 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoadingGUi = Instance.new("ImageLabel")
  6. local Loading = Instance.new("ImageLabel")
  7. local TextLabel = Instance.new("TextLabel")
  8. local LoadingStatus = Instance.new("TextLabel")
  9. local TextLabel_2 = Instance.new("TextLabel")
  10. local Frame = Instance.new("Frame")
  11. local HexagonMiddle = Instance.new("ImageLabel")
  12. local MiddleGUI = Instance.new("ImageLabel")
  13. local Settings = Instance.new("TextButton")
  14. local Teleports = Instance.new("TextButton")
  15. local Functions = Instance.new("TextButton")
  16. local TextLabel_3 = Instance.new("TextLabel")
  17. local Frame_2 = Instance.new("Frame")
  18. local Destroy = Instance.new("TextButton")
  19. local HexagonLeftDown = Instance.new("ImageLabel")
  20. local HexagonLeftDownChild = Instance.new("ImageLabel")
  21. local HexagonDown = Instance.new("ImageLabel")
  22. local HexagonDownChild = Instance.new("ImageLabel")
  23. local HexagonTop = Instance.new("ImageLabel")
  24. local HexagonTopChild = Instance.new("ImageLabel")
  25. local HexagonTopRight = Instance.new("ImageLabel")
  26. local HexagonTopRightChild = Instance.new("ImageLabel")
  27. local ExitMainGui = Instance.new("TextButton")
  28. local FunctionsGUI = Instance.new("Frame")
  29. local TextLabel_4 = Instance.new("TextLabel")
  30. local Frame_3 = Instance.new("Frame")
  31. local ExitFunctions = Instance.new("TextButton")
  32. local CashFarm = Instance.new("TextButton")
  33. local AutoArrest = Instance.new("TextButton")
  34. local InfAmmoMadcity = Instance.new("TextButton")
  35. local GiveTools = Instance.new("TextButton")
  36. local SettingsGUI = Instance.new("ImageLabel")
  37. local SettingsChild = Instance.new("ImageLabel")
  38. local TextLabel_5 = Instance.new("TextLabel")
  39. local Frame_4 = Instance.new("Frame")
  40. local DraggableSettings = Instance.new("Frame")
  41. local DestroyGUI = Instance.new("TextButton")
  42. local DragAll = Instance.new("TextButton")
  43. local ExitSettings = Instance.new("TextButton")
  44. local TeleportsGUI = Instance.new("Frame")
  45. local TextLabel_6 = Instance.new("TextLabel")
  46. local Frame_5 = Instance.new("Frame")
  47. local ExitTeleports = Instance.new("TextButton")
  48. local Bank = Instance.new("TextButton")
  49. local Casino = Instance.new("TextButton")
  50. local CarShop = Instance.new("TextButton")
  51. local GunShop = Instance.new("TextButton")
  52. local Jewlery = Instance.new("TextButton")
  53. local CrimBase = Instance.new("TextButton")
  54. local TextLabel_7 = Instance.new("TextLabel")
  55. local DEstroyGUI = Instance.new("Frame")
  56. local TextLabel_8 = Instance.new("TextLabel")
  57. local Frame_6 = Instance.new("Frame")
  58. local ExitDestroy = Instance.new("TextButton")
  59. local DestroyPrison = Instance.new("TextButton")
  60. local DestroyLasers = Instance.new("TextButton")
  61. local DestroyCity = Instance.new("TextButton")
  62. local Open = Instance.new("Frame")
  63. local Openbutt = Instance.new("TextButton")
  64. --Properties:
  65. ScreenGui.Parent = game.CoreGui
  66. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  67.  
  68. LoadingGUi.Name = "LoadingGUi"
  69. LoadingGUi.Parent = ScreenGui
  70. LoadingGUi.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  71. LoadingGUi.BackgroundTransparency = 1
  72. LoadingGUi.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  73. LoadingGUi.Position = UDim2.new(0.393967867, 0, 0.288178742, 0)
  74. LoadingGUi.Size = UDim2.new(0, 343, 0, 343)
  75. LoadingGUi.Image = "rbxassetid://1215684307"
  76. LoadingGUi.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  77.  
  78. Loading.Name = "Loading"
  79. Loading.Parent = LoadingGUi
  80. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  81. Loading.BackgroundTransparency = 1
  82. Loading.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  83. Loading.Size = UDim2.new(0, 329, 0, 329)
  84. Loading.Image = "rbxassetid://1215684307"
  85. Loading.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  86.  
  87. TextLabel.Parent = Loading
  88. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel.BackgroundTransparency = 1
  90. TextLabel.Position = UDim2.new(0.0334346518, 0, 0.820668697, 0)
  91. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  92. TextLabel.Font = Enum.Font.SourceSans
  93. TextLabel.Text = "Made by marcel"
  94. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  95. TextLabel.TextSize = 10
  96.  
  97. LoadingStatus.Name = "LoadingStatus"
  98. LoadingStatus.Parent = Loading
  99. LoadingStatus.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  100. LoadingStatus.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  101. LoadingStatus.BorderSizePixel = 4
  102. LoadingStatus.Position = UDim2.new(0.197568387, 0, 0.589665651, 0)
  103. LoadingStatus.Size = UDim2.new(0, 200, 0, 50)
  104. LoadingStatus.Font = Enum.Font.SourceSansBold
  105. LoadingStatus.Text = "Loading"
  106. LoadingStatus.TextColor3 = Color3.new(0, 0, 0)
  107. LoadingStatus.TextSize = 30
  108.  
  109. TextLabel_2.Parent = Loading
  110. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  111. TextLabel_2.BackgroundTransparency = 1
  112. TextLabel_2.Position = UDim2.new(0.197568387, 0, 0.115501523, 0)
  113. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  114. TextLabel_2.Font = Enum.Font.SourceSans
  115. TextLabel_2.Text = "Oof City"
  116. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  117. TextLabel_2.TextSize = 30
  118.  
  119. Frame.Parent = Loading
  120. Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  121. Frame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  122. Frame.Position = UDim2.new(0.349544078, 0, 0.258358657, 0)
  123. Frame.Size = UDim2.new(0, 100, 0, 3)
  124.  
  125. HexagonMiddle.Name = "HexagonMiddle"
  126. HexagonMiddle.Parent = ScreenGui
  127. HexagonMiddle.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  128. HexagonMiddle.BackgroundTransparency = 1
  129. HexagonMiddle.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  130. HexagonMiddle.Position = UDim2.new(0.393967867, 0, 0.288178772, 0)
  131. HexagonMiddle.Size = UDim2.new(0, 343, 0, 343)
  132. HexagonMiddle.Image = "rbxassetid://1215684307"
  133. HexagonMiddle.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  134.  
  135. MiddleGUI.Name = "MiddleGUI"
  136. MiddleGUI.Parent = HexagonMiddle
  137. MiddleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  138. MiddleGUI.BackgroundTransparency = 1
  139. MiddleGUI.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  140. MiddleGUI.Size = UDim2.new(0, 329, 0, 329)
  141. MiddleGUI.Image = "rbxassetid://1215684307"
  142. MiddleGUI.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  143.  
  144. Settings.Name = "Settings"
  145. Settings.Parent = MiddleGUI
  146. Settings.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  147. Settings.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  148. Settings.BorderSizePixel = 5
  149. Settings.Position = UDim2.new(0.258358687, 0, 0.741641283, 0)
  150. Settings.Size = UDim2.new(0, 157, 0, 34)
  151. Settings.Font = Enum.Font.SourceSans
  152. Settings.Text = "Settings"
  153. Settings.TextColor3 = Color3.new(0, 0, 0)
  154. Settings.TextSize = 20
  155.  
  156. Teleports.Name = "Teleports"
  157. Teleports.Parent = MiddleGUI
  158. Teleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  159. Teleports.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  160. Teleports.BorderSizePixel = 5
  161. Teleports.Position = UDim2.new(0.261398196, 0, 0.434650421, 0)
  162. Teleports.Size = UDim2.new(0, 157, 0, 34)
  163. Teleports.Font = Enum.Font.SourceSans
  164. Teleports.Text = "Teleports"
  165. Teleports.TextColor3 = Color3.new(0, 0, 0)
  166. Teleports.TextSize = 20
  167.  
  168. Functions.Name = "Functions"
  169. Functions.Parent = MiddleGUI
  170. Functions.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  171. Functions.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  172. Functions.BorderSizePixel = 5
  173. Functions.Position = UDim2.new(0.261398196, 0, 0.279635221, 0)
  174. Functions.Size = UDim2.new(0, 157, 0, 34)
  175. Functions.Font = Enum.Font.SourceSans
  176. Functions.Text = "Functions"
  177. Functions.TextColor3 = Color3.new(0, 0, 0)
  178. Functions.TextSize = 20
  179.  
  180. TextLabel_3.Parent = MiddleGUI
  181. TextLabel_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  182. TextLabel_3.BackgroundTransparency = 1
  183. TextLabel_3.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  184. TextLabel_3.BorderSizePixel = 0
  185. TextLabel_3.Position = UDim2.new(0.227963507, 0, 0.0638297871, 0)
  186. TextLabel_3.Size = UDim2.new(0, 178, 0, 46)
  187. TextLabel_3.Font = Enum.Font.SourceSansBold
  188. TextLabel_3.Text = "Oof City"
  189. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  190. TextLabel_3.TextSize = 25
  191.  
  192. Frame_2.Parent = TextLabel_3
  193. Frame_2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  194. Frame_2.BorderSizePixel = 0
  195. Frame_2.Position = UDim2.new(0.202247202, 0, 0.869565189, 0)
  196. Frame_2.Size = UDim2.new(0, 106, 0, 6)
  197.  
  198. Destroy.Name = "Destroy"
  199. Destroy.Parent = MiddleGUI
  200. Destroy.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  201. Destroy.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  202. Destroy.BorderSizePixel = 5
  203. Destroy.Position = UDim2.new(0.258358687, 0, 0.589665592, 0)
  204. Destroy.Size = UDim2.new(0, 157, 0, 34)
  205. Destroy.Font = Enum.Font.SourceSans
  206. Destroy.Text = "Destroy"
  207. Destroy.TextColor3 = Color3.new(0, 0, 0)
  208. Destroy.TextSize = 20
  209.  
  210. HexagonLeftDown.Name = "HexagonLeftDown"
  211. HexagonLeftDown.Parent = HexagonMiddle
  212. HexagonLeftDown.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  213. HexagonLeftDown.BackgroundTransparency = 1
  214. HexagonLeftDown.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  215. HexagonLeftDown.Position = UDim2.new(0.752347112, 0, 0.434732199, 0)
  216. HexagonLeftDown.Size = UDim2.new(0, 343, 0, 343)
  217. HexagonLeftDown.Image = "rbxassetid://1215684307"
  218. HexagonLeftDown.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  219.  
  220. HexagonLeftDownChild.Name = "HexagonLeftDownChild"
  221. HexagonLeftDownChild.Parent = HexagonLeftDown
  222. HexagonLeftDownChild.BackgroundColor3 = Color3.new(1, 1, 1)
  223. HexagonLeftDownChild.BackgroundTransparency = 1
  224. HexagonLeftDownChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  225. HexagonLeftDownChild.Size = UDim2.new(0, 329, 0, 329)
  226. HexagonLeftDownChild.Image = "rbxassetid://1215684307"
  227. HexagonLeftDownChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  228.  
  229. HexagonDown.Name = "HexagonDown"
  230. HexagonDown.Parent = HexagonMiddle
  231. HexagonDown.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  232. HexagonDown.BackgroundTransparency = 1
  233. HexagonDown.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  234. HexagonDown.Position = UDim2.new(-0.00438559055, 0, 0.877074957, 0)
  235. HexagonDown.Size = UDim2.new(0, 343, 0, 343)
  236. HexagonDown.Image = "rbxassetid://1215684307"
  237. HexagonDown.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  238.  
  239. HexagonDownChild.Name = "HexagonDownChild"
  240. HexagonDownChild.Parent = HexagonDown
  241. HexagonDownChild.BackgroundColor3 = Color3.new(1, 1, 1)
  242. HexagonDownChild.BackgroundTransparency = 1
  243. HexagonDownChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  244. HexagonDownChild.Size = UDim2.new(0, 329, 0, 329)
  245. HexagonDownChild.Image = "rbxassetid://1215684307"
  246. HexagonDownChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  247.  
  248. HexagonTop.Name = "HexagonTop"
  249. HexagonTop.Parent = HexagonMiddle
  250. HexagonTop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  251. HexagonTop.BackgroundTransparency = 1
  252. HexagonTop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  253. HexagonTop.Position = UDim2.new(-0.00121812266, 0, -0.872425318, 0)
  254. HexagonTop.Size = UDim2.new(0, 343, 0, 343)
  255. HexagonTop.Image = "rbxassetid://1215684307"
  256. HexagonTop.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  257.  
  258. HexagonTopChild.Name = "HexagonTopChild"
  259. HexagonTopChild.Parent = HexagonTop
  260. HexagonTopChild.BackgroundColor3 = Color3.new(1, 1, 1)
  261. HexagonTopChild.BackgroundTransparency = 1
  262. HexagonTopChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  263. HexagonTopChild.Size = UDim2.new(0, 329, 0, 329)
  264. HexagonTopChild.Image = "rbxassetid://1215684307"
  265. HexagonTopChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  266.  
  267. HexagonTopRight.Name = "HexagonTopRight"
  268. HexagonTopRight.Parent = HexagonMiddle
  269. HexagonTopRight.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  270. HexagonTopRight.BackgroundTransparency = 1
  271. HexagonTopRight.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  272. HexagonTopRight.Position = UDim2.new(0.754645228, 0, -0.417783231, 0)
  273. HexagonTopRight.Size = UDim2.new(0, 343, 0, 343)
  274. HexagonTopRight.Image = "rbxassetid://1215684307"
  275. HexagonTopRight.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  276.  
  277. HexagonTopRightChild.Name = "HexagonTopRightChild"
  278. HexagonTopRightChild.Parent = HexagonTopRight
  279. HexagonTopRightChild.BackgroundColor3 = Color3.new(1, 1, 1)
  280. HexagonTopRightChild.BackgroundTransparency = 1
  281. HexagonTopRightChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  282. HexagonTopRightChild.Size = UDim2.new(0, 329, 0, 329)
  283. HexagonTopRightChild.Image = "rbxassetid://1215684307"
  284. HexagonTopRightChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  285.  
  286. ExitMainGui.Name = "ExitMainGui"
  287. ExitMainGui.Parent = HexagonMiddle
  288. ExitMainGui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  289. ExitMainGui.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  290. ExitMainGui.BorderSizePixel = 5
  291. ExitMainGui.Position = UDim2.new(0.848072588, 0, 0.45392105, 0)
  292. ExitMainGui.Size = UDim2.new(0, 30, 0, 30)
  293. ExitMainGui.Font = Enum.Font.SourceSansBold
  294. ExitMainGui.Text = "X"
  295. ExitMainGui.TextColor3 = Color3.new(1, 0, 0)
  296. ExitMainGui.TextSize = 20
  297.  
  298. FunctionsGUI.Name = "FunctionsGUI"
  299. FunctionsGUI.Parent = ScreenGui
  300. FunctionsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  301. FunctionsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  302. FunctionsGUI.BorderSizePixel = 5
  303. FunctionsGUI.Position = UDim2.new(0.76543206, 0, 0.238329247, 0)
  304. FunctionsGUI.Size = UDim2.new(0, 270, 0, 475)
  305. FunctionsGUI.Visible = false
  306.  
  307. TextLabel_4.Parent = FunctionsGUI
  308. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  309. TextLabel_4.BackgroundTransparency = 1
  310. TextLabel_4.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  311. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  312. TextLabel_4.Font = Enum.Font.SourceSansBold
  313. TextLabel_4.Text = "Functions"
  314. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  315. TextLabel_4.TextSize = 25
  316.  
  317. Frame_3.Parent = FunctionsGUI
  318. Frame_3.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  319. Frame_3.BorderSizePixel = 0
  320. Frame_3.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  321. Frame_3.Size = UDim2.new(0, 123, 0, 6)
  322.  
  323. ExitFunctions.Name = "ExitFunctions"
  324. ExitFunctions.Parent = FunctionsGUI
  325. ExitFunctions.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  326. ExitFunctions.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  327. ExitFunctions.BorderSizePixel = 5
  328. ExitFunctions.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  329. ExitFunctions.Size = UDim2.new(0, 30, 0, 30)
  330. ExitFunctions.Font = Enum.Font.SourceSansBold
  331. ExitFunctions.Text = "X"
  332. ExitFunctions.TextColor3 = Color3.new(1, 0, 0)
  333. ExitFunctions.TextSize = 20
  334.  
  335. CashFarm.Name = "Cash Farm"
  336. CashFarm.Parent = FunctionsGUI
  337. CashFarm.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  338. CashFarm.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  339. CashFarm.BorderSizePixel = 5
  340. CashFarm.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  341. CashFarm.Size = UDim2.new(0, 161, 0, 28)
  342. CashFarm.Font = Enum.Font.SourceSans
  343. CashFarm.Text = "Cash Farm"
  344. CashFarm.TextColor3 = Color3.new(0, 0, 0)
  345. CashFarm.TextSize = 20
  346.  
  347. AutoArrest.Name = "Auto Arrest"
  348. AutoArrest.Parent = FunctionsGUI
  349. AutoArrest.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  350. AutoArrest.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  351. AutoArrest.BorderSizePixel = 5
  352. AutoArrest.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  353. AutoArrest.Size = UDim2.new(0, 161, 0, 28)
  354. AutoArrest.Font = Enum.Font.SourceSans
  355. AutoArrest.Text = "Auto Arrest"
  356. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  357. AutoArrest.TextSize = 20
  358.  
  359. InfAmmoMadcity.Name = "Inf Ammo Madcity"
  360. InfAmmoMadcity.Parent = FunctionsGUI
  361. InfAmmoMadcity.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  362. InfAmmoMadcity.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  363. InfAmmoMadcity.BorderSizePixel = 5
  364. InfAmmoMadcity.Position = UDim2.new(0.199999988, 0, 0.340824932, 0)
  365. InfAmmoMadcity.Size = UDim2.new(0, 161, 0, 28)
  366. InfAmmoMadcity.Font = Enum.Font.SourceSans
  367. InfAmmoMadcity.Text = "Inf Ammo"
  368. InfAmmoMadcity.TextColor3 = Color3.new(0, 0, 0)
  369. InfAmmoMadcity.TextSize = 20
  370.  
  371. GiveTools.Name = "Give Tools"
  372. GiveTools.Parent = FunctionsGUI
  373. GiveTools.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  374. GiveTools.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  375. GiveTools.BorderSizePixel = 5
  376. GiveTools.Position = UDim2.new(0.199999988, 0, 0.431351244, 0)
  377. GiveTools.Size = UDim2.new(0, 161, 0, 28)
  378. GiveTools.Font = Enum.Font.SourceSans
  379. GiveTools.Text = "Give Tools"
  380. GiveTools.TextColor3 = Color3.new(0, 0, 0)
  381. GiveTools.TextSize = 20
  382.  
  383. SettingsGUI.Name = "SettingsGUI"
  384. SettingsGUI.Parent = ScreenGui
  385. SettingsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  386. SettingsGUI.BackgroundTransparency = 1
  387. SettingsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  388. SettingsGUI.Position = UDim2.new(0.715207458, 0, 0.287129432, 0)
  389. SettingsGUI.Size = UDim2.new(0, 343, 0, 343)
  390. SettingsGUI.Visible = false
  391. SettingsGUI.Image = "rbxassetid://1215684307"
  392. SettingsGUI.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  393.  
  394. SettingsChild.Name = "SettingsChild"
  395. SettingsChild.Parent = SettingsGUI
  396. SettingsChild.BackgroundColor3 = Color3.new(1, 1, 1)
  397. SettingsChild.BackgroundTransparency = 1
  398. SettingsChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  399. SettingsChild.Size = UDim2.new(0, 329, 0, 329)
  400. SettingsChild.Image = "rbxassetid://1215684307"
  401. SettingsChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  402.  
  403. TextLabel_5.Parent = SettingsGUI
  404. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  405. TextLabel_5.BackgroundTransparency = 1
  406. TextLabel_5.Position = UDim2.new(0.206588924, 0, 0.0529854223, 0)
  407. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  408. TextLabel_5.Font = Enum.Font.SourceSansBold
  409. TextLabel_5.Text = "Settings"
  410. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  411. TextLabel_5.TextSize = 25
  412.  
  413. Frame_4.Parent = SettingsGUI
  414. Frame_4.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  415. Frame_4.BorderSizePixel = 0
  416. Frame_4.Position = UDim2.new(0.317376107, 0, 0.175434411, 0)
  417. Frame_4.Size = UDim2.new(0, 123, 0, 6)
  418.  
  419. DraggableSettings.Name = "Draggable Settings"
  420. DraggableSettings.Parent = SettingsGUI
  421. DraggableSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  422. DraggableSettings.BackgroundTransparency = 1
  423. DraggableSettings.Position = UDim2.new(0.186588928, 0, 0.218658894, 0)
  424. DraggableSettings.Size = UDim2.new(0, 207, 0, 193)
  425.  
  426. DestroyGUI.Name = "DestroyGUI"
  427. DestroyGUI.Parent = SettingsGUI
  428. DestroyGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  429. DestroyGUI.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  430. DestroyGUI.BorderSizePixel = 5
  431. DestroyGUI.Position = UDim2.new(0.285714298, 0, 0.387755096, 0)
  432. DestroyGUI.Size = UDim2.new(0, 147, 0, 28)
  433. DestroyGUI.Font = Enum.Font.SourceSans
  434. DestroyGUI.Text = "Destroy GUI"
  435. DestroyGUI.TextColor3 = Color3.new(0, 0, 0)
  436. DestroyGUI.TextSize = 20
  437.  
  438. DragAll.Name = "DragAll"
  439. DragAll.Parent = SettingsGUI
  440. DragAll.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  441. DragAll.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  442. DragAll.BorderSizePixel = 5
  443. DragAll.Position = UDim2.new(0.285714298, 0, 0.268221617, 0)
  444. DragAll.Size = UDim2.new(0, 147, 0, 28)
  445. DragAll.Font = Enum.Font.SourceSans
  446. DragAll.Text = "Every GUI Draggable"
  447. DragAll.TextColor3 = Color3.new(0, 0, 0)
  448. DragAll.TextSize = 20
  449.  
  450. ExitSettings.Name = "ExitSettings"
  451. ExitSettings.Parent = SettingsGUI
  452. ExitSettings.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  453. ExitSettings.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  454. ExitSettings.BorderSizePixel = 5
  455. ExitSettings.Position = UDim2.new(0.818918049, 0, 0.442259252, 0)
  456. ExitSettings.Size = UDim2.new(0, 30, 0, 30)
  457. ExitSettings.Font = Enum.Font.SourceSansBold
  458. ExitSettings.Text = "X"
  459. ExitSettings.TextColor3 = Color3.new(1, 0, 0)
  460. ExitSettings.TextSize = 20
  461.  
  462. TeleportsGUI.Name = "TeleportsGUI"
  463. TeleportsGUI.Parent = ScreenGui
  464. TeleportsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  465. TeleportsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  466. TeleportsGUI.BorderSizePixel = 5
  467. TeleportsGUI.Position = UDim2.new(0.76543206, 0, 0.238329247, 0)
  468. TeleportsGUI.Size = UDim2.new(0, 270, 0, 475)
  469. TeleportsGUI.Visible = false
  470.  
  471. TextLabel_6.Parent = TeleportsGUI
  472. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  473. TextLabel_6.BackgroundTransparency = 1
  474. TextLabel_6.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  475. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  476. TextLabel_6.Font = Enum.Font.SourceSansBold
  477. TextLabel_6.Text = "Teleports"
  478. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  479. TextLabel_6.TextSize = 25
  480.  
  481. Frame_5.Parent = TeleportsGUI
  482. Frame_5.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  483. Frame_5.BorderSizePixel = 0
  484. Frame_5.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  485. Frame_5.Size = UDim2.new(0, 123, 0, 6)
  486.  
  487. ExitTeleports.Name = "ExitTeleports"
  488. ExitTeleports.Parent = TeleportsGUI
  489. ExitTeleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  490. ExitTeleports.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  491. ExitTeleports.BorderSizePixel = 5
  492. ExitTeleports.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  493. ExitTeleports.Size = UDim2.new(0, 30, 0, 30)
  494. ExitTeleports.Font = Enum.Font.SourceSansBold
  495. ExitTeleports.Text = "X"
  496. ExitTeleports.TextColor3 = Color3.new(1, 0, 0)
  497. ExitTeleports.TextSize = 20
  498.  
  499. Bank.Name = "Bank"
  500. Bank.Parent = TeleportsGUI
  501. Bank.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  502. Bank.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  503. Bank.BorderSizePixel = 5
  504. Bank.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  505. Bank.Size = UDim2.new(0, 161, 0, 28)
  506. Bank.Font = Enum.Font.SourceSans
  507. Bank.Text = "Bank"
  508. Bank.TextColor3 = Color3.new(0, 0, 0)
  509. Bank.TextSize = 20
  510.  
  511. Casino.Name = "Casino"
  512. Casino.Parent = TeleportsGUI
  513. Casino.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  514. Casino.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  515. Casino.BorderSizePixel = 5
  516. Casino.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  517. Casino.Size = UDim2.new(0, 161, 0, 28)
  518. Casino.Font = Enum.Font.SourceSans
  519. Casino.Text = "Casino"
  520. Casino.TextColor3 = Color3.new(0, 0, 0)
  521. Casino.TextSize = 20
  522.  
  523. CarShop.Name = "CarShop"
  524. CarShop.Parent = TeleportsGUI
  525. CarShop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  526. CarShop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  527. CarShop.BorderSizePixel = 5
  528. CarShop.Position = UDim2.new(0.199999988, 0, 0.340824932, 0)
  529. CarShop.Size = UDim2.new(0, 161, 0, 28)
  530. CarShop.Font = Enum.Font.SourceSans
  531. CarShop.Text = "Car Shop"
  532. CarShop.TextColor3 = Color3.new(0, 0, 0)
  533. CarShop.TextSize = 20
  534.  
  535. GunShop.Name = "GunShop"
  536. GunShop.Parent = TeleportsGUI
  537. GunShop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  538. GunShop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  539. GunShop.BorderSizePixel = 5
  540. GunShop.Position = UDim2.new(0.199999988, 0, 0.431351244, 0)
  541. GunShop.Size = UDim2.new(0, 161, 0, 28)
  542. GunShop.Font = Enum.Font.SourceSans
  543. GunShop.Text = "Gun Shop"
  544. GunShop.TextColor3 = Color3.new(0, 0, 0)
  545. GunShop.TextSize = 20
  546.  
  547. Jewlery.Name = "Jewlery"
  548. Jewlery.Parent = TeleportsGUI
  549. Jewlery.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  550. Jewlery.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  551. Jewlery.BorderSizePixel = 5
  552. Jewlery.Position = UDim2.new(0.199999988, 0, 0.517667055, 0)
  553. Jewlery.Size = UDim2.new(0, 161, 0, 28)
  554. Jewlery.Font = Enum.Font.SourceSans
  555. Jewlery.Text = "Jewlery"
  556. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  557. Jewlery.TextSize = 20
  558.  
  559. CrimBase.Name = "CrimBase"
  560. CrimBase.Parent = TeleportsGUI
  561. CrimBase.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  562. CrimBase.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  563. CrimBase.BorderSizePixel = 5
  564. CrimBase.Position = UDim2.new(0.199999988, 0, 0.606088102, 0)
  565. CrimBase.Size = UDim2.new(0, 161, 0, 28)
  566. CrimBase.Font = Enum.Font.SourceSans
  567. CrimBase.Text = "Crim Base"
  568. CrimBase.TextColor3 = Color3.new(0, 0, 0)
  569. CrimBase.TextSize = 20
  570.  
  571. TextLabel_7.Parent = TeleportsGUI
  572. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  573. TextLabel_7.BackgroundTransparency = 1
  574. TextLabel_7.Position = UDim2.new(0.125925928, 0, 0.829473674, 0)
  575. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  576. TextLabel_7.Font = Enum.Font.SourceSansBold
  577. TextLabel_7.Text = "Press teleports multiple times if it doesnt work first try"
  578. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  579. TextLabel_7.TextSize = 13
  580.  
  581. DEstroyGUI.Name = "DEstroyGUI"
  582. DEstroyGUI.Parent = ScreenGui
  583. DEstroyGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  584. DEstroyGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  585. DEstroyGUI.BorderSizePixel = 5
  586. DEstroyGUI.Position = UDim2.new(0.76543206, 0, 0.237100765, 0)
  587. DEstroyGUI.Size = UDim2.new(0, 270, 0, 475)
  588. DEstroyGUI.Visible = false
  589.  
  590. TextLabel_8.Parent = DEstroyGUI
  591. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  592. TextLabel_8.BackgroundTransparency = 1
  593. TextLabel_8.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  594. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  595. TextLabel_8.Font = Enum.Font.SourceSansBold
  596. TextLabel_8.Text = "Destroy"
  597. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  598. TextLabel_8.TextSize = 25
  599.  
  600. Frame_6.Parent = DEstroyGUI
  601. Frame_6.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  602. Frame_6.BorderSizePixel = 0
  603. Frame_6.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  604. Frame_6.Size = UDim2.new(0, 123, 0, 6)
  605.  
  606. ExitDestroy.Name = "ExitDestroy"
  607. ExitDestroy.Parent = DEstroyGUI
  608. ExitDestroy.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  609. ExitDestroy.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  610. ExitDestroy.BorderSizePixel = 5
  611. ExitDestroy.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  612. ExitDestroy.Size = UDim2.new(0, 30, 0, 30)
  613. ExitDestroy.Font = Enum.Font.SourceSansBold
  614. ExitDestroy.Text = "X"
  615. ExitDestroy.TextColor3 = Color3.new(1, 0, 0)
  616. ExitDestroy.TextSize = 20
  617.  
  618. DestroyPrison.Name = "DestroyPrison"
  619. DestroyPrison.Parent = DEstroyGUI
  620. DestroyPrison.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  621. DestroyPrison.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  622. DestroyPrison.BorderSizePixel = 5
  623. DestroyPrison.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  624. DestroyPrison.Size = UDim2.new(0, 161, 0, 28)
  625. DestroyPrison.Font = Enum.Font.SourceSans
  626. DestroyPrison.Text = "Prison"
  627. DestroyPrison.TextColor3 = Color3.new(0, 0, 0)
  628. DestroyPrison.TextSize = 20
  629.  
  630. DestroyLasers.Name = "Destroy Lasers"
  631. DestroyLasers.Parent = DEstroyGUI
  632. DestroyLasers.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  633. DestroyLasers.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  634. DestroyLasers.BorderSizePixel = 5
  635. DestroyLasers.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  636. DestroyLasers.Size = UDim2.new(0, 161, 0, 28)
  637. DestroyLasers.Font = Enum.Font.SourceSans
  638. DestroyLasers.Text = "Lasers"
  639. DestroyLasers.TextColor3 = Color3.new(0, 0, 0)
  640. DestroyLasers.TextSize = 20
  641.  
  642. DestroyCity.Name = "Destroy City"
  643. DestroyCity.Parent = DEstroyGUI
  644. DestroyCity.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  645. DestroyCity.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  646. DestroyCity.BorderSizePixel = 5
  647. DestroyCity.Position = UDim2.new(0.200000003, 0, 0.351351231, 0)
  648. DestroyCity.Size = UDim2.new(0, 161, 0, 28)
  649. DestroyCity.Font = Enum.Font.SourceSans
  650. DestroyCity.Text = "City"
  651. DestroyCity.TextColor3 = Color3.new(0, 0, 0)
  652. DestroyCity.TextSize = 20
  653.  
  654. Open.Name = "Open"
  655. Open.Parent = ScreenGui
  656. Open.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  657. Open.BorderColor3 = Color3.new(0.137255, 0.141176, 0.141176)
  658. Open.BorderSizePixel = 5
  659. Open.Position = UDim2.new(0, 0, 0.745181203, 0)
  660. Open.Size = UDim2.new(0, 136, 0, 44)
  661.  
  662. Openbutt.Name = "Openbutt"
  663. Openbutt.Parent = Open
  664. Openbutt.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  665. Openbutt.BorderSizePixel = 0
  666. Openbutt.Size = UDim2.new(0, 136, 0, 44)
  667. Openbutt.Font = Enum.Font.SourceSansBold
  668. Openbutt.Text = "Open"
  669. Openbutt.TextColor3 = Color3.new(0, 0, 0)
  670. Openbutt.TextSize = 30
  671. -- Scripts:
  672. Open.Visible = false
  673. FunctionsGUI.Visible = false
  674. TeleportsGUI.Visible = false
  675. DEstroyGUI.Visible = false
  676. LoadingGUi.Visible = false
  677. --Hexagons
  678. HexagonDown.Visible = false
  679. HexagonLeftDown.Visible = false
  680. HexagonMiddle.Visible = false
  681. HexagonTop.Visible = false
  682. HexagonTopRight.Visible = false
  683.  
  684. --Loading
  685. wait(2)
  686. LoadingGUi.Visible = true
  687. LoadingStatus.Text = 'Loading.'
  688. wait(0.5)
  689. LoadingStatus.Text = 'Loading..'
  690. HexagonDown.Visible = true
  691. wait(0.5)
  692. LoadingStatus.Text = 'Loading...'
  693. HexagonLeftDown.Visible = true
  694. HexagonDown.Visible = false
  695. wait(0.5)
  696. HexagonLeftDown.Visible = false
  697. HexagonTopRight.Visible = true
  698. LoadingStatus.Text = 'Loading.'
  699. wait(0.5)
  700. HexagonTopRight.Visible = false
  701. HexagonTop.Visible = true
  702. LoadingStatus.Text = 'Loading..'
  703. wait(0.5)
  704. HexagonTop.Visible = false
  705. LoadingStatus.Text = 'Loading...'
  706. HexagonDown.Visible = true
  707. wait(0.5)
  708. HexagonDown.Visible = false
  709. HexagonLeftDown.Visible = true
  710. LoadingStatus.Text = 'Loading.'
  711. wait(0.5)
  712. HexagonLeftDown.Visible = false
  713. HexagonTopRight.Visible = true
  714. LoadingStatus.Text = 'Loading..'
  715. wait(0.5)
  716. HexagonTopRight.Visible = false
  717. HexagonTop.Visible = true
  718. LoadingStatus.Text = 'Loading...'
  719. wait(0.5)
  720. HexagonTop.Visible = false
  721. HexagonDown.Visible = true
  722. LoadingStatus.Text = 'Loading.'
  723. wait(0.5)
  724. HexagonDown.Visible = false
  725. HexagonLeftDown.Visible = true
  726.  
  727. LoadingStatus.Text = 'Loading..'
  728. wait(0.5)
  729. HexagonLeftDown.Visible = false
  730. HexagonTopRight.Visible = true
  731.  
  732. LoadingStatus.Text = 'Loading...'
  733. wait(0.5)
  734. HexagonTop.Visible = true
  735. HexagonTopRight.Visible = false
  736. wait(0.5)
  737. HexagonTop.Visible = false
  738. LoadingStatus.Text = 'Loaded!'
  739. wait(2)
  740. LoadingGUi.Visible = false
  741.  
  742.  
  743. HexagonMiddle.Visible = true
  744. HexagonMiddle.Active = true
  745. HexagonMiddle.Draggable = true
  746. HexagonDown.Visible = true
  747. HexagonLeftDown.Visible = true
  748. HexagonTopRight.Visible = true
  749. HexagonTop.Visible = true
  750.  
  751.  
  752. Functions.MouseButton1Click:connect(function()
  753. FunctionsGUI.Visible = false
  754. TeleportsGUI.Visible = false
  755. SettingsGUI.Visible = false
  756. DEstroyGUI.Visible = false
  757.  
  758.  
  759. HexagonDown.Visible = true
  760. wait(0.2)
  761. HexagonDown.Visible = false
  762. HexagonLeftDown.Visible = true
  763. wait(0.2)
  764. HexagonLeftDown.Visible = false
  765. HexagonTopRight.Visible = true
  766. wait(0.2)
  767. HexagonTopRight.Visible = false
  768. HexagonTop.Visible = true
  769. wait(0.2)
  770. HexagonTop.Visible = false
  771. wait(0.2)
  772. FunctionsGUI.Visible = true
  773.  
  774. end)
  775.  
  776. Teleports.MouseButton1Click:connect(function()
  777. FunctionsGUI.Visible = false
  778. TeleportsGUI.Visible = false
  779. DEstroyGUI.Visible = false
  780. SettingsGUI.Visible = false
  781.  
  782.  
  783. HexagonDown.Visible = true
  784. wait(0.2)
  785. HexagonDown.Visible = false
  786. HexagonLeftDown.Visible = true
  787. wait(0.2)
  788. HexagonLeftDown.Visible = false
  789. HexagonTopRight.Visible = true
  790. wait(0.2)
  791. HexagonTopRight.Visible = false
  792. HexagonTop.Visible = true
  793. wait(0.2)
  794. HexagonTop.Visible = false
  795. wait(0.2)
  796. TeleportsGUI.Visible = true
  797. end)
  798.  
  799.  
  800. Destroy.MouseButton1Click:connect(function()
  801. FunctionsGUI.Visible = false
  802. TeleportsGUI.Visible = false
  803. DEstroyGUI.Visible = false
  804. SettingsGUI.Visible = false
  805. HexagonDown.Visible = true
  806. wait(0.2)
  807. HexagonDown.Visible = false
  808. HexagonLeftDown.Visible = true
  809. wait(0.2)
  810. HexagonLeftDown.Visible = false
  811. HexagonTopRight.Visible = true
  812. wait(0.2)
  813. HexagonTopRight.Visible = false
  814. HexagonTop.Visible = true
  815. wait(0.2)
  816. HexagonTop.Visible = false
  817. wait(0.2)
  818. DEstroyGUI.Visible = true
  819. end)
  820.  
  821. Settings.MouseButton1Click:connect(function()
  822. SettingsGUI.Visible = false
  823. FunctionsGUI.Visible = false
  824. TeleportsGUI.Visible = false
  825. DEstroyGUI.Visible = false
  826.  
  827. HexagonDown.Visible = true
  828. wait(0.2)
  829. HexagonDown.Visible = false
  830. HexagonLeftDown.Visible = true
  831. wait(0.2)
  832. HexagonLeftDown.Visible = false
  833. HexagonTopRight.Visible = true
  834. wait(0.2)
  835. HexagonTopRight.Visible = false
  836. HexagonTop.Visible = true
  837. wait(0.2)
  838. HexagonTop.Visible = false
  839. wait(0.2)
  840. SettingsGUI.Visible = true
  841. end)
  842.  
  843. ExitTeleports.MouseButton1Click:connect(function()
  844. FunctionsGUI.Visible = false
  845. DEstroyGUI.Visible = false
  846.  
  847.  
  848. HexagonTop.Visible = true
  849. wait(0.2)
  850. HexagonTopRight.Visible = true
  851. HexagonTop.Visible = false
  852. wait(0.2)
  853. HexagonTopRight.Visible = false
  854. HexagonLeftDown.Visible = true
  855. wait(0.2)
  856. HexagonLeftDown.Visible = false
  857. HexagonDown.Visible = true
  858. wait(0.2)
  859. HexagonDown.Visible = false
  860. TeleportsGUI.Visible = false
  861. end)
  862.  
  863. ExitDestroy.MouseButton1Click:connect(function()
  864.  
  865. FunctionsGUI.Visible = false
  866. TeleportsGUI.Visible = false
  867. HexagonTop.Visible = true
  868. wait(0.2)
  869. HexagonTopRight.Visible = true
  870. HexagonTop.Visible = false
  871. wait(0.2)
  872. HexagonTopRight.Visible = false
  873. HexagonLeftDown.Visible = true
  874. wait(0.2)
  875. HexagonLeftDown.Visible = false
  876. HexagonDown.Visible = true
  877. wait(0.2)
  878. HexagonDown.Visible = false
  879. DEstroyGUI.Visible = false
  880. end)
  881.  
  882. ExitFunctions.MouseButton1Click:connect(function()
  883. TeleportsGUI.Visible = false
  884. DEstroyGUI.Visible = false
  885.  
  886. HexagonTop.Visible = true
  887. wait(0.2)
  888. HexagonTopRight.Visible = true
  889. HexagonTop.Visible = false
  890. wait(0.2)
  891. HexagonTopRight.Visible = false
  892. HexagonLeftDown.Visible = true
  893. wait(0.2)
  894. HexagonLeftDown.Visible = false
  895. HexagonDown.Visible = true
  896. wait(0.2)
  897. HexagonDown.Visible = false
  898. FunctionsGUI.Visible = false
  899. end)
  900.  
  901.  
  902. DestroyGUI.MouseButton1Click:connect(function()
  903. ScreenGui:Destroy()
  904. end)
  905.  
  906.  
  907. DragAll.MouseButton1Click:connect(function()
  908. FunctionsGUI.Active = true
  909. FunctionsGUI.Draggable = true
  910. DEstroyGUI.Active = true
  911. DEstroyGUI.Draggable = true
  912. SettingsGUI.Active = true
  913. SettingsGUI.Draggable = true
  914. TeleportsGUI.Active = true
  915. TeleportsGUI.Draggable = true
  916. end)
  917.  
  918.  
  919. ExitSettings.MouseButton1Click:connect(function()
  920.  
  921. TeleportsGUI.Visible = false
  922. DEstroyGUI.Visible = false
  923. FunctionsGUI.Visible = false
  924. HexagonTop.Visible = true
  925. wait(0.2)
  926. HexagonTopRight.Visible = true
  927. HexagonTop.Visible = false
  928. wait(0.2)
  929. HexagonTopRight.Visible = false
  930. HexagonLeftDown.Visible = true
  931. wait(0.2)
  932. HexagonLeftDown.Visible = false
  933. HexagonDown.Visible = true
  934. wait(0.2)
  935. HexagonDown.Visible = false
  936. SettingsGUI.Visible = false
  937. end)
  938.  
  939. DestroyLasers.MouseButton1Click:connect(function()
  940. game.Workspace.Ignore.WorldObjects.Lasers:Destroy()
  941. game.Workspace.JewelryStore.Lasers:Destroy()
  942. game.Workspace.JewelryStore.SpinLaser2:Destroy()
  943. game.Workspace.JewelryStore.SlideLaser:Destroy()
  944. game.Workspace.JewelryStore.SpinLaser:Destroy()
  945. end)
  946. DestroyPrison.MouseButton1Click:connect(function()
  947. game.Workspace.Prison:Destroy()
  948. end)
  949. local plr = game.Players.LocalPlayer
  950. local char = game.Players.LocalPlayer.Character
  951. Bank.MouseButton1Click:connect(function()
  952. char.HumanoidRootPart.Position = Vector3.new(692.542908, 24.8893394,445.545685)
  953. end)
  954.  
  955. Jewlery.MouseButton1Click:connect(function()
  956. char.HumanoidRootPart.Position = Vector3.new(-204.785858,24.5781498,723.530945)
  957. end)
  958.  
  959. GunShop.MouseButton1Click:connect(function()
  960. char.HumanoidRootPart.Position = Vector3.new(-1616.53979,41.8001175,687.908203)
  961. end)
  962.  
  963. CarShop.MouseButton1Click:connect(function()
  964. char.HumanoidRootPart.Position = Vector3.new(216.656052, 24.7832451, -614.467163)
  965. end)
  966.  
  967. Casino.MouseButton1Click:connect(function()
  968. char.HumanoidRootPart.Position = Vector3.new(1789.11084,24.7000046,695.744507)
  969. end)
  970.  
  971. AutoArrest.MouseButton1Click:connect(function()
  972. _G.run = true -- set to false to stop script
  973.  
  974. while _G.run do
  975. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  976. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  977. for i,v in pairs(game.Players:GetChildren()) do
  978. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  979. wait(0.25)
  980. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  981. wait()
  982. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  983. end
  984. wait(0.25)
  985. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  986. game.Players.LocalPlayer.Character:BreakJoints()
  987. wait(20)
  988. end
  989. end)
  990.  
  991. CashFarm.MouseButton1Click:connect(function()
  992. local w = game:GetService("Workspace")
  993. local ObjectSelection = w:WaitForChild("ObjectSelection")
  994. for _,v in pairs (ObjectSelection:GetChildren()) do
  995. if v.Name == "CashRegister" then
  996. if v:FindFirstChild("SmashCash") then
  997. local Event = v.SmashCash.SmashCash.Event
  998. Event:FireServer()
  999. end
  1000. end
  1001. if v.Name == "ATM" then
  1002. if v:FindFirstChild("ATM") then
  1003. local Event = v.ATM.ATM.Event
  1004. Event:FireServer()
  1005. end
  1006. end
  1007. if v.Name == "Cash" then
  1008. if v:FindFirstChild("Cash") then
  1009. local Event = v.Cash.Cash.Event
  1010. Event:FireServer()
  1011. end
  1012. end
  1013. if v.Name == "DiamondBox" then
  1014. if v:FindFirstChild("SmashCash") then
  1015. local Event = v.SmashCash.SmashCash.Event
  1016. Event:FireServer()
  1017. end
  1018. end
  1019. if v.Name == "Safe" then
  1020. if v:FindFirstChild("SmashCash") then
  1021. local Event = v.SmashCash.SmashCash.Event
  1022. Event:FireServer()
  1023. end
  1024. end
  1025. if v.Name == "SlotMachine" then
  1026. if v:FindFirstChild("SlotMachine") then
  1027. local Event = v.SlotMachine.SlotMachine.Event
  1028. Event:FireServer()
  1029. end
  1030. end
  1031. end
  1032. end)
  1033.  
  1034.  
  1035. InfAmmoMadcity.MouseButton1Click:connect(function()
  1036. for i,v in next, debug.getregistry() do
  1037. if typeof(v) == "function" then
  1038. if debug.getupvalue(v, "Ammo") then
  1039. debug.setupvalue(v, "Ammo", math.huge);
  1040. elseif debug.getupvalue(v, "FireRate") then
  1041. debug.setupvalue(v, "FireRate", 0);
  1042. elseif debug.getupvalue(v, "Damage") then
  1043. debug.setupvalue(v, "Damage", math.huge);
  1044. elseif debug.getupvalue(v, "Spread") then
  1045. debug.setupvalue(v, "Spread", math.huge);
  1046. elseif debug.getupvalue(v, "Recoil") then
  1047. debug.setupvalue(v, "Recoil", math.huge);
  1048. end;
  1049. end;
  1050. end;
  1051. end)
  1052.  
  1053. GiveTools.MouseButton1Click:connect(function()
  1054. local ev = game.Workspace.ObjectSelection.Grenade.Grenade.Grenade['Event']
  1055. ev:FireServer()
  1056. local shotty = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  1057. shotty:FireServer()
  1058. local uziithink = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  1059. uziithink:FireServer()
  1060. local knife = game.Workspace.ObjectSelection.TEC9.TEC9.TEC9['Event']
  1061. knife:FireServer()
  1062. end)
  1063.  
  1064. ExitMainGui.MouseButton1Click:connect(function()
  1065. FunctionsGUI.Visible = false
  1066. DEstroyGUI.Visible = false
  1067. TeleportsGUI.Visible = false
  1068. SettingsGUI.Visible = false
  1069. HexagonMiddle.Visible = false
  1070. Open.Visible = true
  1071. end)
  1072.  
  1073. Openbutt.MouseButton1Click:connect(function()
  1074. Open.Visible = false
  1075. HexagonMiddle.Visible = true
  1076. HexagonDown.Visible = true
  1077. HexagonLeftDown.Visible = true
  1078. HexagonTopRight.Visible = true
  1079. HexagonTop.Visible = true
  1080. end)
  1081.  
  1082. DestroyCity.MouseButton1Click:connect(function()
  1083. game.Workspace.City:Destroy()
  1084. end)
  1085.  
  1086. CrimBase.MouseButton1Click:connect(function()
  1087. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138, 25, 392)
  1088. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement