Advertisement
ROBLOXDumpsCentral

Jailbreak Hax

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