Advertisement
Guest User

Untitled

a guest
Jan 1st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.05 KB | None | 0 0
  1. -- Objects
  2.  
  3. local aleeexsjailbreakgui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local titlelabel = Instance.new("TextLabel")
  6. local versionlabel = Instance.new("TextLabel")
  7. local username = Instance.new("TextBox")
  8. local password = Instance.new("TextBox")
  9. local loginbutton = Instance.new("TextButton")
  10. local MainFrame = Instance.new("Frame")
  11. local versionlabel_2 = Instance.new("TextLabel")
  12. local titlelabel_2 = Instance.new("TextLabel")
  13. local Teleporting = Instance.new("TextButton")
  14. local CarTeleporting = Instance.new("TextButton")
  15. local LocalPlayer = Instance.new("TextButton")
  16. local createdbyaleeexoffical = Instance.new("TextLabel")
  17. local SignOutButton = Instance.new("TextButton")
  18. local TeleportingFrame = Instance.new("Frame")
  19. local titlelabel_3 = Instance.new("TextLabel")
  20. local versionlabel_3 = Instance.new("TextLabel")
  21. local BankVault = Instance.new("TextButton")
  22. local BankFront = Instance.new("TextButton")
  23. local JewelryIN = Instance.new("TextButton")
  24. local JewelryOut = Instance.new("TextButton")
  25. local criminalbasecity = Instance.new("TextButton")
  26. local batcave = Instance.new("TextButton")
  27. local hq1 = Instance.new("TextButton")
  28. local hq2 = Instance.new("TextButton")
  29. local garage = Instance.new("TextButton")
  30. local prison = Instance.new("TextButton")
  31. local gasstation = Instance.new("TextButton")
  32. local donutshop = Instance.new("TextButton")
  33. local BackButton = Instance.new("TextButton")
  34. local _1Million = Instance.new("TextButton")
  35. local Train = Instance.new("TextButton")
  36. local HideAndSeek = Instance.new("TextButton")
  37. local CarFrame = Instance.new("Frame")
  38. local titlelabel_4 = Instance.new("TextLabel")
  39. local versionlabel_4 = Instance.new("TextLabel")
  40. local BackButton_2 = Instance.new("TextButton")
  41. local ATV = Instance.new("TextButton")
  42. local McLaren = Instance.new("TextButton")
  43. local MonsterTruck = Instance.new("TextButton")
  44. local Volt = Instance.new("TextButton")
  45. local Truck = Instance.new("TextButton")
  46. local Lambo = Instance.new("TextButton")
  47. local Bugatti = Instance.new("TextButton")
  48. local swat = Instance.new("TextButton")
  49. local DuneBuggy = Instance.new("TextButton")
  50. local Porsche = Instance.new("TextButton")
  51. local Dirtbike = Instance.new("TextButton")
  52. local Tesla = Instance.new("TextButton")
  53. local PC = Instance.new("TextButton")
  54. local Camaro = Instance.new("TextButton")
  55. local MiniCooper = Instance.new("TextButton")
  56. local PlayerFrame = Instance.new("Frame")
  57. local FastWalk = Instance.new("TextButton")
  58. local titlelabel_5 = Instance.new("TextLabel")
  59. local versionlabel_5 = Instance.new("TextLabel")
  60. local LowGravity = Instance.new("TextButton")
  61. local HighJump = Instance.new("TextButton")
  62. local RemoveAll = Instance.new("TextButton")
  63. local AK47 = Instance.new("TextButton")
  64. local M4A4 = Instance.new("TextButton")
  65. local Pistol = Instance.new("TextButton")
  66. local Shotgun = Instance.new("TextButton")
  67. local Flashlight = Instance.new("TextButton")
  68. local BackButton_3 = Instance.new("TextButton")
  69.  
  70. -- Properties
  71.  
  72. aleeexsjailbreakgui.Name = "aleeex's jailbreak gui"
  73. aleeexsjailbreakgui.Parent = game.CoreGui
  74.  
  75. LoginFrame.Name = "LoginFrame"
  76. LoginFrame.Parent = aleeexsjailbreakgui
  77. LoginFrame.Active = true
  78. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  79. LoginFrame.BorderSizePixel = 4
  80. LoginFrame.Draggable = true
  81. LoginFrame.Position = UDim2.new(0.430606097, 0, 0.356884062, 0)
  82. LoginFrame.Selectable = true
  83. LoginFrame.Size = UDim2.new(0, 341, 0, 250)
  84.  
  85. titlelabel.Name = "titlelabel"
  86. titlelabel.Parent = LoginFrame
  87. titlelabel.BackgroundColor3 = Color3.new(1, 1, 1)
  88. titlelabel.BorderSizePixel = 0
  89. titlelabel.Position = UDim2.new(1.39698386e-09, 0, 1.49011612e-08, 0)
  90. titlelabel.Size = UDim2.new(0, 200, 0, 50)
  91. titlelabel.Font = Enum.Font.Cartoon
  92. titlelabel.FontSize = Enum.FontSize.Size14
  93. titlelabel.Text = "Aleeex's Jailbreak GUI"
  94. titlelabel.TextSize = 14
  95.  
  96. versionlabel.Name = "versionlabel"
  97. versionlabel.Parent = LoginFrame
  98. versionlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  99. versionlabel.BorderSizePixel = 0
  100. versionlabel.Position = UDim2.new(0.88269794, 0, 0, 0)
  101. versionlabel.Size = UDim2.new(0, 40, 0, 50)
  102. versionlabel.Font = Enum.Font.Cartoon
  103. versionlabel.FontSize = Enum.FontSize.Size14
  104. versionlabel.Text = "v0.2"
  105. versionlabel.TextSize = 14
  106.  
  107. username.Name = "username"
  108. username.Parent = LoginFrame
  109. username.BackgroundColor3 = Color3.new(1, 1, 1)
  110. username.BorderSizePixel = 4
  111. username.Position = UDim2.new(0.0439882688, 0, 0.284153253, 0)
  112. username.Size = UDim2.new(0, 302, 0, 39)
  113. username.Font = Enum.Font.Cartoon
  114. username.FontSize = Enum.FontSize.Size14
  115. username.Text = "Username"
  116. username.TextSize = 14
  117. username.TextXAlignment = Enum.TextXAlignment.Left
  118.  
  119. password.Name = "password"
  120. password.Parent = LoginFrame
  121. password.BackgroundColor3 = Color3.new(1, 1, 1)
  122. password.BorderSizePixel = 4
  123. password.Position = UDim2.new(0.0439882688, 0, 0.547341049, 0)
  124. password.Size = UDim2.new(0, 302, 0, 39)
  125. password.Font = Enum.Font.Cartoon
  126. password.FontSize = Enum.FontSize.Size14
  127. password.Text = "Password"
  128. password.TextSize = 14
  129. password.TextXAlignment = Enum.TextXAlignment.Left
  130.  
  131. loginbutton.Name = "loginbutton"
  132. loginbutton.Parent = LoginFrame
  133. loginbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  134. loginbutton.BorderSizePixel = 4
  135. loginbutton.Position = UDim2.new(0.20527859, 0, 0.799999952, 0)
  136. loginbutton.Size = UDim2.new(0, 200, 0, 31)
  137. loginbutton.Font = Enum.Font.Cartoon
  138. loginbutton.FontSize = Enum.FontSize.Size14
  139. loginbutton.Text = "Login"
  140. loginbutton.TextSize = 14
  141. loginbutton.MouseButton1Down:connect(function()
  142. if username.Text == "admin" and password.Text == "robloxjakepaul" then
  143. MainFrame.Visible = true;
  144. LoginFrame.Visible = false;
  145. end
  146. end)
  147.  
  148. MainFrame.Name = "MainFrame"
  149. MainFrame.Parent = aleeexsjailbreakgui
  150. MainFrame.Active = true
  151. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  152. MainFrame.BorderSizePixel = 4
  153. MainFrame.Draggable = true
  154. MainFrame.Position = UDim2.new(0.399393946, 0, 0.33816427, 0)
  155. MainFrame.Selectable = true
  156. MainFrame.Size = UDim2.new(0, 497, 0, 309)
  157. MainFrame.Visible = false
  158.  
  159. versionlabel_2.Name = "versionlabel"
  160. versionlabel_2.Parent = MainFrame
  161. versionlabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  162. versionlabel_2.BorderSizePixel = 0
  163. versionlabel_2.Position = UDim2.new(0.920098364, 0, 6.72703609e-05, 0)
  164. versionlabel_2.Size = UDim2.new(0, 40, 0, 50)
  165. versionlabel_2.Font = Enum.Font.Cartoon
  166. versionlabel_2.FontSize = Enum.FontSize.Size14
  167. versionlabel_2.Text = "v0.2"
  168. versionlabel_2.TextSize = 14
  169.  
  170. titlelabel_2.Name = "titlelabel"
  171. titlelabel_2.Parent = MainFrame
  172. titlelabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  173. titlelabel_2.BorderSizePixel = 0
  174. titlelabel_2.Position = UDim2.new(-0.000913977623, 0, 6.7285262e-05, 0)
  175. titlelabel_2.Size = UDim2.new(0, 200, 0, 50)
  176. titlelabel_2.Font = Enum.Font.Cartoon
  177. titlelabel_2.FontSize = Enum.FontSize.Size14
  178. titlelabel_2.Text = "Aleeex's Jailbreak GUI"
  179. titlelabel_2.TextSize = 14
  180.  
  181. Teleporting.Name = "Teleporting"
  182. Teleporting.Parent = MainFrame
  183. Teleporting.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  184. Teleporting.BorderSizePixel = 4
  185. Teleporting.Position = UDim2.new(0.352112681, 0, 0.175310418, 0)
  186. Teleporting.Size = UDim2.new(0, 174, 0, 46)
  187. Teleporting.Font = Enum.Font.Cartoon
  188. Teleporting.FontSize = Enum.FontSize.Size14
  189. Teleporting.Text = "Teleporting"
  190. Teleporting.TextSize = 14
  191. Teleporting.MouseButton1Down:connect(function()
  192. MainFrame.Visible = false;
  193. TeleportingFrame.Visible = true;
  194. end)
  195.  
  196. CarTeleporting.Name = "Car Teleporting"
  197. CarTeleporting.Parent = MainFrame
  198. CarTeleporting.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  199. CarTeleporting.BorderSizePixel = 4
  200. CarTeleporting.Position = UDim2.new(0.35066396, 0, 0.388286889, 0)
  201. CarTeleporting.Size = UDim2.new(0, 174, 0, 46)
  202. CarTeleporting.Font = Enum.Font.Cartoon
  203. CarTeleporting.FontSize = Enum.FontSize.Size14
  204. CarTeleporting.Text = "Car Teleporting"
  205. CarTeleporting.TextSize = 14
  206. CarTeleporting.MouseButton1Down:connect(function()
  207. MainFrame.Visible = false;
  208. CarFrame.Visible = true;
  209. end)
  210.  
  211. LocalPlayer.Name = "Local Player"
  212. LocalPlayer.Parent = MainFrame
  213. LocalPlayer.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  214. LocalPlayer.BorderSizePixel = 4
  215. LocalPlayer.Position = UDim2.new(0.349657923, 0, 0.59993422, 0)
  216. LocalPlayer.Size = UDim2.new(0, 174, 0, 46)
  217. LocalPlayer.Font = Enum.Font.Cartoon
  218. LocalPlayer.FontSize = Enum.FontSize.Size14
  219. LocalPlayer.Text = "Local Player"
  220. LocalPlayer.TextSize = 14
  221. LocalPlayer.MouseButton1Down:connect(function()
  222. MainFrame.Visible = false;
  223. PlayerFrame.Visible = true;
  224. end)
  225.  
  226. createdbyaleeexoffical.Name = "createdbyaleeexoffical"
  227. createdbyaleeexoffical.Parent = MainFrame
  228. createdbyaleeexoffical.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  229. createdbyaleeexoffical.BorderSizePixel = 4
  230. createdbyaleeexoffical.Position = UDim2.new(0.301810861, 0, 0.84751904, 0)
  231. createdbyaleeexoffical.Size = UDim2.new(0, 222, 0, 35)
  232. createdbyaleeexoffical.Font = Enum.Font.Cartoon
  233. createdbyaleeexoffical.FontSize = Enum.FontSize.Size14
  234. createdbyaleeexoffical.Text = "Created by aleeexoffical"
  235. createdbyaleeexoffical.TextSize = 14
  236.  
  237. SignOutButton.Name = "SignOutButton"
  238. SignOutButton.Parent = MainFrame
  239. SignOutButton.BackgroundColor3 = Color3.new(1, 1, 1)
  240. SignOutButton.BorderSizePixel = 0
  241. SignOutButton.Position = UDim2.new(0.431352943, 0, 0.0432414412, 0)
  242. SignOutButton.Size = UDim2.new(0, 95, 0, 23)
  243. SignOutButton.Font = Enum.Font.Cartoon
  244. SignOutButton.FontSize = Enum.FontSize.Size14
  245. SignOutButton.Text = "Sign out"
  246. SignOutButton.TextSize = 14
  247. SignOutButton.MouseButton1Down:connect(function()
  248. LoginFrame.Visible = true;
  249. MainFrame.Visible = false;
  250. end)
  251.  
  252. TeleportingFrame.Name = "TeleportingFrame"
  253. TeleportingFrame.Parent = aleeexsjailbreakgui
  254. TeleportingFrame.Active = true
  255. TeleportingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  256. TeleportingFrame.BorderSizePixel = 4
  257. TeleportingFrame.Draggable = true
  258. TeleportingFrame.Position = UDim2.new(0.415322363, 0, 0.267176569, 0)
  259. TeleportingFrame.Selectable = true
  260. TeleportingFrame.Size = UDim2.new(0, 454, 0, 385)
  261. TeleportingFrame.Visible = false
  262.  
  263. titlelabel_3.Name = "titlelabel"
  264. titlelabel_3.Parent = TeleportingFrame
  265. titlelabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  266. titlelabel_3.BorderSizePixel = 0
  267. titlelabel_3.Position = UDim2.new(0.000104345381, 0, 0.000188052654, 0)
  268. titlelabel_3.Size = UDim2.new(0, 200, 0, 50)
  269. titlelabel_3.Font = Enum.Font.Cartoon
  270. titlelabel_3.FontSize = Enum.FontSize.Size14
  271. titlelabel_3.Text = "Aleeex's Jailbreak GUI"
  272. titlelabel_3.TextSize = 14
  273.  
  274. versionlabel_3.Name = "versionlabel"
  275. versionlabel_3.Parent = TeleportingFrame
  276. versionlabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  277. versionlabel_3.BorderSizePixel = 0
  278. versionlabel_3.Position = UDim2.new(0.911894262, 0, 0, 0)
  279. versionlabel_3.Size = UDim2.new(0, 40, 0, 43)
  280. versionlabel_3.Font = Enum.Font.Cartoon
  281. versionlabel_3.FontSize = Enum.FontSize.Size14
  282. versionlabel_3.Text = "v0.2"
  283. versionlabel_3.TextSize = 14
  284.  
  285. BankVault.Name = "BankVault"
  286. BankVault.Parent = TeleportingFrame
  287. BankVault.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  288. BankVault.BorderSizePixel = 4
  289. BankVault.Position = UDim2.new(0.0692036152, 0, 0.147510827, 0)
  290. BankVault.Size = UDim2.new(0, 103, 0, 31)
  291. BankVault.Font = Enum.Font.Cartoon
  292. BankVault.FontSize = Enum.FontSize.Size14
  293. BankVault.Text = "Bank Vault"
  294. BankVault.TextSize = 14
  295. BankVault.MouseButton1Down:connect(function()
  296. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(12.8974705, 0.765663862, 816.231323) + Vector3.new(1,0,0)
  297. end)
  298.  
  299. BankFront.Name = "BankFront"
  300. BankFront.Parent = TeleportingFrame
  301. BankFront.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  302. BankFront.BorderSizePixel = 4
  303. BankFront.Position = UDim2.new(0.71716845, 0, 0.148753211, 0)
  304. BankFront.Size = UDim2.new(0, 103, 0, 31)
  305. BankFront.Font = Enum.Font.Cartoon
  306. BankFront.FontSize = Enum.FontSize.Size14
  307. BankFront.Text = "Bank Front"
  308. BankFront.TextSize = 14
  309. BankFront.MouseButton1Down:connect(function()
  310. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  311. end)
  312.  
  313. JewelryIN.Name = "Jewelry(IN)"
  314. JewelryIN.Parent = TeleportingFrame
  315. JewelryIN.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  316. JewelryIN.BorderSizePixel = 4
  317. JewelryIN.Position = UDim2.new(0.0681872591, 0, 0.272657454, 0)
  318. JewelryIN.Size = UDim2.new(0, 103, 0, 31)
  319. JewelryIN.Font = Enum.Font.Cartoon
  320. JewelryIN.FontSize = Enum.FontSize.Size14
  321. JewelryIN.Text = "Jewelry(In)"
  322. JewelryIN.TextSize = 14
  323. JewelryIN.MouseButton1Down:connect(function()
  324. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  325. end)
  326.  
  327. JewelryOut.Name = "Jewelry(Out)"
  328. JewelryOut.Parent = TeleportingFrame
  329. JewelryOut.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  330. JewelryOut.BorderSizePixel = 4
  331. JewelryOut.Position = UDim2.new(0.717759192, 0, 0.272250652, 0)
  332. JewelryOut.Size = UDim2.new(0, 103, 0, 31)
  333. JewelryOut.Font = Enum.Font.Cartoon
  334. JewelryOut.FontSize = Enum.FontSize.Size14
  335. JewelryOut.Text = "Jewelry(Out)"
  336. JewelryOut.TextSize = 14
  337. JewelryOut.MouseButton1Down:connect(function()
  338. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1355.123) + Vector3.new(1,0,0)
  339. end)
  340.  
  341. criminalbasecity.Name = "criminal base city"
  342. criminalbasecity.Parent = TeleportingFrame
  343. criminalbasecity.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  344. criminalbasecity.BorderSizePixel = 4
  345. criminalbasecity.Position = UDim2.new(0.0681872591, 0, 0.386149526, 0)
  346. criminalbasecity.Size = UDim2.new(0, 103, 0, 31)
  347. criminalbasecity.Font = Enum.Font.Cartoon
  348. criminalbasecity.FontSize = Enum.FontSize.Size14
  349. criminalbasecity.Text = "Criminal Base City"
  350. criminalbasecity.TextSize = 14
  351. criminalbasecity.MouseButton1Down:connect(function()
  352. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  353. end)
  354.  
  355. batcave.Name = "batcave"
  356. batcave.Parent = TeleportingFrame
  357. batcave.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  358. batcave.BorderSizePixel = 4
  359. batcave.Position = UDim2.new(0.717278659, 0, 0.387358069, 0)
  360. batcave.Size = UDim2.new(0, 103, 0, 31)
  361. batcave.Font = Enum.Font.Cartoon
  362. batcave.FontSize = Enum.FontSize.Size14
  363. batcave.Text = "Bat Cave"
  364. batcave.TextSize = 14
  365. batcave.MouseButton1Down:connect(function()
  366. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  367. end)
  368.  
  369. hq1.Name = "hq1"
  370. hq1.Parent = TeleportingFrame
  371. hq1.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  372. hq1.BorderSizePixel = 4
  373. hq1.Position = UDim2.new(0.0693644136, 0, 0.506834567, 0)
  374. hq1.Size = UDim2.new(0, 103, 0, 31)
  375. hq1.Font = Enum.Font.Cartoon
  376. hq1.FontSize = Enum.FontSize.Size14
  377. hq1.Text = "Police HQ 1"
  378. hq1.TextSize = 14
  379. hq1.MouseButton1Down:connect(function()
  380. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  381. end)
  382.  
  383. hq2.Name = "hq2"
  384. hq2.Parent = TeleportingFrame
  385. hq2.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  386. hq2.BorderSizePixel = 4
  387. hq2.Position = UDim2.new(0.717278659, 0, 0.505535841, 0)
  388. hq2.Size = UDim2.new(0, 103, 0, 31)
  389. hq2.Font = Enum.Font.Cartoon
  390. hq2.FontSize = Enum.FontSize.Size14
  391. hq2.Text = "Police HQ 2"
  392. hq2.TextSize = 14
  393. hq2.MouseButton1Down:connect(function()
  394. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  395. end)
  396.  
  397. garage.Name = "garage"
  398. garage.Parent = TeleportingFrame
  399. garage.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  400. garage.BorderSizePixel = 4
  401. garage.Position = UDim2.new(0.0693644136, 0, 0.624888837, 0)
  402. garage.Size = UDim2.new(0, 103, 0, 31)
  403. garage.Font = Enum.Font.Cartoon
  404. garage.FontSize = Enum.FontSize.Size14
  405. garage.Text = "Garage"
  406. garage.TextSize = 14
  407. garage.MouseButton1Down:connect(function()
  408. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  409. end)
  410.  
  411. prison.Name = "prison"
  412. prison.Parent = TeleportingFrame
  413. prison.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  414. prison.BorderSizePixel = 4
  415. prison.Position = UDim2.new(0.717278659, 0, 0.626131296, 0)
  416. prison.Size = UDim2.new(0, 103, 0, 31)
  417. prison.Font = Enum.Font.Cartoon
  418. prison.FontSize = Enum.FontSize.Size14
  419. prison.Text = "Prison"
  420. prison.TextSize = 14
  421. prison.MouseButton1Down:connect(function()
  422. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  423. end)
  424.  
  425. gasstation.Name = "gasstation"
  426. gasstation.Parent = TeleportingFrame
  427. gasstation.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  428. gasstation.BorderSizePixel = 4
  429. gasstation.Position = UDim2.new(0.0693644136, 0, 0.751253545, 0)
  430. gasstation.Size = UDim2.new(0, 103, 0, 31)
  431. gasstation.Font = Enum.Font.Cartoon
  432. gasstation.FontSize = Enum.FontSize.Size14
  433. gasstation.Text = "Gas Station"
  434. gasstation.TextSize = 14
  435. gasstation.MouseButton1Down:connect(function()
  436. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  437. end)
  438.  
  439. donutshop.Name = "donutshop"
  440. donutshop.Parent = TeleportingFrame
  441. donutshop.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  442. donutshop.BorderSizePixel = 4
  443. donutshop.Position = UDim2.new(0.718068898, 0, 0.750649393, 0)
  444. donutshop.Size = UDim2.new(0, 103, 0, 31)
  445. donutshop.Font = Enum.Font.Cartoon
  446. donutshop.FontSize = Enum.FontSize.Size14
  447. donutshop.Text = "Donut Shop"
  448. donutshop.TextSize = 14
  449. donutshop.MouseButton1Down:connect(function()
  450. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  451. end)
  452.  
  453. BackButton.Name = "BackButton"
  454. BackButton.Parent = TeleportingFrame
  455. BackButton.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  456. BackButton.BorderSizePixel = 4
  457. BackButton.Position = UDim2.new(0.437394381, 0, 0.925358117, 0)
  458. BackButton.Size = UDim2.new(0, 56, 0, 17)
  459. BackButton.Font = Enum.Font.Cartoon
  460. BackButton.FontSize = Enum.FontSize.Size14
  461. BackButton.Text = "Back"
  462. BackButton.TextSize = 14
  463. BackButton.MouseButton1Down:connect(function()
  464. TeleportingFrame.Visible = false;
  465. MainFrame.Visible = true;
  466. end)
  467.  
  468. _1Million.Name = "1Million"
  469. _1Million.Parent = TeleportingFrame
  470. _1Million.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  471. _1Million.BorderSizePixel = 4
  472. _1Million.Position = UDim2.new(0.388586879, 0, 0.147510827, 0)
  473. _1Million.Size = UDim2.new(0, 103, 0, 31)
  474. _1Million.Font = Enum.Font.Cartoon
  475. _1Million.FontSize = Enum.FontSize.Size14
  476. _1Million.Text = "1M Building"
  477. _1Million.TextSize = 14
  478. _1Million.MouseButton1Down:connect(function()
  479. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(360.563965, 17.617527, -1671.67334) + Vector3.new(1,0,0)
  480. end)
  481.  
  482. Train.Name = "Train"
  483. Train.Parent = TeleportingFrame
  484. Train.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  485. Train.BorderSizePixel = 4
  486. Train.Position = UDim2.new(0.387485564, 0, 0.270887434, 0)
  487. Train.Size = UDim2.new(0, 103, 0, 31)
  488. Train.Font = Enum.Font.Cartoon
  489. Train.FontSize = Enum.FontSize.Size14
  490. Train.Text = "Train"
  491. Train.TextSize = 14
  492. Train.MouseButton1Down:connect(function()
  493. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1815.36768, 14.8897562, -584.115334) + Vector3.new(1,0,0)
  494. end)
  495.  
  496. HideAndSeek.Name = "HideAndSeek"
  497. HideAndSeek.Parent = TeleportingFrame
  498. HideAndSeek.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  499. HideAndSeek.BorderSizePixel = 4
  500. HideAndSeek.Position = UDim2.new(0.387277067, 0, 0.40418002, 0)
  501. HideAndSeek.Size = UDim2.new(0, 103, 0, 31)
  502. HideAndSeek.Font = Enum.Font.Cartoon
  503. HideAndSeek.FontSize = Enum.FontSize.Size14
  504. HideAndSeek.Text = "Hide&Seek Spot"
  505. HideAndSeek.TextSize = 14
  506. HideAndSeek.MouseButton1Down:connect(function()
  507. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1426.73938, 28.3500004, -1000.54797) + Vector3.new(1,0,0)
  508. end)
  509.  
  510. CarFrame.Name = "CarFrame"
  511. CarFrame.Parent = aleeexsjailbreakgui
  512. CarFrame.Active = true
  513. CarFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  514. CarFrame.BorderSizePixel = 4
  515. CarFrame.Draggable = true
  516. CarFrame.Position = UDim2.new(0.419090897, 0, 0.257246375, 0)
  517. CarFrame.Selectable = true
  518. CarFrame.Size = UDim2.new(0, 447, 0, 385)
  519. CarFrame.Visible = false
  520.  
  521. titlelabel_4.Name = "titlelabel"
  522. titlelabel_4.Parent = CarFrame
  523. titlelabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  524. titlelabel_4.BorderSizePixel = 0
  525. titlelabel_4.Position = UDim2.new(-0.000379681587, 0, 0.00051208213, 0)
  526. titlelabel_4.Size = UDim2.new(0, 200, 0, 50)
  527. titlelabel_4.Font = Enum.Font.Cartoon
  528. titlelabel_4.FontSize = Enum.FontSize.Size14
  529. titlelabel_4.Text = "Aleeex's Jailbreak GUI"
  530. titlelabel_4.TextSize = 14
  531.  
  532. versionlabel_4.Name = "versionlabel"
  533. versionlabel_4.Parent = CarFrame
  534. versionlabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  535. versionlabel_4.BorderSizePixel = 0
  536. versionlabel_4.Position = UDim2.new(0.909502268, 0, 0, 0)
  537. versionlabel_4.Size = UDim2.new(0, 40, 0, 41)
  538. versionlabel_4.Font = Enum.Font.Cartoon
  539. versionlabel_4.FontSize = Enum.FontSize.Size14
  540. versionlabel_4.Text = "v0.2"
  541. versionlabel_4.TextSize = 14
  542.  
  543. BackButton_2.Name = "BackButton"
  544. BackButton_2.Parent = CarFrame
  545. BackButton_2.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  546. BackButton_2.BorderSizePixel = 4
  547. BackButton_2.Position = UDim2.new(0.448625863, 0, 0.928730011, 0)
  548. BackButton_2.Size = UDim2.new(0, 56, 0, 17)
  549. BackButton_2.Font = Enum.Font.Cartoon
  550. BackButton_2.FontSize = Enum.FontSize.Size14
  551. BackButton_2.Text = "Back"
  552. BackButton_2.TextSize = 14
  553. BackButton_2.MouseButton1Down:connect(function()
  554. CarFrame.Visible = false;
  555. MainFrame.Visible = true;
  556. end)
  557.  
  558. ATV.Name = "ATV"
  559. ATV.Parent = CarFrame
  560. ATV.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  561. ATV.BorderSizePixel = 4
  562. ATV.Position = UDim2.new(0.0694531202, 0, 0.182616547, 0)
  563. ATV.Size = UDim2.new(0, 103, 0, 31)
  564. ATV.Font = Enum.Font.Cartoon
  565. ATV.FontSize = Enum.FontSize.Size14
  566. ATV.Text = "ATV"
  567. ATV.TextSize = 14
  568. ATV.MouseButton1Down:connect(function()
  569. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1444.32495, 24.9205971, 200.549484) + Vector3.new(1,0,0)
  570. end)
  571.  
  572. McLaren.Name = "McLaren"
  573. McLaren.Parent = CarFrame
  574. McLaren.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  575. McLaren.BorderSizePixel = 4
  576. McLaren.Position = UDim2.new(0.0694531202, 0, 0.325473696, 0)
  577. McLaren.Size = UDim2.new(0, 103, 0, 31)
  578. McLaren.Font = Enum.Font.Cartoon
  579. McLaren.FontSize = Enum.FontSize.Size14
  580. McLaren.Text = "McLaren"
  581. McLaren.TextSize = 14
  582. McLaren.MouseButton1Down:connect(function()
  583. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(597.310608, 36.990551, 1629.41235) + Vector3.new(1,0,0)
  584. end)
  585.  
  586. MonsterTruck.Name = "Monster Truck"
  587. MonsterTruck.Parent = CarFrame
  588. MonsterTruck.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  589. MonsterTruck.BorderSizePixel = 4
  590. MonsterTruck.Position = UDim2.new(0.0694531202, 0, 0.478720427, 0)
  591. MonsterTruck.Size = UDim2.new(0, 103, 0, 31)
  592. MonsterTruck.Font = Enum.Font.Cartoon
  593. MonsterTruck.FontSize = Enum.FontSize.Size14
  594. MonsterTruck.Text = "Monster Truck"
  595. MonsterTruck.TextSize = 14
  596. MonsterTruck.MouseButton1Down:connect(function()
  597. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(426.163696, 17.867712, -1707.60913) + Vector3.new(1,0,0)
  598. end)
  599.  
  600. Volt.Name = "Volt"
  601. Volt.Parent = CarFrame
  602. Volt.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  603. Volt.BorderSizePixel = 4
  604. Volt.Position = UDim2.new(0.0694531202, 0, 0.63716203, 0)
  605. Volt.Size = UDim2.new(0, 103, 0, 31)
  606. Volt.Font = Enum.Font.Cartoon
  607. Volt.FontSize = Enum.FontSize.Size14
  608. Volt.Text = "Volt"
  609. Volt.TextSize = 14
  610. Volt.MouseButton1Down:connect(function()
  611. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(394.965973, 17.8687019, -1736.07263) + Vector3.new(1,0,0)
  612. end)
  613.  
  614. Truck.Name = "Truck"
  615. Truck.Parent = CarFrame
  616. Truck.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  617. Truck.BorderSizePixel = 4
  618. Truck.Position = UDim2.new(0.0694531202, 0, 0.795603573, 0)
  619. Truck.Size = UDim2.new(0, 103, 0, 31)
  620. Truck.Font = Enum.Font.Cartoon
  621. Truck.FontSize = Enum.FontSize.Size14
  622. Truck.Text = "Pick Up Truck"
  623. Truck.TextSize = 14
  624. Truck.MouseButton1Down:connect(function()
  625. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  626. end)
  627.  
  628. Lambo.Name = "Lambo"
  629. Lambo.Parent = CarFrame
  630. Lambo.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  631. Lambo.BorderSizePixel = 4
  632. Lambo.Position = UDim2.new(0.397507429, 0, 0.182616547, 0)
  633. Lambo.Size = UDim2.new(0, 103, 0, 31)
  634. Lambo.Font = Enum.Font.Cartoon
  635. Lambo.FontSize = Enum.FontSize.Size14
  636. Lambo.Text = "Lambo"
  637. Lambo.TextSize = 14
  638. Lambo.MouseButton1Down:connect(function()
  639. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  640. end)
  641.  
  642. Bugatti.Name = "Bugatti"
  643. Bugatti.Parent = CarFrame
  644. Bugatti.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  645. Bugatti.BorderSizePixel = 4
  646. Bugatti.Position = UDim2.new(0.397507429, 0, 0.325473696, 0)
  647. Bugatti.Size = UDim2.new(0, 103, 0, 31)
  648. Bugatti.Font = Enum.Font.Cartoon
  649. Bugatti.FontSize = Enum.FontSize.Size14
  650. Bugatti.Text = "Bugatti"
  651. Bugatti.TextSize = 14
  652. Bugatti.MouseButton1Down:connect(function()
  653. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  654. end)
  655.  
  656. swat.Name = "swat"
  657. swat.Parent = CarFrame
  658. swat.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  659. swat.BorderSizePixel = 4
  660. swat.Position = UDim2.new(0.396376193, 0, 0.478720427, 0)
  661. swat.Size = UDim2.new(0, 103, 0, 31)
  662. swat.Font = Enum.Font.Cartoon
  663. swat.FontSize = Enum.FontSize.Size14
  664. swat.Text = "SWAT Van"
  665. swat.TextSize = 14
  666. swat.MouseButton1Down:connect(function()
  667. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  668. end)
  669.  
  670. DuneBuggy.Name = "Dune Buggy"
  671. DuneBuggy.Parent = CarFrame
  672. DuneBuggy.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  673. DuneBuggy.BorderSizePixel = 4
  674. DuneBuggy.Position = UDim2.new(0.395244986, 0, 0.63716203, 0)
  675. DuneBuggy.Size = UDim2.new(0, 103, 0, 31)
  676. DuneBuggy.Font = Enum.Font.Cartoon
  677. DuneBuggy.FontSize = Enum.FontSize.Size14
  678. DuneBuggy.Text = "Dune Buggy"
  679. DuneBuggy.TextSize = 14
  680. DuneBuggy.MouseButton1Down:connect(function()
  681. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  682. end)
  683.  
  684. Porsche.Name = "Porsche"
  685. Porsche.Parent = CarFrame
  686. Porsche.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  687. Porsche.BorderSizePixel = 4
  688. Porsche.Position = UDim2.new(0.395244986, 0, 0.795603573, 0)
  689. Porsche.Size = UDim2.new(0, 103, 0, 31)
  690. Porsche.Font = Enum.Font.Cartoon
  691. Porsche.FontSize = Enum.FontSize.Size14
  692. Porsche.Text = "Porsche"
  693. Porsche.TextSize = 14
  694. Porsche.MouseButton1Down:connect(function()
  695. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  696. end)
  697.  
  698. Dirtbike.Name = "Dirtbike"
  699. Dirtbike.Parent = CarFrame
  700. Dirtbike.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  701. Dirtbike.BorderSizePixel = 4
  702. Dirtbike.Position = UDim2.new(0.723451078, 0, 0.182616547, 0)
  703. Dirtbike.Size = UDim2.new(0, 103, 0, 31)
  704. Dirtbike.Font = Enum.Font.Cartoon
  705. Dirtbike.FontSize = Enum.FontSize.Size14
  706. Dirtbike.Text = "Dirt Bike"
  707. Dirtbike.TextSize = 14
  708. Dirtbike.MouseButton1Down:connect(function()
  709. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  710. end)
  711.  
  712. Tesla.Name = "Tesla"
  713. Tesla.Parent = CarFrame
  714. Tesla.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  715. Tesla.BorderSizePixel = 4
  716. Tesla.Position = UDim2.new(0.723451078, 0, 0.325473696, 0)
  717. Tesla.Size = UDim2.new(0, 103, 0, 31)
  718. Tesla.Font = Enum.Font.Cartoon
  719. Tesla.FontSize = Enum.FontSize.Size14
  720. Tesla.Text = "Tesla"
  721. Tesla.TextSize = 14
  722. Tesla.MouseButton1Down:connect(function()
  723. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  724. end)
  725.  
  726. -- POLICE CARS
  727.  
  728. PC.Name = "PC"
  729. PC.Parent = CarFrame
  730. PC.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  731. PC.BorderSizePixel = 4
  732. PC.Position = UDim2.new(0.723451078, 0, 0.478720427, 0)
  733. PC.Size = UDim2.new(0, 103, 0, 31)
  734. PC.Font = Enum.Font.Cartoon
  735. PC.FontSize = Enum.FontSize.Size14
  736. PC.Text = "Police Car"
  737. PC.TextSize = 14
  738. PC.MouseButton1Down:connect(function()
  739. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1088.1095, 19.8500576, -1504.74512) + Vector3.new(1,0,0)
  740. end)
  741.  
  742. Camaro.Name = "Camaro"
  743. Camaro.Parent = CarFrame
  744. Camaro.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  745. Camaro.BorderSizePixel = 4
  746. Camaro.Position = UDim2.new(0.723451078, 0, 0.63716203, 0)
  747. Camaro.Size = UDim2.new(0, 103, 0, 31)
  748. Camaro.Font = Enum.Font.Cartoon
  749. Camaro.FontSize = Enum.FontSize.Size14
  750. Camaro.Text = "Camaro"
  751. Camaro.TextSize = 14
  752. Camaro.MouseButton1Down:connect(function()
  753. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  754. end)
  755.  
  756. MiniCooper.Name = "MiniCooper"
  757. MiniCooper.Parent = CarFrame
  758. MiniCooper.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  759. MiniCooper.BorderSizePixel = 4
  760. MiniCooper.Position = UDim2.new(0.723451078, 0, 0.795603573, 0)
  761. MiniCooper.Size = UDim2.new(0, 103, 0, 31)
  762. MiniCooper.Font = Enum.Font.Cartoon
  763. MiniCooper.FontSize = Enum.FontSize.Size14
  764. MiniCooper.Text = "Mini Cooper"
  765. MiniCooper.TextSize = 14
  766. MiniCooper.MouseButton1Down:connect(function()
  767. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  768. end)
  769.  
  770. PlayerFrame.Name = "PlayerFrame"
  771. PlayerFrame.Parent = aleeexsjailbreakgui
  772. PlayerFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  773. PlayerFrame.Position = UDim2.new(0.439393938, 0, 0.377415419, 0)
  774. PlayerFrame.Size = UDim2.new(0, 380, 0, 255)
  775. PlayerFrame.Visible = false
  776.  
  777. FastWalk.Name = "FastWalk"
  778. FastWalk.Parent = PlayerFrame
  779. FastWalk.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  780. FastWalk.BorderSizePixel = 4
  781. FastWalk.Position = UDim2.new(0.0433894321, 0, 0.263940632, 0)
  782. FastWalk.Size = UDim2.new(0, 103, 0, 31)
  783. FastWalk.Font = Enum.Font.Cartoon
  784. FastWalk.FontSize = Enum.FontSize.Size14
  785. FastWalk.Text = "FastWalk"
  786. FastWalk.TextSize = 14
  787. FastWalk.MouseButton1Down:connect(function()
  788. down = false
  789. velocity = Instance.new("BodyVelocity")
  790. velocity.maxForce = Vector3.new(100000, 0, 100000)
  791. local speed = 150
  792. gyro = Instance.new("BodyGyro")
  793. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  794.  
  795. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  796.  
  797. function onButton1Down(mouse)
  798. down = true
  799. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  800. velocity.velocity = (hum.MoveDirection) * speed
  801. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  802. while down do
  803. if not down then break end
  804. velocity.velocity = (hum.MoveDirection) * speed
  805. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  806. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  807. wait(0.1)
  808. end
  809. end
  810.  
  811. function onButton1Up(mouse)
  812. velocity.Parent = nil
  813. gyro.Parent = nil
  814. down = false
  815. end
  816.  
  817. function onSelected(mouse)
  818. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  819. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  820. end
  821.  
  822. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  823. end)
  824.  
  825.  
  826. titlelabel_5.Name = "titlelabel"
  827. titlelabel_5.Parent = PlayerFrame
  828. titlelabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  829. titlelabel_5.BorderSizePixel = 0
  830. titlelabel_5.Position = UDim2.new(0.00146270916, 0, 0.00124296546, 0)
  831. titlelabel_5.Size = UDim2.new(0, 200, 0, 50)
  832. titlelabel_5.Font = Enum.Font.Cartoon
  833. titlelabel_5.FontSize = Enum.FontSize.Size14
  834. titlelabel_5.Text = "Aleeex's Jailbreak GUI"
  835. titlelabel_5.TextSize = 14
  836.  
  837. versionlabel_5.Name = "versionlabel"
  838. versionlabel_5.Parent = PlayerFrame
  839. versionlabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  840. versionlabel_5.BorderSizePixel = 0
  841. versionlabel_5.Position = UDim2.new(0.891891897, 0, 0, 0)
  842. versionlabel_5.Size = UDim2.new(0, 40, 0, 33)
  843. versionlabel_5.Font = Enum.Font.Cartoon
  844. versionlabel_5.FontSize = Enum.FontSize.Size14
  845. versionlabel_5.Text = "v0.2"
  846. versionlabel_5.TextSize = 14
  847.  
  848. LowGravity.Name = "LowGravity"
  849. LowGravity.Parent = PlayerFrame
  850. LowGravity.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  851. LowGravity.BorderSizePixel = 4
  852. LowGravity.Position = UDim2.new(0.366464436, 0, 0.262376189, 0)
  853. LowGravity.Size = UDim2.new(0, 103, 0, 31)
  854. LowGravity.Font = Enum.Font.Cartoon
  855. LowGravity.FontSize = Enum.FontSize.Size14
  856. LowGravity.Text = "LowGravity"
  857. LowGravity.TextSize = 14
  858. LowGravity.MouseButton1Down:connect(function()
  859. if LowGravity == true then
  860. LowGravity = false
  861. game:GetService("Workspace").Gravity = 196.2
  862. else
  863. LowGravity = true
  864. game:GetService("Workspace").Gravity = 45
  865. end
  866. end)
  867.  
  868. HighJump.Name = "HighJump"
  869. HighJump.Parent = PlayerFrame
  870. HighJump.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  871. HighJump.BorderSizePixel = 4
  872. HighJump.Position = UDim2.new(0.702417552, 0, 0.262376189, 0)
  873. HighJump.Size = UDim2.new(0, 103, 0, 31)
  874. HighJump.Font = Enum.Font.Cartoon
  875. HighJump.FontSize = Enum.FontSize.Size14
  876. HighJump.Text = "HighJump"
  877. HighJump.TextSize = 14
  878. HighJump.MouseButton1Down:connect(function()
  879. if Jump == true then -- hope it will work idk
  880. Jump = false
  881. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  882. else
  883. Jump = true
  884. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  885. end
  886. end)
  887.  
  888. RemoveAll.Name = "Remove All"
  889. RemoveAll.Parent = PlayerFrame
  890. RemoveAll.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  891. RemoveAll.BorderSizePixel = 4
  892. RemoveAll.Position = UDim2.new(0.041464448, 0, 0.524384916, 0)
  893. RemoveAll.Size = UDim2.new(0, 103, 0, 31)
  894. RemoveAll.Font = Enum.Font.Cartoon
  895. RemoveAll.FontSize = Enum.FontSize.Size14
  896. RemoveAll.Text = "Remove All"
  897. RemoveAll.TextSize = 14
  898. RemoveAll.MouseButton1Down:connect(function()
  899. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  900. v.Lasers:Remove()
  901. v.Cameras:Remove()
  902. v.FloorLasers:Remove()
  903. end
  904. game:GetService("Workspace").Cells:Remove()
  905. game:GetService("Workspace").Doors:Remove()
  906. game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  907. game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  908. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  909. v.Door:Destroy()
  910. v.TriggerDoor:Destroy()
  911. v.Lasers:Remove()
  912. end
  913. end)
  914.  
  915. AK47.Name = "AK47"
  916. AK47.Parent = PlayerFrame
  917. AK47.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  918. AK47.BorderSizePixel = 4
  919. AK47.Position = UDim2.new(0.365148664, 0, 0.524384916, 0)
  920. AK47.Size = UDim2.new(0, 103, 0, 31)
  921. AK47.Font = Enum.Font.Cartoon
  922. AK47.FontSize = Enum.FontSize.Size14
  923. AK47.Text = "AK47"
  924. AK47.TextSize = 14
  925. AK47.MouseButton1Down:connect(function()
  926. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  927.  
  928. a = Instance.new("Part", workspace)
  929. a.Anchored = true
  930. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  931. a.CanCollide = false
  932.  
  933. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  934. if v.Name == "ShootingRange" then
  935. for a, b in pairs(v:GetChildren()) do
  936. if b:IsA("StringValue") then
  937. if b.Value == "AK47" then
  938. v.CFrame = CFrame.new(hit)
  939. end
  940. end
  941. end
  942. end
  943. end
  944. end)
  945.  
  946. M4A4.Name = "M4A4"
  947. M4A4.Parent = PlayerFrame
  948. M4A4.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  949. M4A4.BorderSizePixel = 4
  950. M4A4.Position = UDim2.new(0.701990724, 0, 0.524384916, 0)
  951. M4A4.Size = UDim2.new(0, 103, 0, 31)
  952. M4A4.Font = Enum.Font.Cartoon
  953. M4A4.FontSize = Enum.FontSize.Size14
  954. M4A4.Text = "M4A4"
  955. M4A4.TextSize = 14
  956. M4A4.MouseButton1Down:connect(function()
  957. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  958.  
  959. a = Instance.new("Part", workspace)
  960. a.Anchored = true
  961. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  962. a.CanCollide = false
  963.  
  964. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  965. if v.Name == "Station" then
  966. for a, b in pairs(v:GetChildren()) do
  967. if b:IsA("StringValue") then
  968. if b.Value == "RifleSWAT" then
  969. v.CFrame = CFrame.new(hit)
  970. end
  971. end
  972. end
  973. end
  974. end
  975. end)
  976.  
  977. Pistol.Name = "Pistol"
  978. Pistol.Parent = PlayerFrame
  979. Pistol.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  980. Pistol.BorderSizePixel = 4
  981. Pistol.Position = UDim2.new(0.0427802354, 0, 0.743632197, 0)
  982. Pistol.Size = UDim2.new(0, 103, 0, 31)
  983. Pistol.Font = Enum.Font.Cartoon
  984. Pistol.FontSize = Enum.FontSize.Size14
  985. Pistol.Text = "Pistol"
  986. Pistol.TextSize = 14
  987. Pistol.MouseButton1Down:connect(function()
  988. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  989.  
  990. a = Instance.new("Part", workspace)
  991. a.Anchored = true
  992. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  993. a.CanCollide = false
  994.  
  995. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  996. if v.Name == "Station" then
  997. for a, b in pairs(v:GetChildren()) do
  998. if b:IsA("StringValue") then
  999. if b.Value == "Pistol" then
  1000. v.CFrame = CFrame.new(hit)
  1001. end
  1002. end
  1003. end
  1004. end
  1005. end
  1006. end)
  1007.  
  1008. Shotgun.Name = "Shotgun"
  1009. Shotgun.Parent = PlayerFrame
  1010. Shotgun.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  1011. Shotgun.BorderSizePixel = 4
  1012. Shotgun.Position = UDim2.new(0.365148664, 0, 0.743632197, 0)
  1013. Shotgun.Size = UDim2.new(0, 103, 0, 31)
  1014. Shotgun.Font = Enum.Font.Cartoon
  1015. Shotgun.FontSize = Enum.FontSize.Size14
  1016. Shotgun.Text = "Shotgun"
  1017. Shotgun.TextSize = 14
  1018. Shotgun.MouseButton1Down:connect(function()
  1019. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1020.  
  1021. a = Instance.new("Part", workspace)
  1022. a.Anchored = true
  1023. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1024. a.CanCollide = false
  1025.  
  1026. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1027. if v.Name == "Station" then
  1028. for a, b in pairs(v:GetChildren()) do
  1029. if b:IsA("StringValue") then
  1030. if b.Value == "Shotgun" then
  1031. v.CFrame = CFrame.new(hit)
  1032. end
  1033. end
  1034. end
  1035. end
  1036. end
  1037. end)
  1038.  
  1039. Flashlight.Name = "Flashlight"
  1040. Flashlight.Parent = PlayerFrame
  1041. Flashlight.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  1042. Flashlight.BorderSizePixel = 4
  1043. Flashlight.Position = UDim2.new(0.701990724, 0, 0.743632197, 0)
  1044. Flashlight.Size = UDim2.new(0, 103, 0, 31)
  1045. Flashlight.Font = Enum.Font.Cartoon
  1046. Flashlight.FontSize = Enum.FontSize.Size14
  1047. Flashlight.Text = "Flashlight"
  1048. Flashlight.TextSize = 14
  1049. Flashlight.MouseButton1Down:connect(function()
  1050. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1051.  
  1052. a = Instance.new("Part", workspace)
  1053. a.Anchored = true
  1054. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  1055. a.CanCollide = false
  1056.  
  1057. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  1058. if v.Name == "Station" then
  1059. for a, b in pairs(v:GetChildren()) do
  1060. if b:IsA("StringValue") then
  1061. if b.Value == "Flashlight" then
  1062. v.CFrame = CFrame.new(hit)
  1063. end
  1064. end
  1065. end
  1066. end
  1067. end
  1068. end)
  1069.  
  1070. BackButton_3.Name = "BackButton"
  1071. BackButton_3.Parent = PlayerFrame
  1072. BackButton_3.BackgroundColor3 = Color3.new(0.478431, 0.137255, 0.415686)
  1073. BackButton_3.BorderSizePixel = 4
  1074. BackButton_3.Position = UDim2.new(0.42502141, 0, 0.903552413, 0)
  1075. BackButton_3.Size = UDim2.new(0, 56, 0, 17)
  1076. BackButton_3.Font = Enum.Font.Cartoon
  1077. BackButton_3.FontSize = Enum.FontSize.Size14
  1078. BackButton_3.Text = "Back"
  1079. BackButton_3.TextSize = 14
  1080. BackButton_3.MouseButton1Down:connect(function()
  1081. MainFrame.Visible = true;
  1082. PlayerFrame.Visible = false;
  1083. end)
  1084.  
  1085. print("aleeexsjailbreakgui started");
  1086. print("follow me on twitter @aleeexoffical");
  1087. print("sub to me ;/ aleeex1k on yt");
  1088. warn("aleeex's' jailbreak gui started."); -- Random messages XD
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement