Advertisement
Guest User

Hey Guys

a guest
Mar 23rd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.38 KB | None | 0 0
  1. -- Objects
  2. local JailThatGUI = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("Frame")
  4.  
  5. -- Properties
  6.  
  7. JailThatGUI.Name = "JailThatGUI"
  8. JailThatGUI.Parent = game.Players.LocalPlayer.PlayerGui
  9.  
  10. MainFrame.Name = "MainFrame"
  11. MainFrame.Parent = JailThatGUI
  12. MainFrame.Active = true
  13. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  14. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  15. MainFrame.Draggable = true
  16. MainFrame.Position = UDim2.new(0, 380, 0, 120)
  17. MainFrame.Size = UDim2.new(0, 465, 0, 410)
  18. MainFrame.BackgroundTransparency = 0.7
  19. MainFrame.Visible = true
  20.  
  21. local BankLasers = Instance.new("TextButton")
  22. BankLasers.Name = "BankLasers"
  23. BankLasers.Parent = MainFrame
  24. BankLasers.BackgroundColor3 = Color3.new(255/0/0)
  25. BankLasers.BorderColor3 = Color3.new(0/0/0/0)
  26. BankLasers.BorderSizePixel = 5
  27. BankLasers.Position = UDim2.new(0, 315, 0, 80)
  28. BankLasers.Size = UDim2.new(0, 120, 0, 20)
  29. BankLasers.Font = Enum.Font.ArialBold
  30. BankLasers.FontSize = Enum.FontSize.Size24
  31. BankLasers.Text = "Remove Bank Lasers"
  32. BankLasers.TextColor3 = Color3.new(255, 255, 255)
  33. BankLasers.TextScaled = true
  34. BankLasers.TextSize = 24
  35. BankLasers.TextWrapped = true
  36. BankLasers.MouseButton1Click:connect(function()
  37. workspace.Banks.Bank.Lasers:Destroy()
  38. end)
  39.  
  40.  
  41. local JewleryLasers = Instance.new("TextButton")
  42. JewleryLasers.Name = "JewelryLasers"
  43. JewleryLasers.Parent = MainFrame
  44. JewleryLasers.BackgroundColor3 = Color3.new(255/0/0)
  45. JewleryLasers.BorderColor3 = Color3.new(0/0/0/0)
  46. JewleryLasers.BorderSizePixel = 5
  47. JewleryLasers.Position = UDim2.new(0, 315, 0, 113)
  48. JewleryLasers.Size = UDim2.new(0, 120, 0, 20)
  49. JewleryLasers.Font = Enum.Font.ArialBold
  50. JewleryLasers.FontSize = Enum.FontSize.Size24
  51. JewleryLasers.Text = "Remove JS Lasers"
  52. JewleryLasers.TextColor3 = Color3.new(255, 255, 255)
  53. JewleryLasers.TextScaled = true
  54. JewleryLasers.TextSize = 24
  55. JewleryLasers.TextWrapped = true
  56. JewleryLasers.MouseButton1Click:connect(function()
  57. workspace.Jewelrys.Jewelry.FloorLasers:Destroy()
  58. workspace.Jewelrys.Jewelry.Lasers:Destroy()
  59. workspace.Jewelrys.Jewelry.Cameras:Destroy()
  60. workspace.Jewelrys.Jewelry.Teleport:Destroy()
  61. workspace.Jewelrys.Jewelry.TeleportCriminals:Destroy()
  62. for i, v in pairs(workspace.Jewelrys.Jewelry.Model:GetChildren()) do
  63. if v.Name == "BarbedWire" then
  64. v:Destroy()
  65. end
  66. end
  67. end)
  68.  
  69.  
  70. local RemoveGates = Instance.new("TextButton")
  71. RemoveGates.Name = "RemoveGates"
  72. RemoveGates.Parent = MainFrame
  73. RemoveGates.BackgroundColor3 = Color3.new(255/0/0)
  74. RemoveGates.BorderColor3 = Color3.new(0/0/0/0)
  75. RemoveGates.BorderSizePixel = 5
  76. RemoveGates.Position = UDim2.new(0, 315, 0, 146)
  77. RemoveGates.Size = UDim2.new(0, 120, 0, 20)
  78. RemoveGates.Font = Enum.Font.ArialBold
  79. RemoveGates.FontSize = Enum.FontSize.Size24
  80. RemoveGates.Text = "Remove Cell Gates"
  81. RemoveGates.TextColor3 = Color3.new(255, 255, 255)
  82. RemoveGates.TextScaled = true
  83. RemoveGates.TextSize = 24
  84. RemoveGates.TextWrapped = true
  85. RemoveGates.MouseButton1Click:connect(function()
  86. workspace.Doors:Destroy()
  87. for i, v in pairs(workspace.Cells:GetChildren()) do
  88. v.Cell.Door:Destroy()
  89. end
  90. end)
  91.  
  92.  
  93. local AutoArrest = Instance.new('TextButton', Body)
  94. AutoArrest.Name = 'AutoArrest'
  95. AutoArrest.Parent = MainFrame
  96. AutoArrest.Active = true
  97. AutoArrest.BackgroundColor3 = Color3.new(255/0/0)
  98. AutoArrest.BackgroundTransparency = 0
  99. AutoArrest.BorderSizePixel = 5
  100. AutoArrest.Position = UDim2.new(0,39,0,47)
  101. AutoArrest.Size = UDim2.new(0,120,0,20)
  102. AutoArrest.Font = 'ArialBold'
  103. AutoArrest.FontSize = 'Size24'
  104. AutoArrest.Text = 'AutoArrest'
  105. AutoArrest.TextColor3 = Color3.new(255,255,255)
  106. AutoArrest.TextWrapped = true
  107. AutoArrest.BorderColor3 = Color3.new(0/0/0/0)
  108. AutoArrest.TextStrokeTransparency = 1
  109. AutoArrest.MouseButton1Click:connect(function()
  110. while wait() do
  111. while wait(0.1) do
  112. localRootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
  113. event = game.ReplicatedStorage.Resource.Event
  114.  
  115. function getCFrameBehindPart(part)
  116. local partRotation = part.CFrame:toAxisAngle()
  117. local bottomOfPart = part.CFrame.p-Vector3.new(0,part.Size.Y/2,0)
  118. local behindPart = CFrame.new(bottomOfPart-part.CFrame.lookVector*1.2)+Vector3.new(0,1,0)
  119. return behindPart*CFrame.Angles(partRotation.X,partRotation.Y,partRotation.Z)
  120. end
  121.  
  122. for _,plr in pairs(game.Teams.Criminal:GetPlayers()) do
  123. local char = plr.Character
  124. if char ~= nil and char:FindFirstChild("HumanoidRootPart") ~= nil then
  125. local rootPart = char.HumanoidRootPart
  126. repeat
  127. event:FireServer("VehicleExit")
  128. localRootPart.CFrame = getCFrameBehindPart(rootPart)
  129. wait()
  130. for _,veh in pairs(game.Workspace.Vehicles:GetChildren()) do
  131. event:FireServer("AttemptVehicleEject",veh)
  132. end
  133. event:FireServer("AttemptArrest", plr.Name)
  134. until plr.Team.Name ~= "Criminal" or rootPart == nil
  135. end
  136. end
  137. end
  138. end
  139. end)
  140.  
  141. local BankVault = Instance.new('TextButton', Body)
  142. BankVault.Name = 'BankVault'
  143. BankVault.Parent = MainFrame
  144. BankVault.Active = true
  145. BankVault.BackgroundColor3 = Color3.new(255/0/0)
  146. BankVault.BackgroundTransparency = 0
  147. BankVault.BorderSizePixel = 5
  148. BankVault.Position = UDim2.new(0,39,0,80)
  149. BankVault.Size = UDim2.new(0,120,0,20)
  150. BankVault.Font = 'ArialBold'
  151. BankVault.FontSize = 'Size24'
  152. BankVault.Text = 'BankVault'
  153. BankVault.TextColor3 = Color3.new(255,255,255)
  154. BankVault.TextWrapped = true
  155. BankVault.BorderColor3 = Color3.new(0/0/0/0)
  156. BankVault.TextStrokeTransparency = 1
  157. BankVault.MouseButton1Click:connect(function()
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  159. end)
  160.  
  161. local CriminalBase = Instance.new('TextButton', Body)
  162. CriminalBase.Name = 'CriminalBase'
  163. CriminalBase.Parent = MainFrame
  164. CriminalBase.Active = true
  165. CriminalBase.BackgroundColor3 = Color3.new(255/0/0)
  166. CriminalBase.BackgroundTransparency = 0
  167. CriminalBase.BorderSizePixel = 5
  168. CriminalBase.Position = UDim2.new(0,39,0,113)
  169. CriminalBase.Size = UDim2.new(0,120,0,20)
  170. CriminalBase.Font = 'ArialBold'
  171. CriminalBase.FontSize = 'Size24'
  172. CriminalBase.Text = 'CrimBase'
  173. CriminalBase.TextColor3 = Color3.new(255,255,255)
  174. CriminalBase.TextWrapped = true
  175. CriminalBase.BorderColor3 = Color3.new(0/0/0/0)
  176. CriminalBase.TextStrokeTransparency = 1
  177. CriminalBase.MouseButton1Click:connect(function()
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  179. end)
  180.  
  181. local Batcave = Instance.new('TextButton', Body)
  182. Batcave.Name = 'Batcave'
  183. Batcave.Parent = MainFrame
  184. Batcave.Active = true
  185. Batcave.BackgroundColor3 = Color3.new(255/0/0)
  186. Batcave.BackgroundTransparency = 0
  187. Batcave.BorderSizePixel = 5
  188. Batcave.Position = UDim2.new(0,39,0,146)
  189. Batcave.Size = UDim2.new(0,120,0,20)
  190. Batcave.Font = 'ArialBold'
  191. Batcave.FontSize = 'Size24'
  192. Batcave.Text = 'Batcave'
  193. Batcave.TextColor3 = Color3.new(255,255,255)
  194. Batcave.TextWrapped = true
  195. Batcave.BorderColor3 = Color3.new(0/0/0/0)
  196. Batcave.TextStrokeTransparency = 1
  197. Batcave.MouseButton1Click:connect(function()
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  199. end)
  200.  
  201. local Garage = Instance.new('TextButton', Body)
  202. Garage.Name = 'Garage'
  203. Garage.Parent = MainFrame
  204. Garage.Active = true
  205. Garage.BackgroundColor3 = Color3.new(255/0/0)
  206. Garage.BackgroundTransparency = 0
  207. Garage.BorderSizePixel = 5
  208. Garage.Position = UDim2.new(0,39,0,179)
  209. Garage.Size = UDim2.new(0,120,0,20)
  210. Garage.Font = 'ArialBold'
  211. Garage.FontSize = 'Size24'
  212. Garage.Text = 'Garage'
  213. Garage.TextColor3 = Color3.new(255,255,255)
  214. Garage.TextWrapped = true
  215. Garage.BorderColor3 = Color3.new(0/0/0/0)
  216. Garage.TextStrokeTransparency = 1
  217. Garage.MouseButton1Click:connect(function()
  218. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  219. end)
  220.  
  221. local PoliceCars = Instance.new('TextButton', Body)
  222. PoliceCars.Name = 'PoliceCars'
  223. PoliceCars.Parent = MainFrame
  224. PoliceCars.Active = true
  225. PoliceCars.BackgroundColor3 = Color3.new(255/0/0)
  226. PoliceCars.BackgroundTransparency = 0
  227. PoliceCars.BorderSizePixel = 5
  228. PoliceCars.Position = UDim2.new(0,39,0,212)
  229. PoliceCars.Size = UDim2.new(0,120,0,20)
  230. PoliceCars.Font = 'ArialBold'
  231. PoliceCars.FontSize = 'Size24'
  232. PoliceCars.Text = 'PoliceCars'
  233. PoliceCars.TextColor3 = Color3.new(255,255,255)
  234. PoliceCars.TextWrapped = true
  235. PoliceCars.BorderColor3 = Color3.new(0/0/0/0)
  236. PoliceCars.TextStrokeTransparency = 1
  237. PoliceCars.MouseButton1Click:connect(function()
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  239. end)
  240.  
  241. local PoliceBase = Instance.new('TextButton', Body)
  242. PoliceBase.Name = 'PoliceBase'
  243. PoliceBase.Parent = MainFrame
  244. PoliceBase.Active = true
  245. PoliceBase.BackgroundColor3 = Color3.new(255/0/0)
  246. PoliceBase.BackgroundTransparency = 0
  247. PoliceBase.BorderSizePixel = 5
  248. PoliceBase.Position = UDim2.new(0,39,0,245)
  249. PoliceBase.Size = UDim2.new(0,120,0,20)
  250. PoliceBase.Font = 'ArialBold'
  251. PoliceBase.FontSize = 'Size24'
  252. PoliceBase.Text = 'PoliceBase'
  253. PoliceBase.TextColor3 = Color3.new(255,255,255)
  254. PoliceBase.TextWrapped = true
  255. PoliceBase.BorderColor3 = Color3.new(0/0/0/0)
  256. PoliceBase.TextStrokeTransparency = 1
  257. PoliceBase.MouseButton1Click:connect(function()
  258. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  259. end)
  260.  
  261. local Helicopter1 = Instance.new('TextButton', Body)
  262. Helicopter1.Name = 'Helicopter1'
  263. Helicopter1.Parent = MainFrame
  264. Helicopter1.Active = true
  265. Helicopter1.BackgroundColor3 = Color3.new(255/0/0)
  266. Helicopter1.BackgroundTransparency = 0
  267. Helicopter1.BorderSizePixel = 5
  268. Helicopter1.Position = UDim2.new(0,39,0,278)
  269. Helicopter1.Size = UDim2.new(0,120,0,20)
  270. Helicopter1.Font = 'ArialBold'
  271. Helicopter1.FontSize = 'Size24'
  272. Helicopter1.Text = 'Helicopter1'
  273. Helicopter1.TextColor3 = Color3.new(255,255,255)
  274. Helicopter1.TextWrapped = true
  275. Helicopter1.BorderColor3 = Color3.new(0/0/0/0)
  276. Helicopter1.TextStrokeTransparency = 1
  277. Helicopter1.MouseButton1Click:connect(function()
  278. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  279. end)
  280.  
  281. local Helicopter2 = Instance.new('TextButton', Body)
  282. Helicopter2.Name = 'Helicopter2'
  283. Helicopter2.Parent = MainFrame
  284. Helicopter2.Active = true
  285. Helicopter2.BackgroundColor3 = Color3.new(255/0/0)
  286. Helicopter2.BackgroundTransparency = 0
  287. Helicopter2.BorderSizePixel = 5
  288. Helicopter2.Position = UDim2.new(0,39,0,311)
  289. Helicopter2.Size = UDim2.new(0,120,0,20)
  290. Helicopter2.Font = 'ArialBold'
  291. Helicopter2.FontSize = 'Size24'
  292. Helicopter2.Text = 'Helicopter2'
  293. Helicopter2.TextColor3 = Color3.new(255,255,255)
  294. Helicopter2.TextWrapped = true
  295. Helicopter2.BorderColor3 = Color3.new(0/0/0/0)
  296. Helicopter2.TextStrokeTransparency = 1
  297. Helicopter2.MouseButton1Click:connect(function()
  298. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(725.516174, 68.436058, 1143.79065) + Vector3.new(1,0,0)
  299. end)
  300.  
  301. local Bank = Instance.new('TextButton', Body)
  302. Bank.Name = 'Bank'
  303. Bank.Parent = MainFrame
  304. Bank.Active = true
  305. Bank.BackgroundColor3 = Color3.new(255/0/0)
  306. Bank.BackgroundTransparency = 0
  307. Bank.BorderSizePixel = 5
  308. Bank.Position = UDim2.new(0,39,0,344)
  309. Bank.Size = UDim2.new(0,120,0,20)
  310. Bank.Font = 'ArialBold'
  311. Bank.FontSize = 'Size24'
  312. Bank.Text = 'Bank'
  313. Bank.TextColor3 = Color3.new(255,255,255)
  314. Bank.TextWrapped = true
  315. Bank.BorderColor3 = Color3.new(0/0/0/0)
  316. Bank.TextStrokeTransparency = 1
  317. Bank.MouseButton1Click:connect(function()
  318. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  319. end)
  320.  
  321. local JewleryTop = Instance.new('TextButton', Body)
  322. JewleryTop.Name = 'JewleryTop'
  323. JewleryTop.Parent = MainFrame
  324. JewleryTop.Active = true
  325. JewleryTop.BackgroundColor3 = Color3.new(255/0/0)
  326. JewleryTop.BackgroundTransparency = 0
  327. JewleryTop.BorderSizePixel = 5
  328. JewleryTop.Position = UDim2.new(0,39,0,377)
  329. JewleryTop.Size = UDim2.new(0,120,0,20)
  330. JewleryTop.Font = 'ArialBold'
  331. JewleryTop.FontSize = 'Size24'
  332. JewleryTop.Text = 'JewleryTop'
  333. JewleryTop.TextColor3 = Color3.new(255,255,255)
  334. JewleryTop.TextWrapped = true
  335. JewleryTop.BorderColor3 = Color3.new(0/0/0/0)
  336. JewleryTop.TextStrokeTransparency = 1
  337. JewleryTop.MouseButton1Click:connect(function()
  338. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  339. end)
  340.  
  341. local Buggy = Instance.new('TextButton', Body)
  342. Buggy.Name = 'Buggy'
  343. Buggy.Parent = MainFrame
  344. Buggy.Active = true
  345. Buggy.BackgroundColor3 = Color3.new(255/0/0)
  346. Buggy.BackgroundTransparency = 0
  347. Buggy.BorderSizePixel = 5
  348. Buggy.Position = UDim2.new(0,177,0,47)
  349. Buggy.Size = UDim2.new(0,120,0,20)
  350. Buggy.Font = 'ArialBold'
  351. Buggy.FontSize = 'Size24'
  352. Buggy.Text = 'Buggy'
  353. Buggy.TextColor3 = Color3.new(255,255,255)
  354. Buggy.TextWrapped = true
  355. Buggy.BorderColor3 = Color3.new(0/0/0/0)
  356. Buggy.TextStrokeTransparency = 1
  357. Buggy.MouseButton1Click:connect(function()
  358. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  359. end)
  360.  
  361. local Porsche = Instance.new('TextButton', Body)
  362. Porsche.Name = 'Porsche'
  363. Porsche.Parent = MainFrame
  364. Porsche.Active = true
  365. Porsche.BackgroundColor3 = Color3.new(255/0/0)
  366. Porsche.BackgroundTransparency = 0
  367. Porsche.BorderSizePixel = 5
  368. Porsche.Position = UDim2.new(0,177,0,80)
  369. Porsche.Size = UDim2.new(0,120,0,20)
  370. Porsche.Font = 'ArialBold'
  371. Porsche.FontSize = 'Size24'
  372. Porsche.Text = 'Porsche'
  373. Porsche.TextColor3 = Color3.new(255,255,255)
  374. Porsche.TextWrapped = true
  375. Porsche.BorderColor3 = Color3.new(0/0/0/0)
  376. Porsche.TextStrokeTransparency = 1
  377. Porsche.MouseButton1Click:connect(function()
  378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  379. end)
  380.  
  381. local DirtBike = Instance.new('TextButton', Body)
  382. DirtBike.Name = 'DirtBike'
  383. DirtBike.Parent = MainFrame
  384. DirtBike.Active = true
  385. DirtBike.BackgroundColor3 = Color3.new(255/0/0)
  386. DirtBike.BackgroundTransparency = 0
  387. DirtBike.BorderSizePixel = 5
  388. DirtBike.Position = UDim2.new(0,177,0,113)
  389. DirtBike.Size = UDim2.new(0,120,0,20)
  390. DirtBike.Font = 'ArialBold'
  391. DirtBike.FontSize = 'Size24'
  392. DirtBike.Text = 'DirtBike'
  393. DirtBike.TextColor3 = Color3.new(255,255,255)
  394. DirtBike.TextWrapped = true
  395. DirtBike.BorderColor3 = Color3.new(0/0/0/0)
  396. DirtBike.TextStrokeTransparency = 1
  397. DirtBike.MouseButton1Click:connect(function()
  398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  399. end)
  400.  
  401. local SwatCar = Instance.new('TextButton', Body)
  402. SwatCar.Name = 'SwatCar'
  403. SwatCar.Parent = MainFrame
  404. SwatCar.Active = true
  405. SwatCar.BackgroundColor3 = Color3.new(255/0/0)
  406. SwatCar.BackgroundTransparency = 0
  407. SwatCar.BorderSizePixel = 5
  408. SwatCar.Position = UDim2.new(0,177,0,146)
  409. SwatCar.Size = UDim2.new(0,120,0,20)
  410. SwatCar.Font = 'ArialBold'
  411. SwatCar.FontSize = 'Size24'
  412. SwatCar.Text = 'SwatCar'
  413. SwatCar.TextColor3 = Color3.new(255,255,255)
  414. SwatCar.TextWrapped = true
  415. SwatCar.BorderColor3 = Color3.new(0/0/0/0)
  416. SwatCar.TextStrokeTransparency = 1
  417. SwatCar.MouseButton1Click:connect(function()
  418. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  419. end)
  420.  
  421. local Lambo = Instance.new('TextButton', Body)
  422. Lambo.Name = 'Lambo'
  423. Lambo.Parent = MainFrame
  424. Lambo.Active = true
  425. Lambo.BackgroundColor3 = Color3.new(255/0/0)
  426. Lambo.BackgroundTransparency = 0
  427. Lambo.BorderSizePixel = 5
  428. Lambo.Position = UDim2.new(0,177,0,179)
  429. Lambo.Size = UDim2.new(0,120,0,20)
  430. Lambo.Font = 'ArialBold'
  431. Lambo.FontSize = 'Size24'
  432. Lambo.Text = 'Lambo'
  433. Lambo.TextColor3 = Color3.new(255,255,255)
  434. Lambo.TextWrapped = true
  435. Lambo.BorderColor3 = Color3.new(0/0/0/0)
  436. Lambo.TextStrokeTransparency = 1
  437. Lambo.MouseButton1Click:connect(function()
  438. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  439. end)
  440.  
  441. local Buggatti = Instance.new('TextButton', Body)
  442. Buggatti.Name = 'Buggatti'
  443. Buggatti.Parent = MainFrame
  444. Buggatti.Active = true
  445. Buggatti.BackgroundColor3 = Color3.new(255/0/0)
  446. Buggatti.BackgroundTransparency = 0
  447. Buggatti.BorderSizePixel = 5
  448. Buggatti.Position = UDim2.new(0,177,0,212)
  449. Buggatti.Size = UDim2.new(0,120,0,20)
  450. Buggatti.Font = 'ArialBold'
  451. Buggatti.FontSize = 'Size24'
  452. Buggatti.Text = 'Bugatti'
  453. Buggatti.TextColor3 = Color3.new(255,255,255)
  454. Buggatti.TextWrapped = true
  455. Buggatti.BorderColor3 = Color3.new(0/0/0/0)
  456. Buggatti.TextStrokeTransparency = 1
  457. Buggatti.MouseButton1Click:connect(function()
  458. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  459. end)
  460.  
  461. local MiniCooper = Instance.new('TextButton', Body)
  462. MiniCooper.Name = 'MiniCooper'
  463. MiniCooper.Parent = MainFrame
  464. MiniCooper.Active = true
  465. MiniCooper.BackgroundColor3 = Color3.new(255/0/0)
  466. MiniCooper.BackgroundTransparency = 0
  467. MiniCooper.BorderSizePixel = 5
  468. MiniCooper.Position = UDim2.new(0,177,0,245)
  469. MiniCooper.Size = UDim2.new(0,120,0,20)
  470. MiniCooper.Font = 'ArialBold'
  471. MiniCooper.FontSize = 'Size24'
  472. MiniCooper.Text = 'MiniCooper'
  473. MiniCooper.TextColor3 = Color3.new(255,255,255)
  474. MiniCooper.TextWrapped = true
  475. MiniCooper.BorderColor3 = Color3.new(0/0/0/0)
  476. MiniCooper.TextStrokeTransparency = 1
  477. MiniCooper.MouseButton1Click:connect(function()
  478. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  479. end)
  480.  
  481. local Tesla3 = Instance.new('TextButton', Body)
  482. Tesla3.Name = 'Tesla3'
  483. Tesla3.Parent = MainFrame
  484. Tesla3.Active = true
  485. Tesla3.BackgroundColor3 = Color3.new(255/0/0)
  486. Tesla3.BackgroundTransparency = 0
  487. Tesla3.BorderSizePixel = 5
  488. Tesla3.Position = UDim2.new(0,177,0,278)
  489. Tesla3.Size = UDim2.new(0,120,0,20)
  490. Tesla3.Font = 'ArialBold'
  491. Tesla3.FontSize = 'Size24'
  492. Tesla3.Text = 'Tesla3'
  493. Tesla3.TextColor3 = Color3.new(255,255,255)
  494. Tesla3.TextWrapped = true
  495. Tesla3.BorderColor3 = Color3.new(0/0/0/0)
  496. Tesla3.TextStrokeTransparency = 1
  497. Tesla3.MouseButton1Click:connect(function()
  498. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  499. end)
  500.  
  501. local PickupTruck = Instance.new('TextButton', Body)
  502. PickupTruck.Name = 'PickupTruck'
  503. PickupTruck.Parent = MainFrame
  504. PickupTruck.Active = true
  505. PickupTruck.BackgroundColor3 = Color3.new(255/0/0)
  506. PickupTruck.BackgroundTransparency = 0
  507. PickupTruck.BorderSizePixel = 5
  508. PickupTruck.Position = UDim2.new(0,177,0,311)
  509. PickupTruck.Size = UDim2.new(0,120,0,20)
  510. PickupTruck.Font = 'ArialBold'
  511. PickupTruck.FontSize = 'Size24'
  512. PickupTruck.Text = 'PickupTruk'
  513. PickupTruck.TextColor3 = Color3.new(255,255,255)
  514. PickupTruck.TextWrapped = true
  515. PickupTruck.BorderColor3 = Color3.new(0/0/0/0)
  516. PickupTruck.TextStrokeTransparency = 1
  517. PickupTruck.MouseButton1Click:connect(function()
  518. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  519. end)
  520.  
  521. local DonutShop = Instance.new('TextButton', Body)
  522. DonutShop.Name = 'DonutShop'
  523. DonutShop.Parent = MainFrame
  524. DonutShop.Active = true
  525. DonutShop.BackgroundColor3 = Color3.new(255/0/0)
  526. DonutShop.BackgroundTransparency = 0
  527. DonutShop.BorderSizePixel = 5
  528. DonutShop.Position = UDim2.new(0,177,0,344)
  529. DonutShop.Size = UDim2.new(0,120,0,20)
  530. DonutShop.Font = 'ArialBold'
  531. DonutShop.FontSize = 'Size24'
  532. DonutShop.Text = 'DonutShop'
  533. DonutShop.TextColor3 = Color3.new(255,255,255)
  534. DonutShop.TextWrapped = true
  535. DonutShop.BorderColor3 = Color3.new(0/0/0/0)
  536. DonutShop.TextStrokeTransparency = 1
  537. DonutShop.MouseButton1Click:connect(function()
  538. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  539. end)
  540.  
  541. local DonutShop = Instance.new('TextButton', Body)
  542. DonutShop.Name = 'DonutShop'
  543. DonutShop.Parent = MainFrame
  544. DonutShop.Active = true
  545. DonutShop.BackgroundColor3 = Color3.new(255/0/0)
  546. DonutShop.BackgroundTransparency = 0
  547. DonutShop.BorderSizePixel = 5
  548. DonutShop.Position = UDim2.new(0,177,0,344)
  549. DonutShop.Size = UDim2.new(0,120,0,20)
  550. DonutShop.Font = 'ArialBold'
  551. DonutShop.FontSize = 'Size24'
  552. DonutShop.Text = 'DonutShop'
  553. DonutShop.TextColor3 = Color3.new(255,255,255)
  554. DonutShop.TextWrapped = true
  555. DonutShop.BorderColor3 = Color3.new(0/0/0/0)
  556. DonutShop.TextStrokeTransparency = 1
  557. DonutShop.MouseButton1Click:connect(function()
  558. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  559. end)
  560.  
  561. local JewleryStr = Instance.new('TextButton', Body)
  562. JewleryStr.Name = 'JewleryStr'
  563. JewleryStr.Parent = MainFrame
  564. JewleryStr.Active = true
  565. JewleryStr.BackgroundColor3 = Color3.new(255/0/0)
  566. JewleryStr.BackgroundTransparency = 0
  567. JewleryStr.BorderSizePixel = 5
  568. JewleryStr.Position = UDim2.new(0,177,0,377)
  569. JewleryStr.Size = UDim2.new(0,120,0,20)
  570. JewleryStr.Font = 'ArialBold'
  571. JewleryStr.FontSize = 'Size24'
  572. JewleryStr.Text = 'JewleryStr'
  573. JewleryStr.TextColor3 = Color3.new(255,255,255)
  574. JewleryStr.TextWrapped = true
  575. JewleryStr.BorderColor3 = Color3.new(0/0/0/0)
  576. JewleryStr.TextStrokeTransparency = 1
  577. JewleryStr.MouseButton1Click:connect(function()
  578. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  579. end)
  580.  
  581. local GunStore = Instance.new('TextButton', Body)
  582. GunStore.Name = 'GunStore'
  583. GunStore.Parent = MainFrame
  584. GunStore.Active = true
  585. GunStore.BackgroundColor3 = Color3.new(255/0/0)
  586. GunStore.BackgroundTransparency = 0
  587. GunStore.BorderSizePixel = 5
  588. GunStore.Position = UDim2.new(0,315,0,47)
  589. GunStore.Size = UDim2.new(0,120,0,20)
  590. GunStore.Font = 'ArialBold'
  591. GunStore.FontSize = 'Size24'
  592. GunStore.Text = 'GunStore'
  593. GunStore.TextColor3 = Color3.new(255,255,255)
  594. GunStore.TextWrapped = true
  595. GunStore.BorderColor3 = Color3.new(0/0/0/0)
  596. GunStore.TextStrokeTransparency = 1
  597. GunStore.MouseButton1Click:connect(function()
  598. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  599. end)
  600.  
  601. local Exit = Instance.new('TextButton', Body)
  602. Exit.Name = 'Exit'
  603. Exit.Parent = JailThatGUI
  604. Exit.Active = true
  605. Exit.BackgroundColor3 = Color3.new(255/0/0)
  606. Exit.BackgroundTransparency = 0
  607. Exit.BorderSizePixel = 5
  608. Exit.Position = UDim2.new(0,450,0,18)
  609. Exit.Size = UDim2.new(0,80,0,18)
  610. Exit.Font = 'ArialBold'
  611. Exit.FontSize = 'Size24'
  612. Exit.Text = 'Toggle'
  613. Exit.TextColor3 = Color3.new(255,255,255)
  614. Exit.TextWrapped = true
  615. Exit.BorderColor3 = Color3.new(0/0/0/0)
  616. Exit.TextStrokeTransparency = 1
  617.  
  618. Exit.MouseButton1Click:connect(function()
  619. if JailThatGUI.MainFrame.Visible == false then --If Frame isn't Visible then
  620. JailThatGUI.MainFrame.Visible = true --frame becomes visible
  621. elseif --elseif -->
  622. JailThatGUI.MainFrame.Visible == true then --frame is visibe then
  623. JailThatGUI.MainFrame.Visible = false --frame.Visible = false
  624. end
  625. end)
  626.  
  627. local mouse = game.Players.LocalPlayer:GetMouse()
  628. mouse.KeyDown:connect(function(key)
  629. if key == "t" then
  630. if JailThatGUI.MainFrame.Visible == false then --If Frame isn't Visible then
  631. JailThatGUI.MainFrame.Visible = true --frame becomes visible
  632. elseif --elseif -->
  633. JailThatGUI.MainFrame.Visible == true then --frame is visible then
  634. JailThatGUI.MainFrame.Visible = false --frame.Visible = false
  635. end
  636. end
  637. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement