marcelslibrary

jailbreakgui 1.0

Jan 5th, 2019
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 352.58 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local GUI = Instance.new("Frame")
  3. local Car = Instance.new("Frame")
  4. local Carspeed = Instance.new("TextButton")
  5. local Nitro = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local GUIS = Instance.new("Frame")
  8. local Jailbailer = Instance.new("TextButton")
  9. local Autorob = Instance.new("TextButton")
  10. local Jailbreaker = Instance.new("TextButton")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local Jailbreaker12 = Instance.new("TextButton")
  13. local Jailassist = Instance.new("TextButton")
  14. local Game = Instance.new("Frame")
  15. local Btools = Instance.new("TextButton")
  16. local WS = Instance.new("TextButton")
  17. local TextLabel_3 = Instance.new("TextLabel")
  18. local Destroy = Instance.new("Frame")
  19. local Buildings = Instance.new("TextButton")
  20. local Lasersbank = Instance.new("TextButton")
  21. local Lasersjew = Instance.new("TextButton")
  22. local TextLabel_4 = Instance.new("TextLabel")
  23. local Vault = Instance.new("TextButton")
  24. local TextLabel_5 = Instance.new("TextLabel")
  25.  
  26.  
  27. --Properties:
  28. ScreenGui.Parent = game.CoreGui
  29. Car.Active = true
  30. Car.Draggable = true
  31.  
  32. Destroy.Active = true
  33. Destroy.Draggable = true
  34.  
  35. GUIS.Active = true
  36. GUIS.Draggable = true
  37.  
  38. Game.Active = true
  39. Game.Draggable = true
  40.  
  41. GUI.Name = "GUI"
  42. GUI.Parent = ScreenGui
  43. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  44. GUI.BackgroundTransparency = 1
  45. GUI.Size = UDim2.new(0, 100, 0, 100)
  46.  
  47. Car.Name = "Car"
  48. Car.Parent = GUI
  49. Car.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  50. Car.BackgroundTransparency = 0.40000000596046
  51. Car.Position = UDim2.new(0.186014414, 0, 0.161941051, 0)
  52. Car.Size = UDim2.new(0, 150, 0, 142)
  53.  
  54. Carspeed.Name = "Carspeed"
  55. Carspeed.Parent = Car
  56. Carspeed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  57. Carspeed.BackgroundTransparency = 0.40000000596046
  58. Carspeed.Position = UDim2.new(0.146666721, 0, 0.702213287, 0)
  59. Carspeed.Size = UDim2.new(0, 105, 0, 33)
  60. Carspeed.Font = Enum.Font.Fantasy
  61. Carspeed.Text = "Speed"
  62. Carspeed.TextColor3 = Color3.new(0, 0, 0)
  63. Carspeed.TextSize = 20
  64.  
  65. Nitro.Name = "Nitro"
  66. Nitro.Parent = Car
  67. Nitro.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  68. Nitro.BackgroundTransparency = 0.40000000596046
  69. Nitro.Position = UDim2.new(0.146666721, 0, 0.377347469, 0)
  70. Nitro.Size = UDim2.new(0, 105, 0, 33)
  71. Nitro.Font = Enum.Font.Fantasy
  72. Nitro.Text = "Inf Nitro"
  73. Nitro.TextColor3 = Color3.new(0, 0, 0)
  74. Nitro.TextSize = 20
  75.  
  76. TextLabel.Parent = Car
  77. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  78. TextLabel.BackgroundTransparency = 1
  79. TextLabel.Position = UDim2.new(-0.00666666683, 0, 0, 0)
  80. TextLabel.Size = UDim2.new(0, 150, 0, 50)
  81. TextLabel.Font = Enum.Font.GothamSemibold
  82. TextLabel.Text = "Car"
  83. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  84. TextLabel.TextSize = 30
  85. TextLabel.TextStrokeTransparency = 2
  86. TextLabel.TextWrapped = true
  87.  
  88. GUIS.Name = "GUIS"
  89. GUIS.Parent = GUI
  90. GUIS.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  91. GUIS.BackgroundTransparency = 0.40000000596046
  92. GUIS.Position = UDim2.new(1.94710338, 0, 0.153341413, 0)
  93. GUIS.Size = UDim2.new(0, 150, 0, 336)
  94.  
  95. Jailbailer.Name = "Jailbailer"
  96. Jailbailer.Parent = GUIS
  97. Jailbailer.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  98. Jailbailer.BackgroundTransparency = 0.40000000596046
  99. Jailbailer.Position = UDim2.new(0.146666721, 0, 0.857142866, 0)
  100. Jailbailer.Size = UDim2.new(0, 105, 0, 33)
  101. Jailbailer.Font = Enum.Font.Fantasy
  102. Jailbailer.Text = "Jailbailer 2.0"
  103. Jailbailer.TextColor3 = Color3.new(0, 0, 0)
  104. Jailbailer.TextSize = 20
  105.  
  106. Autorob.Name = "Autorob"
  107. Autorob.Parent = GUIS
  108. Autorob.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  109. Autorob.BackgroundTransparency = 0.40000000596046
  110. Autorob.Position = UDim2.new(0.146666721, 0, 0.708333373, 0)
  111. Autorob.Size = UDim2.new(0, 105, 0, 33)
  112. Autorob.Font = Enum.Font.Fantasy
  113. Autorob.Text = "Autorob"
  114. Autorob.TextColor3 = Color3.new(0, 0, 0)
  115. Autorob.TextSize = 20
  116.  
  117. Jailbreaker.Name = "Jailbreaker"
  118. Jailbreaker.Parent = GUIS
  119. Jailbreaker.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  120. Jailbreaker.BackgroundTransparency = 0.40000000596046
  121. Jailbreaker.Position = UDim2.new(0.14000006, 0, 0.565476239, 0)
  122. Jailbreaker.Size = UDim2.new(0, 105, 0, 33)
  123. Jailbreaker.Font = Enum.Font.Fantasy
  124. Jailbreaker.Text = "JailBreaker"
  125. Jailbreaker.TextColor3 = Color3.new(0, 0, 0)
  126. Jailbreaker.TextSize = 20
  127.  
  128. TextLabel_2.Parent = GUIS
  129. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextLabel_2.BackgroundTransparency = 1
  131. TextLabel_2.Position = UDim2.new(-0.0133333206, 0, 0, 0)
  132. TextLabel_2.Size = UDim2.new(0, 150, 0, 50)
  133. TextLabel_2.Font = Enum.Font.GothamSemibold
  134. TextLabel_2.Text = "Guis"
  135. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  136. TextLabel_2.TextSize = 30
  137. TextLabel_2.TextStrokeTransparency = 2
  138. TextLabel_2.TextWrapped = true
  139.  
  140. Jailbreaker12.Name = "Jailbreaker 1.2"
  141. Jailbreaker12.Parent = GUIS
  142. Jailbreaker12.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  143. Jailbreaker12.BackgroundTransparency = 0.40000000596046
  144. Jailbreaker12.Position = UDim2.new(0.14000006, 0, 0.413690507, 0)
  145. Jailbreaker12.Size = UDim2.new(0, 105, 0, 33)
  146. Jailbreaker12.Font = Enum.Font.Fantasy
  147. Jailbreaker12.Text = "JailBreaker 1.2"
  148. Jailbreaker12.TextColor3 = Color3.new(0, 0, 0)
  149. Jailbreaker12.TextSize = 20
  150.  
  151. Jailassist.Name = "Jailassist"
  152. Jailassist.Parent = GUIS
  153. Jailassist.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  154. Jailassist.BackgroundTransparency = 0.40000000596046
  155. Jailassist.Position = UDim2.new(0.14000006, 0, 0.276785731, 0)
  156. Jailassist.Size = UDim2.new(0, 105, 0, 33)
  157. Jailassist.Font = Enum.Font.Fantasy
  158. Jailassist.Text = "JailAssist"
  159. Jailassist.TextColor3 = Color3.new(0, 0, 0)
  160. Jailassist.TextSize = 20
  161.  
  162. Game.Name = "Game"
  163. Game.Parent = GUI
  164. Game.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  165. Game.BackgroundTransparency = 0.40000000596046
  166. Game.Position = UDim2.new(5.83071041, 0, 0.181940556, 0)
  167. Game.Size = UDim2.new(0, 150, 0, 142)
  168.  
  169. Btools.Name = "Btools"
  170. Btools.Parent = Game
  171. Btools.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  172. Btools.BackgroundTransparency = 0.40000000596046
  173. Btools.Position = UDim2.new(0.146666721, 0, 0.699004173, 0)
  174. Btools.Size = UDim2.new(0, 105, 0, 33)
  175. Btools.Font = Enum.Font.Fantasy
  176. Btools.Text = "Btools"
  177. Btools.TextColor3 = Color3.new(0, 0, 0)
  178. Btools.TextSize = 20
  179.  
  180. WS.Name = "WS"
  181. WS.Parent = Game
  182. WS.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  183. WS.BackgroundTransparency = 0.40000000596046
  184. WS.Position = UDim2.new(0.146666721, 0, 0.376456022, 0)
  185. WS.Size = UDim2.new(0, 105, 0, 33)
  186. WS.Font = Enum.Font.Fantasy
  187. WS.Text = "WS (X)"
  188. WS.TextColor3 = Color3.new(0, 0, 0)
  189. WS.TextSize = 20
  190.  
  191. TextLabel_3.Parent = Game
  192. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  193. TextLabel_3.BackgroundTransparency = 1
  194. TextLabel_3.Position = UDim2.new(-0.0133333206, 0, 0, 0)
  195. TextLabel_3.Size = UDim2.new(0, 150, 0, 50)
  196. TextLabel_3.Font = Enum.Font.GothamSemibold
  197. TextLabel_3.Text = "Game"
  198. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  199. TextLabel_3.TextSize = 30
  200. TextLabel_3.TextStrokeTransparency = 2
  201. TextLabel_3.TextWrapped = true
  202.  
  203. Destroy.Name = "Destroy"
  204. Destroy.Parent = GUI
  205. Destroy.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  206. Destroy.BackgroundTransparency = 0.40000000596046
  207. Destroy.Position = UDim2.new(3.84487772, 0, 0.161941051, 0)
  208. Destroy.Size = UDim2.new(0, 150, 0, 252)
  209.  
  210. Buildings.Name = "Buildings"
  211. Buildings.Parent = Destroy
  212. Buildings.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  213. Buildings.BackgroundTransparency = 0.40000000596046
  214. Buildings.Position = UDim2.new(0.14000006, 0, 0.759194553, 0)
  215. Buildings.Size = UDim2.new(0, 105, 0, 33)
  216. Buildings.Font = Enum.Font.Fantasy
  217. Buildings.Text = "Buildings"
  218. Buildings.TextColor3 = Color3.new(0, 0, 0)
  219. Buildings.TextSize = 20
  220.  
  221. Lasersbank.Name = "Lasers bank"
  222. Lasersbank.Parent = Destroy
  223. Lasersbank.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  224. Lasersbank.BackgroundTransparency = 0.40000000596046
  225. Lasersbank.Position = UDim2.new(0.14000006, 0, 0.57299155, 0)
  226. Lasersbank.Size = UDim2.new(0, 105, 0, 33)
  227. Lasersbank.Font = Enum.Font.Fantasy
  228. Lasersbank.Text = "Lasers bank"
  229. Lasersbank.TextColor3 = Color3.new(0, 0, 0)
  230. Lasersbank.TextSize = 20
  231.  
  232. Lasersjew.Name = "Lasers jew"
  233. Lasersjew.Parent = Destroy
  234. Lasersjew.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  235. Lasersjew.BackgroundTransparency = 0.40000000596046
  236. Lasersjew.Position = UDim2.new(0.14000006, 0, 0.393081605, 0)
  237. Lasersjew.Size = UDim2.new(0, 105, 0, 33)
  238. Lasersjew.Font = Enum.Font.Fantasy
  239. Lasersjew.Text = "Lasers jew"
  240. Lasersjew.TextColor3 = Color3.new(0, 0, 0)
  241. Lasersjew.TextSize = 20
  242.  
  243. TextLabel_4.Parent = Destroy
  244. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  245. TextLabel_4.BackgroundTransparency = 1
  246. TextLabel_4.Size = UDim2.new(0, 150, 0, 50)
  247. TextLabel_4.Font = Enum.Font.GothamSemibold
  248. TextLabel_4.Text = "Destroy"
  249. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  250. TextLabel_4.TextSize = 30
  251. TextLabel_4.TextStrokeTransparency = 2
  252. TextLabel_4.TextWrapped = true
  253.  
  254. Vault.Name = "Vault"
  255. Vault.Parent = Destroy
  256. Vault.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  257. Vault.BackgroundTransparency = 0.40000000596046
  258. Vault.Position = UDim2.new(0.14000006, 0, 0.213507533, 0)
  259. Vault.Size = UDim2.new(0, 105, 0, 33)
  260. Vault.Font = Enum.Font.Fantasy
  261. Vault.Text = "Bank Vault"
  262. Vault.TextColor3 = Color3.new(0, 0, 0)
  263. Vault.TextSize = 20
  264.  
  265.  
  266. TextLabel_5.Parent = Destroy
  267. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  268. TextLabel_5.BackgroundTransparency = 1
  269. TextLabel_5.Size = UDim2.new(0, 150, 0, 50)
  270. TextLabel_5.Font = Enum.Font.GothamSemibold
  271. TextLabel_5.Text = "Made by Marcel"
  272. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  273. TextLabel_5.TextSize = 10
  274. TextLabel_5.TextStrokeTransparency = 2
  275. TextLabel_5.TextWrapped = true
  276. TextLabel_5.Position = UDim2.new(0.015, 0, 0.85, 0)
  277. -- Scripts:
  278.  
  279.  
  280. Carspeed.MouseButton1Click:connect(function()
  281. dir = 0
  282. gs = game.GetService
  283. gs(game,"RunService").RenderStepped:connect(function()
  284. for i,v in next,workspace.Vehicles:children() do
  285. if v.Name ~= "Heli" then
  286. if v:FindFirstChild("Engine") then
  287. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  288. if not bf then
  289. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  290. if bf then
  291. bf = bf:Clone()
  292. bf.Parent = v.Engine
  293. bf.Name = "NewForce"
  294. end
  295. end
  296. if bf then
  297. local fa = 1
  298. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  299. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  300. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  301. end
  302. end
  303. end
  304. end
  305. end)
  306. val = {
  307. {Enum.KeyCode.W,1};
  308. {Enum.KeyCode.S,-1};
  309. }
  310. uis = gs(game,"UserInputService")
  311. chk = function(k)
  312. for i,v in next,val do
  313. if v[1]==k.KeyCode then
  314. return v[2]
  315. end
  316. end
  317. end
  318. uis.InputBegan:connect(function(k)
  319. dir = chk(k) or dir
  320. end)
  321. uis.InputEnded:connect(function(k)
  322. if chk(k) == dir then
  323. dir = 0
  324. end
  325. end)
  326. end)
  327.  
  328. Nitro.MouseButton1Click:connect(function()
  329. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  330. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  331. end)
  332.  
  333. Buildings.MouseButton1Click:connect(function()
  334. game:GetService("Workspace").Buildings:Destroy()
  335. end)
  336.  
  337. Lasersbank.MouseButton1Click:connect(function()
  338. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  339. banklasers[1].Lasers:Destroy()
  340. end)
  341.  
  342. Lasersjew.MouseButton1Click:connect(function()
  343. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  344.  
  345. for i = 1,4 do
  346. local xd = jewelry[1].Model.BarbedWire
  347. xd:Destroy()
  348. end
  349. end)
  350.  
  351. Vault.MouseButton1Click:connect(function()
  352. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  353. banklasers[1].Door.Model:Destroy()
  354. end)
  355.  
  356. Autorob.MouseButton1Click:connect(function()
  357. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  358. end)
  359.  
  360. Jailassist.MouseButton1Click:connect(function()
  361. -- Farewell infortality
  362. -- Revamp by ImFrostic, Version 2.8
  363.  
  364. -- Objects
  365.  
  366. local JailAssist = Instance.new("ScreenGui")
  367. local Main = Instance.new("Frame")
  368. local BottomFrame = Instance.new("Frame")
  369. local JewInside = Instance.new("TextButton")
  370. local JewOutside = Instance.new("TextButton")
  371. local BankOutside = Instance.new("TextButton")
  372. local BankInside = Instance.new("TextButton")
  373. local Crim2 = Instance.new("TextButton")
  374. local Crim1 = Instance.new("TextButton")
  375. local JailAssistLabel = Instance.new("TextLabel")
  376. local RLasersETC = Instance.new("TextButton")
  377. local FEAnnoy = Instance.new("TextButton")
  378. local TPHeli = Instance.new("TextButton")
  379. local Status = Instance.new("Frame")
  380. local JewOpen = Instance.new("TextLabel")
  381. local BankOpen = Instance.new("TextLabel")
  382. local Loading = Instance.new("Frame")
  383. local LoadingLabel = Instance.new("TextLabel")
  384. local ShittyDesc = Instance.new("TextLabel")
  385.  
  386. -- Properties
  387.  
  388. JailAssist.Name = "JailAssist"
  389. JailAssist.Parent = game.CoreGui
  390. JailAssist.DisplayOrder = 1
  391. JailAssist.ResetOnSpawn = false
  392.  
  393. Main.Name = "Main"
  394. Main.Parent = JailAssist
  395. Main.Active = true
  396. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  397. Main.BorderSizePixel = 0
  398. Main.Draggable = true
  399. Main.Position = UDim2.new(0.459459454, 0, 0.545893729, 0)
  400. Main.Size = UDim2.new(0, 358, 0, 86)
  401.  
  402. BottomFrame.Name = "BottomFrame"
  403. BottomFrame.Parent = Main
  404. BottomFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  405. BottomFrame.BorderSizePixel = 0
  406. BottomFrame.Position = UDim2.new(0.000380925252, 0, 1.11468804, 0)
  407. BottomFrame.Size = UDim2.new(0, 358, 0, 70)
  408.  
  409. JewInside.Name = "JewInside"
  410. JewInside.Parent = BottomFrame
  411. JewInside.BackgroundColor3 = Color3.new(1, 1, 1)
  412. JewInside.BorderSizePixel = 0
  413. JewInside.Position = UDim2.new(0.0670391023, 0, 0.157142878, 0)
  414. JewInside.Size = UDim2.new(0, 89, 0, 22)
  415. JewInside.Font = Enum.Font.SourceSans
  416. JewInside.Text = "Jewelry Inside"
  417. JewInside.TextColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  418. JewInside.TextSize = 14
  419.  
  420. JewOutside.Name = "JewOutside"
  421. JewOutside.Parent = BottomFrame
  422. JewOutside.BackgroundColor3 = Color3.new(1, 1, 1)
  423. JewOutside.Position = UDim2.new(0.0670391023, 0, 0.571428597, 0)
  424. JewOutside.Size = UDim2.new(0, 89, 0, 22)
  425. JewOutside.Font = Enum.Font.SourceSans
  426. JewOutside.Text = "Jewelry Outside"
  427. JewOutside.TextSize = 14
  428.  
  429. BankOutside.Name = "BankOutside"
  430. BankOutside.Parent = BottomFrame
  431. BankOutside.BackgroundColor3 = Color3.new(1, 1, 1)
  432. BankOutside.Position = UDim2.new(0.375698328, 0, 0.571428597, 0)
  433. BankOutside.Size = UDim2.new(0, 89, 0, 22)
  434. BankOutside.Font = Enum.Font.SourceSans
  435. BankOutside.Text = "Bank Outside"
  436. BankOutside.TextSize = 14
  437.  
  438. BankInside.Name = "BankInside"
  439. BankInside.Parent = BottomFrame
  440. BankInside.BackgroundColor3 = Color3.new(1, 1, 1)
  441. BankInside.Position = UDim2.new(0.375698328, 0, 0.157142878, 0)
  442. BankInside.Size = UDim2.new(0, 89, 0, 22)
  443. BankInside.Font = Enum.Font.SourceSans
  444. BankInside.Text = "Bank Inside"
  445. BankInside.TextSize = 14
  446.  
  447. Crim2.Name = "Crim2"
  448. Crim2.Parent = BottomFrame
  449. Crim2.BackgroundColor3 = Color3.new(1, 1, 1)
  450. Crim2.Position = UDim2.new(0.680167615, 0, 0.571428597, 0)
  451. Crim2.Size = UDim2.new(0, 89, 0, 22)
  452. Crim2.Font = Enum.Font.SourceSans
  453. Crim2.Text = "Criminal Base 2"
  454. Crim2.TextSize = 14
  455.  
  456. Crim1.Name = "Crim1"
  457. Crim1.Parent = BottomFrame
  458. Crim1.BackgroundColor3 = Color3.new(1, 1, 1)
  459. Crim1.Position = UDim2.new(0.680167615, 0, 0.157142878, 0)
  460. Crim1.Size = UDim2.new(0, 89, 0, 22)
  461. Crim1.Font = Enum.Font.SourceSans
  462. Crim1.Text = "Criminal Base 1"
  463. Crim1.TextSize = 14
  464.  
  465. JailAssistLabel.Name = "JailAssistLabel"
  466. JailAssistLabel.Parent = Main
  467. JailAssistLabel.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  468. JailAssistLabel.BorderColor3 = Color3.new(0.666667, 0, 0)
  469. JailAssistLabel.BorderSizePixel = 7
  470. JailAssistLabel.Position = UDim2.new(0.00279329601, 0, 0.0581395365, 0)
  471. JailAssistLabel.Size = UDim2.new(0, 358, 0, 22)
  472. JailAssistLabel.Font = Enum.Font.Highway
  473. JailAssistLabel.Text = "JailAssist"
  474. JailAssistLabel.TextSize = 20
  475.  
  476. RLasersETC.Name = "RLasersETC"
  477. RLasersETC.Parent = Main
  478. RLasersETC.BackgroundColor3 = Color3.new(1, 1, 1)
  479. RLasersETC.Position = UDim2.new(0.0279329605, 0, 0.465448499, 0)
  480. RLasersETC.Size = UDim2.new(0, 113, 0, 31)
  481. RLasersETC.Font = Enum.Font.SourceSans
  482. RLasersETC.Text = "Remove lasers etc."
  483. RLasersETC.TextSize = 14
  484.  
  485. FEAnnoy.Name = "FEAnnoy"
  486. FEAnnoy.Parent = Main
  487. FEAnnoy.BackgroundColor3 = Color3.new(1, 1, 1)
  488. FEAnnoy.Position = UDim2.new(0.343575418, 0, 0.465448499, 0)
  489. FEAnnoy.Size = UDim2.new(0, 113, 0, 31)
  490. FEAnnoy.Font = Enum.Font.SourceSans
  491. FEAnnoy.Text = "FE Annoy"
  492. FEAnnoy.TextSize = 14
  493.  
  494. TPHeli.Name = "TPHeli"
  495. TPHeli.Parent = Main
  496. TPHeli.BackgroundColor3 = Color3.new(1, 1, 1)
  497. TPHeli.Position = UDim2.new(0.659217834, 0, 0.465448499, 0)
  498. TPHeli.Size = UDim2.new(0, 113, 0, 31)
  499. TPHeli.Font = Enum.Font.SourceSans
  500. TPHeli.Text = "TP to heli"
  501. TPHeli.TextSize = 14
  502.  
  503. Status.Name = "Status"
  504. Status.Parent = Main
  505. Status.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  506. Status.BorderSizePixel = 0
  507. Status.Position = UDim2.new(0, 0, 2.05213237, 0)
  508. Status.Size = UDim2.new(0, 358, 0, 30)
  509.  
  510. JewOpen.Name = "JewOpen"
  511. JewOpen.Parent = Status
  512. JewOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  513. JewOpen.BackgroundTransparency = 1
  514. JewOpen.Position = UDim2.new(0.0670391098, 0, 0.266666681, 0)
  515. JewOpen.Size = UDim2.new(0, 113, 0, 12)
  516. JewOpen.Font = Enum.Font.SourceSans
  517. JewOpen.Text = "Jewelry Store: Closed"
  518. JewOpen.TextColor3 = Color3.new(0.666667, 0, 0)
  519. JewOpen.TextSize = 14
  520.  
  521. BankOpen.Name = "BankOpen"
  522. BankOpen.Parent = Status
  523. BankOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  524. BankOpen.BackgroundTransparency = 1
  525. BankOpen.Position = UDim2.new(0.614525139, 0, 0.266666681, 0)
  526. BankOpen.Size = UDim2.new(0, 113, 0, 12)
  527. BankOpen.Font = Enum.Font.SourceSans
  528. BankOpen.Text = "Bank: Closed"
  529. BankOpen.TextColor3 = Color3.new(0.666667, 0, 0)
  530. BankOpen.TextSize = 14
  531.  
  532. Loading.Name = "Loading"
  533. Loading.Parent = JailAssist
  534. Loading.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  535. Loading.Position = UDim2.new(0.363636374, 0, 0.597826064, 0)
  536. Loading.Size = UDim2.new(0, 340, 0, 138)
  537. Loading.Visible = false
  538.  
  539. LoadingLabel.Name = "LoadingLabel"
  540. LoadingLabel.Parent = Loading
  541. LoadingLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  542. LoadingLabel.BackgroundTransparency = 1
  543. LoadingLabel.Position = UDim2.new(0.205882356, 0, 0.275362313, 0)
  544. LoadingLabel.Size = UDim2.new(0, 200, 0, 50)
  545. LoadingLabel.Font = Enum.Font.SourceSansBold
  546. LoadingLabel.Text = "JailAssist v0.4"
  547. LoadingLabel.TextColor3 = Color3.new(0.666667, 0, 0)
  548. LoadingLabel.TextSize = 28
  549.  
  550. ShittyDesc.Name = "ShittyDesc"
  551. ShittyDesc.Parent = Loading
  552. ShittyDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  553. ShittyDesc.BackgroundTransparency = 1
  554. ShittyDesc.Position = UDim2.new(0.20441176, 0, 0.536231935, 0)
  555. ShittyDesc.Size = UDim2.new(0, 200, 0, 50)
  556. ShittyDesc.Font = Enum.Font.SourceSansBold
  557. ShittyDesc.Text = "A shitty Jailbreak GUI"
  558. ShittyDesc.TextColor3 = Color3.new(0.666667, 0, 0)
  559. ShittyDesc.TextSize = 13
  560. ShittyDesc.TextYAlignment = Enum.TextYAlignment.Top
  561.  
  562. -- Scripts
  563.  
  564.  
  565.  
  566.  
  567. Loading.Visible = true
  568. Main.Visible = false
  569.  
  570. wait(3.5)
  571.  
  572. Loading.Visible = false
  573. Main.Visible = true
  574.  
  575. local Services = {
  576.  
  577. Workspace = game:GetService("Workspace");
  578. ReplicatedStorage = game:GetService("ReplicatedStorage");
  579. Players = game:GetService("Players");
  580. Bank = game:GetService("Workspace").Banks:FindFirstChildOfClass("Model");
  581. Jewelrystore = game:GetService("Workspace").Jewelrys:FindFirstChildOfClass("Model");
  582. Teams = game:GetService("Teams")
  583. }
  584.  
  585. local localRootPart = Services.Players.LocalPlayer.Character.HumanoidRootPart
  586.  
  587. function Teleport(x, y, z)
  588.  
  589. local localRootPart = Services.Players.LocalPlayer.Character.HumanoidRootPart
  590.  
  591.  
  592. localRootPart.CFrame = CFrame.new(x, y, z)
  593.  
  594.  
  595. end
  596.  
  597. JewInside.MouseButton1Down:connect(function()
  598. Teleport(116.4, 17.9, 1319.2)
  599. end)
  600.  
  601. Crim1.MouseButton1Down:connect(function()
  602. Teleport(1661.2, 49.8, -1724.9)
  603. end)
  604.  
  605. Crim2.MouseButton1Down:connect(function()
  606. Teleport(-195.3, 17.6, 1628.6)
  607. end)
  608.  
  609.  
  610. BankInside.MouseButton1Down:connect(function()
  611. Teleport(35.4, 0.7, 809.1)
  612. end)
  613.  
  614.  
  615.  
  616. BankOutside.MouseButton1Down:connect(function()
  617. Teleport(10, 17.9, 782,6)
  618. end)
  619.  
  620. JewOutside.MouseButton1Down:connect(function()
  621. Teleport(141.4, 17.6, 1356.9)
  622. end)
  623.  
  624.  
  625. Vehicles = Services.Workspace.Vehicles
  626.  
  627. TPHeli.MouseButton1Down:connect(function()
  628. local localRootPart = Services.Players.LocalPlayer.Character.HumanoidRootPart
  629. for i,v in pairs(Vehicles:GetChildren()) do
  630.  
  631. if v.Name == "Heli" then
  632.  
  633. if v.Seat.PlayerName.Value == "" then
  634.  
  635. localRootPart.CFrame = v.Seat.CFrame
  636.  
  637. end
  638.  
  639. end
  640.  
  641. end
  642. end)
  643.  
  644. function ClearChild(obj)
  645.  
  646. if obj.Parent:FindFirstChild(obj.Name) then
  647. obj:ClearAllChildren()
  648. end
  649. end
  650.  
  651. RLasersETC.MouseButton1Down:connect(function()
  652. ClearChild(Services.Bank.Lasers)
  653. ClearChild(Services.Jewelrystore.Lasers)
  654. ClearChild(Services.Jewelrystore.FloorLasers)
  655. ClearChild(Services.Workspace.Doors)
  656. ClearChild(Services.Jewelrystore.Cameras)
  657. ClearChild(Services.Bank.Door.Model)
  658. end)
  659.  
  660. FEAnnoy.MouseButton1Down:connect(function()
  661. while wait() do
  662. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  663. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  664. for _,x in pairs(v.Character.Head:GetChildren()) do
  665. if x:IsA'Sound' then x.Playing = true end
  666. end
  667. end
  668. end
  669. end
  670. end)
  671.  
  672.  
  673.  
  674.  
  675. while true do
  676.  
  677. JailAssistLabel.BackgroundColor3 = Color3.new(1,0,0)
  678. JailAssistLabel.BorderColor3 = Color3.new(1,0,0)
  679. wait(0.1)
  680. JailAssistLabel.BackgroundColor3 = Color3.new(.8,.2,0)
  681. JailAssistLabel.BorderColor3 = Color3.new(.8,.2,0)
  682. wait(0.1)
  683. JailAssistLabel.BackgroundColor3 = Color3.new(.6,.4,0)
  684. JailAssistLabel.BorderColor3 = Color3.new(.6,.4,0)
  685. wait(0.1)
  686. JailAssistLabel.BackgroundColor3 = Color3.new(.4,.6,0)
  687. JailAssistLabel.BorderColor3 = Color3.new(.4,.6,0)
  688. wait(0.1)
  689. JailAssistLabel.BackgroundColor3 = Color3.new(.2,.8,0)
  690. JailAssistLabel.BorderColor3 = Color3.new(.2,.8,0)
  691. wait(0.1)
  692. JailAssistLabel.BackgroundColor3 = Color3.new(0,1,0)
  693. JailAssistLabel.BorderColor3 = Color3.new(0,1,0)
  694. wait(0.1)
  695. JailAssistLabel.BackgroundColor3 = Color3.new(0,0.8,.2)
  696. JailAssistLabel.BorderColor3 = Color3.new(0,0.8,.2)
  697. wait(0.1)
  698. JailAssistLabel.BackgroundColor3 = Color3.new(0,0.6,.4)
  699. JailAssistLabel.BorderColor3 = Color3.new(0,0.6,.4)
  700. wait(0.1)
  701. JailAssistLabel.BackgroundColor3 = Color3.new(0,0.4,.6)
  702. JailAssistLabel.BorderColor3 = Color3.new(0,0.4,.6)
  703. wait(0.1)
  704. JailAssistLabel.BackgroundColor3 = Color3.new(0,0.1,.8)
  705. JailAssistLabel.BorderColor3 = Color3.new(0,0.1,.8)
  706. wait(0.1)
  707. JailAssistLabel.BackgroundColor3 = Color3.new(0,0,1)
  708. JailAssistLabel.BorderColor3 = Color3.new(0,0,1)
  709. wait(0.1)
  710. JailAssistLabel.BackgroundColor3 = Color3.new(.2,0,.8)
  711. JailAssistLabel.BorderColor3 = Color3.new(.2,0,.8)
  712. wait(0.1)
  713. JailAssistLabel.BackgroundColor3 = Color3.new(.4,0,.6)
  714. JailAssistLabel.BorderColor3 = Color3.new(.4,0,.6)
  715. wait(0.1)
  716. JailAssistLabel.BackgroundColor3 = Color3.new(.6,0,.4)
  717. JailAssistLabel.BorderColor3 = Color3.new(.6,0,.4)
  718. wait(0.1)
  719. JailAssistLabel.BackgroundColor3 = Color3.new(.8,0,.2)
  720. JailAssistLabel.BorderColor3 = Color3.new(.8,0,.2)
  721.  
  722.  
  723.  
  724. if Services.Bank.Extra.Light.SurfaceLight.Enabled == true then
  725.  
  726. BankOpen.Text = "Bank: Open"
  727. BankOpen.TextColor3 = Color3.new(0,255,0)
  728. else
  729.  
  730. BankOpen.Text = "Bank: Closed"
  731. BankOpen.TextColor3 = Color3.new(170,0,0)
  732.  
  733. end
  734.  
  735.  
  736. if Services.Jewelrystore.Extra.Light.SurfaceLight.Enabled == true then
  737.  
  738. JewOpen.Text = "Jewelry Store: Open"
  739. JewOpen.TextColor3 = Color3.new(0,255,0)
  740. else
  741.  
  742. JewOpen.Text = "Jewelry Store: Closed"
  743. JewOpen.TextColor3 = Color3.new(170,0,0)
  744.  
  745. end
  746.  
  747.  
  748.  
  749.  
  750. end
  751. end)
  752.  
  753. Jailbailer.MouseButton1Click:connect(function()
  754. -- Made by UranicPower6
  755. -- Here's V2 bb screw u badimo
  756. -- Objects
  757.  
  758. local JailBailer = Instance.new("ScreenGui")
  759. local Main = Instance.new("Frame")
  760. local Topbar = Instance.new("Frame")
  761. local Exit = Instance.new("TextButton")
  762. local Title = Instance.new("TextLabel")
  763. local TextLabel = Instance.new("TextLabel")
  764. local UJB = Instance.new("TextButton")
  765. local ITB = Instance.new("TextButton")
  766. local AR = Instance.new("TextButton")
  767. local IN = Instance.new("TextButton")
  768. local JG = Instance.new("TextButton")
  769.  
  770. -- Properties
  771.  
  772. JailBailer.Name = "JailBailer"
  773. JailBailer.Parent = game.Players.LocalPlayer.PlayerGui
  774.  
  775. Main.Name = "Main"
  776. Main.Parent = JailBailer
  777. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  778. Main.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  779. Main.Position = UDim2.new(0, 131, 0, 291)
  780. Main.Size = UDim2.new(0, 380, 0, 278)
  781. Main.Draggable = true
  782. Main.Active = true
  783. Main.ClipsDescendants = true
  784. Main.Archivable = true
  785.  
  786. Topbar.Name = "Topbar"
  787. Topbar.Parent = Main
  788. Topbar.BackgroundColor3 = Color3.new(0.164706, 0, 0)
  789. Topbar.BorderColor3 = Color3.new(0.164706, 0, 0)
  790. Topbar.Size = UDim2.new(0, 380, 0, 40)
  791.  
  792. Exit.Name = "Exit"
  793. Exit.Parent = Topbar
  794. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  795. Exit.BackgroundTransparency = 1
  796. Exit.Position = UDim2.new(0, 340, 0, 0)
  797. Exit.Size = UDim2.new(0, 40, 0, 40)
  798. Exit.Font = Enum.Font.Code
  799. Exit.Text = "X"
  800. Exit.TextColor3 = Color3.new(1, 1, 1)
  801. Exit.TextScaled = true
  802. Exit.TextSize = 14
  803. Exit.TextWrapped = true
  804.  
  805. Title.Name = "Title"
  806. Title.Parent = Topbar
  807. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  808. Title.BackgroundTransparency = 1
  809. Title.Size = UDim2.new(0, 296, 0, 40)
  810. Title.Font = Enum.Font.Code
  811. Title.Text = "JailBailer 2.0"
  812. Title.TextColor3 = Color3.new(1, 1, 1)
  813. Title.TextScaled = true
  814. Title.TextSize = 14
  815. Title.TextWrapped = true
  816.  
  817. TextLabel.Parent = Topbar
  818. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  819. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  820. TextLabel.Position = UDim2.new(0, 239, 0, 55)
  821. TextLabel.Size = UDim2.new(0, 125, 0, 202)
  822. TextLabel.Font = Enum.Font.Code
  823. TextLabel.Text = "Credits: UranicPower6#0306, I didn't make any of these scripts the credits for the scripts go to their owner's"
  824. TextLabel.TextScaled = true
  825. TextLabel.TextSize = 14
  826. TextLabel.TextWrapped = true
  827.  
  828. UJB.Name = "UJB"
  829. UJB.Parent = Main
  830. UJB.BackgroundColor3 = Color3.new(1, 1, 1)
  831. UJB.BorderColor3 = Color3.new(0, 0, 0)
  832. UJB.Position = UDim2.new(0, 17, 0, 54)
  833. UJB.Size = UDim2.new(0, 100, 0, 50)
  834. UJB.Font = Enum.Font.Code
  835. UJB.Text = "Unjailbreak V1.1"
  836. UJB.TextColor3 = Color3.new(0, 0, 0)
  837. UJB.TextScaled = true
  838. UJB.TextSize = 14
  839. UJB.TextWrapped = true
  840.  
  841. ITB.Name = "ITB"
  842. ITB.Parent = Main
  843. ITB.BackgroundColor3 = Color3.new(1, 1, 1)
  844. ITB.BorderColor3 = Color3.new(0, 0, 0)
  845. ITB.Position = UDim2.new(0, 17, 0, 114)
  846. ITB.Size = UDim2.new(0, 100, 0, 50)
  847. ITB.Font = Enum.Font.Code
  848. ITB.Text = "Invisibility/TP Bypass"
  849. ITB.TextColor3 = Color3.new(0, 0, 0)
  850. ITB.TextScaled = true
  851. ITB.TextSize = 14
  852. ITB.TextWrapped = true
  853.  
  854. AR.Name = "AR"
  855. AR.Parent = Main
  856. AR.BackgroundColor3 = Color3.new(1, 1, 1)
  857. AR.BorderColor3 = Color3.new(0, 0, 0)
  858. AR.Position = UDim2.new(0, 17, 0, 174)
  859. AR.Size = UDim2.new(0, 100, 0, 50)
  860. AR.Font = Enum.Font.Code
  861. AR.Text = "AutoRob GUI"
  862. AR.TextColor3 = Color3.new(0, 0, 0)
  863. AR.TextScaled = true
  864. AR.TextSize = 14
  865. AR.TextWrapped = true
  866.  
  867. IN.Name = "IN"
  868. IN.Parent = Main
  869. IN.BackgroundColor3 = Color3.new(1, 1, 1)
  870. IN.BorderColor3 = Color3.new(0, 0, 0)
  871. IN.Position = UDim2.new(0, 127, 0, 54)
  872. IN.Size = UDim2.new(0, 100, 0, 50)
  873. IN.Font = Enum.Font.Code
  874. IN.Text = "Inf Nitro"
  875. IN.TextColor3 = Color3.new(0, 0, 0)
  876. IN.TextScaled = true
  877. IN.TextSize = 14
  878. IN.TextWrapped = true
  879.  
  880. JG.Name = "JG"
  881. JG.Parent = Main
  882. JG.BackgroundColor3 = Color3.new(1, 1, 1)
  883. JG.BorderColor3 = Color3.new(0, 0, 0)
  884. JG.Position = UDim2.new(0, 127, 0, 114)
  885. JG.Size = UDim2.new(0, 100, 0, 50)
  886. JG.Font = Enum.Font.Code
  887. JG.Text = "Jailbreak GUI"
  888. JG.TextColor3 = Color3.new(0, 0, 0)
  889. JG.TextScaled = true
  890. JG.TextSize = 14
  891. JG.TextWrapped = true
  892.  
  893. -- Scripts ayy lmao no copy pls
  894.  
  895. Exit.MouseButton1Click:connect(function()
  896. JailBailer:Destroy()
  897. end)
  898.  
  899. UJB.MouseButton1Click:connect(function()
  900. if game.PlaceId == 606849621 then
  901. warn("[v1.1] Unjailbreak Loaded")
  902. warn("[v1.1] -Fixed Explorer")
  903. warn("[v1.1] -Fixed Draggable")
  904. warn("[v1.1] -Fixed Fly Bug")
  905. warn("[v1.1] -Stability Improve")
  906. warn("[v1.1] -Added Checkpoints")
  907. warn("[Meme] -Leaked by N3xul, sorry :P")
  908. Unjailbreak = Instance.new("ScreenGui")
  909. MainFrame = Instance.new("Frame")
  910. TextLabel = Instance.new("TextLabel")
  911. BottomLine = Instance.new("TextLabel")
  912. PlayerImage = Instance.new("ImageLabel")
  913. TextLabel_2 = Instance.new("TextLabel")
  914. TextLabel_3 = Instance.new("TextLabel")
  915. HomeImage = Instance.new("ImageLabel")
  916. TextLabel_4 = Instance.new("TextLabel")
  917. Home = Instance.new("TextButton")
  918. HomeImage_2 = Instance.new("ImageLabel")
  919. TextLabel_5 = Instance.new("TextLabel")
  920. Settings = Instance.new("TextButton")
  921. HomeImage_3 = Instance.new("ImageLabel")
  922. TextLabel_6 = Instance.new("TextLabel")
  923. Teleports = Instance.new("TextButton")
  924. HomeImage_4 = Instance.new("ImageLabel")
  925. TextLabel_7 = Instance.new("TextLabel")
  926. TabFrames = Instance.new("Frame")
  927. HomeFrame = Instance.new("Frame")
  928. TextLabel_8 = Instance.new("TextLabel")
  929. TextLabel_9 = Instance.new("TextLabel")
  930. TextLabel_10 = Instance.new("TextLabel")
  931. TextLabel_11 = Instance.new("TextLabel")
  932. TextLabel_12 = Instance.new("TextLabel")
  933. TextLabel_13 = Instance.new("TextLabel")
  934. TextLabel_14 = Instance.new("TextLabel")
  935. TextLabel_15 = Instance.new("TextLabel")
  936. TeleportsFrame = Instance.new("Frame")
  937. JewelryStore = Instance.new("TextButton")
  938. BankStore = Instance.new("TextButton")
  939. BatCave = Instance.new("TextButton")
  940. CriminalBase = Instance.new("TextButton")
  941. PoliceHQ1 = Instance.new("TextButton")
  942. PoliceHQ2 = Instance.new("TextButton")
  943. DonutShop = Instance.new("TextButton")
  944. GasStation = Instance.new("TextButton")
  945. Prison = Instance.new("TextButton")
  946. Garage = Instance.new("TextButton")
  947. Bugatti = Instance.new("TextButton")
  948. Lamborghini = Instance.new("TextButton")
  949. Tesla3 = Instance.new("TextButton")
  950. Porsche = Instance.new("TextButton")
  951. SWATVan = Instance.new("TextButton")
  952. DuneBuggy = Instance.new("TextButton")
  953. PickUpTruck = Instance.new("TextButton")
  954. MiniCooper = Instance.new("TextButton")
  955. Camaro = Instance.new("TextButton")
  956. DirtBike = Instance.new("TextButton")
  957. sframe = Instance.new("ScrollingFrame")
  958. GoTo = Instance.new("TextButton")
  959. SPlayer = Instance.new("TextLabel")
  960. SettingsFrame = Instance.new("Frame")
  961. CDrag = Instance.new("ImageButton")
  962. CNotifierB = Instance.new("ImageButton")
  963. TextLabel_16 = Instance.new("TextLabel")
  964. TextLabel_17 = Instance.new("TextLabel")
  965. CNotifierJ = Instance.new("ImageButton")
  966. TextLabel_18 = Instance.new("TextLabel")
  967. TextLabel_19 = Instance.new("TextLabel")
  968. CBigHead = Instance.new("ImageButton")
  969. TextLabel_20 = Instance.new("TextLabel")
  970. CESP = Instance.new("ImageButton")
  971. TextLabel_21 = Instance.new("TextLabel")
  972. KeybindConFrame = Instance.new("Frame")
  973. TextLabel_22 = Instance.new("TextLabel")
  974. JewelryKeyy = Instance.new("TextLabel")
  975. BankKeyy = Instance.new("TextLabel")
  976. CriminalKeyy = Instance.new("TextLabel")
  977. KeyContinue = Instance.new("TextButton")
  978. KeyCancel = Instance.new("TextButton")
  979. CustomTP = Instance.new("TextButton")
  980. JewelryKeyBox = Instance.new("TextBox")
  981. CrimBaseBox = Instance.new("TextBox")
  982. BankKeyBox = Instance.new("TextBox")
  983. SetKeybind = Instance.new("TextButton")
  984. TextLabel_23 = Instance.new("TextLabel")
  985. Coords = Instance.new("TextButton")
  986. UIColorButton = Instance.new("TextButton")
  987. Reset = Instance.new("TextButton")
  988. CForceField = Instance.new("ImageButton")
  989. TextLabel_24 = Instance.new("TextLabel")
  990. Explorer = Instance.new("TextButton")
  991. GameFrame = Instance.new("Frame")
  992. InfiniteAmmo = Instance.new("TextButton")
  993. JumpPower = Instance.new("TextButton")
  994. NoClip = Instance.new("TextButton")
  995. Gravity = Instance.new("TextButton")
  996. RemoveAll = Instance.new("TextButton")
  997. AnnoyServer = Instance.new("TextButton")
  998. VehicleSpeed = Instance.new("TextButton")
  999. WalkSpeed = Instance.new("TextButton")
  1000. GodMode = Instance.new("TextButton")
  1001. AK47 = Instance.new("TextButton")
  1002. ClickTP = Instance.new("TextButton")
  1003. AutoRob = Instance.new("TextButton")
  1004. ShotGun = Instance.new("TextButton")
  1005. Btools = Instance.new("TextButton")
  1006. Pistol = Instance.new("TextButton")
  1007. SpamArrest = Instance.new("TextButton")
  1008. KeyCard = Instance.new("TextButton")
  1009. M4A4 = Instance.new("TextButton")
  1010. Fly = Instance.new("TextButton")
  1011. FlashLight = Instance.new("TextButton")
  1012. TextLabel_25 = Instance.new("TextLabel")
  1013. TextLabel_26 = Instance.new("TextLabel")
  1014. TextLabel_27 = Instance.new("TextLabel")
  1015. MainLogo2 = Instance.new("ImageLabel")
  1016. Tabs = Instance.new("ImageButton")
  1017. Dark = Instance.new("Frame")
  1018. MainLogo = Instance.new("ImageLabel")
  1019. TextLabel_28 = Instance.new("TextLabel")
  1020. JNotifierOpen = Instance.new("Frame")
  1021. TextLabel_29 = Instance.new("TextLabel")
  1022. GotoJewelry = Instance.new("TextButton")
  1023. BNotifierOpen = Instance.new("Frame")
  1024. TextLabel_30 = Instance.new("TextLabel")
  1025. GotoBank = Instance.new("TextButton")
  1026. LPlayerDetect = Instance.new("Frame")
  1027. PlayerNameDetected = Instance.new("TextLabel")
  1028. TextLabel_31 = Instance.new("TextLabel")
  1029. TextLabel_32 = Instance.new("TextLabel")
  1030. TextLabel_33 = Instance.new("TextLabel")
  1031. TextLabel_34 = Instance.new("TextLabel")
  1032. TextLabel_35 = Instance.new("TextLabel")
  1033. AdminJoined = Instance.new("Frame")
  1034. AdminDetected = Instance.new("TextLabel")
  1035. TextLabel_36 = Instance.new("TextLabel")
  1036. TextLabel_37 = Instance.new("TextLabel")
  1037. TextLabel_38 = Instance.new("TextLabel")
  1038. TextLabel_39 = Instance.new("TextLabel")
  1039. UIColorFrame = Instance.new("Frame")
  1040. TextLabel_40 = Instance.new("TextLabel")
  1041. TextLabel_41 = Instance.new("TextLabel")
  1042. Commands = Instance.new("Frame")
  1043. TextLabel_42 = Instance.new("TextLabel")
  1044. ScrollingFrame = Instance.new("ScrollingFrame")
  1045. TextLabel_43 = Instance.new("TextLabel")
  1046. TextLabel_44 = Instance.new("TextLabel")
  1047. TextLabel_45 = Instance.new("TextLabel")
  1048. TextLabel_46 = Instance.new("TextLabel")
  1049. TextLabel_47 = Instance.new("TextLabel")
  1050. TextLabel_48 = Instance.new("TextLabel")
  1051. TextLabel_49 = Instance.new("TextLabel")
  1052. TextLabel_50 = Instance.new("TextLabel")
  1053. TextLabel_51 = Instance.new("TextLabel")
  1054. TextLabel_52 = Instance.new("TextLabel")
  1055. CommandClose = Instance.new("TextButton")
  1056. StarterFrame = Instance.new("Frame")
  1057. StarterMainFrame = Instance.new("Frame")
  1058. ContinueCustomization = Instance.new("TextButton")
  1059. TextLabel_53 = Instance.new("TextLabel")
  1060. TextLabel_54 = Instance.new("TextLabel")
  1061. TextLabel_55 = Instance.new("TextLabel")
  1062. TextLabel_56 = Instance.new("TextLabel")
  1063. TextLabel_57 = Instance.new("TextLabel")
  1064. TextLabel_58 = Instance.new("TextLabel")
  1065. TextLabel_59 = Instance.new("TextLabel")
  1066. TextLabel_60 = Instance.new("TextLabel")
  1067. TextLabel_61 = Instance.new("TextLabel")
  1068. TextLabel_62 = Instance.new("TextLabel")
  1069. MainContinue = Instance.new("TextButton")
  1070. TextLabel_63 = Instance.new("TextLabel")
  1071. TextLabel_64 = Instance.new("TextLabel")
  1072. BlueColor = Instance.new("TextButton")
  1073. RedColor = Instance.new("TextButton")
  1074. OrangeColor = Instance.new("TextButton")
  1075. BlackColor = Instance.new("TextButton")
  1076. PurpleColor = Instance.new("TextButton")
  1077. TextLabel_65 = Instance.new("TextLabel")
  1078. UIKeybind = Instance.new("TextBox")
  1079. TextLabel_66 = Instance.new("TextLabel")
  1080. TextLabel_67 = Instance.new("TextLabel")
  1081. TextLabel_68 = Instance.new("TextLabel")
  1082. MainPreview = Instance.new("TextLabel")
  1083. TextLabel_69 = Instance.new("TextLabel")
  1084. Aimbotkeybind = Instance.new("TextBox")
  1085. TextLabel_70 = Instance.new("TextLabel")
  1086. TextLabel_71 = Instance.new("TextLabel")
  1087. TextLabel_72 = Instance.new("TextLabel")
  1088. TextLabel_73 = Instance.new("TextLabel")
  1089. TextLabel_74 = Instance.new("TextLabel")
  1090. TextLabel_75 = Instance.new("TextLabel")
  1091. TextLabel_76 = Instance.new("TextLabel")
  1092. local Game = Instance.new("TextButton")
  1093. ActiveMenu = Instance.new("Folder")
  1094. ButtonWheelMenu = Instance.new("Frame")
  1095. Hue = Instance.new("NumberValue")
  1096. Lig = Instance.new("NumberValue")
  1097. Sat = Instance.new("NumberValue")
  1098. HueBox = Instance.new("TextBox")
  1099. GetColor = Instance.new("BindableFunction")
  1100.  
  1101. Unjailbreak.Name = "Unjailbreak"
  1102. Unjailbreak.Parent = game.CoreGui
  1103.  
  1104. MainFrame.Name = "MainFrame"
  1105. MainFrame.Parent = Unjailbreak
  1106. MainFrame.Active = true
  1107. MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1108. MainFrame.BorderSizePixel = 0
  1109. MainFrame.ClipsDescendants = true
  1110. MainFrame.Draggable = true
  1111. MainFrame.Position = UDim2.new(0.344000012, 0, 1.10000002, -2)
  1112. MainFrame.Size = UDim2.new(0, 598, 0, 356)
  1113.  
  1114. TextLabel.Parent = MainFrame
  1115. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1116. TextLabel.BorderSizePixel = 0
  1117. TextLabel.Position = UDim2.new(0, 0, 0, 39)
  1118. TextLabel.Size = UDim2.new(0, 598, 0, 3)
  1119. TextLabel.Font = Enum.Font.SourceSans
  1120. TextLabel.FontSize = Enum.FontSize.Size14
  1121. TextLabel.Text = ""
  1122. TextLabel.TextSize = 14
  1123.  
  1124. BottomLine.Name = "BottomLine"
  1125. BottomLine.Parent = MainFrame
  1126. BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1127. BottomLine.BorderSizePixel = 0
  1128. BottomLine.Position = UDim2.new(0, 0, 0, 336)
  1129. BottomLine.Size = UDim2.new(0, 598, 0, 18)
  1130. BottomLine.Font = Enum.Font.SourceSans
  1131. BottomLine.FontSize = Enum.FontSize.Size14
  1132. BottomLine.Text = ""
  1133. BottomLine.TextSize = 14
  1134.  
  1135. PlayerImage.Name = "PlayerImage"
  1136. PlayerImage.Parent = MainFrame
  1137. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1138. PlayerImage.BorderSizePixel = 0
  1139. PlayerImage.Position = UDim2.new(0, 0, 0, 48)
  1140. PlayerImage.Size = UDim2.new(0, 149, 0, 129)
  1141. PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  1142.  
  1143. TextLabel_2.Parent = MainFrame
  1144. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1145. TextLabel_2.BackgroundTransparency = 1
  1146. TextLabel_2.Position = UDim2.new(0, 199, 0, 0)
  1147. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  1148. TextLabel_2.Font = Enum.Font.Arial
  1149. TextLabel_2.FontSize = Enum.FontSize.Size24
  1150. TextLabel_2.Text = "U N J A I L B R E A K"
  1151. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  1152. TextLabel_2.TextSize = 20
  1153.  
  1154. TextLabel_3.Parent = MainFrame
  1155. TextLabel_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1156. TextLabel_3.BorderSizePixel = 0
  1157. TextLabel_3.Position = UDim2.new(0, 0, 0, 177)
  1158. TextLabel_3.Size = UDim2.new(0, 149, 0, 159)
  1159. TextLabel_3.Font = Enum.Font.SourceSans
  1160. TextLabel_3.FontSize = Enum.FontSize.Size14
  1161. TextLabel_3.Text = ""
  1162. TextLabel_3.TextSize = 14
  1163.  
  1164. Game.Name = "Game"
  1165. Game.Parent = MainFrame
  1166. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  1167. Game.BackgroundTransparency = 1
  1168. Game.Position = UDim2.new(0, 21, 0, 229)
  1169. Game.Size = UDim2.new(0, 118, 0, 30)
  1170. Game.Font = Enum.Font.Arial
  1171. Game.FontSize = Enum.FontSize.Size18
  1172. Game.Text = ""
  1173. Game.TextColor3 = Color3.new(1, 1, 1)
  1174. Game.TextSize = 17
  1175.  
  1176. HomeImage.Name = "HomeImage"
  1177. HomeImage.Parent = Game
  1178. HomeImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1179. HomeImage.BackgroundTransparency = 1
  1180. HomeImage.Position = UDim2.new(0, 0, 0, 3)
  1181. HomeImage.Size = UDim2.new(0, 25, 0, 24)
  1182. HomeImage.Image = "rbxassetid://1022440008"
  1183.  
  1184. TextLabel_4.Parent = Game
  1185. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1186. TextLabel_4.BackgroundTransparency = 1
  1187. TextLabel_4.Position = UDim2.new(0, 33, 0, 0)
  1188. TextLabel_4.Size = UDim2.new(0, 85, 0, 30)
  1189. TextLabel_4.Font = Enum.Font.Arial
  1190. TextLabel_4.FontSize = Enum.FontSize.Size18
  1191. TextLabel_4.Text = "Game"
  1192. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  1193. TextLabel_4.TextSize = 17
  1194. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  1195.  
  1196. Home.Name = "Home"
  1197. Home.Parent = MainFrame
  1198. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  1199. Home.BackgroundTransparency = 1
  1200. Home.Position = UDim2.new(0, 21, 0, 196)
  1201. Home.Size = UDim2.new(0, 118, 0, 30)
  1202. Home.Font = Enum.Font.Arial
  1203. Home.FontSize = Enum.FontSize.Size18
  1204. Home.Text = ""
  1205. Home.TextColor3 = Color3.new(1, 1, 1)
  1206. Home.TextSize = 17
  1207.  
  1208. HomeImage_2.Name = "HomeImage"
  1209. HomeImage_2.Parent = Home
  1210. HomeImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1211. HomeImage_2.BackgroundTransparency = 1
  1212. HomeImage_2.Position = UDim2.new(0, 0, 0, 3)
  1213. HomeImage_2.Size = UDim2.new(0, 25, 0, 24)
  1214. HomeImage_2.Image = "rbxassetid://1022441323"
  1215.  
  1216. TextLabel_5.Parent = Home
  1217. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1218. TextLabel_5.BackgroundTransparency = 1
  1219. TextLabel_5.Position = UDim2.new(0, 33, 0, 0)
  1220. TextLabel_5.Size = UDim2.new(0, 85, 0, 30)
  1221. TextLabel_5.Font = Enum.Font.Arial
  1222. TextLabel_5.FontSize = Enum.FontSize.Size18
  1223. TextLabel_5.Text = "Home"
  1224. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  1225. TextLabel_5.TextSize = 17
  1226. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  1227.  
  1228. Settings.Name = "Settings"
  1229. Settings.Parent = MainFrame
  1230. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  1231. Settings.BackgroundTransparency = 1
  1232. Settings.Position = UDim2.new(0, 21, 0, 295)
  1233. Settings.Size = UDim2.new(0, 118, 0, 30)
  1234. Settings.Font = Enum.Font.Arial
  1235. Settings.FontSize = Enum.FontSize.Size18
  1236. Settings.Text = ""
  1237. Settings.TextColor3 = Color3.new(1, 1, 1)
  1238. Settings.TextSize = 17
  1239.  
  1240. HomeImage_3.Name = "HomeImage"
  1241. HomeImage_3.Parent = Settings
  1242. HomeImage_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1243. HomeImage_3.BackgroundTransparency = 1
  1244. HomeImage_3.Position = UDim2.new(0, 0, 0, 3)
  1245. HomeImage_3.Size = UDim2.new(0, 25, 0, 24)
  1246. HomeImage_3.Image = "rbxassetid://1022442308"
  1247.  
  1248. TextLabel_6.Parent = Settings
  1249. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1250. TextLabel_6.BackgroundTransparency = 1
  1251. TextLabel_6.Position = UDim2.new(0, 33, 0, 0)
  1252. TextLabel_6.Size = UDim2.new(0, 85, 0, 30)
  1253. TextLabel_6.Font = Enum.Font.Arial
  1254. TextLabel_6.FontSize = Enum.FontSize.Size18
  1255. TextLabel_6.Text = "Settings"
  1256. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  1257. TextLabel_6.TextSize = 17
  1258. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  1259.  
  1260. Teleports.Name = "Teleports"
  1261. Teleports.Parent = MainFrame
  1262. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  1263. Teleports.BackgroundTransparency = 1
  1264. Teleports.Position = UDim2.new(0, 21, 0, 262)
  1265. Teleports.Size = UDim2.new(0, 118, 0, 30)
  1266. Teleports.Font = Enum.Font.Arial
  1267. Teleports.FontSize = Enum.FontSize.Size18
  1268. Teleports.Text = ""
  1269. Teleports.TextColor3 = Color3.new(1, 1, 1)
  1270. Teleports.TextSize = 17
  1271.  
  1272. HomeImage_4.Name = "HomeImage"
  1273. HomeImage_4.Parent = Teleports
  1274. HomeImage_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1275. HomeImage_4.BackgroundTransparency = 1
  1276. HomeImage_4.Position = UDim2.new(0, 0, 0, 3)
  1277. HomeImage_4.Size = UDim2.new(0, 25, 0, 24)
  1278. HomeImage_4.Image = "rbxassetid://1022517730"
  1279.  
  1280. TextLabel_7.Parent = Teleports
  1281. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1282. TextLabel_7.BackgroundTransparency = 1
  1283. TextLabel_7.Position = UDim2.new(0, 33, 0, 0)
  1284. TextLabel_7.Size = UDim2.new(0, 85, 0, 30)
  1285. TextLabel_7.Font = Enum.Font.Arial
  1286. TextLabel_7.FontSize = Enum.FontSize.Size18
  1287. TextLabel_7.Text = "Teleports"
  1288. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  1289. TextLabel_7.TextSize = 17
  1290. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  1291.  
  1292. TabFrames.Name = "TabFrames"
  1293. TabFrames.Parent = MainFrame
  1294. TabFrames.BackgroundColor3 = Color3.new(1, 1, 1)
  1295. TabFrames.BorderSizePixel = 0
  1296. TabFrames.ClipsDescendants = true
  1297. TabFrames.Position = UDim2.new(0, 0, 0, 47)
  1298. TabFrames.Size = UDim2.new(0, 598, 0, 289)
  1299.  
  1300. HomeFrame.Name = "HomeFrame"
  1301. HomeFrame.Parent = TabFrames
  1302. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1303. HomeFrame.BorderSizePixel = 0
  1304. HomeFrame.ClipsDescendants = true
  1305. HomeFrame.Size = UDim2.new(0, 598, 0, 289)
  1306. HomeFrame.Visible = true
  1307.  
  1308. TextLabel_8.Parent = HomeFrame
  1309. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1310. TextLabel_8.BackgroundTransparency = 1
  1311. TextLabel_8.Position = UDim2.new(0, 199, 0, 18)
  1312. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  1313. TextLabel_8.Font = Enum.Font.Arial
  1314. TextLabel_8.FontSize = Enum.FontSize.Size24
  1315. TextLabel_8.Text = "Welcome To Unjailbreak"
  1316. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  1317. TextLabel_8.TextSize = 20
  1318.  
  1319. TextLabel_9.Parent = HomeFrame
  1320. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  1321. TextLabel_9.BackgroundTransparency = 1
  1322. TextLabel_9.Position = UDim2.new(0, 199, 0, 53)
  1323. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  1324. TextLabel_9.Font = Enum.Font.Arial
  1325. TextLabel_9.FontSize = Enum.FontSize.Size24
  1326. TextLabel_9.Text = "Logo Created by ooga#9523"
  1327. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  1328. TextLabel_9.TextSize = 20
  1329.  
  1330. TextLabel_10.Parent = HomeFrame
  1331. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  1332. TextLabel_10.BackgroundTransparency = 1
  1333. TextLabel_10.Position = UDim2.new(0, 199, 0, 99)
  1334. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  1335. TextLabel_10.Font = Enum.Font.Arial
  1336. TextLabel_10.FontSize = Enum.FontSize.Size24
  1337. TextLabel_10.Text = "Whitelist Created By Aren <3"
  1338. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  1339. TextLabel_10.TextSize = 20
  1340.  
  1341. TextLabel_11.Parent = HomeFrame
  1342. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  1343. TextLabel_11.BackgroundTransparency = 1
  1344. TextLabel_11.Position = UDim2.new(0, 199, 0, 120)
  1345. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  1346. TextLabel_11.Font = Enum.Font.Arial
  1347. TextLabel_11.FontSize = Enum.FontSize.Size24
  1348. TextLabel_11.Text = "Credits To Ezy For Being Cool"
  1349. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  1350. TextLabel_11.TextSize = 20
  1351.  
  1352. TextLabel_12.Parent = HomeFrame
  1353. TextLabel_12.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1354. TextLabel_12.BorderSizePixel = 0
  1355. TextLabel_12.Position = UDim2.new(0, 100, 0, -33)
  1356. TextLabel_12.Size = UDim2.new(0, 33, 0, 409)
  1357. TextLabel_12.Font = Enum.Font.Arial
  1358. TextLabel_12.FontSize = Enum.FontSize.Size24
  1359. TextLabel_12.Text = ""
  1360. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  1361. TextLabel_12.TextSize = 20
  1362.  
  1363. TextLabel_13.Parent = HomeFrame
  1364. TextLabel_13.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1365. TextLabel_13.BorderSizePixel = 0
  1366. TextLabel_13.Position = UDim2.new(0, 82, 0, -60)
  1367. TextLabel_13.Size = UDim2.new(0, 9, 0, 409)
  1368. TextLabel_13.Font = Enum.Font.Arial
  1369. TextLabel_13.FontSize = Enum.FontSize.Size24
  1370. TextLabel_13.Text = ""
  1371. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  1372. TextLabel_13.TextSize = 20
  1373.  
  1374. TextLabel_14.Parent = HomeFrame
  1375. TextLabel_14.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  1376. TextLabel_14.BorderSizePixel = 0
  1377. TextLabel_14.Position = UDim2.new(0, 570, 0, -60)
  1378. TextLabel_14.Size = UDim2.new(0, 8, 0, 409)
  1379. TextLabel_14.Font = Enum.Font.Arial
  1380. TextLabel_14.FontSize = Enum.FontSize.Size24
  1381. TextLabel_14.Text = ""
  1382. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  1383. TextLabel_14.TextSize = 20
  1384.  
  1385. TextLabel_15.Parent = HomeFrame
  1386. TextLabel_15.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  1387. TextLabel_15.BorderSizePixel = 0
  1388. TextLabel_15.Position = UDim2.new(0, 114, 0, -21)
  1389. TextLabel_15.Size = UDim2.new(0, 10, 0, 409)
  1390. TextLabel_15.Font = Enum.Font.Arial
  1391. TextLabel_15.FontSize = Enum.FontSize.Size24
  1392. TextLabel_15.Text = ""
  1393. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  1394. TextLabel_15.TextSize = 20
  1395.  
  1396. TeleportsFrame.Name = "TeleportsFrame"
  1397. TeleportsFrame.Parent = TabFrames
  1398. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1399. TeleportsFrame.BorderSizePixel = 0
  1400. TeleportsFrame.ClipsDescendants = true
  1401. TeleportsFrame.Size = UDim2.new(0, 598, 0, 289)
  1402. TeleportsFrame.Visible = false
  1403.  
  1404. JewelryStore.Name = "JewelryStore"
  1405. JewelryStore.Parent = TeleportsFrame
  1406. JewelryStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1407. JewelryStore.BorderSizePixel = 0
  1408. JewelryStore.Position = UDim2.new(0, 22, 0, 50)
  1409. JewelryStore.Size = UDim2.new(0, 89, 0, 25)
  1410. JewelryStore.AutoButtonColor = false
  1411. JewelryStore.Font = Enum.Font.Arial
  1412. JewelryStore.FontSize = Enum.FontSize.Size18
  1413. JewelryStore.Text = "Jewelry Store"
  1414. JewelryStore.TextColor3 = Color3.new(1, 1, 1)
  1415. JewelryStore.TextSize = 15
  1416.  
  1417. BankStore.Name = "BankStore"
  1418. BankStore.Parent = TeleportsFrame
  1419. BankStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1420. BankStore.BorderSizePixel = 0
  1421. BankStore.Position = UDim2.new(0, 120, 0, 50)
  1422. BankStore.Size = UDim2.new(0, 89, 0, 25)
  1423. BankStore.AutoButtonColor = false
  1424. BankStore.Font = Enum.Font.Arial
  1425. BankStore.FontSize = Enum.FontSize.Size18
  1426. BankStore.Text = "Bank Store"
  1427. BankStore.TextColor3 = Color3.new(1, 1, 1)
  1428. BankStore.TextSize = 15
  1429.  
  1430. BatCave.Name = "BatCave"
  1431. BatCave.Parent = TeleportsFrame
  1432. BatCave.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1433. BatCave.BorderSizePixel = 0
  1434. BatCave.Position = UDim2.new(0, 22, 0, 85)
  1435. BatCave.Size = UDim2.new(0, 89, 0, 25)
  1436. BatCave.AutoButtonColor = false
  1437. BatCave.Font = Enum.Font.Arial
  1438. BatCave.FontSize = Enum.FontSize.Size18
  1439. BatCave.Text = "Bat Cave"
  1440. BatCave.TextColor3 = Color3.new(1, 1, 1)
  1441. BatCave.TextSize = 15
  1442.  
  1443. CriminalBase.Name = "CriminalBase"
  1444. CriminalBase.Parent = TeleportsFrame
  1445. CriminalBase.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1446. CriminalBase.BorderSizePixel = 0
  1447. CriminalBase.Position = UDim2.new(0, 120, 0, 85)
  1448. CriminalBase.Size = UDim2.new(0, 89, 0, 25)
  1449. CriminalBase.AutoButtonColor = false
  1450. CriminalBase.Font = Enum.Font.Arial
  1451. CriminalBase.FontSize = Enum.FontSize.Size18
  1452. CriminalBase.Text = "Criminal Base"
  1453. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  1454. CriminalBase.TextSize = 15
  1455.  
  1456. PoliceHQ1.Name = "PoliceHQ1"
  1457. PoliceHQ1.Parent = TeleportsFrame
  1458. PoliceHQ1.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1459. PoliceHQ1.BorderSizePixel = 0
  1460. PoliceHQ1.Position = UDim2.new(0, 22, 0, 120)
  1461. PoliceHQ1.Size = UDim2.new(0, 89, 0, 25)
  1462. PoliceHQ1.AutoButtonColor = false
  1463. PoliceHQ1.Font = Enum.Font.Arial
  1464. PoliceHQ1.FontSize = Enum.FontSize.Size18
  1465. PoliceHQ1.Text = "Police HQ 1"
  1466. PoliceHQ1.TextColor3 = Color3.new(1, 1, 1)
  1467. PoliceHQ1.TextSize = 15
  1468.  
  1469. PoliceHQ2.Name = "PoliceHQ2"
  1470. PoliceHQ2.Parent = TeleportsFrame
  1471. PoliceHQ2.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1472. PoliceHQ2.BorderSizePixel = 0
  1473. PoliceHQ2.Position = UDim2.new(0, 120, 0, 120)
  1474. PoliceHQ2.Size = UDim2.new(0, 89, 0, 25)
  1475. PoliceHQ2.AutoButtonColor = false
  1476. PoliceHQ2.Font = Enum.Font.Arial
  1477. PoliceHQ2.FontSize = Enum.FontSize.Size18
  1478. PoliceHQ2.Text = "Police HQ 2"
  1479. PoliceHQ2.TextColor3 = Color3.new(1, 1, 1)
  1480. PoliceHQ2.TextSize = 15
  1481.  
  1482. DonutShop.Name = "DonutShop"
  1483. DonutShop.Parent = TeleportsFrame
  1484. DonutShop.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1485. DonutShop.BorderSizePixel = 0
  1486. DonutShop.Position = UDim2.new(0, 120, 0, 155)
  1487. DonutShop.Size = UDim2.new(0, 89, 0, 25)
  1488. DonutShop.AutoButtonColor = false
  1489. DonutShop.Font = Enum.Font.Arial
  1490. DonutShop.FontSize = Enum.FontSize.Size18
  1491. DonutShop.Text = "Donut Shop"
  1492. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  1493. DonutShop.TextSize = 15
  1494.  
  1495. GasStation.Name = "GasStation"
  1496. GasStation.Parent = TeleportsFrame
  1497. GasStation.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1498. GasStation.BorderSizePixel = 0
  1499. GasStation.Position = UDim2.new(0, 22, 0, 155)
  1500. GasStation.Size = UDim2.new(0, 89, 0, 25)
  1501. GasStation.AutoButtonColor = false
  1502. GasStation.Font = Enum.Font.Arial
  1503. GasStation.FontSize = Enum.FontSize.Size18
  1504. GasStation.Text = "Gas Station"
  1505. GasStation.TextColor3 = Color3.new(1, 1, 1)
  1506. GasStation.TextSize = 15
  1507.  
  1508. Prison.Name = "Prison"
  1509. Prison.Parent = TeleportsFrame
  1510. Prison.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1511. Prison.BorderSizePixel = 0
  1512. Prison.Position = UDim2.new(0, 22, 0, 190)
  1513. Prison.Size = UDim2.new(0, 89, 0, 25)
  1514. Prison.AutoButtonColor = false
  1515. Prison.Font = Enum.Font.Arial
  1516. Prison.FontSize = Enum.FontSize.Size18
  1517. Prison.Text = "Prison"
  1518. Prison.TextColor3 = Color3.new(1, 1, 1)
  1519. Prison.TextSize = 15
  1520.  
  1521. Garage.Name = "Garage"
  1522. Garage.Parent = TeleportsFrame
  1523. Garage.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1524. Garage.BorderSizePixel = 0
  1525. Garage.Position = UDim2.new(0, 120, 0, 190)
  1526. Garage.Size = UDim2.new(0, 89, 0, 25)
  1527. Garage.AutoButtonColor = false
  1528. Garage.Font = Enum.Font.Arial
  1529. Garage.FontSize = Enum.FontSize.Size18
  1530. Garage.Text = "Garage"
  1531. Garage.TextColor3 = Color3.new(1, 1, 1)
  1532. Garage.TextSize = 15
  1533.  
  1534. Bugatti.Name = "Bugatti"
  1535. Bugatti.Parent = TeleportsFrame
  1536. Bugatti.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1537. Bugatti.BorderSizePixel = 0
  1538. Bugatti.Position = UDim2.new(0, 218, 0, 50)
  1539. Bugatti.Size = UDim2.new(0, 89, 0, 25)
  1540. Bugatti.AutoButtonColor = false
  1541. Bugatti.Font = Enum.Font.Arial
  1542. Bugatti.FontSize = Enum.FontSize.Size18
  1543. Bugatti.Text = "Bugatti"
  1544. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  1545. Bugatti.TextSize = 15
  1546.  
  1547. Lamborghini.Name = "Lamborghini"
  1548. Lamborghini.Parent = TeleportsFrame
  1549. Lamborghini.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1550. Lamborghini.BorderSizePixel = 0
  1551. Lamborghini.Position = UDim2.new(0, 318, 0, 50)
  1552. Lamborghini.Size = UDim2.new(0, 89, 0, 25)
  1553. Lamborghini.AutoButtonColor = false
  1554. Lamborghini.Font = Enum.Font.Arial
  1555. Lamborghini.FontSize = Enum.FontSize.Size18
  1556. Lamborghini.Text = "Lamborghini"
  1557. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  1558. Lamborghini.TextSize = 15
  1559.  
  1560. Tesla3.Name = "Tesla3"
  1561. Tesla3.Parent = TeleportsFrame
  1562. Tesla3.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1563. Tesla3.BorderSizePixel = 0
  1564. Tesla3.Position = UDim2.new(0, 318, 0, 85)
  1565. Tesla3.Size = UDim2.new(0, 89, 0, 25)
  1566. Tesla3.AutoButtonColor = false
  1567. Tesla3.Font = Enum.Font.Arial
  1568. Tesla3.FontSize = Enum.FontSize.Size18
  1569. Tesla3.Text = "Tesla 3"
  1570. Tesla3.TextColor3 = Color3.new(1, 1, 1)
  1571. Tesla3.TextSize = 15
  1572.  
  1573. Porsche.Name = "Porsche"
  1574. Porsche.Parent = TeleportsFrame
  1575. Porsche.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1576. Porsche.BorderSizePixel = 0
  1577. Porsche.Position = UDim2.new(0, 218, 0, 85)
  1578. Porsche.Size = UDim2.new(0, 89, 0, 25)
  1579. Porsche.AutoButtonColor = false
  1580. Porsche.Font = Enum.Font.Arial
  1581. Porsche.FontSize = Enum.FontSize.Size18
  1582. Porsche.Text = "Porsche"
  1583. Porsche.TextColor3 = Color3.new(1, 1, 1)
  1584. Porsche.TextSize = 15
  1585.  
  1586. SWATVan.Name = "SWATVan"
  1587. SWATVan.Parent = TeleportsFrame
  1588. SWATVan.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1589. SWATVan.BorderSizePixel = 0
  1590. SWATVan.Position = UDim2.new(0, 318, 0, 120)
  1591. SWATVan.Size = UDim2.new(0, 89, 0, 25)
  1592. SWATVan.AutoButtonColor = false
  1593. SWATVan.Font = Enum.Font.Arial
  1594. SWATVan.FontSize = Enum.FontSize.Size18
  1595. SWATVan.Text = "SWAT Van"
  1596. SWATVan.TextColor3 = Color3.new(1, 1, 1)
  1597. SWATVan.TextSize = 15
  1598.  
  1599. DuneBuggy.Name = "DuneBuggy"
  1600. DuneBuggy.Parent = TeleportsFrame
  1601. DuneBuggy.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1602. DuneBuggy.BorderSizePixel = 0
  1603. DuneBuggy.Position = UDim2.new(0, 218, 0, 120)
  1604. DuneBuggy.Size = UDim2.new(0, 89, 0, 25)
  1605. DuneBuggy.AutoButtonColor = false
  1606. DuneBuggy.Font = Enum.Font.Arial
  1607. DuneBuggy.FontSize = Enum.FontSize.Size18
  1608. DuneBuggy.Text = "Dune Buggy"
  1609. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  1610. DuneBuggy.TextSize = 15
  1611.  
  1612. PickUpTruck.Name = "PickUpTruck"
  1613. PickUpTruck.Parent = TeleportsFrame
  1614. PickUpTruck.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1615. PickUpTruck.BorderSizePixel = 0
  1616. PickUpTruck.Position = UDim2.new(0, 218, 0, 155)
  1617. PickUpTruck.Size = UDim2.new(0, 89, 0, 25)
  1618. PickUpTruck.AutoButtonColor = false
  1619. PickUpTruck.Font = Enum.Font.Arial
  1620. PickUpTruck.FontSize = Enum.FontSize.Size18
  1621. PickUpTruck.Text = "PickUp Truck"
  1622. PickUpTruck.TextColor3 = Color3.new(1, 1, 1)
  1623. PickUpTruck.TextSize = 15
  1624.  
  1625. MiniCooper.Name = "MiniCooper"
  1626. MiniCooper.Parent = TeleportsFrame
  1627. MiniCooper.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1628. MiniCooper.BorderSizePixel = 0
  1629. MiniCooper.Position = UDim2.new(0, 218, 0, 190)
  1630. MiniCooper.Size = UDim2.new(0, 89, 0, 25)
  1631. MiniCooper.AutoButtonColor = false
  1632. MiniCooper.Font = Enum.Font.Arial
  1633. MiniCooper.FontSize = Enum.FontSize.Size18
  1634. MiniCooper.Text = "Mini Cooper"
  1635. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  1636. MiniCooper.TextSize = 15
  1637.  
  1638. Camaro.Name = "Camaro"
  1639. Camaro.Parent = TeleportsFrame
  1640. Camaro.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1641. Camaro.BorderSizePixel = 0
  1642. Camaro.Position = UDim2.new(0, 318, 0, 190)
  1643. Camaro.Size = UDim2.new(0, 89, 0, 25)
  1644. Camaro.AutoButtonColor = false
  1645. Camaro.Font = Enum.Font.Arial
  1646. Camaro.FontSize = Enum.FontSize.Size18
  1647. Camaro.Text = "Camaro"
  1648. Camaro.TextColor3 = Color3.new(1, 1, 1)
  1649. Camaro.TextSize = 15
  1650.  
  1651. DirtBike.Name = "DirtBike"
  1652. DirtBike.Parent = TeleportsFrame
  1653. DirtBike.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1654. DirtBike.BorderSizePixel = 0
  1655. DirtBike.Position = UDim2.new(0, 318, 0, 155)
  1656. DirtBike.Size = UDim2.new(0, 89, 0, 25)
  1657. DirtBike.AutoButtonColor = false
  1658. DirtBike.Font = Enum.Font.Arial
  1659. DirtBike.FontSize = Enum.FontSize.Size18
  1660. DirtBike.Text = "Dirt Bike"
  1661. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  1662. DirtBike.TextSize = 15
  1663.  
  1664. sframe.Name = "sframe"
  1665. sframe.Parent = TeleportsFrame
  1666. sframe.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  1667. sframe.BorderSizePixel = 0
  1668. sframe.Position = UDim2.new(0, 418, 0, 51)
  1669. sframe.Size = UDim2.new(0, 180, 0, 164)
  1670. sframe.ScrollBarThickness = 4
  1671.  
  1672. GoTo.Name = "GoTo"
  1673. GoTo.Parent = TeleportsFrame
  1674. GoTo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1675. GoTo.BorderSizePixel = 0
  1676. GoTo.Position = UDim2.new(0, 459, 0, 247)
  1677. GoTo.Size = UDim2.new(0, 89, 0, 25)
  1678. GoTo.AutoButtonColor = false
  1679. GoTo.Font = Enum.Font.Arial
  1680. GoTo.FontSize = Enum.FontSize.Size18
  1681. GoTo.Text = "GoTo"
  1682. GoTo.TextColor3 = Color3.new(1, 1, 1)
  1683. GoTo.TextSize = 15
  1684.  
  1685. SPlayer.Name = "SPlayer"
  1686. SPlayer.Parent = TeleportsFrame
  1687. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1688. SPlayer.BackgroundTransparency = 1
  1689. SPlayer.Position = UDim2.new(0, 407, 0, 221)
  1690. SPlayer.Size = UDim2.new(0, 191, 0, 17)
  1691. SPlayer.Font = Enum.Font.Arial
  1692. SPlayer.FontSize = Enum.FontSize.Size14
  1693. SPlayer.Text = "Player:"
  1694. SPlayer.TextSize = 14
  1695.  
  1696. SettingsFrame.Name = "SettingsFrame"
  1697. SettingsFrame.Parent = TabFrames
  1698. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1699. SettingsFrame.BorderSizePixel = 0
  1700. SettingsFrame.ClipsDescendants = true
  1701. SettingsFrame.Size = UDim2.new(0, 598, 0, 289)
  1702. SettingsFrame.Visible = false
  1703.  
  1704. CDrag.Name = "CDrag"
  1705. CDrag.Parent = SettingsFrame
  1706. CDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  1707. CDrag.BackgroundTransparency = 1
  1708. CDrag.Position = UDim2.new(0, 22, 0, 60)
  1709. CDrag.Size = UDim2.new(0, 25, 0, 25)
  1710. CDrag.Image = "rbxassetid://87913710"
  1711. CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  1712.  
  1713. CNotifierB.Name = "CNotifierB"
  1714. CNotifierB.Parent = SettingsFrame
  1715. CNotifierB.BackgroundColor3 = Color3.new(1, 1, 1)
  1716. CNotifierB.BackgroundTransparency = 1
  1717. CNotifierB.Position = UDim2.new(0, 22, 0, 100)
  1718. CNotifierB.Size = UDim2.new(0, 25, 0, 25)
  1719. CNotifierB.Image = "rbxassetid://87913710"
  1720. CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1721.  
  1722. TextLabel_16.Parent = SettingsFrame
  1723. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  1724. TextLabel_16.BackgroundTransparency = 1
  1725. TextLabel_16.Position = UDim2.new(0, 55, 0, 62)
  1726. TextLabel_16.Size = UDim2.new(0, 56, 0, 17)
  1727. TextLabel_16.Font = Enum.Font.Arial
  1728. TextLabel_16.FontSize = Enum.FontSize.Size18
  1729. TextLabel_16.Text = "Draggable"
  1730. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  1731. TextLabel_16.TextSize = 15
  1732. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  1733.  
  1734. TextLabel_17.Parent = SettingsFrame
  1735. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  1736. TextLabel_17.BackgroundTransparency = 1
  1737. TextLabel_17.Position = UDim2.new(0, 55, 0, 102)
  1738. TextLabel_17.Size = UDim2.new(0, 56, 0, 17)
  1739. TextLabel_17.Font = Enum.Font.Arial
  1740. TextLabel_17.FontSize = Enum.FontSize.Size18
  1741. TextLabel_17.Text = "Bank Notifier"
  1742. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  1743. TextLabel_17.TextSize = 15
  1744. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  1745.  
  1746. CNotifierJ.Name = "CNotifierJ"
  1747. CNotifierJ.Parent = SettingsFrame
  1748. CNotifierJ.BackgroundColor3 = Color3.new(1, 1, 1)
  1749. CNotifierJ.BackgroundTransparency = 1
  1750. CNotifierJ.Position = UDim2.new(0, 22, 0, 140)
  1751. CNotifierJ.Size = UDim2.new(0, 25, 0, 25)
  1752. CNotifierJ.Image = "rbxassetid://87913710"
  1753. CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1754.  
  1755. TextLabel_18.Parent = SettingsFrame
  1756. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  1757. TextLabel_18.BackgroundTransparency = 1
  1758. TextLabel_18.Position = UDim2.new(0, 55, 0, 142)
  1759. TextLabel_18.Size = UDim2.new(0, 56, 0, 17)
  1760. TextLabel_18.Font = Enum.Font.Arial
  1761. TextLabel_18.FontSize = Enum.FontSize.Size18
  1762. TextLabel_18.Text = "Jewelry Notifier"
  1763. TextLabel_18.TextColor3 = Color3.new(0, 0, 0)
  1764. TextLabel_18.TextSize = 15
  1765. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  1766.  
  1767. TextLabel_19.Parent = SettingsFrame
  1768. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  1769. TextLabel_19.BackgroundTransparency = 1
  1770. TextLabel_19.Position = UDim2.new(0, 271, 0, 210)
  1771. TextLabel_19.Size = UDim2.new(0, 56, 0, 17)
  1772. TextLabel_19.Font = Enum.Font.Arial
  1773. TextLabel_19.FontSize = Enum.FontSize.Size18
  1774. TextLabel_19.Text = "Set Current Position As Custom TP"
  1775. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  1776. TextLabel_19.TextSize = 15
  1777.  
  1778. CBigHead.Name = "CBigHead"
  1779. CBigHead.Parent = SettingsFrame
  1780. CBigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  1781. CBigHead.BackgroundTransparency = 1
  1782. CBigHead.Position = UDim2.new(0, 22, 0, 180)
  1783. CBigHead.Size = UDim2.new(0, 25, 0, 25)
  1784. CBigHead.Image = "rbxassetid://87913710"
  1785. CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1786.  
  1787. TextLabel_20.Parent = SettingsFrame
  1788. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  1789. TextLabel_20.BackgroundTransparency = 1
  1790. TextLabel_20.Position = UDim2.new(0, 55, 0, 182)
  1791. TextLabel_20.Size = UDim2.new(0, 56, 0, 17)
  1792. TextLabel_20.Font = Enum.Font.Arial
  1793. TextLabel_20.FontSize = Enum.FontSize.Size18
  1794. TextLabel_20.Text = "Big Head"
  1795. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  1796. TextLabel_20.TextSize = 15
  1797. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  1798.  
  1799. CESP.Name = "CESP"
  1800. CESP.Parent = SettingsFrame
  1801. CESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1802. CESP.BackgroundTransparency = 1
  1803. CESP.Position = UDim2.new(0, 22, 0, 220)
  1804. CESP.Size = UDim2.new(0, 25, 0, 25)
  1805. CESP.Image = "rbxassetid://87913710"
  1806. CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  1807.  
  1808. TextLabel_21.Parent = SettingsFrame
  1809. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  1810. TextLabel_21.BackgroundTransparency = 1
  1811. TextLabel_21.Position = UDim2.new(0, 55, 0, 222)
  1812. TextLabel_21.Size = UDim2.new(0, 56, 0, 17)
  1813. TextLabel_21.Font = Enum.Font.Arial
  1814. TextLabel_21.FontSize = Enum.FontSize.Size18
  1815. TextLabel_21.Text = "ESP"
  1816. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  1817. TextLabel_21.TextSize = 15
  1818. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  1819.  
  1820. KeybindConFrame.Name = "KeybindConFrame"
  1821. KeybindConFrame.Parent = SettingsFrame
  1822. KeybindConFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1823. KeybindConFrame.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1824. KeybindConFrame.BorderSizePixel = 3
  1825. KeybindConFrame.Position = UDim2.new(0, 164, 0, 70)
  1826. KeybindConFrame.Size = UDim2.new(0, 270, 0, 150)
  1827. KeybindConFrame.Visible = false
  1828. KeybindConFrame.ZIndex = 2
  1829.  
  1830. TextLabel_22.Parent = KeybindConFrame
  1831. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  1832. TextLabel_22.BackgroundTransparency = 1
  1833. TextLabel_22.Position = UDim2.new(0, 74, 0, 10)
  1834. TextLabel_22.Size = UDim2.new(0, 122, 0, 19)
  1835. TextLabel_22.Font = Enum.Font.Arial
  1836. TextLabel_22.FontSize = Enum.FontSize.Size18
  1837. TextLabel_22.Text = "Are You Sure You Want To Continue?"
  1838. TextLabel_22.TextSize = 15
  1839. TextLabel_22.ZIndex = 2
  1840.  
  1841. JewelryKeyy.Name = "JewelryKeyy"
  1842. JewelryKeyy.Parent = KeybindConFrame
  1843. JewelryKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1844. JewelryKeyy.BackgroundTransparency = 1
  1845. JewelryKeyy.Position = UDim2.new(0, 13, 0, 39)
  1846. JewelryKeyy.Size = UDim2.new(0, 122, 0, 19)
  1847. JewelryKeyy.Font = Enum.Font.Arial
  1848. JewelryKeyy.FontSize = Enum.FontSize.Size18
  1849. JewelryKeyy.Text = "Jewelry Key Set:"
  1850. JewelryKeyy.TextSize = 15
  1851. JewelryKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1852. JewelryKeyy.ZIndex = 2
  1853.  
  1854. BankKeyy.Name = "BankKeyy"
  1855. BankKeyy.Parent = KeybindConFrame
  1856. BankKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1857. BankKeyy.BackgroundTransparency = 1
  1858. BankKeyy.Position = UDim2.new(0, 13, 0, 56)
  1859. BankKeyy.Size = UDim2.new(0, 122, 0, 19)
  1860. BankKeyy.Font = Enum.Font.Arial
  1861. BankKeyy.FontSize = Enum.FontSize.Size18
  1862. BankKeyy.Text = "Bank Key Set:"
  1863. BankKeyy.TextSize = 15
  1864. BankKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1865. BankKeyy.ZIndex = 2
  1866.  
  1867. CriminalKeyy.Name = "CriminalKeyy"
  1868. CriminalKeyy.Parent = KeybindConFrame
  1869. CriminalKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  1870. CriminalKeyy.BackgroundTransparency = 1
  1871. CriminalKeyy.Position = UDim2.new(0, 13, 0, 73)
  1872. CriminalKeyy.Size = UDim2.new(0, 122, 0, 19)
  1873. CriminalKeyy.Font = Enum.Font.Arial
  1874. CriminalKeyy.FontSize = Enum.FontSize.Size18
  1875. CriminalKeyy.Text = "Criminal Key Set:"
  1876. CriminalKeyy.TextSize = 15
  1877. CriminalKeyy.TextXAlignment = Enum.TextXAlignment.Left
  1878. CriminalKeyy.ZIndex = 2
  1879.  
  1880. KeyContinue.Name = "KeyContinue"
  1881. KeyContinue.Parent = KeybindConFrame
  1882. KeyContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1883. KeyContinue.BorderSizePixel = 0
  1884. KeyContinue.Position = UDim2.new(0, 16, 0, 104)
  1885. KeyContinue.Size = UDim2.new(0, 100, 0, 30)
  1886. KeyContinue.Font = Enum.Font.Arial
  1887. KeyContinue.FontSize = Enum.FontSize.Size18
  1888. KeyContinue.Text = "Continue"
  1889. KeyContinue.TextColor3 = Color3.new(1, 1, 1)
  1890. KeyContinue.TextSize = 16
  1891. KeyContinue.ZIndex = 2
  1892.  
  1893. KeyCancel.Name = "KeyCancel"
  1894. KeyCancel.Parent = KeybindConFrame
  1895. KeyCancel.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1896. KeyCancel.BorderSizePixel = 0
  1897. KeyCancel.Position = UDim2.new(0, 155, 0, 104)
  1898. KeyCancel.Size = UDim2.new(0, 100, 0, 30)
  1899. KeyCancel.Font = Enum.Font.Arial
  1900. KeyCancel.FontSize = Enum.FontSize.Size18
  1901. KeyCancel.Text = "Cancel"
  1902. KeyCancel.TextColor3 = Color3.new(1, 1, 1)
  1903. KeyCancel.TextSize = 16
  1904. KeyCancel.ZIndex = 2
  1905.  
  1906. CustomTP.Name = "CustomTP"
  1907. CustomTP.Parent = SettingsFrame
  1908. CustomTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1909. CustomTP.BorderSizePixel = 0
  1910. CustomTP.Position = UDim2.new(0, 248, 0, 170)
  1911. CustomTP.Size = UDim2.new(0, 101, 0, 29)
  1912. CustomTP.Font = Enum.Font.Arial
  1913. CustomTP.FontSize = Enum.FontSize.Size18
  1914. CustomTP.Text = "GoPoint"
  1915. CustomTP.TextColor3 = Color3.new(1, 1, 1)
  1916. CustomTP.TextSize = 17
  1917.  
  1918. JewelryKeyBox.Name = "JewelryKeyBox"
  1919. JewelryKeyBox.Parent = SettingsFrame
  1920. JewelryKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1921. JewelryKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1922. JewelryKeyBox.ClipsDescendants = true
  1923. JewelryKeyBox.Position = UDim2.new(0, 234, 0, 70)
  1924. JewelryKeyBox.Size = UDim2.new(0, 30, 0, 29)
  1925. JewelryKeyBox.ClearTextOnFocus = false
  1926. JewelryKeyBox.Font = Enum.Font.Arial
  1927. JewelryKeyBox.FontSize = Enum.FontSize.Size18
  1928. JewelryKeyBox.Text = "J"
  1929. JewelryKeyBox.TextSize = 16
  1930.  
  1931. CrimBaseBox.Name = "CrimBaseBox"
  1932. CrimBaseBox.Parent = SettingsFrame
  1933. CrimBaseBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1934. CrimBaseBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1935. CrimBaseBox.ClipsDescendants = true
  1936. CrimBaseBox.Position = UDim2.new(0, 284, 0, 70)
  1937. CrimBaseBox.Size = UDim2.new(0, 30, 0, 29)
  1938. CrimBaseBox.ClearTextOnFocus = false
  1939. CrimBaseBox.Font = Enum.Font.Arial
  1940. CrimBaseBox.FontSize = Enum.FontSize.Size18
  1941. CrimBaseBox.Text = "C"
  1942. CrimBaseBox.TextSize = 16
  1943.  
  1944. BankKeyBox.Name = "BankKeyBox"
  1945. BankKeyBox.Parent = SettingsFrame
  1946. BankKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1947. BankKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  1948. BankKeyBox.ClipsDescendants = true
  1949. BankKeyBox.Position = UDim2.new(0, 334, 0, 70)
  1950. BankKeyBox.Size = UDim2.new(0, 30, 0, 29)
  1951. BankKeyBox.ClearTextOnFocus = false
  1952. BankKeyBox.Font = Enum.Font.Arial
  1953. BankKeyBox.FontSize = Enum.FontSize.Size18
  1954. BankKeyBox.Text = "B"
  1955. BankKeyBox.TextSize = 16
  1956.  
  1957. SetKeybind.Name = "SetKeybind"
  1958. SetKeybind.Parent = SettingsFrame
  1959. SetKeybind.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1960. SetKeybind.BorderSizePixel = 0
  1961. SetKeybind.Position = UDim2.new(0, 265, 0, 120)
  1962. SetKeybind.Size = UDim2.new(0, 67, 0, 29)
  1963. SetKeybind.Font = Enum.Font.Arial
  1964. SetKeybind.FontSize = Enum.FontSize.Size18
  1965. SetKeybind.Text = "Set"
  1966. SetKeybind.TextColor3 = Color3.new(1, 1, 1)
  1967. SetKeybind.TextSize = 17
  1968.  
  1969. TextLabel_23.Parent = SettingsFrame
  1970. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  1971. TextLabel_23.BackgroundTransparency = 1
  1972. TextLabel_23.Position = UDim2.new(0, 271, 0, 35)
  1973. TextLabel_23.Size = UDim2.new(0, 56, 0, 17)
  1974. TextLabel_23.Font = Enum.Font.Arial
  1975. TextLabel_23.FontSize = Enum.FontSize.Size18
  1976. TextLabel_23.Text = "Keybind"
  1977. TextLabel_23.TextColor3 = Color3.new(0, 0, 0)
  1978. TextLabel_23.TextSize = 15
  1979.  
  1980. Coords.Name = "Coords"
  1981. Coords.Parent = SettingsFrame
  1982. Coords.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1983. Coords.BorderSizePixel = 0
  1984. Coords.Position = UDim2.new(0, 248, 0, 240)
  1985. Coords.Size = UDim2.new(0, 101, 0, 29)
  1986. Coords.Font = Enum.Font.Arial
  1987. Coords.FontSize = Enum.FontSize.Size18
  1988. Coords.Text = "Checkpoint"
  1989. Coords.TextColor3 = Color3.new(1, 1, 1)
  1990. Coords.TextSize = 17
  1991.  
  1992. UIColorButton.Name = "UIColorButton"
  1993. UIColorButton.Parent = SettingsFrame
  1994. UIColorButton.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  1995. UIColorButton.BorderSizePixel = 0
  1996. UIColorButton.Position = UDim2.new(0, 450, 0, 130)
  1997. UIColorButton.Size = UDim2.new(0, 101, 0, 29)
  1998. UIColorButton.Font = Enum.Font.Arial
  1999. UIColorButton.FontSize = Enum.FontSize.Size18
  2000. UIColorButton.Text = "UI Color"
  2001. UIColorButton.TextColor3 = Color3.new(1, 1, 1)
  2002. UIColorButton.TextSize = 17
  2003.  
  2004. Reset.Name = "Reset"
  2005. Reset.Parent = SettingsFrame
  2006. Reset.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  2007. Reset.BorderSizePixel = 0
  2008. Reset.Position = UDim2.new(0, 450, 0, 240)
  2009. Reset.Size = UDim2.new(0, 101, 0, 29)
  2010. Reset.Font = Enum.Font.Arial
  2011. Reset.FontSize = Enum.FontSize.Size18
  2012. Reset.Text = "RESET!"
  2013. Reset.TextColor3 = Color3.new(0.666667, 0, 0)
  2014. Reset.TextSize = 17
  2015.  
  2016. CForceField.Name = "CForceField"
  2017. CForceField.Parent = SettingsFrame
  2018. CForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  2019. CForceField.BackgroundTransparency = 1
  2020. CForceField.Position = UDim2.new(0, 22, 0, 260)
  2021. CForceField.Size = UDim2.new(0, 25, 0, 25)
  2022. CForceField.Image = "rbxassetid://87913710"
  2023. CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2024.  
  2025. TextLabel_24.Parent = SettingsFrame
  2026. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  2027. TextLabel_24.BackgroundTransparency = 1
  2028. TextLabel_24.Position = UDim2.new(0, 55, 0, 262)
  2029. TextLabel_24.Size = UDim2.new(0, 56, 0, 17)
  2030. TextLabel_24.Font = Enum.Font.Arial
  2031. TextLabel_24.FontSize = Enum.FontSize.Size18
  2032. TextLabel_24.Text = "ForceField"
  2033. TextLabel_24.TextColor3 = Color3.new(0, 0, 0)
  2034. TextLabel_24.TextSize = 15
  2035. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  2036.  
  2037. Explorer.Name = "Explorer"
  2038. Explorer.Parent = SettingsFrame
  2039. Explorer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2040. Explorer.BorderSizePixel = 0
  2041. Explorer.Position = UDim2.new(0, 450, 0, 185)
  2042. Explorer.Size = UDim2.new(0, 101, 0, 29)
  2043. Explorer.Font = Enum.Font.Arial
  2044. Explorer.FontSize = Enum.FontSize.Size18
  2045. Explorer.Text = "Explorer"
  2046. Explorer.TextColor3 = Color3.new(1, 1, 1)
  2047. Explorer.TextSize = 17
  2048.  
  2049. GameFrame.Name = "GameFrame"
  2050. GameFrame.Parent = TabFrames
  2051. GameFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2052. GameFrame.BorderSizePixel = 0
  2053. GameFrame.ClipsDescendants = true
  2054. GameFrame.Size = UDim2.new(0, 598, 0, 289)
  2055. GameFrame.Visible = false
  2056.  
  2057. InfiniteAmmo.Name = "InfiniteAmmo"
  2058. InfiniteAmmo.Parent = GameFrame
  2059. InfiniteAmmo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2060. InfiniteAmmo.BorderSizePixel = 0
  2061. InfiniteAmmo.Position = UDim2.new(0, 318, 0, 50)
  2062. InfiniteAmmo.Size = UDim2.new(0, 89, 0, 25)
  2063. InfiniteAmmo.AutoButtonColor = false
  2064. InfiniteAmmo.Font = Enum.Font.Arial
  2065. InfiniteAmmo.FontSize = Enum.FontSize.Size18
  2066. InfiniteAmmo.Text = "Ammo: OFF"
  2067. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 1)
  2068. InfiniteAmmo.TextSize = 15
  2069.  
  2070. JumpPower.Name = "JumpPower"
  2071. JumpPower.Parent = GameFrame
  2072. JumpPower.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2073. JumpPower.BorderSizePixel = 0
  2074. JumpPower.Position = UDim2.new(0, 218, 0, 50)
  2075. JumpPower.Size = UDim2.new(0, 89, 0, 25)
  2076. JumpPower.AutoButtonColor = false
  2077. JumpPower.Font = Enum.Font.Arial
  2078. JumpPower.FontSize = Enum.FontSize.Size18
  2079. JumpPower.Text = "Jump: OFF"
  2080. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  2081. JumpPower.TextSize = 15
  2082.  
  2083. NoClip.Name = "NoClip"
  2084. NoClip.Parent = GameFrame
  2085. NoClip.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2086. NoClip.BorderSizePixel = 0
  2087. NoClip.Position = UDim2.new(0, 22, 0, 50)
  2088. NoClip.Size = UDim2.new(0, 89, 0, 25)
  2089. NoClip.AutoButtonColor = false
  2090. NoClip.Font = Enum.Font.Arial
  2091. NoClip.FontSize = Enum.FontSize.Size18
  2092. NoClip.Text = "NoClip: OFF"
  2093. NoClip.TextColor3 = Color3.new(1, 1, 1)
  2094. NoClip.TextSize = 15
  2095.  
  2096. Gravity.Name = "Gravity"
  2097. Gravity.Parent = GameFrame
  2098. Gravity.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2099. Gravity.BorderSizePixel = 0
  2100. Gravity.Position = UDim2.new(0, 120, 0, 50)
  2101. Gravity.Size = UDim2.new(0, 89, 0, 25)
  2102. Gravity.AutoButtonColor = false
  2103. Gravity.Font = Enum.Font.Arial
  2104. Gravity.FontSize = Enum.FontSize.Size18
  2105. Gravity.Text = "Gravity: OFF"
  2106. Gravity.TextColor3 = Color3.new(1, 1, 1)
  2107. Gravity.TextSize = 15
  2108.  
  2109. RemoveAll.Name = "RemoveAll"
  2110. RemoveAll.Parent = GameFrame
  2111. RemoveAll.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2112. RemoveAll.BorderSizePixel = 0
  2113. RemoveAll.Position = UDim2.new(0, 22, 0, 85)
  2114. RemoveAll.Size = UDim2.new(0, 89, 0, 25)
  2115. RemoveAll.AutoButtonColor = false
  2116. RemoveAll.Font = Enum.Font.Arial
  2117. RemoveAll.FontSize = Enum.FontSize.Size18
  2118. RemoveAll.Text = "Remove All"
  2119. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  2120. RemoveAll.TextSize = 15
  2121.  
  2122. AnnoyServer.Name = "AnnoyServer"
  2123. AnnoyServer.Parent = GameFrame
  2124. AnnoyServer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2125. AnnoyServer.BorderSizePixel = 0
  2126. AnnoyServer.Position = UDim2.new(0, 318, 0, 120)
  2127. AnnoyServer.Size = UDim2.new(0, 89, 0, 25)
  2128. AnnoyServer.AutoButtonColor = false
  2129. AnnoyServer.Font = Enum.Font.Arial
  2130. AnnoyServer.FontSize = Enum.FontSize.Size18
  2131. AnnoyServer.Text = "Annoy Server"
  2132. AnnoyServer.TextColor3 = Color3.new(1, 1, 1)
  2133. AnnoyServer.TextSize = 15
  2134.  
  2135. VehicleSpeed.Name = "VehicleSpeed"
  2136. VehicleSpeed.Parent = GameFrame
  2137. VehicleSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2138. VehicleSpeed.BorderSizePixel = 0
  2139. VehicleSpeed.Position = UDim2.new(0, 218, 0, 85)
  2140. VehicleSpeed.Size = UDim2.new(0, 89, 0, 25)
  2141. VehicleSpeed.AutoButtonColor = false
  2142. VehicleSpeed.Font = Enum.Font.Arial
  2143. VehicleSpeed.FontSize = Enum.FontSize.Size18
  2144. VehicleSpeed.Text = "Car Speed"
  2145. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  2146. VehicleSpeed.TextSize = 15
  2147.  
  2148. WalkSpeed.Name = "WalkSpeed"
  2149. WalkSpeed.Parent = GameFrame
  2150. WalkSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2151. WalkSpeed.BorderSizePixel = 0
  2152. WalkSpeed.Position = UDim2.new(0, 120, 0, 85)
  2153. WalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  2154. WalkSpeed.AutoButtonColor = false
  2155. WalkSpeed.Font = Enum.Font.Arial
  2156. WalkSpeed.FontSize = Enum.FontSize.Size18
  2157. WalkSpeed.Text = "Walk Speed"
  2158. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  2159. WalkSpeed.TextSize = 15
  2160.  
  2161. GodMode.Name = "GodMode"
  2162. GodMode.Parent = GameFrame
  2163. GodMode.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2164. GodMode.BorderSizePixel = 0
  2165. GodMode.Position = UDim2.new(0, 218, 0, 120)
  2166. GodMode.Size = UDim2.new(0, 89, 0, 25)
  2167. GodMode.AutoButtonColor = false
  2168. GodMode.Font = Enum.Font.Arial
  2169. GodMode.FontSize = Enum.FontSize.Size18
  2170. GodMode.Text = "God Mode"
  2171. GodMode.TextColor3 = Color3.new(1, 1, 1)
  2172. GodMode.TextSize = 15
  2173.  
  2174. AK47.Name = "AK47"
  2175. AK47.Parent = GameFrame
  2176. AK47.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2177. AK47.BorderSizePixel = 0
  2178. AK47.Position = UDim2.new(0, 218, 0, 155)
  2179. AK47.Size = UDim2.new(0, 89, 0, 25)
  2180. AK47.AutoButtonColor = false
  2181. AK47.Font = Enum.Font.Arial
  2182. AK47.FontSize = Enum.FontSize.Size18
  2183. AK47.Text = "AK-47"
  2184. AK47.TextColor3 = Color3.new(1, 1, 1)
  2185. AK47.TextSize = 15
  2186.  
  2187. ClickTP.Name = "ClickTP"
  2188. ClickTP.Parent = GameFrame
  2189. ClickTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2190. ClickTP.BorderSizePixel = 0
  2191. ClickTP.Position = UDim2.new(0, 218, 0, 190)
  2192. ClickTP.Size = UDim2.new(0, 89, 0, 25)
  2193. ClickTP.AutoButtonColor = false
  2194. ClickTP.Font = Enum.Font.Arial
  2195. ClickTP.FontSize = Enum.FontSize.Size18
  2196. ClickTP.Text = "Click TP"
  2197. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  2198. ClickTP.TextSize = 15
  2199.  
  2200. AutoRob.Name = "AutoRob"
  2201. AutoRob.Parent = GameFrame
  2202. AutoRob.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2203. AutoRob.BorderSizePixel = 0
  2204. AutoRob.Position = UDim2.new(0, 318, 0, 190)
  2205. AutoRob.Size = UDim2.new(0, 89, 0, 25)
  2206. AutoRob.AutoButtonColor = false
  2207. AutoRob.Font = Enum.Font.Arial
  2208. AutoRob.FontSize = Enum.FontSize.Size18
  2209. AutoRob.Text = "Auto Rob"
  2210. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  2211. AutoRob.TextSize = 15
  2212.  
  2213. ShotGun.Name = "ShotGun"
  2214. ShotGun.Parent = GameFrame
  2215. ShotGun.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2216. ShotGun.BorderSizePixel = 0
  2217. ShotGun.Position = UDim2.new(0, 318, 0, 155)
  2218. ShotGun.Size = UDim2.new(0, 89, 0, 25)
  2219. ShotGun.AutoButtonColor = false
  2220. ShotGun.Font = Enum.Font.Arial
  2221. ShotGun.FontSize = Enum.FontSize.Size18
  2222. ShotGun.Text = "Shot Gun"
  2223. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  2224. ShotGun.TextSize = 15
  2225.  
  2226. Btools.Name = "Btools"
  2227. Btools.Parent = GameFrame
  2228. Btools.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2229. Btools.BorderSizePixel = 0
  2230. Btools.Position = UDim2.new(0, 318, 0, 85)
  2231. Btools.Size = UDim2.new(0, 89, 0, 25)
  2232. Btools.AutoButtonColor = false
  2233. Btools.Font = Enum.Font.Arial
  2234. Btools.FontSize = Enum.FontSize.Size18
  2235. Btools.Text = "Btools"
  2236. Btools.TextColor3 = Color3.new(1, 1, 1)
  2237. Btools.TextSize = 15
  2238.  
  2239. Pistol.Name = "Pistol"
  2240. Pistol.Parent = GameFrame
  2241. Pistol.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2242. Pistol.BorderSizePixel = 0
  2243. Pistol.Position = UDim2.new(0, 22, 0, 190)
  2244. Pistol.Size = UDim2.new(0, 89, 0, 25)
  2245. Pistol.AutoButtonColor = false
  2246. Pistol.Font = Enum.Font.Arial
  2247. Pistol.FontSize = Enum.FontSize.Size18
  2248. Pistol.Text = "Pistol"
  2249. Pistol.TextColor3 = Color3.new(1, 1, 1)
  2250. Pistol.TextSize = 15
  2251.  
  2252. SpamArrest.Name = "SpamArrest"
  2253. SpamArrest.Parent = GameFrame
  2254. SpamArrest.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2255. SpamArrest.BorderSizePixel = 0
  2256. SpamArrest.Position = UDim2.new(0, 22, 0, 120)
  2257. SpamArrest.Size = UDim2.new(0, 89, 0, 25)
  2258. SpamArrest.AutoButtonColor = false
  2259. SpamArrest.Font = Enum.Font.Arial
  2260. SpamArrest.FontSize = Enum.FontSize.Size18
  2261. SpamArrest.Text = "Spam Arrest"
  2262. SpamArrest.TextColor3 = Color3.new(1, 1, 1)
  2263. SpamArrest.TextSize = 15
  2264.  
  2265. KeyCard.Name = "KeyCard"
  2266. KeyCard.Parent = GameFrame
  2267. KeyCard.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2268. KeyCard.BorderSizePixel = 0
  2269. KeyCard.Position = UDim2.new(0, 120, 0, 120)
  2270. KeyCard.Size = UDim2.new(0, 89, 0, 25)
  2271. KeyCard.AutoButtonColor = false
  2272. KeyCard.Font = Enum.Font.Arial
  2273. KeyCard.FontSize = Enum.FontSize.Size18
  2274. KeyCard.Text = "Key Card"
  2275. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  2276. KeyCard.TextSize = 15
  2277.  
  2278. M4A4.Name = "M4A4"
  2279. M4A4.Parent = GameFrame
  2280. M4A4.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2281. M4A4.BorderSizePixel = 0
  2282. M4A4.Position = UDim2.new(0, 120, 0, 155)
  2283. M4A4.Size = UDim2.new(0, 89, 0, 25)
  2284. M4A4.AutoButtonColor = false
  2285. M4A4.Font = Enum.Font.Arial
  2286. M4A4.FontSize = Enum.FontSize.Size18
  2287. M4A4.Text = "M4A4"
  2288. M4A4.TextColor3 = Color3.new(1, 1, 1)
  2289. M4A4.TextSize = 15
  2290.  
  2291. Fly.Name = "Fly"
  2292. Fly.Parent = GameFrame
  2293. Fly.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2294. Fly.BorderSizePixel = 0
  2295. Fly.Position = UDim2.new(0, 22, 0, 155)
  2296. Fly.Size = UDim2.new(0, 89, 0, 25)
  2297. Fly.AutoButtonColor = false
  2298. Fly.Font = Enum.Font.Arial
  2299. Fly.FontSize = Enum.FontSize.Size18
  2300. Fly.Text = "Fly: OFF"
  2301. Fly.TextColor3 = Color3.new(1, 1, 1)
  2302. Fly.TextSize = 15
  2303.  
  2304. FlashLight.Name = "FlashLight"
  2305. FlashLight.Parent = GameFrame
  2306. FlashLight.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2307. FlashLight.BorderSizePixel = 0
  2308. FlashLight.Position = UDim2.new(0, 120, 0, 190)
  2309. FlashLight.Size = UDim2.new(0, 89, 0, 25)
  2310. FlashLight.AutoButtonColor = false
  2311. FlashLight.Font = Enum.Font.Arial
  2312. FlashLight.FontSize = Enum.FontSize.Size18
  2313. FlashLight.Text = "Flash Light"
  2314. FlashLight.TextColor3 = Color3.new(1, 1, 1)
  2315. FlashLight.TextSize = 15
  2316.  
  2317. TextLabel_25.Parent = GameFrame
  2318. TextLabel_25.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2319. TextLabel_25.BorderSizePixel = 0
  2320. TextLabel_25.Position = UDim2.new(0, 527, 0, -60)
  2321. TextLabel_25.Size = UDim2.new(0, 8, 0, 409)
  2322. TextLabel_25.Font = Enum.Font.Arial
  2323. TextLabel_25.FontSize = Enum.FontSize.Size24
  2324. TextLabel_25.Text = ""
  2325. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  2326. TextLabel_25.TextSize = 20
  2327.  
  2328. TextLabel_26.Parent = GameFrame
  2329. TextLabel_26.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  2330. TextLabel_26.BorderSizePixel = 0
  2331. TextLabel_26.Position = UDim2.new(0, 486, 0, -60)
  2332. TextLabel_26.Size = UDim2.new(0, 31, 0, 409)
  2333. TextLabel_26.Font = Enum.Font.Arial
  2334. TextLabel_26.FontSize = Enum.FontSize.Size24
  2335. TextLabel_26.Text = ""
  2336. TextLabel_26.TextColor3 = Color3.new(0, 0, 0)
  2337. TextLabel_26.TextSize = 20
  2338.  
  2339. TextLabel_27.Parent = GameFrame
  2340. TextLabel_27.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  2341. TextLabel_27.BorderSizePixel = 0
  2342. TextLabel_27.Position = UDim2.new(0, 467, 0, -60)
  2343. TextLabel_27.Size = UDim2.new(0, 10, 0, 409)
  2344. TextLabel_27.Font = Enum.Font.Arial
  2345. TextLabel_27.FontSize = Enum.FontSize.Size24
  2346. TextLabel_27.Text = ""
  2347. TextLabel_27.TextColor3 = Color3.new(0, 0, 0)
  2348. TextLabel_27.TextSize = 20
  2349.  
  2350. MainLogo2.Name = "MainLogo2"
  2351. MainLogo2.Parent = GameFrame
  2352. MainLogo2.BackgroundColor3 = Color3.new(1, 1, 1)
  2353. MainLogo2.BackgroundTransparency = 1
  2354. MainLogo2.Position = UDim2.new(0, 444, 0, 84)
  2355. MainLogo2.Size = UDim2.new(0, 120, 0, 120)
  2356. MainLogo2.Image = "rbxassetid://1101478778"
  2357.  
  2358. Tabs.Name = "Tabs"
  2359. Tabs.Parent = TabFrames
  2360. Tabs.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2361. Tabs.BackgroundTransparency = 1
  2362. Tabs.ClipsDescendants = true
  2363. Tabs.Position = UDim2.new(0, 7, 0, 7)
  2364. Tabs.Size = UDim2.new(0, 26, 0, 27)
  2365. Tabs.Image = "rbxassetid://1037417986"
  2366. Tabs.ImageColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2367.  
  2368. Dark.Name = "Dark"
  2369. Dark.Parent = TabFrames
  2370. Dark.BackgroundColor3 = Color3.new(0, 0, 0)
  2371. Dark.BorderSizePixel = 0
  2372. Dark.ClipsDescendants = true
  2373. Dark.Size = UDim2.new(0, 598, 0, 289)
  2374. Dark.Visible = false
  2375.  
  2376. MainLogo.Name = "MainLogo"
  2377. MainLogo.Parent = Unjailbreak
  2378. MainLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  2379. MainLogo.BackgroundTransparency = 1
  2380. MainLogo.Position = UDim2.new(0.460416675, 0, 0.411829144, 0)
  2381. MainLogo.Size = UDim2.new(0, 160, 0, 160)
  2382. MainLogo.Image = "rbxassetid://1101478778"
  2383. MainLogo.ImageTransparency = 1
  2384.  
  2385. TextLabel_28.Parent = MainLogo
  2386. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  2387. TextLabel_28.BackgroundTransparency = 1
  2388. TextLabel_28.Position = UDim2.new(-0.125, 0, 1, 0)
  2389. TextLabel_28.Size = UDim2.new(0, 200, 0, 50)
  2390. TextLabel_28.Font = Enum.Font.Arial
  2391. TextLabel_28.FontSize = Enum.FontSize.Size28
  2392. TextLabel_28.Text = "Created By Unlisting"
  2393. TextLabel_28.TextColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  2394. TextLabel_28.TextSize = 25
  2395. TextLabel_28.TextTransparency = 1
  2396.  
  2397. JNotifierOpen.Name = "JNotifierOpen"
  2398. JNotifierOpen.Parent = Unjailbreak
  2399. JNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  2400. JNotifierOpen.BorderSizePixel = 0
  2401. JNotifierOpen.Position = UDim2.new(1, 0, 0.720000029, 0)
  2402. JNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  2403.  
  2404. TextLabel_29.Parent = JNotifierOpen
  2405. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  2406. TextLabel_29.BackgroundTransparency = 1
  2407. TextLabel_29.Size = UDim2.new(0, 202, 0, 37)
  2408. TextLabel_29.Font = Enum.Font.Cartoon
  2409. TextLabel_29.FontSize = Enum.FontSize.Size24
  2410. TextLabel_29.Text = "Jewelry Store Is Open!"
  2411. TextLabel_29.TextColor3 = Color3.new(0, 0, 0)
  2412. TextLabel_29.TextSize = 20
  2413.  
  2414. GotoJewelry.Name = "GotoJewelry"
  2415. GotoJewelry.Parent = JNotifierOpen
  2416. GotoJewelry.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2417. GotoJewelry.BorderSizePixel = 0
  2418. GotoJewelry.Position = UDim2.new(0, 51, 0, 37)
  2419. GotoJewelry.Size = UDim2.new(0, 99, 0, 36)
  2420. GotoJewelry.Font = Enum.Font.Cartoon
  2421. GotoJewelry.FontSize = Enum.FontSize.Size24
  2422. GotoJewelry.Text = "Goto"
  2423. GotoJewelry.TextColor3 = Color3.new(1, 1, 1)
  2424. GotoJewelry.TextSize = 20
  2425.  
  2426. BNotifierOpen.Name = "BNotifierOpen"
  2427. BNotifierOpen.Parent = Unjailbreak
  2428. BNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  2429. BNotifierOpen.BorderSizePixel = 0
  2430. BNotifierOpen.Position = UDim2.new(1, 0, 0.633000016, 0)
  2431. BNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  2432.  
  2433. TextLabel_30.Parent = BNotifierOpen
  2434. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  2435. TextLabel_30.BackgroundTransparency = 1
  2436. TextLabel_30.Size = UDim2.new(0, 202, 0, 45)
  2437. TextLabel_30.Font = Enum.Font.Cartoon
  2438. TextLabel_30.FontSize = Enum.FontSize.Size24
  2439. TextLabel_30.Text = "Bank Is Now Open!"
  2440. TextLabel_30.TextColor3 = Color3.new(0, 0, 0)
  2441. TextLabel_30.TextSize = 20
  2442.  
  2443. GotoBank.Name = "GotoBank"
  2444. GotoBank.Parent = BNotifierOpen
  2445. GotoBank.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2446. GotoBank.BorderSizePixel = 0
  2447. GotoBank.Position = UDim2.new(0, 51, 0, 37)
  2448. GotoBank.Size = UDim2.new(0, 99, 0, 36)
  2449. GotoBank.Font = Enum.Font.Cartoon
  2450. GotoBank.FontSize = Enum.FontSize.Size24
  2451. GotoBank.Text = "Goto"
  2452. GotoBank.TextColor3 = Color3.new(1, 1, 1)
  2453. GotoBank.TextSize = 20
  2454.  
  2455. LPlayerDetect.Name = "LPlayerDetect"
  2456. LPlayerDetect.Parent = Unjailbreak
  2457. LPlayerDetect.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2458. LPlayerDetect.BorderSizePixel = 0
  2459. LPlayerDetect.ClipsDescendants = true
  2460. LPlayerDetect.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  2461.  
  2462. PlayerNameDetected.Name = "PlayerNameDetected"
  2463. PlayerNameDetected.Parent = LPlayerDetect
  2464. PlayerNameDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  2465. PlayerNameDetected.BackgroundTransparency = 1
  2466. PlayerNameDetected.Position = UDim2.new(0, 83, 0, 15)
  2467. PlayerNameDetected.Size = UDim2.new(0, 200, 0, 34)
  2468. PlayerNameDetected.Font = Enum.Font.Arial
  2469. PlayerNameDetected.FontSize = Enum.FontSize.Size32
  2470. PlayerNameDetected.Text = "Player Name Here"
  2471. PlayerNameDetected.TextColor3 = Color3.new(1, 1, 1)
  2472. PlayerNameDetected.TextSize = 30
  2473.  
  2474. TextLabel_31.Parent = LPlayerDetect
  2475. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  2476. TextLabel_31.BackgroundTransparency = 1
  2477. TextLabel_31.Position = UDim2.new(0, 83, 0, 72)
  2478. TextLabel_31.Size = UDim2.new(0, 200, 0, 34)
  2479. TextLabel_31.Font = Enum.Font.Arial
  2480. TextLabel_31.FontSize = Enum.FontSize.Size24
  2481. TextLabel_31.Text = "You Were Detected As An Admin"
  2482. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  2483. TextLabel_31.TextSize = 20
  2484.  
  2485. TextLabel_32.Parent = LPlayerDetect
  2486. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  2487. TextLabel_32.BackgroundTransparency = 1
  2488. TextLabel_32.Position = UDim2.new(0, 83, 0, 89)
  2489. TextLabel_32.Size = UDim2.new(0, 200, 0, 34)
  2490. TextLabel_32.Font = Enum.Font.Arial
  2491. TextLabel_32.FontSize = Enum.FontSize.Size24
  2492. TextLabel_32.Text = "On Unjailbreak"
  2493. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  2494. TextLabel_32.TextSize = 20
  2495.  
  2496. TextLabel_33.Parent = LPlayerDetect
  2497. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  2498. TextLabel_33.BackgroundTransparency = 1
  2499. TextLabel_33.Position = UDim2.new(0, 83, 0, 126)
  2500. TextLabel_33.Size = UDim2.new(0, 200, 0, 34)
  2501. TextLabel_33.Font = Enum.Font.Arial
  2502. TextLabel_33.FontSize = Enum.FontSize.Size24
  2503. TextLabel_33.Text = "Your Name Has Been Announced"
  2504. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  2505. TextLabel_33.TextSize = 20
  2506.  
  2507. TextLabel_34.Parent = LPlayerDetect
  2508. TextLabel_34.BackgroundColor3 = Color3.new(1, 1, 1)
  2509. TextLabel_34.BackgroundTransparency = 1
  2510. TextLabel_34.Position = UDim2.new(0, 83, 0, 143)
  2511. TextLabel_34.Size = UDim2.new(0, 200, 0, 34)
  2512. TextLabel_34.Font = Enum.Font.Arial
  2513. TextLabel_34.FontSize = Enum.FontSize.Size24
  2514. TextLabel_34.Text = "To Other Players Using Unjailbreak On"
  2515. TextLabel_34.TextColor3 = Color3.new(1, 1, 1)
  2516. TextLabel_34.TextSize = 20
  2517.  
  2518. TextLabel_35.Parent = LPlayerDetect
  2519. TextLabel_35.BackgroundColor3 = Color3.new(1, 1, 1)
  2520. TextLabel_35.BackgroundTransparency = 1
  2521. TextLabel_35.Position = UDim2.new(0, 83, 0, 161)
  2522. TextLabel_35.Size = UDim2.new(0, 200, 0, 34)
  2523. TextLabel_35.Font = Enum.Font.Arial
  2524. TextLabel_35.FontSize = Enum.FontSize.Size24
  2525. TextLabel_35.Text = "This Server!"
  2526. TextLabel_35.TextColor3 = Color3.new(1, 1, 1)
  2527. TextLabel_35.TextSize = 20
  2528.  
  2529. AdminJoined.Name = "AdminJoined"
  2530. AdminJoined.Parent = Unjailbreak
  2531. AdminJoined.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  2532. AdminJoined.BorderSizePixel = 0
  2533. AdminJoined.ClipsDescendants = true
  2534. AdminJoined.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  2535.  
  2536. AdminDetected.Name = "AdminDetected"
  2537. AdminDetected.Parent = AdminJoined
  2538. AdminDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  2539. AdminDetected.BackgroundTransparency = 1
  2540. AdminDetected.Position = UDim2.new(0, 83, 0, 15)
  2541. AdminDetected.Size = UDim2.new(0, 200, 0, 34)
  2542. AdminDetected.Font = Enum.Font.Arial
  2543. AdminDetected.FontSize = Enum.FontSize.Size32
  2544. AdminDetected.Text = "Player Name Here"
  2545. AdminDetected.TextColor3 = Color3.new(1, 1, 1)
  2546. AdminDetected.TextSize = 30
  2547.  
  2548. TextLabel_36.Parent = AdminJoined
  2549. TextLabel_36.BackgroundColor3 = Color3.new(1, 1, 1)
  2550. TextLabel_36.BackgroundTransparency = 1
  2551. TextLabel_36.Position = UDim2.new(0, 83, 0, 50)
  2552. TextLabel_36.Size = UDim2.new(0, 200, 0, 34)
  2553. TextLabel_36.Font = Enum.Font.Arial
  2554. TextLabel_36.FontSize = Enum.FontSize.Size24
  2555. TextLabel_36.Text = "Has Joined Your Server"
  2556. TextLabel_36.TextColor3 = Color3.new(1, 1, 1)
  2557. TextLabel_36.TextSize = 20
  2558.  
  2559. TextLabel_37.Parent = AdminJoined
  2560. TextLabel_37.BackgroundColor3 = Color3.new(1, 1, 1)
  2561. TextLabel_37.BackgroundTransparency = 1
  2562. TextLabel_37.Position = UDim2.new(0, 83, 0, 72)
  2563. TextLabel_37.Size = UDim2.new(0, 200, 0, 34)
  2564. TextLabel_37.Font = Enum.Font.Arial
  2565. TextLabel_37.FontSize = Enum.FontSize.Size24
  2566. TextLabel_37.Text = "And Is An Admin On Unjailbreak"
  2567. TextLabel_37.TextColor3 = Color3.new(1, 1, 1)
  2568. TextLabel_37.TextSize = 20
  2569.  
  2570. TextLabel_38.Parent = AdminJoined
  2571. TextLabel_38.BackgroundColor3 = Color3.new(1, 1, 1)
  2572. TextLabel_38.BackgroundTransparency = 1
  2573. TextLabel_38.Position = UDim2.new(0, 83, 0, 106)
  2574. TextLabel_38.Size = UDim2.new(0, 200, 0, 34)
  2575. TextLabel_38.Font = Enum.Font.Arial
  2576. TextLabel_38.FontSize = Enum.FontSize.Size24
  2577. TextLabel_38.Text = "Go Say Hi To The Admin!"
  2578. TextLabel_38.TextColor3 = Color3.new(1, 1, 1)
  2579. TextLabel_38.TextSize = 20
  2580.  
  2581. TextLabel_39.Parent = AdminJoined
  2582. TextLabel_39.BackgroundColor3 = Color3.new(1, 1, 1)
  2583. TextLabel_39.BackgroundTransparency = 1
  2584. TextLabel_39.Position = UDim2.new(0, 83, 0, 146)
  2585. TextLabel_39.Size = UDim2.new(0, 200, 0, 34)
  2586. TextLabel_39.Font = Enum.Font.Arial
  2587. TextLabel_39.FontSize = Enum.FontSize.Size24
  2588. TextLabel_39.Text = "All Admins Are Dope!"
  2589. TextLabel_39.TextColor3 = Color3.new(1, 1, 1)
  2590. TextLabel_39.TextSize = 20
  2591.  
  2592. UIColorFrame.Name = "UIColorFrame"
  2593. UIColorFrame.Parent = Unjailbreak
  2594. UIColorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2595. UIColorFrame.BorderSizePixel = 0
  2596. UIColorFrame.ClipsDescendants = true
  2597. UIColorFrame.Position = UDim2.new(0.460999995, 0, 0.730000019, 0)
  2598. UIColorFrame.Size = UDim2.new(0, 147, 0, 244)
  2599. UIColorFrame.Visible = false
  2600.  
  2601. TextLabel_40.Parent = UIColorFrame
  2602. TextLabel_40.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2603. TextLabel_40.BorderSizePixel = 0
  2604. TextLabel_40.Position = UDim2.new(0, 0, 0, 234)
  2605. TextLabel_40.Size = UDim2.new(0, 147, 0, 10)
  2606. TextLabel_40.Font = Enum.Font.SourceSans
  2607. TextLabel_40.FontSize = Enum.FontSize.Size14
  2608. TextLabel_40.Text = ""
  2609. TextLabel_40.TextSize = 14
  2610.  
  2611. TextLabel_41.Parent = UIColorFrame
  2612. TextLabel_41.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2613. TextLabel_41.BorderSizePixel = 0
  2614. TextLabel_41.Size = UDim2.new(0, 147, 0, 7)
  2615. TextLabel_41.Font = Enum.Font.SourceSans
  2616. TextLabel_41.FontSize = Enum.FontSize.Size14
  2617. TextLabel_41.Text = ""
  2618. TextLabel_41.TextSize = 14
  2619.  
  2620. Commands.Name = "Commands"
  2621. Commands.Parent = Unjailbreak
  2622. Commands.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2623. Commands.BorderSizePixel = 0
  2624. Commands.Position = UDim2.new(-0.142000005, 0, 0.333999991, 0)
  2625. Commands.Size = UDim2.new(0, 272, 0, 304)
  2626.  
  2627. TextLabel_42.Parent = Commands
  2628. TextLabel_42.BackgroundColor3 = Color3.new(1, 1, 1)
  2629. TextLabel_42.BackgroundTransparency = 1
  2630. TextLabel_42.Position = UDim2.new(0, 36, 0, 0)
  2631. TextLabel_42.Size = UDim2.new(0, 200, 0, 39)
  2632. TextLabel_42.Font = Enum.Font.Arial
  2633. TextLabel_42.FontSize = Enum.FontSize.Size24
  2634. TextLabel_42.Text = "Unjailbreak Commands"
  2635. TextLabel_42.TextColor3 = Color3.new(1, 1, 1)
  2636. TextLabel_42.TextSize = 20
  2637.  
  2638. ScrollingFrame.Parent = Commands
  2639. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2640. ScrollingFrame.BorderSizePixel = 0
  2641. ScrollingFrame.Position = UDim2.new(0, 0, 0, 51)
  2642. ScrollingFrame.Size = UDim2.new(0, 272, 0, 253)
  2643. ScrollingFrame.BottomImage = ""
  2644. ScrollingFrame.ScrollBarThickness = 5
  2645. ScrollingFrame.TopImage = ""
  2646.  
  2647. TextLabel_43.Parent = ScrollingFrame
  2648. TextLabel_43.BackgroundColor3 = Color3.new(1, 1, 1)
  2649. TextLabel_43.BackgroundTransparency = 1
  2650. TextLabel_43.Size = UDim2.new(0, 272, 0, 21)
  2651. TextLabel_43.Font = Enum.Font.Arial
  2652. TextLabel_43.FontSize = Enum.FontSize.Size14
  2653. TextLabel_43.Text = " ;help - Opens The Unjailbreak Command List"
  2654. TextLabel_43.TextColor3 = Color3.new(1, 1, 1)
  2655. TextLabel_43.TextSize = 13
  2656. TextLabel_43.TextXAlignment = Enum.TextXAlignment.Left
  2657.  
  2658. TextLabel_44.Parent = ScrollingFrame
  2659. TextLabel_44.BackgroundColor3 = Color3.new(1, 1, 1)
  2660. TextLabel_44.BackgroundTransparency = 1
  2661. TextLabel_44.Position = UDim2.new(0, 0, 0, 23)
  2662. TextLabel_44.Size = UDim2.new(0, 272, 0, 21)
  2663. TextLabel_44.Font = Enum.Font.Arial
  2664. TextLabel_44.FontSize = Enum.FontSize.Size14
  2665. TextLabel_44.Text = " ;open - Opens The GUI"
  2666. TextLabel_44.TextColor3 = Color3.new(1, 1, 1)
  2667. TextLabel_44.TextSize = 13
  2668. TextLabel_44.TextXAlignment = Enum.TextXAlignment.Left
  2669.  
  2670. TextLabel_45.Parent = ScrollingFrame
  2671. TextLabel_45.BackgroundColor3 = Color3.new(1, 1, 1)
  2672. TextLabel_45.BackgroundTransparency = 1
  2673. TextLabel_45.Position = UDim2.new(0, 0, 0, 48)
  2674. TextLabel_45.Size = UDim2.new(0, 272, 0, 21)
  2675. TextLabel_45.Font = Enum.Font.Arial
  2676. TextLabel_45.FontSize = Enum.FontSize.Size14
  2677. TextLabel_45.Text = " ;close - Closes The GUI"
  2678. TextLabel_45.TextColor3 = Color3.new(1, 1, 1)
  2679. TextLabel_45.TextSize = 13
  2680. TextLabel_45.TextXAlignment = Enum.TextXAlignment.Left
  2681.  
  2682. TextLabel_46.Parent = ScrollingFrame
  2683. TextLabel_46.BackgroundColor3 = Color3.new(1, 1, 1)
  2684. TextLabel_46.BackgroundTransparency = 1
  2685. TextLabel_46.Position = UDim2.new(0, 0, 0, 73)
  2686. TextLabel_46.Size = UDim2.new(0, 272, 0, 21)
  2687. TextLabel_46.Font = Enum.Font.Arial
  2688. TextLabel_46.FontSize = Enum.FontSize.Size14
  2689. TextLabel_46.Text = " ;godmode - Puts You In GodMode"
  2690. TextLabel_46.TextColor3 = Color3.new(1, 1, 1)
  2691. TextLabel_46.TextSize = 13
  2692. TextLabel_46.TextXAlignment = Enum.TextXAlignment.Left
  2693.  
  2694. TextLabel_47.Parent = ScrollingFrame
  2695. TextLabel_47.BackgroundColor3 = Color3.new(1, 1, 1)
  2696. TextLabel_47.BackgroundTransparency = 1
  2697. TextLabel_47.Position = UDim2.new(0, 0, 0, 97)
  2698. TextLabel_47.Size = UDim2.new(0, 272, 0, 21)
  2699. TextLabel_47.Font = Enum.Font.Arial
  2700. TextLabel_47.FontSize = Enum.FontSize.Size14
  2701. TextLabel_47.Text = " ;fly on - Puts You In Fly Mode"
  2702. TextLabel_47.TextColor3 = Color3.new(1, 1, 1)
  2703. TextLabel_47.TextSize = 13
  2704. TextLabel_47.TextXAlignment = Enum.TextXAlignment.Left
  2705.  
  2706. TextLabel_48.Parent = ScrollingFrame
  2707. TextLabel_48.BackgroundColor3 = Color3.new(1, 1, 1)
  2708. TextLabel_48.BackgroundTransparency = 1
  2709. TextLabel_48.Position = UDim2.new(0, 0, 0, 121)
  2710. TextLabel_48.Size = UDim2.new(0, 272, 0, 21)
  2711. TextLabel_48.Font = Enum.Font.Arial
  2712. TextLabel_48.FontSize = Enum.FontSize.Size14
  2713. TextLabel_48.Text = " ;fly off - Removes Fly Mode"
  2714. TextLabel_48.TextColor3 = Color3.new(1, 1, 1)
  2715. TextLabel_48.TextSize = 13
  2716. TextLabel_48.TextXAlignment = Enum.TextXAlignment.Left
  2717.  
  2718. TextLabel_49.Parent = ScrollingFrame
  2719. TextLabel_49.BackgroundColor3 = Color3.new(1, 1, 1)
  2720. TextLabel_49.BackgroundTransparency = 1
  2721. TextLabel_49.Position = UDim2.new(0, 0, 0, 145)
  2722. TextLabel_49.Size = UDim2.new(0, 272, 0, 21)
  2723. TextLabel_49.Font = Enum.Font.Arial
  2724. TextLabel_49.FontSize = Enum.FontSize.Size14
  2725. TextLabel_49.Text = " ;esp on - Turns ESP On"
  2726. TextLabel_49.TextColor3 = Color3.new(1, 1, 1)
  2727. TextLabel_49.TextSize = 13
  2728. TextLabel_49.TextXAlignment = Enum.TextXAlignment.Left
  2729.  
  2730. TextLabel_50.Parent = ScrollingFrame
  2731. TextLabel_50.BackgroundColor3 = Color3.new(1, 1, 1)
  2732. TextLabel_50.BackgroundTransparency = 1
  2733. TextLabel_50.Position = UDim2.new(0, 0, 0, 169)
  2734. TextLabel_50.Size = UDim2.new(0, 272, 0, 21)
  2735. TextLabel_50.Font = Enum.Font.Arial
  2736. TextLabel_50.FontSize = Enum.FontSize.Size14
  2737. TextLabel_50.Text = " ;esp off - Turns ESP Off"
  2738. TextLabel_50.TextColor3 = Color3.new(1, 1, 1)
  2739. TextLabel_50.TextSize = 13
  2740. TextLabel_50.TextXAlignment = Enum.TextXAlignment.Left
  2741.  
  2742. TextLabel_51.Parent = ScrollingFrame
  2743. TextLabel_51.BackgroundColor3 = Color3.new(1, 1, 1)
  2744. TextLabel_51.BackgroundTransparency = 1
  2745. TextLabel_51.Position = UDim2.new(0, 0, 0, 194)
  2746. TextLabel_51.Size = UDim2.new(0, 272, 0, 21)
  2747. TextLabel_51.Font = Enum.Font.Arial
  2748. TextLabel_51.FontSize = Enum.FontSize.Size14
  2749. TextLabel_51.Text = " ;reset - Resets Your Character"
  2750. TextLabel_51.TextColor3 = Color3.new(1, 1, 1)
  2751. TextLabel_51.TextSize = 13
  2752. TextLabel_51.TextXAlignment = Enum.TextXAlignment.Left
  2753.  
  2754. TextLabel_52.Parent = ScrollingFrame
  2755. TextLabel_52.BackgroundColor3 = Color3.new(1, 1, 1)
  2756. TextLabel_52.BackgroundTransparency = 1
  2757. TextLabel_52.Position = UDim2.new(0, 0, 0, 216)
  2758. TextLabel_52.Size = UDim2.new(0, 272, 0, 21)
  2759. TextLabel_52.Font = Enum.Font.Arial
  2760. TextLabel_52.FontSize = Enum.FontSize.Size14
  2761. TextLabel_52.Text = " ;remove - Removes The Whole UI"
  2762. TextLabel_52.TextColor3 = Color3.new(1, 1, 1)
  2763. TextLabel_52.TextSize = 13
  2764. TextLabel_52.TextXAlignment = Enum.TextXAlignment.Left
  2765.  
  2766. CommandClose.Name = "CommandClose"
  2767. CommandClose.Parent = Commands
  2768. CommandClose.BackgroundColor3 = Color3.new(1, 1, 1)
  2769. CommandClose.BackgroundTransparency = 1
  2770. CommandClose.Position = UDim2.new(0, 247, 0, 0)
  2771. CommandClose.Size = UDim2.new(0, 25, 0, 26)
  2772. CommandClose.Font = Enum.Font.SourceSans
  2773. CommandClose.FontSize = Enum.FontSize.Size32
  2774. CommandClose.Text = "X"
  2775. CommandClose.TextColor3 = Color3.new(1, 1, 1)
  2776. CommandClose.TextSize = 30
  2777. CommandClose.TextWrapped = true
  2778.  
  2779. StarterFrame.Name = "StarterFrame"
  2780. StarterFrame.Parent = Unjailbreak
  2781. StarterFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2782. StarterFrame.BorderSizePixel = 0
  2783. StarterFrame.ClipsDescendants = true
  2784. StarterFrame.Position = UDim2.new(0.377083331, 0, 0.35377875, 0)
  2785.  
  2786. StarterMainFrame.Name = "StarterMainFrame"
  2787. StarterMainFrame.Parent = StarterFrame
  2788. StarterMainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  2789. StarterMainFrame.Size = UDim2.new(0, 944, 0, 267)
  2790.  
  2791. ContinueCustomization.Name = "ContinueCustomization"
  2792. ContinueCustomization.Parent = StarterMainFrame
  2793. ContinueCustomization.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2794. ContinueCustomization.BorderSizePixel = 0
  2795. ContinueCustomization.Position = UDim2.new(0, 187, 0, 190)
  2796. ContinueCustomization.Size = UDim2.new(0, 100, 0, 30)
  2797. ContinueCustomization.Font = Enum.Font.Arial
  2798. ContinueCustomization.FontSize = Enum.FontSize.Size18
  2799. ContinueCustomization.Text = "Customize"
  2800. ContinueCustomization.TextColor3 = Color3.new(1, 1, 1)
  2801. ContinueCustomization.TextSize = 16
  2802.  
  2803. TextLabel_53.Parent = StarterMainFrame
  2804. TextLabel_53.BackgroundColor3 = Color3.new(1, 1, 1)
  2805. TextLabel_53.BackgroundTransparency = 1
  2806. TextLabel_53.Position = UDim2.new(0, 135, 0, 85)
  2807. TextLabel_53.Size = UDim2.new(0, 200, 0, 19)
  2808. TextLabel_53.Font = Enum.Font.Arial
  2809. TextLabel_53.FontSize = Enum.FontSize.Size18
  2810. TextLabel_53.Text = "Settings Has Been Updated And You Can Now"
  2811. TextLabel_53.TextColor3 = Color3.new(0, 0, 0)
  2812. TextLabel_53.TextSize = 16
  2813.  
  2814. TextLabel_54.Parent = StarterMainFrame
  2815. TextLabel_54.BackgroundColor3 = Color3.new(1, 1, 1)
  2816. TextLabel_54.BackgroundTransparency = 1
  2817. TextLabel_54.Position = UDim2.new(0, 825, 0, 190)
  2818. TextLabel_54.Size = UDim2.new(0, 93, 0, 19)
  2819. TextLabel_54.Font = Enum.Font.Arial
  2820. TextLabel_54.FontSize = Enum.FontSize.Size18
  2821. TextLabel_54.Text = "WARNING:"
  2822. TextLabel_54.TextColor3 = Color3.new(1, 0.666667, 0)
  2823. TextLabel_54.TextSize = 16
  2824.  
  2825. TextLabel_55.Parent = StarterMainFrame
  2826. TextLabel_55.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  2827. TextLabel_55.BorderSizePixel = 0
  2828. TextLabel_55.Position = UDim2.new(0, 0, 0, 19)
  2829. TextLabel_55.Size = UDim2.new(0, 944, 0, 22)
  2830. TextLabel_55.Font = Enum.Font.SourceSans
  2831. TextLabel_55.FontSize = Enum.FontSize.Size14
  2832. TextLabel_55.Text = ""
  2833. TextLabel_55.TextSize = 14
  2834.  
  2835. TextLabel_56.Parent = StarterMainFrame
  2836. TextLabel_56.BackgroundColor3 = Color3.new(1, 1, 1)
  2837. TextLabel_56.BackgroundTransparency = 1
  2838. TextLabel_56.Position = UDim2.new(0, 135, 0, 63)
  2839. TextLabel_56.Size = UDim2.new(0, 200, 0, 19)
  2840. TextLabel_56.Font = Enum.Font.Arial
  2841. TextLabel_56.FontSize = Enum.FontSize.Size18
  2842. TextLabel_56.Text = "Welcome To Unjailbreak Full Release!"
  2843. TextLabel_56.TextColor3 = Color3.new(0, 0, 0)
  2844. TextLabel_56.TextSize = 16
  2845.  
  2846. TextLabel_57.Parent = StarterMainFrame
  2847. TextLabel_57.BackgroundColor3 = Color3.new(1, 1, 1)
  2848. TextLabel_57.BackgroundTransparency = 1
  2849. TextLabel_57.Position = UDim2.new(0, 135, 0, 21)
  2850. TextLabel_57.Size = UDim2.new(0, 200, 0, 19)
  2851. TextLabel_57.Font = Enum.Font.Arial
  2852. TextLabel_57.FontSize = Enum.FontSize.Size24
  2853. TextLabel_57.Text = "U N J A I L B R E A K"
  2854. TextLabel_57.TextColor3 = Color3.new(1, 1, 1)
  2855. TextLabel_57.TextSize = 20
  2856.  
  2857. TextLabel_58.Parent = StarterMainFrame
  2858. TextLabel_58.BackgroundColor3 = Color3.new(1, 1, 1)
  2859. TextLabel_58.BackgroundTransparency = 1
  2860. TextLabel_58.Position = UDim2.new(0, 825, 0, 210)
  2861. TextLabel_58.Size = UDim2.new(0, 93, 0, 19)
  2862. TextLabel_58.Font = Enum.Font.Arial
  2863. TextLabel_58.FontSize = Enum.FontSize.Size18
  2864. TextLabel_58.Text = "Aimbot Is Very"
  2865. TextLabel_58.TextColor3 = Color3.new(1, 0.666667, 0)
  2866. TextLabel_58.TextSize = 16
  2867.  
  2868. TextLabel_59.Parent = StarterMainFrame
  2869. TextLabel_59.BackgroundColor3 = Color3.new(1, 1, 1)
  2870. TextLabel_59.BackgroundTransparency = 1
  2871. TextLabel_59.Position = UDim2.new(0, 825, 0, 230)
  2872. TextLabel_59.Size = UDim2.new(0, 93, 0, 19)
  2873. TextLabel_59.Font = Enum.Font.Arial
  2874. TextLabel_59.FontSize = Enum.FontSize.Size18
  2875. TextLabel_59.Text = "Unstable And Laggy"
  2876. TextLabel_59.TextColor3 = Color3.new(1, 0.666667, 0)
  2877. TextLabel_59.TextSize = 16
  2878.  
  2879. TextLabel_60.Parent = StarterMainFrame
  2880. TextLabel_60.BackgroundColor3 = Color3.new(1, 1, 1)
  2881. TextLabel_60.BackgroundTransparency = 1
  2882. TextLabel_60.Position = UDim2.new(0, 135, 0, 134)
  2883. TextLabel_60.Size = UDim2.new(0, 200, 0, 19)
  2884. TextLabel_60.Font = Enum.Font.Arial
  2885. TextLabel_60.FontSize = Enum.FontSize.Size18
  2886. TextLabel_60.Text = "Anyways Enjoy The Full Release!"
  2887. TextLabel_60.TextColor3 = Color3.new(0, 0, 0)
  2888. TextLabel_60.TextSize = 16
  2889.  
  2890. TextLabel_61.Parent = StarterMainFrame
  2891. TextLabel_61.BackgroundColor3 = Color3.new(1, 1, 1)
  2892. TextLabel_61.BackgroundTransparency = 1
  2893. TextLabel_61.Position = UDim2.new(0, 135, 0, 110)
  2894. TextLabel_61.Size = UDim2.new(0, 200, 0, 19)
  2895. TextLabel_61.Font = Enum.Font.Arial
  2896. TextLabel_61.FontSize = Enum.FontSize.Size18
  2897. TextLabel_61.Text = "Set Up The Bank And Jewelry Notifiers In Settings"
  2898. TextLabel_61.TextColor3 = Color3.new(0, 0, 0)
  2899. TextLabel_61.TextSize = 16
  2900.  
  2901. TextLabel_62.Parent = StarterMainFrame
  2902. TextLabel_62.BackgroundColor3 = Color3.new(1, 1, 1)
  2903. TextLabel_62.BackgroundTransparency = 1
  2904. TextLabel_62.Position = UDim2.new(0, 610, 0, 21)
  2905. TextLabel_62.Size = UDim2.new(0, 200, 0, 19)
  2906. TextLabel_62.Font = Enum.Font.Arial
  2907. TextLabel_62.FontSize = Enum.FontSize.Size24
  2908. TextLabel_62.Text = "C U S T O M I Z A T I O N"
  2909. TextLabel_62.TextColor3 = Color3.new(1, 1, 1)
  2910. TextLabel_62.TextSize = 20
  2911.  
  2912. MainContinue.Name = "MainContinue"
  2913. MainContinue.Parent = StarterMainFrame
  2914. MainContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2915. MainContinue.BorderSizePixel = 0
  2916. MainContinue.Position = UDim2.new(0, 658, 0, 230)
  2917. MainContinue.Size = UDim2.new(0, 100, 0, 30)
  2918. MainContinue.Font = Enum.Font.Arial
  2919. MainContinue.FontSize = Enum.FontSize.Size18
  2920. MainContinue.Text = "Continue"
  2921. MainContinue.TextColor3 = Color3.new(1, 1, 1)
  2922. MainContinue.TextSize = 16
  2923.  
  2924. TextLabel_63.Parent = StarterMainFrame
  2925. TextLabel_63.BackgroundColor3 = Color3.new(1, 1, 1)
  2926. TextLabel_63.BackgroundTransparency = 1
  2927. TextLabel_63.Position = UDim2.new(0, 610, 0, 51)
  2928. TextLabel_63.Size = UDim2.new(0, 200, 0, 19)
  2929. TextLabel_63.Font = Enum.Font.Arial
  2930. TextLabel_63.FontSize = Enum.FontSize.Size18
  2931. TextLabel_63.Text = "Here You Customize Your UI"
  2932. TextLabel_63.TextColor3 = Color3.new(0, 0, 0)
  2933. TextLabel_63.TextSize = 16
  2934.  
  2935. TextLabel_64.Parent = StarterMainFrame
  2936. TextLabel_64.BackgroundColor3 = Color3.new(1, 1, 1)
  2937. TextLabel_64.BackgroundTransparency = 1
  2938. TextLabel_64.Position = UDim2.new(0, 495, 0, 81)
  2939. TextLabel_64.Size = UDim2.new(0, 93, 0, 19)
  2940. TextLabel_64.Font = Enum.Font.Arial
  2941. TextLabel_64.FontSize = Enum.FontSize.Size18
  2942. TextLabel_64.Text = "Border Color"
  2943. TextLabel_64.TextColor3 = Color3.new(0, 0, 0)
  2944. TextLabel_64.TextSize = 16
  2945.  
  2946. BlueColor.Name = "BlueColor"
  2947. BlueColor.Parent = StarterMainFrame
  2948. BlueColor.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2949. BlueColor.BorderSizePixel = 0
  2950. BlueColor.Position = UDim2.new(0, 493, 0, 104)
  2951. BlueColor.Size = UDim2.new(0, 100, 0, 30)
  2952. BlueColor.Font = Enum.Font.Arial
  2953. BlueColor.FontSize = Enum.FontSize.Size18
  2954. BlueColor.Text = "Blue"
  2955. BlueColor.TextColor3 = Color3.new(1, 1, 1)
  2956. BlueColor.TextSize = 16
  2957.  
  2958. RedColor.Name = "RedColor"
  2959. RedColor.Parent = StarterMainFrame
  2960. RedColor.BackgroundColor3 = Color3.new(1, 0, 0)
  2961. RedColor.BorderSizePixel = 0
  2962. RedColor.Position = UDim2.new(0, 493, 0, 135)
  2963. RedColor.Size = UDim2.new(0, 100, 0, 30)
  2964. RedColor.Font = Enum.Font.Arial
  2965. RedColor.FontSize = Enum.FontSize.Size18
  2966. RedColor.Text = "Red"
  2967. RedColor.TextColor3 = Color3.new(1, 1, 1)
  2968. RedColor.TextSize = 16
  2969.  
  2970. OrangeColor.Name = "OrangeColor"
  2971. OrangeColor.Parent = StarterMainFrame
  2972. OrangeColor.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  2973. OrangeColor.BorderSizePixel = 0
  2974. OrangeColor.Position = UDim2.new(0, 493, 0, 166)
  2975. OrangeColor.Size = UDim2.new(0, 100, 0, 30)
  2976. OrangeColor.Font = Enum.Font.Arial
  2977. OrangeColor.FontSize = Enum.FontSize.Size18
  2978. OrangeColor.Text = "Orange"
  2979. OrangeColor.TextColor3 = Color3.new(1, 1, 1)
  2980. OrangeColor.TextSize = 16
  2981.  
  2982. BlackColor.Name = "BlackColor"
  2983. BlackColor.Parent = StarterMainFrame
  2984. BlackColor.BackgroundColor3 = Color3.new(0, 0, 0)
  2985. BlackColor.BorderSizePixel = 0
  2986. BlackColor.Position = UDim2.new(0, 493, 0, 197)
  2987. BlackColor.Size = UDim2.new(0, 100, 0, 30)
  2988. BlackColor.Font = Enum.Font.Arial
  2989. BlackColor.FontSize = Enum.FontSize.Size18
  2990. BlackColor.Text = "Black"
  2991. BlackColor.TextColor3 = Color3.new(1, 1, 1)
  2992. BlackColor.TextSize = 16
  2993.  
  2994. PurpleColor.Name = "PurpleColor"
  2995. PurpleColor.Parent = StarterMainFrame
  2996. PurpleColor.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  2997. PurpleColor.BorderSizePixel = 0
  2998. PurpleColor.Position = UDim2.new(0, 493, 0, 228)
  2999. PurpleColor.Size = UDim2.new(0, 100, 0, 30)
  3000. PurpleColor.Font = Enum.Font.Arial
  3001. PurpleColor.FontSize = Enum.FontSize.Size18
  3002. PurpleColor.Text = "Purple"
  3003. PurpleColor.TextColor3 = Color3.new(1, 1, 1)
  3004. PurpleColor.TextSize = 16
  3005.  
  3006. TextLabel_65.Parent = StarterMainFrame
  3007. TextLabel_65.BackgroundColor3 = Color3.new(1, 1, 1)
  3008. TextLabel_65.BackgroundTransparency = 1
  3009. TextLabel_65.Position = UDim2.new(0, 662, 0, 81)
  3010. TextLabel_65.Size = UDim2.new(0, 93, 0, 19)
  3011. TextLabel_65.Font = Enum.Font.Arial
  3012. TextLabel_65.FontSize = Enum.FontSize.Size18
  3013. TextLabel_65.Text = "UI Keybind"
  3014. TextLabel_65.TextColor3 = Color3.new(0, 0, 0)
  3015. TextLabel_65.TextSize = 16
  3016.  
  3017. UIKeybind.Name = "UIKeybind"
  3018. UIKeybind.Parent = StarterMainFrame
  3019. UIKeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  3020. UIKeybind.BorderSizePixel = 0
  3021. UIKeybind.Position = UDim2.new(0, 660, 0, 110)
  3022. UIKeybind.Size = UDim2.new(0, 102, 0, 24)
  3023. UIKeybind.Font = Enum.Font.Arial
  3024. UIKeybind.FontSize = Enum.FontSize.Size18
  3025. UIKeybind.Text = ""
  3026. UIKeybind.TextSize = 15
  3027. UIKeybind.TextXAlignment = Enum.TextXAlignment.Left
  3028.  
  3029. TextLabel_66.Parent = StarterMainFrame
  3030. TextLabel_66.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  3031. TextLabel_66.BorderSizePixel = 0
  3032. TextLabel_66.Position = UDim2.new(0, 660, 0, 135)
  3033. TextLabel_66.Size = UDim2.new(0, 102, 0, 3)
  3034. TextLabel_66.Font = Enum.Font.Arial
  3035. TextLabel_66.FontSize = Enum.FontSize.Size18
  3036. TextLabel_66.Text = ""
  3037. TextLabel_66.TextColor3 = Color3.new(0, 0, 0)
  3038. TextLabel_66.TextSize = 16
  3039.  
  3040. TextLabel_67.Parent = StarterMainFrame
  3041. TextLabel_67.BackgroundColor3 = Color3.new(1, 1, 1)
  3042. TextLabel_67.BackgroundTransparency = 1
  3043. TextLabel_67.Position = UDim2.new(0, 662, 0, 150)
  3044. TextLabel_67.Size = UDim2.new(0, 93, 0, 19)
  3045. TextLabel_67.Font = Enum.Font.Arial
  3046. TextLabel_67.FontSize = Enum.FontSize.Size18
  3047. TextLabel_67.Text = "Normal Keybind"
  3048. TextLabel_67.TextColor3 = Color3.new(0, 0, 0)
  3049. TextLabel_67.TextSize = 16
  3050.  
  3051. TextLabel_68.Parent = StarterMainFrame
  3052. TextLabel_68.BackgroundColor3 = Color3.new(1, 1, 1)
  3053. TextLabel_68.BackgroundTransparency = 1
  3054. TextLabel_68.Position = UDim2.new(0, 662, 0, 165)
  3055. TextLabel_68.Size = UDim2.new(0, 93, 0, 19)
  3056. TextLabel_68.Font = Enum.Font.Arial
  3057. TextLabel_68.FontSize = Enum.FontSize.Size18
  3058. TextLabel_68.Text = "\"V\""
  3059. TextLabel_68.TextColor3 = Color3.new(0, 0, 0)
  3060. TextLabel_68.TextSize = 16
  3061.  
  3062. MainPreview.Name = "MainPreview"
  3063. MainPreview.Parent = StarterMainFrame
  3064. MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3065. MainPreview.BorderSizePixel = 0
  3066. MainPreview.Position = UDim2.new(0, 528, 0, 49)
  3067. MainPreview.Size = UDim2.new(0, 32, 0, 29)
  3068. MainPreview.Font = Enum.Font.Arial
  3069. MainPreview.FontSize = Enum.FontSize.Size18
  3070. MainPreview.Text = ""
  3071. MainPreview.TextColor3 = Color3.new(0, 0, 0)
  3072. MainPreview.TextSize = 16
  3073.  
  3074. TextLabel_69.Parent = StarterMainFrame
  3075. TextLabel_69.BackgroundColor3 = Color3.new(1, 1, 1)
  3076. TextLabel_69.BackgroundTransparency = 1
  3077. TextLabel_69.Position = UDim2.new(0, 825, 0, 81)
  3078. TextLabel_69.Size = UDim2.new(0, 93, 0, 19)
  3079. TextLabel_69.Font = Enum.Font.Arial
  3080. TextLabel_69.FontSize = Enum.FontSize.Size18
  3081. TextLabel_69.Text = "Aimbot Keybind"
  3082. TextLabel_69.TextColor3 = Color3.new(0, 0, 0)
  3083. TextLabel_69.TextSize = 16
  3084.  
  3085. Aimbotkeybind.Name = "Aimbotkeybind"
  3086. Aimbotkeybind.Parent = StarterMainFrame
  3087. Aimbotkeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  3088. Aimbotkeybind.BorderSizePixel = 0
  3089. Aimbotkeybind.Position = UDim2.new(0, 822, 0, 110)
  3090. Aimbotkeybind.Size = UDim2.new(0, 102, 0, 24)
  3091. Aimbotkeybind.Font = Enum.Font.Arial
  3092. Aimbotkeybind.FontSize = Enum.FontSize.Size18
  3093. Aimbotkeybind.Text = ""
  3094. Aimbotkeybind.TextSize = 15
  3095. Aimbotkeybind.TextXAlignment = Enum.TextXAlignment.Left
  3096.  
  3097. TextLabel_70.Parent = StarterMainFrame
  3098. TextLabel_70.BackgroundColor3 = Color3.new(1, 1, 1)
  3099. TextLabel_70.BackgroundTransparency = 1
  3100. TextLabel_70.Position = UDim2.new(0, 825, 0, 150)
  3101. TextLabel_70.Size = UDim2.new(0, 93, 0, 19)
  3102. TextLabel_70.Font = Enum.Font.Arial
  3103. TextLabel_70.FontSize = Enum.FontSize.Size18
  3104. TextLabel_70.Text = "Set A Keybind To"
  3105. TextLabel_70.TextColor3 = Color3.new(0, 0, 0)
  3106. TextLabel_70.TextSize = 16
  3107.  
  3108. TextLabel_71.Parent = StarterMainFrame
  3109. TextLabel_71.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  3110. TextLabel_71.BorderSizePixel = 0
  3111. TextLabel_71.Position = UDim2.new(0, 821, 0, 135)
  3112. TextLabel_71.Size = UDim2.new(0, 102, 0, 3)
  3113. TextLabel_71.Font = Enum.Font.Arial
  3114. TextLabel_71.FontSize = Enum.FontSize.Size18
  3115. TextLabel_71.Text = ""
  3116. TextLabel_71.TextColor3 = Color3.new(0, 0, 0)
  3117. TextLabel_71.TextSize = 16
  3118.  
  3119. TextLabel_72.Parent = StarterMainFrame
  3120. TextLabel_72.BackgroundColor3 = Color3.new(1, 1, 1)
  3121. TextLabel_72.BackgroundTransparency = 1
  3122. TextLabel_72.Position = UDim2.new(0, 825, 0, 165)
  3123. TextLabel_72.Size = UDim2.new(0, 93, 0, 19)
  3124. TextLabel_72.Font = Enum.Font.Arial
  3125. TextLabel_72.FontSize = Enum.FontSize.Size18
  3126. TextLabel_72.Text = "Turn On Aimbot"
  3127. TextLabel_72.TextColor3 = Color3.new(0, 0, 0)
  3128. TextLabel_72.TextSize = 16
  3129.  
  3130. TextLabel_73.Parent = StarterMainFrame
  3131. TextLabel_73.BackgroundColor3 = Color3.new(1, 1, 1)
  3132. TextLabel_73.BackgroundTransparency = 1
  3133. TextLabel_73.Position = UDim2.new(0, 662, 0, 190)
  3134. TextLabel_73.Size = UDim2.new(0, 93, 0, 19)
  3135. TextLabel_73.Font = Enum.Font.Arial
  3136. TextLabel_73.FontSize = Enum.FontSize.Size18
  3137. TextLabel_73.Text = "Make All Keybinds Lower Case"
  3138. TextLabel_73.TextColor3 = Color3.new(0, 0, 0)
  3139. TextLabel_73.TextSize = 16
  3140.  
  3141. TextLabel_74.Parent = StarterMainFrame
  3142. TextLabel_74.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3143. TextLabel_74.BorderSizePixel = 0
  3144. TextLabel_74.Position = UDim2.new(0, 40, 0, 0)
  3145. TextLabel_74.Size = UDim2.new(0, 19, 0, 267)
  3146. TextLabel_74.Font = Enum.Font.Arial
  3147. TextLabel_74.FontSize = Enum.FontSize.Size24
  3148. TextLabel_74.Text = ""
  3149. TextLabel_74.TextColor3 = Color3.new(1, 1, 1)
  3150. TextLabel_74.TextSize = 20
  3151.  
  3152. TextLabel_75.Parent = StarterMainFrame
  3153. TextLabel_75.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3154. TextLabel_75.BorderSizePixel = 0
  3155. TextLabel_75.Position = UDim2.new(0, 26, 0, 0)
  3156. TextLabel_75.Size = UDim2.new(0, 7, 0, 267)
  3157. TextLabel_75.Font = Enum.Font.Arial
  3158. TextLabel_75.FontSize = Enum.FontSize.Size24
  3159. TextLabel_75.Text = ""
  3160. TextLabel_75.TextColor3 = Color3.new(1, 1, 1)
  3161. TextLabel_75.TextSize = 20
  3162.  
  3163. TextLabel_76.Parent = StarterMainFrame
  3164. TextLabel_76.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  3165. TextLabel_76.BorderSizePixel = 0
  3166. TextLabel_76.Position = UDim2.new(0, 408, 0, 29)
  3167. TextLabel_76.Size = UDim2.new(0, 10, 0, 238)
  3168. TextLabel_76.Font = Enum.Font.Arial
  3169. TextLabel_76.FontSize = Enum.FontSize.Size24
  3170. TextLabel_76.Text = ""
  3171. TextLabel_76.TextColor3 = Color3.new(1, 1, 1)
  3172. TextLabel_76.TextSize = 20
  3173.  
  3174. ActiveMenu.Parent = UIColorFrame
  3175. ActiveMenu.Name = "ActiveMenu"
  3176.  
  3177. ButtonWheelMenu.Parent = ActiveMenu
  3178. ButtonWheelMenu.Name = "ButtonWheelMenu"
  3179. ButtonWheelMenu.Position = UDim2.new(0,10,0,10)
  3180. ButtonWheelMenu.Size = UDim2.new(1,-20,1,-20)
  3181. ButtonWheelMenu.Visible = true
  3182.  
  3183. Hue.Parent = ButtonWheelMenu
  3184. Hue.Name = "Hue"
  3185.  
  3186. Lig.Parent = ButtonWheelMenu
  3187. Lig.Name = "Lig"
  3188.  
  3189. Sat.Parent = ButtonWheelMenu
  3190. Sat.Name = "Sat"
  3191.  
  3192. HueBox.Parent = ButtonWheelMenu
  3193. HueBox.Size = UDim2.new(0,50,0,25)
  3194. HueBox.Text = "Hue: 70"
  3195. HueBox.Font = Enum.Font.Arial
  3196. HueBox.FontSize = Enum.FontSize.Size14
  3197.  
  3198. GetColor.Parent = ActiveMenu
  3199.  
  3200. local plrname = game:GetService("Players").LocalPlayer.Name
  3201.  
  3202. if plrname == "Unlisting" or plrname == "AyeJoey" or plrname == "ColdEzy" or plrname == "NumNum00" or plrname == "Decryptance" then
  3203. game.CoreGui.Unjailbreak.LPlayerDetect.PlayerNameDetected.Text = plrname
  3204. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  3205. wait(2)
  3206. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3207. end
  3208.  
  3209. game:GetService("Players").PlayerAdded:connect(function(plr)
  3210. if plr.Name ~= game.Players.LocalPlayer.Name then
  3211. if plr.Name == "Unlisting" or plr.Name == "ColdEzy" or plr.Name == "AyeJoey" or plr.Name == "NumNum00" or plr.Name == "Decryptance" then
  3212. game.CoreGui.Unjailbreak.AdminJoined.AdminDetected.Text = plr.Name.." Has Joined"
  3213. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  3214. wait(2)
  3215. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3216. end
  3217. end
  3218. end)
  3219.  
  3220. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  3221. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  3222. wait(0.03)
  3223. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  3224. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  3225. wait(0.03)
  3226. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  3227. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  3228. wait(0.03)
  3229. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  3230. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  3231. wait(0.03)
  3232. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  3233. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  3234. wait(0.03)
  3235. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  3236. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  3237. wait(0.03)
  3238. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  3239. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  3240. wait(0.03)
  3241. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  3242. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  3243. wait(0.03)
  3244. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  3245. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  3246. wait(0.03)
  3247. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  3248. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  3249. wait(0.03)
  3250. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0
  3251. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0
  3252.  
  3253. wait(3.5)
  3254. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  3255. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  3256. wait(0.03)
  3257. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  3258. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  3259. wait(0.03)
  3260. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  3261. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  3262. wait(0.03)
  3263. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  3264. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  3265. wait(0.03)
  3266. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  3267. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  3268. wait(0.03)
  3269. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  3270. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  3271. wait(0.03)
  3272. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  3273. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  3274. wait(0.03)
  3275. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  3276. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  3277. wait(0.03)
  3278. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  3279. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  3280. wait(0.03)
  3281. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  3282. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  3283. game.CoreGui.Unjailbreak.MainLogo.Visible = false
  3284.  
  3285. wait(0.1)
  3286. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 472,0, 267),"Out","Quint",1.5,true)
  3287.  
  3288. ContinueCustomization.MouseButton1Down:connect(function()
  3289. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame:TweenPosition(UDim2.new(0, -472,0, 0),"Out","Quint",2,true)
  3290. end)
  3291.  
  3292. ENABLED = false
  3293. PLAYER = game:GetService("Players").LocalPlayer
  3294. MOUSE = PLAYER:GetMouse()
  3295. CC = game:GetService("Workspace").CurrentCamera
  3296. _G.FREE_FOR_ALL = false
  3297. _G.AIM_AT = 'Head'
  3298. local player = game:GetService("Players").LocalPlayer
  3299. local esp = false
  3300. local track = false
  3301.  
  3302. function Create(base, team)
  3303. local bb = Instance.new("BillboardGui",player.PlayerGui)
  3304. bb.Adornee = base
  3305. bb.ExtentsOffset = Vector3.new(0,1,0)
  3306. bb.AlwaysOnTop = true
  3307. bb.Size = UDim2.new(0,5,0,5)
  3308. bb.StudsOffset = Vector3.new(0,1,0)
  3309. bb.Name = "tracker"
  3310. local frame = Instance.new("Frame",bb)
  3311. frame.ZIndex = 10
  3312. frame.BackgroundTransparency = 0.3
  3313. frame.Size = UDim2.new(1,0,1,0)
  3314. frame.Position = UDim2.new(0,0,0)
  3315. frame.Transparency = 1
  3316. local txtlbl = Instance.new("TextLabel",bb)
  3317. txtlbl.ZIndex = 10
  3318. txtlbl.Text = (string.upper(base.Parent.Name))
  3319. txtlbl.BackgroundTransparency = 1
  3320. txtlbl.Position = UDim2.new(0,0,0,-35)
  3321. txtlbl.Size = UDim2.new(1,0,10,0)
  3322. txtlbl.Font = "SourceSansBold"
  3323. txtlbl.FontSize = "Size10"
  3324. txtlbl.TextStrokeTransparency = 0.5
  3325.  
  3326. local txtlbl2 = Instance.new("TextLabel",bb)
  3327. txtlbl2.ZIndex = 10
  3328. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  3329. txtlbl2.BackgroundTransparency = 1
  3330. txtlbl2.Position = UDim2.new(0,0,0,-25)
  3331. txtlbl2.Size = UDim2.new(1,0,10,0)
  3332. txtlbl2.Font = "SourceSansBold"
  3333. txtlbl2.FontSize = "Size10"
  3334.  
  3335. txtlbl2.TextStrokeTransparency = 0.5
  3336. if team then
  3337. txtlbl.TextColor3 = Color3.new(85,0,127)
  3338. txtlbl2.TextColor3 = Color3.new(85,0,127)
  3339. frame.BackgroundColor3 = Color3.new(85,0,127)
  3340.  
  3341. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  3342. txtlbl.TextColor3 = Color3.new(0,255,0)
  3343. txtlbl2.TextColor3 = Color3.new(0,255,0)
  3344. frame.BackgroundColor3 = Color3.new(0,255,0)
  3345. txtlbl.Text = "FRIEND"
  3346. txtlbl.FontSize = "Size14"
  3347. txtlbl2.FontSize = "Size14"
  3348.  
  3349.  
  3350.  
  3351. elseif base.Parent.Name == game:GetService("Players").LocalPlayer.Name then
  3352. txtlbl2.Transparency = 1
  3353. txtlbl.Transparency = 1
  3354. frame.Transparency = 1
  3355. else
  3356. txtlbl.TextColor3 = Color3.new(85,0,127)
  3357. txtlbl2.TextColor3 = Color3.new(85,0,127)
  3358. frame.BackgroundColor3 = Color3.new(85,0,127)
  3359.  
  3360. end
  3361. end
  3362.  
  3363.  
  3364. function Find()
  3365. Clear()
  3366. track = true
  3367. spawn(function()
  3368. while wait() do
  3369. if track then
  3370. Clear()
  3371. for _,v in pairs(game:GetService("Players"):players()) do
  3372.  
  3373. if v.Character and v.Character.Head then
  3374. Create(v.Character.Head, false)
  3375. end
  3376. end
  3377. end
  3378. end
  3379. wait(1)
  3380. end)
  3381. end
  3382. function Clear()
  3383. for _,v in pairs(player.PlayerGui:children()) do
  3384. if v.Name == "tracker" and v:isA("BillboardGui") then
  3385. v:Destroy()
  3386. end
  3387. end
  3388. end
  3389.  
  3390. CESP.MouseButton1Down:connect(function()
  3391. if not esp then
  3392. Find()
  3393. warn("Jailbreak ESP Enabled")
  3394. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3395. esp = true
  3396. else
  3397. Clear()
  3398. track = false
  3399. warn("Jailbreak ESP Disabled")
  3400. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3401. esp = false
  3402. end
  3403. end)
  3404.  
  3405. BlueColor.MouseButton1Down:connect(function()
  3406. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3407. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3408. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  3409. end)
  3410.  
  3411. RedColor.MouseButton1Down:connect(function()
  3412. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  3413. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(1, 0, 0)
  3414. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(1, 0, 0)
  3415. end)
  3416.  
  3417. OrangeColor.MouseButton1Down:connect(function()
  3418. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3419. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3420. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  3421. end)
  3422.  
  3423. BlackColor.MouseButton1Down:connect(function()
  3424. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  3425. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0, 0)
  3426. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0, 0)
  3427. end)
  3428.  
  3429. PurpleColor.MouseButton1Down:connect(function()
  3430. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3431. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3432. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  3433. end)
  3434.  
  3435. function Aimbot()
  3436.  
  3437. end
  3438.  
  3439. MainContinue.MouseButton1Down:connect(function()
  3440. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  3441. if game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.UIKeybind.Text == "" then
  3442. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3443. mouse1.KeyDown:connect(function(key)
  3444. if key == "v" then
  3445. if Openn == true then
  3446. Openn = false
  3447. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  3448. else
  3449. Openn = true
  3450. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  3451. end
  3452. end
  3453. end)
  3454. else
  3455. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  3456. mouse1.KeyDown:connect(function(key)
  3457. if key == UIKeybind.Text then
  3458. if Openn == true then
  3459. Openn = false
  3460. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  3461. else
  3462. Openn = true
  3463. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  3464. end
  3465. end
  3466. end)
  3467. end
  3468. end)
  3469.  
  3470. local i=20 do
  3471. wait()
  3472. game.CoreGui.Unjailbreak.MainFrame.PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  3473. end
  3474.  
  3475. Tabs.MouseButton1Down:connect(function()
  3476. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 150,0, 47), 'Out', 'Quint', 1, true)
  3477. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = true
  3478. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Transparency = 0.5
  3479. end)
  3480.  
  3481. Home.MouseButton1Down:connect(function()
  3482. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = true
  3483. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3484. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3485. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3486. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3487. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3488. end)
  3489.  
  3490. Game.MouseButton1Down:connect(function()
  3491. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3492. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = true
  3493. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3494. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3495. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3496. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3497. end)
  3498.  
  3499. Teleports.MouseButton1Down:connect(function()
  3500. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3501. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3502. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = true
  3503. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  3504. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3505. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3506. end)
  3507.  
  3508. Settings.MouseButton1Down:connect(function()
  3509. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  3510. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  3511. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  3512. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = true
  3513. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  3514. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  3515. end)
  3516.  
  3517. SetKeybind.MouseButton1Down:connect(function()
  3518. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = true
  3519. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text = "Jewelry Color Set: "..JewelryKeyBox.Text
  3520. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text = "Criminal Key Set: "..CrimBaseBox.Text
  3521. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text = "Bank Key Set: "..BankKeyBox.Text
  3522. end)
  3523.  
  3524. KeyContinue.MouseButton1Down:connect(function()
  3525. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  3526.  
  3527. --Jewelry
  3528. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3529. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text then
  3530. for i=1,20 do
  3531. wait()
  3532. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  3533. end
  3534. end
  3535. end)
  3536.  
  3537.  
  3538. --Bank
  3539. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3540. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text then
  3541. for i=1,20 do
  3542. wait()
  3543. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  3544. end
  3545. end
  3546. end)
  3547.  
  3548.  
  3549. --Criminal
  3550. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  3551. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text then
  3552. for i=1,20 do
  3553. wait()
  3554. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3555. end
  3556. end
  3557. end)
  3558. end)
  3559.  
  3560. KeyCancel.MouseButton1Click:connect(function()
  3561. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  3562. end)
  3563.  
  3564. CDrag.MouseButton1Down:connect(function()
  3565. if Dragg == true then
  3566. Dragg = false
  3567. game.CoreGui.Unjailbreak.MainFrame.Draggable = true
  3568. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3569. else
  3570. Dragg = true
  3571. game.CoreGui.Unjailbreak.MainFrame.Draggable = false
  3572. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3573. end
  3574. end)
  3575.  
  3576. local ee = true
  3577. CNotifierB.MouseButton1Down:connect(function()
  3578. if BNotif == true then
  3579. BNotif = false
  3580. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3581. ee = false
  3582. else
  3583. ee = true
  3584. BNotif = true
  3585. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3586. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  3587. while ee do
  3588. wait(1)
  3589. if v.Extra.Light.SurfaceLight.Enabled == true then
  3590. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 578),"Out","Quint",2,true)
  3591. else
  3592. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 578),"Out","Quint",2,true)
  3593. end
  3594. end
  3595. end
  3596. end
  3597. end)
  3598.  
  3599. local eeee = true
  3600. CNotifierJ.MouseButton1Down:connect(function()
  3601. if JNotif == true then
  3602. JNotif = false
  3603. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3604. eeee = false
  3605. else
  3606. eeee = true
  3607. JNotif = true
  3608. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3609. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  3610. while eeee do
  3611. wait(1)
  3612. if v.Extra.Light.SurfaceLight.Enabled == true then
  3613. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 657),"Out","Quint",2,true)
  3614. else
  3615. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 657),"Out","Quint",2,true)
  3616. end
  3617. end
  3618. end
  3619. end
  3620. end)
  3621.  
  3622. function bigggHead()
  3623. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  3624. if v.TeamValue.Value == "Police" then
  3625. v.Character.HumanoidRootPart.Transparency = 0
  3626. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Blue")
  3627. v.Character.HumanoidRootPart.Size = Vector3.new(16,16,16)
  3628. end
  3629. end
  3630. end
  3631.  
  3632. CBigHead.MouseButton1Down:connect(function()
  3633. if bigheadd == true then
  3634. bigheadd = false
  3635. bigggHead(false)
  3636. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3637. else
  3638. bigheadd = true
  3639. bigggHead(true)
  3640. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3641. end
  3642. end)
  3643.  
  3644. CForceField.MouseButton1Down:connect(function()
  3645. if forcefieldd == true then
  3646. forcefieldd = false
  3647. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  3648. else
  3649. forcefieldd = true
  3650. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  3651. local es = true
  3652. while es do
  3653. wait(0.1)
  3654. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  3655. if v.TeamValue.Value == "Police" then
  3656. if (game:GetService("Players").Character.Torso.Position - v.Position).magnitude <= 5 then
  3657. for i=1,20 do
  3658. wait()
  3659. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3660. end
  3661. end
  3662. end
  3663. end
  3664. end
  3665. end
  3666. end)
  3667.  
  3668. local Checkpoint = {}
  3669. Coords.MouseButton1Down:connect(function()
  3670. table.remove(Checkpoint, 1)
  3671. table.insert(Checkpoint, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  3672. end)
  3673.  
  3674. CustomTP.MouseButton1Down:connect(function()
  3675. for i=1, 20 do
  3676. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Checkpoint[1]) + Vector3.new(1,0,0)
  3677. end
  3678. end)
  3679.  
  3680. Reset.MouseButton1Down:connect(function()
  3681. game.CoreGui.Unjailbreak:Remove()
  3682. end)
  3683.  
  3684. InfiniteAmmo.MouseButton1Down:connect(function()
  3685. if magInf == true then
  3686. magInf = false
  3687. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  3688. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  3689. else
  3690. magInf = true
  3691. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  3692. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  3693. end
  3694. end)
  3695.  
  3696. Prison.MouseButton1Down:connect(function()
  3697. for i=1,20 do
  3698. wait()
  3699. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  3700. end
  3701. end)
  3702.  
  3703. CriminalBase.MouseButton1Down:connect(function()
  3704. for i=1,20 do
  3705. wait()
  3706. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  3707. end
  3708. end)
  3709.  
  3710. BatCave.MouseButton1Down:connect(function()
  3711. for i=1,20 do
  3712. wait()
  3713. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  3714. end
  3715. end)
  3716.  
  3717. PoliceHQ1.MouseButton1Click:connect(function()
  3718. for i=1,20 do
  3719. wait()
  3720. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  3721. end
  3722. end)
  3723.  
  3724. PoliceHQ2.MouseButton1Down:connect(function()
  3725. for i=1,20 do
  3726. wait()
  3727. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  3728. end
  3729. end)
  3730.  
  3731. Garage.MouseButton1Click:connect(function()
  3732. for i=1,20 do
  3733. wait()
  3734. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  3735. end
  3736. end)
  3737.  
  3738. BankStore.MouseButton1Down:connect(function()
  3739. for i=1,20 do
  3740. wait()
  3741. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  3742. end
  3743. end)
  3744.  
  3745. JewelryStore.MouseButton1Down:connect(function()
  3746. for i=1,20 do
  3747. wait()
  3748. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  3749. end
  3750. end)
  3751.  
  3752. GasStation.MouseButton1Click:connect(function()
  3753. for i=1,20 do
  3754. wait()
  3755. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  3756. end
  3757. end)
  3758.  
  3759. DonutShop.MouseButton1Down:connect(function()
  3760. for i=1,20 do
  3761. wait()
  3762. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  3763. end
  3764. end)
  3765.  
  3766. Lamborghini.MouseButton1Down:connect(function()
  3767. for i=1,20 do
  3768. wait()
  3769. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  3770. end
  3771. end)
  3772.  
  3773. Bugatti.MouseButton1Down:connect(function()
  3774. for i=1,20 do
  3775. wait()
  3776. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  3777. end
  3778. end)
  3779.  
  3780. SWATVan.MouseButton1Down:connect(function()
  3781. for i=1,20 do
  3782. wait()
  3783. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  3784. end
  3785. end)
  3786.  
  3787. DuneBuggy.MouseButton1Down:connect(function()
  3788. for i=1,20 do
  3789. wait()
  3790. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  3791. end
  3792. end)
  3793.  
  3794. PickUpTruck.MouseButton1Down:connect(function()
  3795. for i=1,20 do
  3796. wait()
  3797. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  3798. end
  3799. end)
  3800.  
  3801. DirtBike.MouseButton1Down:connect(function()
  3802. for i=1,20 do
  3803. wait()
  3804. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  3805. end
  3806. end)
  3807.  
  3808. Porsche.MouseButton1Down:connect(function()
  3809. for i=1,20 do
  3810. wait()
  3811. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  3812. end
  3813. end)
  3814.  
  3815. Camaro.MouseButton1Down:connect(function()
  3816. for i=1,20 do
  3817. wait()
  3818. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  3819. end
  3820. end)
  3821.  
  3822. MiniCooper.MouseButton1Down:connect(function()
  3823. for i=1,20 do
  3824. wait()
  3825. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  3826. end
  3827. end)
  3828.  
  3829. Tesla3.MouseButton1Down:connect(function()
  3830. for i=1,20 do
  3831. wait()
  3832. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  3833. end
  3834. end)
  3835.  
  3836. GodMode.MouseButton1Down:connect(function()
  3837. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3838. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3839. l.Parent = game:GetService("Players").LocalPlayer.Character
  3840. l.Name = "Humanoid"
  3841. wait(0.1)
  3842. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3843. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3844. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3845. wait(0.1)
  3846. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3847. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3848. end)
  3849.  
  3850. Btools.MouseButton1Down:connect(function()
  3851. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  3852. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  3853. if child.ClassName == "Part" then
  3854. child.Locked = false
  3855. end
  3856. if child.ClassName == "MeshPart" then
  3857. child.Locked = false
  3858. end
  3859. if child.ClassName == "UnionOperation" then
  3860. child.Locked = false
  3861. end
  3862. if child.ClassName == "Model" then
  3863. for index, chil in pairs(child:GetChildren()) do
  3864. if chil.ClassName == "Part" then
  3865. chil.Locked = false
  3866. end
  3867. if chil.ClassName == "MeshPart" then
  3868. chil.Locked = false
  3869. end
  3870. if chil.ClassName == "UnionOperation" then
  3871. chil.Locked = false
  3872. end
  3873. if chil.ClassName == "Model" then
  3874. for index, childe in pairs(chil:GetChildren()) do
  3875. if childe.ClassName == "Part" then
  3876. childe.Locked = false
  3877. end
  3878. if childe.ClassName == "MeshPart" then
  3879. childe.Locked = false
  3880. end
  3881. if childe.ClassName == "UnionOperation" then
  3882. childe.Locked = false
  3883. end
  3884. if childe.ClassName == "Model" then
  3885. for index, childeo in pairs(childe:GetChildren()) do
  3886. if childeo.ClassName == "Part" then
  3887. childeo.Locked = false
  3888. end
  3889. if childeo.ClassName == "MeshPart" then
  3890. childeo.Locked = false
  3891. end
  3892. if childeo.ClassName == "UnionOperation" then
  3893. childeo.Locked = false
  3894. end
  3895. if childeo.ClassName == "Model" then
  3896. end
  3897. end
  3898. end
  3899. end
  3900. end
  3901. end
  3902. end
  3903. end
  3904. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3905. c.BinType = Enum.BinType.Hammer
  3906. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3907. c.BinType = Enum.BinType.Clone
  3908. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  3909. c.BinType = Enum.BinType.Grab
  3910. end)
  3911.  
  3912. RemoveAll.MouseButton1Down:connect(function()
  3913. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  3914. v.Lasers:Remove()
  3915. v.Cameras:Remove()
  3916. v.FloorLasers:Remove()
  3917. end
  3918. game:GetService("Workspace").Cells:Remove()
  3919. game:GetService("Workspace").Doors:Remove()
  3920. game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  3921. game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  3922. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  3923. v.Door:Destroy()
  3924. v.TriggerDoor:Destroy()
  3925. v.Lasers:Remove()
  3926. end
  3927. end)
  3928.  
  3929. AnnoyServer.MouseButton1Down:connect(function()
  3930. if annnoy == true then
  3931. annnoy = false
  3932. e = false
  3933. else
  3934. annnoy = true
  3935. e = true
  3936. while eee do
  3937. for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
  3938. pcall(function()
  3939. for _,obj in pairs(plr.Character.Head:GetChildren()) do
  3940. if obj:IsA("Sound") then
  3941. obj:Play()
  3942. end
  3943. end
  3944. end)
  3945. end
  3946. end
  3947. end
  3948. end)
  3949.  
  3950. SpamArrest.MouseButton1Down:connect(function()
  3951. local Player = game:GetService("Players").LocalPlayer
  3952. wait(0.5)
  3953. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  3954. repeat
  3955. wait()
  3956. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  3957. until v.Team.Name ~= "Criminal"
  3958. end
  3959. end)
  3960.  
  3961. noclip = false
  3962. game:GetService('RunService').Stepped:connect(function()
  3963. if noclip then
  3964. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11)
  3965. end
  3966. end)
  3967.  
  3968. NoClip.MouseButton1Down:connect(function()
  3969. noclip = not noclip
  3970. if NoClip.Text == "NoClip: ON" then
  3971. NoClip.Text = "NoClip: OFF"
  3972. else
  3973. NoClip.Text = "NoClip: ON"
  3974. end
  3975. end)
  3976.  
  3977. WalkSpeed.MouseButton1Down:connect(function()
  3978. down = false
  3979. velocity = Instance.new("BodyVelocity")
  3980. velocity.maxForce = Vector3.new(100000, 0, 100000)
  3981. local speed = 150
  3982. gyro = Instance.new("BodyGyro")
  3983. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  3984.  
  3985. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  3986.  
  3987. function onButton1Down(mouse)
  3988. down = true
  3989. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  3990. velocity.velocity = (hum.MoveDirection) * speed
  3991. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  3992. while down do
  3993. if not down then break end
  3994. velocity.velocity = (hum.MoveDirection) * speed
  3995. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  3996. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  3997. wait(0.1)
  3998. end
  3999. end
  4000.  
  4001. function onButton1Up(mouse)
  4002. velocity.Parent = nil
  4003. gyro.Parent = nil
  4004. down = false
  4005. end
  4006.  
  4007. function onSelected(mouse)
  4008. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  4009. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  4010. end
  4011.  
  4012. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  4013. end)
  4014.  
  4015. Gravity.MouseButton1Down:connect(function()
  4016. if Gravity == true then
  4017. Gravity = false
  4018. game:GetService("Workspace").Gravity = 196.2
  4019. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: OFF"
  4020. else
  4021. Gravity = true
  4022. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: ON"
  4023. game:GetService("Workspace").Gravity = 45
  4024. end
  4025. end)
  4026.  
  4027. JumpPower.MouseButton1Down:connect(function()
  4028. if Jump == true then
  4029. Jump = false
  4030. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  4031. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: OFF"
  4032. else
  4033. Jump = true
  4034. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  4035. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: ON"
  4036. end
  4037. end)
  4038.  
  4039. VehicleSpeed.MouseButton1Down:connect(function()
  4040. dir = 0
  4041. gs = game.GetService
  4042. gs(game,"RunService").RenderStepped:connect(function()
  4043. for i,v in next,workspace.Vehicles:children() do
  4044. if v.Name ~= "Heli" then
  4045. if v:FindFirstChild("Engine") then
  4046. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  4047. if not bf then
  4048. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  4049. if bf then
  4050. bf = bf:Clone()
  4051. bf.Parent = v.Engine
  4052. bf.Name = "NewForce"
  4053. end
  4054. end
  4055. if bf then
  4056. local fa = 1
  4057. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  4058. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  4059. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  4060. end
  4061. end
  4062. end
  4063. end
  4064. end)
  4065. val = {
  4066. {Enum.KeyCode.W,1};
  4067. {Enum.KeyCode.S,-1};
  4068. }
  4069. uis = gs(game,"UserInputService")
  4070. chk = function(k)
  4071. for i,v in next,val do
  4072. if v[1]==k.KeyCode then
  4073. return v[2]
  4074. end
  4075. end
  4076. end
  4077. uis.InputBegan:connect(function(k)
  4078. dir = chk(k) or dir
  4079. end)
  4080. uis.InputEnded:connect(function(k)
  4081. if chk(k) == dir then
  4082. dir = 0
  4083. end
  4084. end)
  4085. end)
  4086.  
  4087. KeyCard.MouseButton1Down:connect(function()
  4088. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  4089. end)
  4090.  
  4091. local mouse=game:GetService("Players").LocalPlayer:GetMouse''
  4092. localplayer=game:GetService("Players").LocalPlayer
  4093. game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  4094. local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  4095. local speed=0
  4096. local keys={a=false,d=false,w=false,s=false}
  4097. local e1
  4098. local e2
  4099. local function start()
  4100. local pos = Instance.new("BodyPosition",torso)
  4101. local gyro = Instance.new("BodyGyro",torso)
  4102. pos.Name="EPIXPOS"
  4103. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  4104. pos.position = torso.Position
  4105. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  4106. gyro.cframe = torso.CFrame
  4107. repeat
  4108. wait()
  4109. localplayer.Character.Humanoid.PlatformStand=true
  4110. local new=gyro.cframe - gyro.cframe.p + pos.position
  4111. if not keys.w and not keys.s and not keys.a and not keys.d then
  4112. speed=1
  4113. end
  4114. if keys.w then
  4115. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  4116. speed=speed+0.01
  4117. end
  4118. if keys.s then
  4119. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  4120. speed=speed+0.01
  4121. end
  4122. if keys.d then
  4123. new = new * CFrame.new(speed,0,0)
  4124. speed=speed+0.01
  4125. end
  4126. if keys.a then
  4127. new = new * CFrame.new(-speed,0,0)
  4128. speed=speed+0.01
  4129. end
  4130. if speed>5 then
  4131. speed=5
  4132. end
  4133. pos.position=new.p
  4134. if keys.w then
  4135. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  4136. elseif keys.s then
  4137. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  4138. else
  4139. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  4140. end
  4141. until not Fly
  4142. if gyro then gyro:Destroy() end
  4143. if pos then pos:Destroy() end
  4144. flying=false
  4145. localplayer.Character.Humanoid.PlatformStand=false
  4146. speed=0
  4147. end
  4148. e1=mouse.KeyDown:connect(function(key)
  4149. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  4150. if key=="w" then
  4151. keys.w=true
  4152. elseif key=="s" then
  4153. keys.s=true
  4154. elseif key=="a" then
  4155. keys.a=true
  4156. elseif key=="d" then
  4157. keys.d=true
  4158. end
  4159. end)
  4160. e2=mouse.KeyUp:connect(function(key)
  4161. if key=="w" then
  4162. keys.w=false
  4163. elseif key=="s" then
  4164. keys.s=false
  4165. elseif key=="a" then
  4166. keys.a=false
  4167. elseif key=="d" then
  4168. keys.d=false
  4169. end
  4170. end)
  4171.  
  4172. Fly.MouseButton1Down:connect(function()
  4173. if flyy == true then
  4174. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: OFF"
  4175. flyy = false
  4176. Fly = false
  4177. start()
  4178. else
  4179. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: ON"
  4180. flyy = true
  4181. Fly = true
  4182. start()
  4183. end
  4184. end)
  4185.  
  4186. FlashLight.MouseButton1Down:connect(function()
  4187. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4188.  
  4189. a = Instance.new("Part", workspace)
  4190. a.Anchored = true
  4191. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4192. a.CanCollide = false
  4193.  
  4194. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4195. if v.Name == "Station" then
  4196. for a, b in pairs(v:GetChildren()) do
  4197. if b:IsA("StringValue") then
  4198. if b.Value == "Flashlight" then
  4199. v.CFrame = CFrame.new(hit)
  4200. end
  4201. end
  4202. end
  4203. end
  4204. end
  4205. end)
  4206.  
  4207. M4A4.MouseButton1Down:connect(function()
  4208. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4209.  
  4210. a = Instance.new("Part", workspace)
  4211. a.Anchored = true
  4212. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4213. a.CanCollide = false
  4214.  
  4215. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4216. if v.Name == "Station" then
  4217. for a, b in pairs(v:GetChildren()) do
  4218. if b:IsA("StringValue") then
  4219. if b.Value == "RifleSWAT" then
  4220. v.CFrame = CFrame.new(hit)
  4221. end
  4222. end
  4223. end
  4224. end
  4225. end
  4226. end)
  4227.  
  4228. AK47.MouseButton1Down:connect(function()
  4229. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4230.  
  4231. a = Instance.new("Part", workspace)
  4232. a.Anchored = true
  4233. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4234. a.CanCollide = false
  4235.  
  4236. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4237. if v.Name == "ShootingRange" then
  4238. for a, b in pairs(v:GetChildren()) do
  4239. if b:IsA("StringValue") then
  4240. if b.Value == "AK47" then
  4241. v.CFrame = CFrame.new(hit)
  4242. end
  4243. end
  4244. end
  4245. end
  4246. end
  4247. end)
  4248.  
  4249. ShotGun.MouseButton1Down:connect(function()
  4250. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4251.  
  4252. a = Instance.new("Part", workspace)
  4253. a.Anchored = true
  4254. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4255. a.CanCollide = false
  4256.  
  4257. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4258. if v.Name == "Station" then
  4259. for a, b in pairs(v:GetChildren()) do
  4260. if b:IsA("StringValue") then
  4261. if b.Value == "Shotgun" then
  4262. v.CFrame = CFrame.new(hit)
  4263. end
  4264. end
  4265. end
  4266. end
  4267. end
  4268. end)
  4269.  
  4270. Pistol.MouseButton1Down:connect(function()
  4271. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4272.  
  4273. a = Instance.new("Part", workspace)
  4274. a.Anchored = true
  4275. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  4276. a.CanCollide = false
  4277.  
  4278. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  4279. if v.Name == "Station" then
  4280. for a, b in pairs(v:GetChildren()) do
  4281. if b:IsA("StringValue") then
  4282. if b.Value == "Pistol" then
  4283. v.CFrame = CFrame.new(hit)
  4284. end
  4285. end
  4286. end
  4287. end
  4288. end
  4289. end)
  4290.  
  4291. GotoBank.MouseButton1Down:connect(function()
  4292. for i=1,20 do
  4293. wait()
  4294. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  4295. end
  4296. end)
  4297.  
  4298. GotoJewelry.MouseButton1Down:connect(function()
  4299. for i=1,20 do
  4300. wait()
  4301. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  4302. end
  4303. end);
  4304.  
  4305. GoTo.MouseButton1Down:connect(function()
  4306. p = getPlayer()
  4307. if p then
  4308. for i=1,20 do
  4309. wait()
  4310. PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  4311. end
  4312. else
  4313. GoTo.Text = "Retry"; wait(1); GoTo.Text = "GoTo" end
  4314. end)
  4315.  
  4316. Explorer.MouseButton1Down:connect(function()
  4317. TextProperties = {"ZOffset", "CharacterAppearance", "PrimaryPart", "SkyboxBk", "SkyboxDn", "WaterTransparency", "WaterWaveSpeed", "HipHeight","ChatHistory","ConversationDistance", "BlastPressure", "BlastRadius", "InitialPrompt", "CPU", "OSVer", "OsPlatformId", "CpuSpeed", "D", "P", "maxForce", "InstanceCount", "PlaceId", "workspace", "GarbageCollectionFrequency", "BinType", "Grip", "ActivationState", "GarbageCollectionLimit", "ShadowColor", "TargetPoint", "WalkDirection", "WalkToPart", "Image", "Font", "ClearTextOnFocus", "TextTransparency", "WalkToPoint", "ColorShift_Bottom", "ColorShift_Top","MaxSpeed","CartoonFactor","Target","MaxThrust","MaxTorque","TargetOffset","ThrustD", "ThrustP", "TurnD", "TurnP", "profileName", "Resolution", "Shadow", "Bevels", "BatchSize", "AASamples", "Genre", "CreatorType", "CreatorId", "JobId", "SkyboxUp", "SkyboxFt", "SkyboxLf", "StarCount", "ReporterType", "Outfit1", "Outfit2", "Pants", "PlayCount", "Shirt", "MinReportInterval", "VelocitySpread","Rate", "DataSendRate", "DataGCRate", "Archivable", "ClassName","NameDisplayerDistance", "MaxVelocity","PantsTemplate","ShirtTemplate","SoundId","Pitch","IsPlaying","IsPaused","Looped","PlayOnRemove","StudsPerTileU","StudsPerTileV", "Name", "DataCost", "Value", "MaxPlayers" , "PersonalServerRank" ,"NumPlayers" , "Text", "Reflectance","FogEnd", "FogStart","WaterTransparency", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "TeamColor", "userId", "Brightness", "Ambient", "OsPlatform", "SimulationRadius", "ChatMode", "AccountAgeReplicate", "Character", "Steer", "Style","NetworkOwnerV3", "CanCollide", "CFrame", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource", "MachineAddress", "Port"}
  4318. BoolProperties = {"Anchored", "AllowInsertFreeModels","SuperSafeChatReplicate", "Player", "HangDetection", "FullScriptCode", "DataModelJobs", "DeviceLost", "SSAO", "SoundEnabled", "SoftwareSound", "TextFits", "TextWrap", "Draggable", "BubbleChat" , "AutoRuns", "Guest", "LocalSaveEnabled", "PlatformStand", "AutoRotate", "CelestialBodiesShown","HasBuildTools" , "ClassicChat" , "DevEnableMouseLock" ,"Netural", "CanCollide", "Disabled", "Outlines" ,"Jump", "Sit", "Visible", "IsSmooth" , "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows", "RobloxLocked", "ScriptsDisabled"}
  4319. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  4320. s = Instance.new("ScreenGui", game.CoreGui)
  4321. pgr = Instance.new("TextButton")
  4322. pgr.Parent = s
  4323. pgr.Size = UDim2.new(0,100,0,40)
  4324. pgr.Position = UDim2.new(0,30,0,440)
  4325. pgr.Text="Xplorer"
  4326. pgr.BackgroundTransparency = 0.7
  4327. pgr.TextColor = BrickColor.new("Black")
  4328. pgr.BackgroundColor = BrickColor.new("Really Black")
  4329. pgr.BorderColor = BrickColor.new("Black")
  4330. pgr.Font = "ArialBold"
  4331. pgr.FontSize = "Size14"
  4332. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  4333. pgr.TextStrokeTransparency = 0.3
  4334. pgr.BorderSizePixel = 1
  4335. pgr.BorderColor = BrickColor.new("White")
  4336.  
  4337. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  4338. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  4339. end
  4340.  
  4341. Banned = {}
  4342.  
  4343.  
  4344.  
  4345. function isBanned()
  4346. for i,v in pairs(game.Players:GetPlayers()) do
  4347. if v.Name == Banned then
  4348. v:Destroy();
  4349. else
  4350. print("Player: "..v.Name.." has passed the test of banishments.");
  4351. end
  4352. end
  4353. end
  4354.  
  4355.  
  4356.  
  4357. local Cloned
  4358. local Deleted
  4359. local DeleteParent
  4360. local Player
  4361. local Search
  4362. local ScriptSearch
  4363. local Gui
  4364. local Cloned = nil
  4365. local Deleted = nil
  4366. local DeleteParent = nil
  4367. local Current = 0
  4368. local CurrentOption = 0
  4369.  
  4370. function Clear()
  4371. if Gui then
  4372. Gui:Remove()
  4373. end
  4374. Current = 0
  4375. CurrentOption = 0
  4376. end
  4377.  
  4378. function AddButton(N, Function, Color, Copy)
  4379. if not N then
  4380. error("RenderButton - No Name Specified")
  4381. end
  4382. if not Function then
  4383. error("RenderButton - No Function Specified")
  4384. end
  4385. if not Color then
  4386. Color = Color3.new(1, 1, 1)
  4387. end
  4388. if Copy == nil then
  4389. Copy = true
  4390. end
  4391. P = Instance.new("TextButton")
  4392. if Copy then
  4393. P.Size = UDim2.new(0, 110, 0, 20)
  4394. else
  4395. P.Size = UDim2.new(0, 130, 0, 20)
  4396. end
  4397. P.Text = N.Name
  4398. P.Name = N.Name
  4399. P.Parent = Gui
  4400. P.BackgroundColor3 = Color
  4401. P.TextColor3 = Color3.new(0, 0, 0)
  4402. P.BackgroundTransparency = 0.5
  4403. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  4404. P.MouseButton1Click:connect(function()
  4405. Function(P)
  4406. end)
  4407. D = Instance.new("TextButton")
  4408. D.Size = UDim2.new(0, 20, 0, 20)
  4409. D.Text = "X"
  4410. D.Name = N.Name
  4411. D.Parent = Gui
  4412. D.BackgroundColor3 = Color3.new(1, 0, 0)
  4413. D.TextColor3 = Color3.new(0, 0, 0)
  4414. D.BackgroundTransparency = 0.5
  4415. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  4416. D.MouseButton1Click:connect(function()
  4417. Deleted = N
  4418. DeleteParent = N.Parent
  4419. N.Parent = nil
  4420. Clear()
  4421. Search(DeleteParent)
  4422. end)
  4423. if Copy then
  4424. C = Instance.new("TextButton")
  4425. C.Size = UDim2.new(0, 20, 0, 20)
  4426. C.Text = "C"
  4427. C.Name = N.Name
  4428. C.Parent = Gui
  4429. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  4430. C.TextColor3 = Color3.new(0, 0, 0)
  4431. C.BackgroundTransparency = 0.5
  4432. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  4433. C.MouseButton1Click:connect(function()
  4434. Cloned = N
  4435. Clear()
  4436. Search(N.Parent)
  4437. end)
  4438. end
  4439. Current = Current + 1
  4440. return P
  4441. end
  4442.  
  4443. function AddOption(N, Function, Color, Text)
  4444. if not N then
  4445. error("RenderButton - No Name Specified")
  4446. end
  4447. if not Color then
  4448. Color = Color3.new(1, 1, 1)
  4449. end
  4450. if Text == nil then
  4451. Text = false
  4452. end
  4453. if Text then
  4454. P = Instance.new("TextBox")
  4455. else
  4456. P = Instance.new("TextButton")
  4457. end
  4458. P.Text = N
  4459. P.Name = N
  4460. P.Parent = Gui
  4461. P.BackgroundColor3 = Color
  4462. P.TextColor3 = Color3.new(0, 0, 0)
  4463. P.BackgroundTransparency = 0.5
  4464. P.Size = UDim2.new(0, 150, 0, 20)
  4465. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  4466. if not Text and Function then
  4467. P.MouseButton1Click:connect(function() Function(P) end)
  4468. end
  4469. CurrentOption = CurrentOption + 1
  4470. return P
  4471. end
  4472.  
  4473. function AddTextOption(Obj, Prop)
  4474. local Ob = Obj
  4475. local Pro = Prop
  4476. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  4477. CurrentOption = CurrentOption + 1
  4478. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  4479. CurrentOption = CurrentOption - 2
  4480. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  4481. CurrentOption = CurrentOption + 1
  4482. end
  4483. end
  4484.  
  4485. function AddBrickColorOption(Obj, Prop)
  4486. local Ob = Obj
  4487. local Pro = Prop
  4488. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  4489. CurrentOption = CurrentOption + 1
  4490. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  4491. CurrentOption = CurrentOption - 2
  4492. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  4493. CurrentOption = CurrentOption + 1
  4494. end
  4495. end
  4496.  
  4497. function UnanchorObject(Objects)
  4498. local function Recurse(Base)
  4499. for _, Object in pairs(Base:GetChildren()) do
  4500. if _G.TestProperty(Object, "Anchored") then
  4501. Object.Anchored = not Object.Anchored
  4502. end
  4503. Recurse(Object)
  4504. end
  4505. end
  4506. Recurse(Objects)
  4507. end
  4508.  
  4509.  
  4510.  
  4511.  
  4512. function AddBoolOption(Obj, Prop)
  4513. local Ob = Obj
  4514. local Pro = Prop
  4515. if type(Ob[Pro]) == "boolean" then
  4516. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  4517. O.MouseButton1Click:connect(function()
  4518. if Ob[Pro] then
  4519. Ob[Pro] = false
  4520. O.Text = Pro..": false"
  4521. else
  4522. Ob[Pro] = true
  4523. O.Text = Pro..": true"
  4524. end
  4525. end)
  4526. end
  4527. end
  4528.  
  4529. function TestProperty(Obj, Property)
  4530. Success = pcall(function()
  4531. if Obj[Property] then
  4532. return
  4533. end
  4534. end)
  4535. return Success
  4536. end
  4537.  
  4538. function LoadOptions(Object)
  4539. for Num, Prop in pairs(TextProperties) do
  4540. if TestProperty(Object, Prop) then
  4541. AddTextOption(Object, Prop)
  4542. end
  4543. end
  4544. for Num, Prop in pairs(BoolProperties) do
  4545. if TestProperty(Object, Prop) then
  4546. AddBoolOption(Object, Prop)
  4547. end
  4548. end
  4549. for Num, Prop in pairs(BrickColorProperties) do
  4550. if TestProperty(Object, Prop) then
  4551. AddBrickColorOption(Object, Prop)
  4552. end
  4553. end
  4554. end
  4555.  
  4556.  
  4557. function AddForceField(Player)
  4558. Instance.new("ForceField", Player.Character)
  4559. end
  4560. function Killp(Player)
  4561. Player.Character.Humanoid.Health=0
  4562. end
  4563. function AddExplode(Player)
  4564. Instance.new("Explosion", Player.Character)
  4565. end
  4566. function AddSparkles(Player)
  4567. Instance.new("Sparkles", Player.Character)
  4568. end
  4569.  
  4570.  
  4571. function FreezeParts(b)
  4572. if (b.className == "Part") then
  4573. b.Anchored=true;
  4574. end
  4575. end
  4576.  
  4577. function TPToObject(Object1)
  4578. local localplr = game.Players.LocalPlayer.Character.Torso
  4579. localplr.Position = Object1.Position
  4580. end
  4581.  
  4582.  
  4583. function Search(Object)
  4584. Gui = Instance.new("ScreenGui")
  4585. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  4586. Gui.Name = "Explorer"
  4587. if Object ~= game then
  4588. AddOption("Back", function()
  4589. Clear();
  4590. Search(Object.Parent)
  4591. end, Color3.new(0.5, 1, 1), false)
  4592. end
  4593. if Object:IsA("Sound") then
  4594. AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4595. AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  4596. AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  4597. end
  4598. if Object:IsA("Workspace") then
  4599. AddOption("BlackHole", function() local p= game.Players:GetChildren() for i= 1, #p do if p[i] ~= "LocalPlayer" then b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000) b.position = Vector3.new(100,10,0)end end end, Color3.new(1, 0.6, 0.1), false)
  4600. end
  4601. if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
  4602. AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4603. end
  4604. if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
  4605. AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4606. end
  4607. AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  4608. if Object ~= game then
  4609. AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4610. AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  4611. end
  4612. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  4613. if Cloned then
  4614. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  4615. end
  4616. if Deleted then
  4617. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  4618. end
  4619. if Object:IsA("Player") then
  4620. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  4621. AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  4622. AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  4623. AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  4624. AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  4625. AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  4626. --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  4627. end
  4628. if Object:IsA("Lighting") then
  4629. AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  4630. AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  4631. end
  4632. if Object:IsA("LocalScript") then
  4633. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  4634. end
  4635. if Object:IsA("Terrain") then
  4636. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  4637. end
  4638. if Object:IsA("CornerWedgePart") or Object:IsA("FormFactorPart") or Object:IsA("Part") or Object:IsA("UnionOperation") or Object:IsA("BasePart") or Object:IsA("ParallelRampPart") or Object:IsA("PrismPart") or Object:IsA("PyramidPart") or Object:IsA("RightAngleRampPart") or Object:IsA("TrussPart") or Object:IsA("VehicleSeat") then
  4639. AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  4640. end
  4641.  
  4642. LoadOptions(Object)
  4643. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  4644. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  4645. for Num, Obj in pairs(Object:GetChildren()) do
  4646. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  4647. if true then
  4648. if Obj:IsA("LocalScript") then
  4649. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  4650. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  4651. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  4652. elseif Obj.Parent == game then
  4653. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  4654. else
  4655. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  4656. end
  4657. end
  4658. end
  4659. end
  4660. function MoveUp(Place, Amount)
  4661. for i,v in pairs(Place:GetChildren()) do
  4662. if v:IsA("TextLabel") or v:IsA("TextBox") then
  4663. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  4664. end
  4665. end
  4666. end
  4667. function MoveDown(Place, Amount)
  4668. for i,v in pairs(Place:GetChildren()) do
  4669. if v:IsA("TextLabel") or v:IsA("TextBox") then
  4670. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  4671. end
  4672. end
  4673. end
  4674. i=0
  4675. function ScriptSearch(S)
  4676. Script2 = S
  4677. Script = decompile(Script2)
  4678. Table = {}
  4679. Enabled = true
  4680. Gui = Instance.new("ScreenGui")
  4681. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  4682. Gui.Name = "Explorer"
  4683. while Enabled do
  4684. Start, End = string.find(Script, '\n')
  4685. print(Start, End)
  4686. if Start and End then
  4687. table.insert(Table, string.sub(Script, 1, End))
  4688. New = string.sub(Script, End+1, string.len(Script))
  4689. Script = New
  4690. else
  4691. Enabled = false
  4692. table.insert(Table, string.sub(Script, 1, End))
  4693. print("Finished")
  4694. end
  4695. end
  4696. P = Instance.new("TextLabel")
  4697. P.Size = UDim2.new(0, 500, 0, 20)
  4698. P.Text = Script2.Name
  4699. P.Name = "Script Line"
  4700. P.Parent = Gui
  4701. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4702. P.TextColor3 = Color3.new(0, 0, 0)
  4703. P.BackgroundTransparency = 0.5
  4704. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  4705. P.TextXAlignment = "Left"
  4706. i=i+1
  4707. New = {}
  4708. for I,Val in pairs(Table) do
  4709. print(Val)
  4710. P = Instance.new("TextBox")
  4711. P.ClearTextOnFocus = false
  4712. P.Size = UDim2.new(0, 500, 0, 20)
  4713. P.Text = Val
  4714. P.Name = "Script Line"
  4715. P.Parent = Gui
  4716. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4717. P.TextColor3 = Color3.new(0, 0, 0)
  4718. P.BackgroundTransparency = 0.5
  4719. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  4720. P.TextXAlignment = "Left"
  4721. table.insert(New, P)
  4722. i=i+1
  4723. end
  4724. i=1
  4725. P = Instance.new("TextButton")
  4726. P.Size = UDim2.new(0, 20, 0, 20)
  4727. P.Text = "^"
  4728. P.Name = "Scroll"
  4729. P.Parent = Gui
  4730. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4731. P.TextColor3 = Color3.new(0, 0, 0)
  4732. P.BackgroundTransparency = 0.5
  4733. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4734. P.MouseButton1Click:connect(function()
  4735. MoveUp(Gui, -20)
  4736. end)
  4737. i=i+1
  4738. P = Instance.new("TextButton")
  4739. P.Size = UDim2.new(0, 20, 0, 20)
  4740. P.Text = "v"
  4741. P.Name = "Scroll"
  4742. P.Parent = Gui
  4743. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4744. P.TextColor3 = Color3.new(0, 0, 0)
  4745. P.BackgroundTransparency = 0.5
  4746. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4747. P.MouseButton1Click:connect(function()
  4748. MoveDown(Gui, -20)
  4749. end)
  4750. i=i+1
  4751. P = Instance.new("TextButton")
  4752. P.Size = UDim2.new(0, 20, 0, 20)
  4753. P.Text = "^^"
  4754. P.Name = "Scroll"
  4755. P.Parent = Gui
  4756. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4757. P.TextColor3 = Color3.new(0, 0, 0)
  4758. P.BackgroundTransparency = 0.5
  4759. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4760. P.MouseButton1Click:connect(function()
  4761. MoveUp(Gui, -200)
  4762. end)
  4763. i=i+1
  4764. P = Instance.new("TextButton")
  4765. P.Size = UDim2.new(0, 20, 0, 20)
  4766. P.Text = "vv"
  4767. P.Name = "Scroll"
  4768. P.Parent = Gui
  4769. P.BackgroundColor3 = Color3.new(1, 1, 1)
  4770. P.TextColor3 = Color3.new(0, 0, 0)
  4771. P.BackgroundTransparency = 0.5
  4772. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4773. P.MouseButton1Click:connect(function()
  4774. MoveDown(Gui, -200)
  4775. end)
  4776. i=i+1
  4777. P = Instance.new("TextButton")
  4778. P.Size = UDim2.new(0, 20, 0, 20)
  4779. P.Text = "S"
  4780. P.Name = "Save"
  4781. P.Parent = Gui
  4782. P.BackgroundColor3 = Color3.new(0, 1, 0)
  4783. P.TextColor3 = Color3.new(0, 0, 0)
  4784. P.BackgroundTransparency = 0.5
  4785. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4786. P.MouseButton1Click:connect(function()
  4787. StringS = ""
  4788. for Num, Obj in pairs(New) do
  4789. StringS = StringS..Obj.Text..'\n'
  4790. end
  4791. S.Source = StringS
  4792. S.Disabled = true
  4793. S.Disabled = false
  4794. end)
  4795. i=i+1
  4796. P = Instance.new("TextButton")
  4797. P.Size = UDim2.new(0, 20, 0, 20)
  4798. P.Text = "C"
  4799. P.Name = "Copy"
  4800. P.Parent = Gui
  4801. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4802. P.TextColor3 = Color3.new(0, 0, 0)
  4803. P.BackgroundTransparency = 0.5
  4804. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4805. P.MouseButton1Click:connect(function()
  4806. StringS = ""
  4807. for Num, Obj in pairs(New) do
  4808. StringS = StringS..Obj.Text..'\n'
  4809. end
  4810. CopyString(StringS)
  4811. end)
  4812. i=i+1
  4813. P = Instance.new("TextButton")
  4814. P.Size = UDim2.new(0, 20, 0, 20)
  4815. P.Text = "x"
  4816. P.Name = "Back"
  4817. P.Parent = Gui
  4818. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4819. P.TextColor3 = Color3.new(0, 0, 0)
  4820. P.BackgroundTransparency = 0.5
  4821. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4822. P.MouseButton1Click:connect(function()
  4823. Clear()
  4824. i=0
  4825. Search(S)
  4826. end)
  4827. i=i+1
  4828. P = Instance.new("TextButton")
  4829. P.Size = UDim2.new(0, 20, 0, 20)
  4830. P.Text = "CB"
  4831. P.Name = "Back"
  4832. P.Parent = Gui
  4833. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  4834. P.TextColor3 = Color3.new(0, 0, 0)
  4835. P.BackgroundTransparency = 0.5
  4836. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  4837. P.MouseButton1Click:connect(function()
  4838. CopyString(decompile(Script2,true))
  4839. end)
  4840. i=i+1
  4841. end
  4842. end
  4843.  
  4844. pgr.MouseButton1Click:connect(function()
  4845. Clear()
  4846. Search(game)
  4847. end)
  4848. end)
  4849.  
  4850. UIColorButton.MouseButton1Down:connect(function()
  4851. print("not ready")
  4852. end)
  4853.  
  4854. PLR = game:GetService("Players").LocalPlayer
  4855.  
  4856. Players = game:GetService("Players"):GetPlayers()
  4857.  
  4858. Selected1 = game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.SPlayer
  4859.  
  4860. val.Name = "Selected"
  4861.  
  4862. function alphabetize(p1, p2)
  4863. Player1 = p1.Name:lower()
  4864. P1 = Player1:sub(1, 1):byte()
  4865. Player2 = p2.Name:lower()
  4866. P2 = Player2:sub(1, 1):byte()
  4867.  
  4868.  
  4869. if P1 < P2 then return true else return false end
  4870. end
  4871. table.sort(Players, alphabetize)
  4872.  
  4873. for i = 1, #Players do
  4874. p = Players[i]
  4875. if p ~= PLR then
  4876. btn = Instance.new("TextButton", sframe)
  4877. btn.Name = p.Name
  4878. btn.Text = p.Name
  4879. btn.Size = UDim2.new(0, 260, 0, 25)
  4880. btn.Font = Enum.Font.Highway
  4881. btn.FontSize = Enum.FontSize.Size14
  4882. btn.TextColor3 = Color3.new(255, 255, 255)
  4883. btn.BackgroundTransparency = 1
  4884. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4885. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4886. btn.MouseButton1Click:connect(function()
  4887. val.Value = p
  4888. Selected1.Text = "Player: "..p.Name
  4889. end)
  4890.  
  4891. end
  4892. end
  4893.  
  4894. function update()
  4895.  
  4896. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  4897.  
  4898. plrs = game:GetService("Players"):GetPlayers()
  4899. table.sort(plrs, alphabetize)
  4900.  
  4901. for i = 1, #plrs do
  4902.  
  4903. p = plrs[i]
  4904. if p ~= PLR then
  4905.  
  4906. btn = Instance.new("TextButton", sframe)
  4907. btn.Text = p.Name
  4908. btn.Size = UDim2.new(0, 260, 0, 25)
  4909. btn.Font = Enum.Font.Highway
  4910. btn.FontSize = Enum.FontSize.Size14
  4911. btn.TextColor3 = Color3.new(255, 255, 255)
  4912. btn.BackgroundTransparency = 1
  4913. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4914.  
  4915. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4916.  
  4917. btn.MouseButton1Click:connect(function()
  4918. val.Value = p
  4919. SPlayer.Text = "Player: "..p.Name
  4920. end)
  4921.  
  4922. end
  4923. end
  4924.  
  4925. end
  4926. game:GetService("Players").PlayerAdded:connect(update)
  4927. game:GetService("Players").PlayerRemoving:connect(update)
  4928.  
  4929. function getPlayer()
  4930. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  4931. end
  4932. end
  4933.  
  4934. if game.PlaceId == 292439477 then
  4935. ESP = true
  4936.  
  4937. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  4938. SpecialSniper = {"BFG 50", "SFG 50"}
  4939. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  4940. SMG = {"SCAR-H", "AG-3", "M4A1", "G36C", "M4", "L22", "SCAR PDW", "SR-3M", "P90", "AUG A3 PARA", "AK12", "AN-94", "AS VAL", "SCAR-L", "AUG A1", "M16A4", "G36", "M16A3", "AUG A2", "FAMAS", "AK44", "AUG A3", "L85A2", "HONEY BADGER", "AK74", "AKM", "M231"}
  4941. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  4942. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  4943. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  4944. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  4945. Melee = {"KNIFE", "MACHETE"}
  4946.  
  4947. warn("Phantom Forces ESP Created By Unlisting")
  4948.  
  4949. if ESP == true then
  4950. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  4951. pass = false
  4952. if workspace:FindFirstChild(v.Name) then
  4953. if v.Team == game:GetService("Players").LocalPlayer.Team then
  4954. if v.Character:FindFirstChild("HumanoidRootPart") then
  4955. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  4956. v.Character.HumanoidRootPart.ESP:Destroy()
  4957. end
  4958. end
  4959. end
  4960. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  4961. if v.Character:FindFirstChild("HumanoidRootPart") then
  4962. for i,v in pairs(v.Character:GetChildren()) do
  4963. if v:IsA("Model") then
  4964. pass = true
  4965. break
  4966. end
  4967. end
  4968.  
  4969. shirt = nil
  4970. passer = false
  4971. for i,v in pairs(v.Character:GetChildren()) do
  4972. if v:IsA("Shirt") then
  4973. shirt = v
  4974. break
  4975. end
  4976. end
  4977.  
  4978. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  4979. if v:IsA("Shirt") then
  4980. if shirt ~= nil then
  4981. if v.Name ~= shirt.Name then
  4982. passer = true
  4983. break
  4984. end
  4985. end
  4986. end
  4987. end
  4988.  
  4989. if passer == true then
  4990. if v.Character:FindFirstChild("HumanoidRootPart") then
  4991. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  4992.  
  4993. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  4994.  
  4995. hitting = false
  4996.  
  4997.  
  4998. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  4999. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5000. if part then
  5001. if part.Parent == v.Character then
  5002. hitting = true
  5003. end
  5004. end
  5005. if hitting == false then
  5006. elseif hitting == true then
  5007. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5008. end
  5009.  
  5010. if hitting == false then
  5011. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  5012. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5013. if part then
  5014. if part.Parent == v.Character then
  5015. hitting = true
  5016. end
  5017. end
  5018. if hitting == false then
  5019. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5020. elseif hitting == true then
  5021. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5022. end
  5023.  
  5024. if hitting == false then
  5025. elseif hitting == true then
  5026. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  5027. end
  5028.  
  5029.  
  5030.  
  5031.  
  5032.  
  5033.  
  5034.  
  5035.  
  5036.  
  5037.  
  5038.  
  5039. if hitting == false then
  5040. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  5041. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5042. if part then
  5043. if part:IsA("BasePart") then
  5044.  
  5045. CurrentGun = nil
  5046. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  5047. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  5048. if v:IsA("Model") then
  5049. if v:FindFirstChild("Flame") then
  5050. CurrentGun = v
  5051. break
  5052. end
  5053. end
  5054. end
  5055. end
  5056.  
  5057. found = false
  5058.  
  5059. if found == false then
  5060. for i = 1,#Sniper do
  5061. if CurrentGun ~= nil then
  5062. if Sniper[i] == CurrentGun.Name then
  5063. found = true
  5064. Min = 2.75
  5065. Max = 3
  5066. break
  5067. end
  5068. end
  5069. end
  5070. end
  5071.  
  5072. if found == false then
  5073. for i = 1,#SpecialSniper do
  5074. if CurrentGun ~= nil then
  5075. if SpecialSniper[i] == CurrentGun.Name then
  5076. found = true
  5077. Min = 3.25
  5078. Max = 3.5
  5079. break
  5080. end
  5081. end
  5082. end
  5083. end
  5084.  
  5085. if found == false then
  5086. for i = 1,#WeakSniper do
  5087. if CurrentGun ~= nil then
  5088. if WeakSniper[i] == CurrentGun.Name then
  5089. found = true
  5090. Min = 2.75
  5091. Max = 3
  5092. break
  5093. end
  5094. end
  5095. end
  5096. end
  5097.  
  5098. if found == false then
  5099. for i = 1,#WeakSMG do
  5100. if CurrentGun ~= nil then
  5101. if WeakSMG[i] == CurrentGun.Name then
  5102. found = true
  5103. Min = 2.25
  5104. Max = 3
  5105. break
  5106. end
  5107. end
  5108. end
  5109. end
  5110.  
  5111. if found == false then
  5112. for i = 1,#SMG do
  5113. if CurrentGun ~= nil then
  5114. if SMG[i] == CurrentGun.Name then
  5115. found = true
  5116. Min = 2.5
  5117. Max = 3
  5118. break
  5119. end
  5120. end
  5121. end
  5122. end
  5123.  
  5124. if found == false then
  5125. for i = 1,#ShotGun do
  5126. if CurrentGun ~= nil then
  5127. if ShotGun[i] == CurrentGun.Name then
  5128. found = true
  5129. Min = 2.75
  5130. Max = 3
  5131. break
  5132. end
  5133. end
  5134. end
  5135. end
  5136.  
  5137. if found == false then
  5138. for i = 1,#LMG do
  5139. if CurrentGun ~= nil then
  5140. if LMG[i] == CurrentGun.Name then
  5141. found = true
  5142. Min = 2.5
  5143. Max = 3
  5144. break
  5145. end
  5146. end
  5147. end
  5148. end
  5149.  
  5150. if found == false then
  5151. for i = 1,#Other do
  5152. if CurrentGun ~= nil then
  5153. if Other[i] == CurrentGun.Name then
  5154. found = true
  5155. Min = 0
  5156. Max = 0
  5157. break
  5158. end
  5159. end
  5160. end
  5161. end
  5162.  
  5163. if found == false then
  5164. for i = 1,#Melee do
  5165. if CurrentGun ~= nil then
  5166. if Melee[i] == CurrentGun.Name then
  5167. found = true
  5168. Min = 0
  5169. Max = 0
  5170. break
  5171. end
  5172. end
  5173. end
  5174. end
  5175.  
  5176. if found == false then
  5177. Min = 0
  5178. Max = 0
  5179. end
  5180.  
  5181. if part.Parent.Name == "Map" then
  5182. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5183. hitting = true
  5184. parter = part
  5185. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5186. hitting = true
  5187. parter = part
  5188. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5189. hitting = true
  5190. parter = part
  5191. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5192. hitting = true
  5193. parter = part
  5194. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5195. hitting = true
  5196. parter = part
  5197. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5198. hitting = true
  5199. parter = part
  5200. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5201. hitting = true
  5202. parter = part
  5203. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5204. hitting = true
  5205. parter = part
  5206. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5207. hitting = true
  5208. parter = part
  5209. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5210. hitting = true
  5211. parter = part
  5212. end
  5213. end
  5214. end
  5215. end
  5216. if hitting == true then
  5217. hitting = false
  5218. part = parter
  5219. list = {}
  5220. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5221. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5222. Reg = Region3.new(pos1, pos2)
  5223. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  5224. o = 1
  5225. if TouchingParts ~= nil then
  5226. for i,v in pairs(TouchingParts) do
  5227. if v ~= parter then
  5228.  
  5229.  
  5230. part = v
  5231. if part.Parent.Name == "Map" then
  5232. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5233. hitting = true
  5234. parter = part
  5235. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5236. hitting = true
  5237. parter = part
  5238. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5239. hitting = true
  5240. parter = part
  5241. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5242. hitting = true
  5243. parter = part
  5244. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5245. hitting = true
  5246. parter = part
  5247. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5248. hitting = true
  5249. parter = part
  5250. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5251. hitting = true
  5252. parter = part
  5253. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5254. hitting = true
  5255. parter = part
  5256. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5257. hitting = true
  5258. parter = part
  5259. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5260. hitting = true
  5261. parter = part
  5262. end
  5263. end
  5264.  
  5265.  
  5266. if hitting == true then
  5267. table.insert(list, o, v)
  5268. o = o + 1
  5269. end
  5270. end
  5271. end
  5272. end
  5273.  
  5274. hitting = false
  5275.  
  5276. part = parter
  5277.  
  5278. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5279. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5280.  
  5281. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p, (v.Character.HumanoidRootPart.CFrame.p - game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.p).unit * 2000)
  5282. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  5283. if part then
  5284. if part.Parent == v.Character then
  5285. hitting = true
  5286. end
  5287. end
  5288. if hitting == false then
  5289. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5290. elseif hitting == true then
  5291. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  5292. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5293. else
  5294. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5295. end
  5296. end
  5297.  
  5298. elseif hitting == false then
  5299. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5300. end
  5301. end
  5302.  
  5303.  
  5304.  
  5305.  
  5306.  
  5307.  
  5308.  
  5309.  
  5310.  
  5311.  
  5312. if hitting == false then
  5313. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  5314. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  5315. if part then
  5316. if part:IsA("BasePart") then
  5317.  
  5318. CurrentGun = nil
  5319. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  5320. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  5321. if v:IsA("Model") then
  5322. if v:FindFirstChild("Flame") then
  5323. CurrentGun = v
  5324. break
  5325. end
  5326. end
  5327. end
  5328. end
  5329.  
  5330. found = false
  5331.  
  5332. if found == false then
  5333. for i = 1,#Sniper do
  5334. if CurrentGun ~= nil then
  5335. if Sniper[i] == CurrentGun.Name then
  5336. found = true
  5337. Min = 2.75
  5338. Max = 3
  5339. break
  5340. end
  5341. end
  5342. end
  5343. end
  5344.  
  5345. if found == false then
  5346. for i = 1,#SpecialSniper do
  5347. if CurrentGun ~= nil then
  5348. if SpecialSniper[i] == CurrentGun.Name then
  5349. found = true
  5350. Min = 3.25
  5351. Max = 3.5
  5352. break
  5353. end
  5354. end
  5355. end
  5356. end
  5357.  
  5358. if found == false then
  5359. for i = 1,#WeakSniper do
  5360. if CurrentGun ~= nil then
  5361. if WeakSniper[i] == CurrentGun.Name then
  5362. found = true
  5363. Min = 2.75
  5364. Max = 3
  5365. break
  5366. end
  5367. end
  5368. end
  5369. end
  5370.  
  5371. if found == false then
  5372. for i = 1,#WeakSMG do
  5373. if CurrentGun ~= nil then
  5374. if WeakSMG[i] == CurrentGun.Name then
  5375. found = true
  5376. Min = 2.25
  5377. Max = 3
  5378. break
  5379. end
  5380. end
  5381. end
  5382. end
  5383.  
  5384. if found == false then
  5385. for i = 1,#SMG do
  5386. if CurrentGun ~= nil then
  5387. if SMG[i] == CurrentGun.Name then
  5388. found = true
  5389. Min = 2.5
  5390. Max = 3
  5391. break
  5392. end
  5393. end
  5394. end
  5395. end
  5396.  
  5397. if found == false then
  5398. for i = 1,#ShotGun do
  5399. if CurrentGun ~= nil then
  5400. if ShotGun[i] == CurrentGun.Name then
  5401. found = true
  5402. Min = 2.75
  5403. Max = 3
  5404. break
  5405. end
  5406. end
  5407. end
  5408. end
  5409.  
  5410. if found == false then
  5411. for i = 1,#LMG do
  5412. if CurrentGun ~= nil then
  5413. if LMG[i] == CurrentGun.Name then
  5414. found = true
  5415. Min = 2.5
  5416. Max = 3
  5417. break
  5418. end
  5419. end
  5420. end
  5421. end
  5422.  
  5423. if found == false then
  5424. for i = 1,#Other do
  5425. if CurrentGun ~= nil then
  5426. if Other[i] == CurrentGun.Name then
  5427. found = true
  5428. Min = 0
  5429. Max = 0
  5430. break
  5431. end
  5432. end
  5433. end
  5434. end
  5435.  
  5436. if found == false then
  5437. for i = 1,#Melee do
  5438. if CurrentGun ~= nil then
  5439. if Melee[i] == CurrentGun.Name then
  5440. found = true
  5441. Min = 0
  5442. Max = 0
  5443. break
  5444. end
  5445. end
  5446. end
  5447. end
  5448.  
  5449. if found == false then
  5450. Min = 0
  5451. Max = 0
  5452. end
  5453.  
  5454. if part.Parent.Name == "Map" then
  5455. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5456. hitting = true
  5457. parter = part
  5458. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5459. hitting = true
  5460. parter = part
  5461. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5462. hitting = true
  5463. parter = part
  5464. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5465. hitting = true
  5466. parter = part
  5467. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5468. hitting = true
  5469. parter = part
  5470. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5471. hitting = true
  5472. parter = part
  5473. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5474. hitting = true
  5475. parter = part
  5476. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5477. hitting = true
  5478. parter = part
  5479. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5480. hitting = true
  5481. parter = part
  5482. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5483. hitting = true
  5484. parter = part
  5485. end
  5486. end
  5487. end
  5488. end
  5489. if hitting == true then
  5490. hitting = false
  5491. part = parter
  5492. list = {}
  5493. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5494. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5495. Reg = Region3.new(pos1, pos2)
  5496. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  5497. o = 1
  5498. if TouchingParts ~= nil then
  5499. for i,v in pairs(TouchingParts) do
  5500. if v ~= parter then
  5501.  
  5502.  
  5503. part = v
  5504. if part.Parent.Name == "Map" then
  5505. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5506. hitting = true
  5507. parter = part
  5508. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  5509. hitting = true
  5510. parter = part
  5511. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  5512. hitting = true
  5513. parter = part
  5514. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  5515. hitting = true
  5516. parter = part
  5517. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  5518. hitting = true
  5519. parter = part
  5520. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  5521. hitting = true
  5522. parter = part
  5523. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  5524. hitting = true
  5525. parter = part
  5526. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  5527. hitting = true
  5528. parter = part
  5529. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  5530. hitting = true
  5531. parter = part
  5532. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  5533. hitting = true
  5534. parter = part
  5535. end
  5536. end
  5537.  
  5538.  
  5539. if hitting == true then
  5540. table.insert(list, o, v)
  5541. o = o + 1
  5542. end
  5543. end
  5544. end
  5545. end
  5546.  
  5547. hitting = false
  5548.  
  5549. part = parter
  5550.  
  5551. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  5552. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  5553.  
  5554. local ray = Ray.new(game:GetService("Players").LocalPlayer.Character.Head.CFrame.p, (v.Character.Head.CFrame.p - game:GetService("Players").LocalPlayer.Character.Head.CFrame.p).unit * 2000)
  5555. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  5556. if part then
  5557. if part.Parent == v.Character then
  5558. hitting = true
  5559. end
  5560. end
  5561. if hitting == false then
  5562. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5563. elseif hitting == true then
  5564. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  5565. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5566. else
  5567. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5568. end
  5569. end
  5570.  
  5571. elseif hitting == false then
  5572. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5573. end
  5574. end
  5575. end
  5576.  
  5577.  
  5578.  
  5579. elseif pass == true then
  5580. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  5581. ESP.Name = "ESP"
  5582. ESP.Size = UDim2.new(6, 0, 8, 0)
  5583. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  5584. ESP.AlwaysOnTop = true
  5585. local Frame = Instance.new("Frame",ESP)
  5586. Frame.ZIndex = 1000
  5587. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  5588. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  5589. Frame.BorderSizePixel = 3
  5590. Frame.BackgroundTransparency = 0.3
  5591. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  5592. Label = Instance.new("TextLabel", ESP)
  5593. Label.Position = UDim2.new(0, 0, -0.1, 0)
  5594. Label.Size = UDim2.new(1, 0, 0.3, 0)
  5595. Label.Font = "SourceSansLight"
  5596. Label.TextColor3 = Color3.new(1,1,1)
  5597. Label.TextStrokeColor3 = Color3.new(0,0,0)
  5598. Label.TextStrokeTransparency = 0
  5599. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  5600. Label.TextScaled = true
  5601. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  5602. Label.BackgroundTransparency = 1
  5603. end
  5604. end
  5605. end
  5606. end
  5607. end
  5608. end
  5609. end
  5610. end
  5611. end
  5612.  
  5613. if game.PlaceId ~= 606849621 or 292439477 then
  5614. warn("Unjailbreak Is Not Compatible With This Game!")
  5615. end
  5616. end) -- end of big axss script
  5617.  
  5618. JG.MouseButton1Click:connect(function()
  5619. local plr = game:GetService("Players").LocalPlayer
  5620.  
  5621. local TpMethod = 2
  5622.  
  5623. function JailbreakTp(...)
  5624. getfenv()["TpMethod" .. TpMethod](...)
  5625. end
  5626.  
  5627. function TpMethod1(...)
  5628. local char = plr.Character
  5629. local root = char.HumanoidRootPart
  5630. local args = {...}
  5631. for i=0,1,0.05 do
  5632. wait()
  5633. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  5634. end
  5635. end
  5636.  
  5637. function TpMethod2(...)
  5638. local args = {...}
  5639. local char = plr.Character
  5640. local target = Vector3.new(unpack(args,1,3))
  5641. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  5642. dist = math.floor(dist / 100) + 1
  5643. for i=0,dist * 4 do
  5644. wait()
  5645. char:MoveTo(Vector3.new(...))
  5646. end
  5647. if args[#args] == true then
  5648. wait()
  5649. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  5650. end
  5651. end
  5652.  
  5653. function Tween(obj, t, properties)
  5654. local TweenService = game:GetService("TweenService")
  5655. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  5656. local tween = TweenService:Create(obj,tweenInfo,properties)
  5657. tween:Play()
  5658. return tween
  5659. end
  5660.  
  5661. local Tracers = {}
  5662.  
  5663. local function AddLasso(p,team)
  5664. if not Tracers[team.Name] then return end
  5665. if p == plr then return end
  5666. spawn(function()
  5667. if p.Character then
  5668. local l = Instance.new("SelectionPartLasso")
  5669. l.Parent = p.Character
  5670. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  5671. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  5672. l.Visible = true
  5673. l.Color3 = team.TeamColor.Color
  5674. for i=0,5 do
  5675. local sg = Instance.new("SurfaceGui")
  5676. sg.Face = i
  5677. sg.Parent = p.Character
  5678. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  5679. sg.AlwaysOnTop = true
  5680. local f = Instance.new("Frame", sg)
  5681. f.Size = UDim2.new(1,0,1,0)
  5682. f.BorderSizePixel = 0
  5683. f.BackgroundColor3 = team.TeamColor.Color
  5684. f.BackgroundTransparency = 0.5
  5685. end
  5686. end
  5687. end)
  5688. end
  5689.  
  5690. local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
  5691. getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
  5692. local t = {...}
  5693. for i,v in pairs(t) do
  5694. t[i] = v + 1
  5695. end
  5696. return w.char(unpack(t))
  5697. end}, {__index = string})
  5698. getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
  5699.  
  5700. local function RemoveLasso(p)
  5701. if not p.Character then return end
  5702. for i,v in pairs(p.Character:GetDescendants()) do
  5703. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  5704. v:Destroy()
  5705. end
  5706. end
  5707. end
  5708.  
  5709. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  5710. team.PlayerAdded:connect(function(p)
  5711. AddLasso(p,team)
  5712. end)
  5713.  
  5714. team.PlayerRemoved:connect(function(p)
  5715. RemoveLasso(p)
  5716. end)
  5717. end
  5718.  
  5719. function ToggleTracers(team, bool)
  5720. Tracers[team] = bool
  5721. local t = game:GetService("Teams"):FindFirstChild(team)
  5722. if not t then return end
  5723. for i,v in pairs(t:GetPlayers()) do
  5724. if bool then
  5725. AddLasso(v,t)
  5726. else
  5727. RemoveLasso(v)
  5728. end
  5729. end
  5730. end
  5731.  
  5732. local function CharAdded(plr, char)
  5733. if Tracers[tostring(plr.Team)] then
  5734. AddLasso(plr,plr.Team)
  5735. end
  5736. end
  5737.  
  5738. local function PlrAdded(plr)
  5739. plr.CharacterAdded:connect(function(char)
  5740. CharAdded(plr, char)
  5741. end)
  5742. if plr.Character then
  5743. CharAdded(plr, plr.Character)
  5744. end
  5745. end
  5746.  
  5747. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  5748. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  5749. PlrAdded(v)
  5750. end
  5751.  
  5752. pcall(function() --this is the ragdoll bypass okay? I don't want new users to copy/paste this to their scripts
  5753. local a = z(getfenv()[string.char(102, 96, 108, 100)])
  5754. local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
  5755. if x then
  5756. x(a)
  5757. end
  5758. local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
  5759. if y then
  5760. y(a, false)
  5761. end
  5762.  
  5763. local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
  5764. a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
  5765. if d == string.char(85, 100, 107, 110, 98, 104, 115, 120) and tostring(c) == string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115) then
  5766. return Vector3.new(getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)),getfenv()[string.char(115, 110, 109, 116, 108, 97, 100, 113)](string.char(47)))
  5767. elseif d == "WalkSpeed" then
  5768. return 16
  5769. elseif d == "JumpPower" then
  5770. return 50
  5771. end
  5772. return b(c, d)
  5773. end
  5774. end)
  5775.  
  5776. game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
  5777. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  5778. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  5779. wait()
  5780. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  5781. end
  5782. end)
  5783.  
  5784. --Creating Gui--
  5785.  
  5786. local function Create(classname)
  5787. return function(t)
  5788. local ins = Instance.new(classname)
  5789. for i,v in pairs(t) do
  5790. ins[i] = v
  5791. end
  5792. return ins
  5793. end
  5794. end
  5795.  
  5796. local main = Create "Frame" {
  5797. Active = true,
  5798. ClipsDescendants = true,
  5799. Draggable = true,
  5800. BackgroundColor3 = Color3.new(1,1,1),
  5801. BorderSizePixel = 0,
  5802. Size = UDim2.new(0,400,0,300),
  5803. Position = UDim2.new(0.5,-200,0,-300),
  5804. BackgroundTransparency = 1,
  5805. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  5806. }
  5807. do
  5808. local effect = Create "Frame" {
  5809. Parent = main,
  5810. Size = UDim2.new(1,0,0,50),
  5811. BackgroundColor3 = Color3.fromRGB(85,170,255),
  5812. BorderSizePixel = 0,
  5813. ClipsDescendants = true,
  5814. }
  5815. local lb = Create "TextLabel" {
  5816. Parent = effect,
  5817. Size = UDim2.new(1,0,1,0),
  5818. BackgroundTransparency = 1,
  5819. BorderSizePixel = 0,
  5820. TextSize = 30,
  5821. TextColor3 = Color3.new(1,1,1),
  5822. TextXAlignment = "Left",
  5823. Font = "SourceSansBold",
  5824. Text = "Jailbreak GUI",
  5825. ZIndex = 2,
  5826. }
  5827. local function GTween()
  5828. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  5829. if ts == Enum.TweenStatus.Completed then
  5830. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  5831. GTween()
  5832. end
  5833. end)
  5834. end
  5835. GTween()
  5836. end
  5837.  
  5838. local Menu = Create "Frame" {
  5839. BackgroundColor3 = Color3.new(1,1,1),
  5840. BorderSizePixel = 0,
  5841. Position = UDim2.new(0,0,0,50),
  5842. Size = UDim2.new(1,0,1,-50),
  5843. Parent = main,
  5844. }
  5845.  
  5846. local MenuLabel = Create "TextLabel" {
  5847. BackgroundTransparency = 1,
  5848. BorderSizePixel = 0,
  5849. TextColor3 = Color3.new(0,0,0),
  5850. TextSize = 20,
  5851. Font = "SourceSans",
  5852. Text = string.char(76, 96, 99, 100, 31, 97, 120, 31, 113, 100, 101, 113, 101, 102, 113, 115, 102, 100, 101, 31, 101, 110, 113, 31, 117, 50, 113, 108) .. "\n" .. string.char(39, 118, 110, 109, 38, 115, 31, 115, 100, 107, 107, 31, 120, 110, 116, 31, 108, 120, 31, 113, 110, 97, 107, 110, 119, 31, 109, 96, 108, 100, 40),
  5853. TextWrapped = true,
  5854. Size = UDim2.new(1,0,0,50),
  5855. Parent = Menu
  5856. }
  5857.  
  5858. local function CreateButton(text,parent)
  5859. return Create "TextButton" {
  5860. Active = true,
  5861. AutoButtonColor = true,
  5862. BackgroundColor3 = Color3.fromRGB(0,155,232),
  5863. BorderSizePixel = 1,
  5864. Size = UDim2.new(0,100,0,30),
  5865. Font = "SourceSansBold",
  5866. TextColor3 = Color3.new(1,1,0),
  5867. TextSize = 20,
  5868. Text = text,
  5869. Parent = parent
  5870. }
  5871. end
  5872.  
  5873. local function CreateFrame(name)
  5874. local f = Create "Frame" {
  5875. BackgroundColor3 = Color3.new(1,1,1),
  5876. BorderSizePixel = 0,
  5877. Position = UDim2.new(0,0,0,50),
  5878. Size = UDim2.new(1,0,1,-50),
  5879. Visible = false,
  5880. }
  5881. local lb = Create "TextLabel" {
  5882. BackgroundTransparency = 1,
  5883. BorderSizePixel = 0,
  5884. TextSize = 20,
  5885. TextColor3 = Color3.new(1,1,0),
  5886. Position = UDim2.new(0,0,0,5),
  5887. Text = name,
  5888. Parent = f,
  5889. TextXAlignment = "Center",
  5890. TextYAlignment = "Center",
  5891. Size = UDim2.new(1,0,0,30),
  5892. }
  5893. local exit = CreateButton("Back", f)
  5894. exit.Position = UDim2.new(0.5,-50,1,-45)
  5895. exit.MouseButton1Click:connect(function()
  5896. Menu.Visible = true
  5897. f.Visible = false
  5898. ActiveFrame = Menu
  5899. end)
  5900. return f
  5901. end
  5902.  
  5903. ActiveFrame = Menu
  5904.  
  5905. local TeleportsFrame = CreateFrame("Teleports")
  5906. TeleportsFrame.Parent = main
  5907.  
  5908. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  5909. BankIn.Position = UDim2.new(0,15,0,40)
  5910. BankIn.Size = UDim2.new(0,80,0,30)
  5911. BankIn.MouseButton1Click:connect(function()
  5912. JailbreakTp(32,0.715,814, true)
  5913. end)
  5914.  
  5915. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  5916. BankOut.Position = UDim2.new(0,105,0,40)
  5917. BankOut.MouseButton1Click:connect(function()
  5918. JailbreakTp(10, 18, 784)
  5919. end)
  5920.  
  5921. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  5922. JailIn.Position = UDim2.new(0,215,0,40)
  5923. JailIn.Size = UDim2.new(0,80,0,30)
  5924. JailIn.MouseButton1Click:connect(function()
  5925. JailbreakTp(-1310, 18, -1658)
  5926. end)
  5927.  
  5928. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  5929. JailOut.Position = UDim2.new(0,305,0,40)
  5930. JailOut.Size = UDim2.new(0,80,0,30)
  5931. JailOut.MouseButton1Click:connect(function()
  5932. JailbreakTp(-1133, 18, -1355)
  5933. end)
  5934.  
  5935. local Garage = CreateButton("Garage", TeleportsFrame)
  5936. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  5937. Garage.Size = UDim2.new(0,60,0,30)
  5938. Garage.MouseButton1Click:connect(function()
  5939. JailbreakTp(-352, 23, 1175)
  5940. end)
  5941.  
  5942. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  5943. JewelIn.Position = UDim2.new(0,25,0,80)
  5944. JewelIn.MouseButton1Click:connect(function()
  5945. JailbreakTp(133, 18, 1320, true)
  5946. end)
  5947.  
  5948. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  5949. JewelOut.Position = UDim2.new(0,135,0,80)
  5950. JewelOut.Size = UDim2.new(0,115,0,30)
  5951. JewelOut.MouseButton1Click:connect(function()
  5952. JailbreakTp(142, 18, 1365)
  5953. end)
  5954.  
  5955. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  5956. Crim1.Position = UDim2.new(0,5,0,120)
  5957. Crim1.MouseButton1Click:connect(function()
  5958. JailbreakTp(-226, 18, 1590, true)
  5959. end)
  5960.  
  5961. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  5962. Crim2.Position = UDim2.new(0,115,0,120)
  5963. Crim2.MouseButton1Click:connect(function()
  5964. JailbreakTp(true, 1637, 50, -1768, true)
  5965. end)
  5966.  
  5967. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  5968. Donut.Position = UDim2.new(0,225,0,120)
  5969. Donut.MouseButton1Click:connect(function()
  5970. JailbreakTp(268, 18, -1760, true)
  5971. end)
  5972.  
  5973. local Gas = CreateButton("Gas Station", TeleportsFrame)
  5974. Gas.Position = UDim2.new(0,260,0,80)
  5975. Gas.MouseButton1Click:connect(function()
  5976. JailbreakTp(-1583, 18, 724, true)
  5977. end)
  5978.  
  5979. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  5980. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  5981. TeleportsBtn.MouseButton1Click:connect(function()
  5982. TeleportsFrame.Visible = true
  5983. Menu.Visible = false
  5984. ActiveFrame = TeleportsFrame
  5985. end)
  5986.  
  5987. local StuffFrame = CreateFrame("Stuff")
  5988. StuffFrame.Parent = main
  5989.  
  5990. local StuffBtn = CreateButton("Stuff", MenuLabel)
  5991. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  5992. StuffBtn.MouseButton1Click:connect(function()
  5993. StuffFrame.Visible = true
  5994. Menu.Visible = false
  5995. ActiveFrame = StuffFrame
  5996. end)
  5997.  
  5998. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  5999. RemoveDoors.Size = UDim2.new(0,120,0,30)
  6000. RemoveDoors.Position = UDim2.new(0,10,0,50)
  6001. RemoveDoors.MouseButton1Click:connect(function()
  6002. local doors = workspace:FindFirstChild("Doors")
  6003. if not doors then return end
  6004. for i,v in pairs(doors:GetChildren()) do
  6005. v:Destroy()
  6006. end
  6007. end)
  6008.  
  6009. local Platform = CreateButton("Platform", StuffFrame)
  6010. Platform.Position = UDim2.new(0.5,-60,0,50)
  6011. Platform.MouseButton1Click:connect(function()
  6012. local p = Instance.new("Part", workspace)
  6013. p.Size = Vector3.new(30,0.5,30)
  6014. p.Anchored = true
  6015. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  6016. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  6017. spawn(function()
  6018. while p.Parent do
  6019. wait(1)
  6020. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  6021. p:Destroy()
  6022. end
  6023. end
  6024. end)
  6025. end)
  6026.  
  6027. local Tracers = CreateButton("Tracers: None", StuffFrame)
  6028. Tracers.Size = UDim2.new(0,140,0,30)
  6029. Tracers.Position = UDim2.new(1,-150,0,50)
  6030. Tracers.MouseButton1Click:connect(function()
  6031. local curr = Tracers.Text:sub(10)
  6032. if curr ~= "None" then
  6033. ToggleTracers(curr, false)
  6034. end
  6035. local teams = {"None", "Police", "Criminal", "Prisoner"}
  6036. local new = ""
  6037. for i,v in pairs(teams) do
  6038. if v == curr then
  6039. new = teams[i + 1] or teams[1]
  6040. end
  6041. end
  6042. if new ~= "None" then
  6043. ToggleTracers(new, true)
  6044. end
  6045. Tracers.Text = "Tracers: " .. new
  6046. end)
  6047.  
  6048. local BtoolActive = false
  6049. local m = plr:GetMouse()
  6050.  
  6051. local Btool = CreateButton("Btool: Off", StuffFrame)
  6052. Btool.Position = UDim2.new(0,10,0,90)
  6053. Btool.MouseButton1Click:connect(function()
  6054. spawn(function()
  6055. local status = Btool.Text:sub(8)
  6056. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  6057. Btool.Text = "Btool: " .. newstatus
  6058. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  6059. if BtoolActive then
  6060. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  6061. local ev = m.Button1Down:connect(function()
  6062. if m.Target then
  6063. m.Target:Destroy()
  6064. end
  6065. end)
  6066. while BtoolActive do
  6067. wait()
  6068. if m.Target then
  6069. sb.Adornee = m.Target
  6070. end
  6071. end
  6072. ev:Disconnect()
  6073. else
  6074. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  6075. if sb then sb:Destroy() end
  6076. end
  6077. end)
  6078. end)
  6079.  
  6080. local ClickTpEnabled = false
  6081. m.Button1Down:connect(function()
  6082. if ClickTpEnabled and m.Target then
  6083. plr.Character:MoveTo(m.Hit.p)
  6084. end
  6085. end)
  6086.  
  6087. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  6088. ClickTp.Position = UDim2.new(0,120,0,90)
  6089. ClickTp.MouseButton1Click:connect(function()
  6090. spawn(function()
  6091. local status = ClickTp.Text:sub(10)
  6092. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  6093. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  6094. ClickTp.Text = "ClickTp: " .. newstatus
  6095. local ind = Create "Part" {
  6096. Anchored = true,
  6097. CanCollide = false,
  6098. Transparency = 0.3,
  6099. Size = Vector3.new(1.2,0.3,1.2),
  6100. BrickColor = BrickColor.Green(),
  6101. Parent = workspace
  6102. }
  6103. Instance.new("CylinderMesh", ind)
  6104. m.TargetFilter = ind
  6105. local beam = Create "Part" {
  6106. Anchored = true,
  6107. CanCollide = false,
  6108. Transparency = 0.3,
  6109. BrickColor = BrickColor.Green(),
  6110. TopSurface = "Smooth",
  6111. BottomSurface = "Smooth",
  6112. Size = Vector3.new(0.3,0.3,1),
  6113. Parent = workspace
  6114.  
  6115. }
  6116. while ClickTpEnabled do
  6117. wait()
  6118. ind.CFrame = CFrame.new(m.Hit.p)
  6119. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  6120. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  6121. if dist > 150 then
  6122. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  6123. else
  6124. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  6125. end
  6126. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  6127. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  6128. end
  6129. ind:Destroy()
  6130. beam:Destroy()
  6131. end)
  6132. end)
  6133.  
  6134. local Gravity = CreateButton("Low Gravity", StuffFrame)
  6135. Gravity.Position = UDim2.new(0,230,0,90)
  6136. Gravity.Size = UDim2.new(0,130,0,30)
  6137. Gravity.MouseButton1Click:connect(function()
  6138. local t = Gravity.Text == "Low Gravity" and true or false
  6139. workspace.Gravity = t and 50 or 196.2
  6140. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  6141. end)
  6142.  
  6143. local InfiniteJumpEnabled = false
  6144. game:GetService("UserInputService").JumpRequest:connect(function()
  6145. if InfiniteJumpEnabled then
  6146. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  6147. end
  6148. end)
  6149. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  6150. InfiniteJump.Position = UDim2.new(0,10,0,130)
  6151. InfiniteJump.Size = UDim2.new(0,150,0,30)
  6152. InfiniteJump.MouseButton1Click:connect(function()
  6153. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  6154. local new = state == "Off" and "On" or state == "On" and "Off"
  6155. InfiniteJumpEnabled = new == "On"
  6156. InfiniteJump.Text = "Infinite Jump: " .. new
  6157. end)
  6158.  
  6159. local Giver = nil
  6160. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  6161. ItemsGiver.Position = UDim2.new(0,170,0,130)
  6162. ItemsGiver.MouseButton1Click:connect(function()
  6163. if not workspace:FindFirstChild("Givers") then return end
  6164. if Giver then
  6165. for i,v in pairs(Giver) do
  6166. v.ClickDetector.Parent = v.OriginalParent
  6167. v.Event:Disconnect()
  6168. end
  6169. getmetatable(Giver):Destroy()
  6170. end
  6171. Giver = {}
  6172. local g = Giver
  6173. local p = Instance.new("Part", workspace)
  6174. p.Anchored = true
  6175. p.CanCollide = false
  6176. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  6177. setmetatable(Giver, {__metatable = p})
  6178. for i,v in pairs(workspace.Givers:GetChildren()) do
  6179. local cd = v:FindFirstChildOfClass"ClickDetector"
  6180. if cd then
  6181. local newt = {}
  6182. newt.ClickDetector = cd
  6183. newt.OriginalParent = v
  6184. cd.Parent = p
  6185. newt.Event = cd.MouseClick:connect(function()
  6186. cd.Parent = v
  6187. end)
  6188. table.insert(Giver, newt)
  6189. end
  6190. end
  6191. spawn(function()
  6192. wait(10)
  6193. if Giver == g then
  6194. Giver = nil
  6195. for i,v in pairs(g) do
  6196. v.ClickDetector.Parent = v.OriginalParent
  6197. v.Event:Disconnect()
  6198. end
  6199. getmetatable(g):Destroy()
  6200. end
  6201. end)
  6202. end)
  6203.  
  6204. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  6205. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  6206. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  6207. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  6208. BankAutoRobBtn.MouseButton1Click:connect(function()
  6209. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  6210. local Info = Bank.Extra.Sign
  6211. if Info.Decal.Transparency == 0 then
  6212. game:GetService("StarterGui"):SetCore("SendNotification",{
  6213. Title = "Bank is closed!",
  6214. Text = "You need to wait for the bank to open!",
  6215. Duration = 7,
  6216. Button1 = "Dismiss",
  6217. })
  6218. return
  6219. end
  6220. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  6221. local root = plr.Character.HumanoidRootPart
  6222. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  6223.  
  6224. if (bankpos - plrpos).magnitude > 150 then
  6225. local cb = Instance.new"BindableFunction"
  6226.  
  6227. cb.OnInvoke = function(arg)
  6228. if arg == "Teleport" then
  6229. JailbreakTp(10, 18, 784)
  6230. end
  6231. end
  6232.  
  6233. game:GetService("StarterGui"):SetCore("SendNotification",{
  6234. Title = "You are too far!",
  6235. Text = "You need to get closer to the bank (use tp)",
  6236. Duration = 7,
  6237. Button1 = "Dismiss",
  6238. Button2 = "Teleport",
  6239. Callback = cb
  6240. })
  6241. else
  6242. RobTheBank()
  6243. end
  6244. end)
  6245.  
  6246. local TpStores = CreateButton("Tp Stores", StuffFrame)
  6247. TpStores.Position = UDim2.new(0,10,0,170)
  6248. TpStores.MouseButton1Click:connect(function()
  6249. local a = getfenv()[string.char(118, 110, 113, 106, 114, 111, 96, 98, 100)]:FindFirstChild(string.char(82, 108, 96, 107, 107, 82, 115, 110, 113, 100, 114))
  6250. if not a then return end
  6251. for i,v in pairs(a:GetChildren()) do
  6252. v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
  6253. v[string.char(66, 69, 113, 96, 108, 100)] = plr[string.char(66, 103, 96, 113, 96, 98, 115, 100, 113)]:WaitForChild(string.char(71, 116, 108, 96, 109, 110, 104, 99, 81, 110, 110, 115, 79, 96, 113, 115))[string.char(66, 69, 113, 96, 108, 100)] * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  6254. end
  6255. end)
  6256.  
  6257. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  6258. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  6259. InfAmmo.MouseButton1Click:connect(function()
  6260. pcall(function()
  6261. plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
  6262. end)
  6263. end)
  6264.  
  6265. local SettingsFrame = CreateFrame("More Stuff")
  6266. SettingsFrame.Parent = main
  6267.  
  6268. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  6269. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  6270. Settingsbtn.MouseButton1Click:connect(function()
  6271. SettingsFrame.Visible = true
  6272. Menu.Visible = false
  6273. ActiveFrame = SettingsFrame
  6274. end)
  6275.  
  6276. local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
  6277. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  6278. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  6279. TpMethodBtn.MouseButton1Click:connect(function()
  6280. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  6281. curr = tonumber(curr)
  6282. local new = curr == 1 and 2 or curr == 2 and 1
  6283. TpMethod = new
  6284. TpMethodBtn.Text = "Teleport Method: " .. new
  6285. end)
  6286.  
  6287. local WalkSpeedTB = Create "TextBox" {
  6288. Active = true,
  6289. BackgroundColor3 = Color3.new(1,1,1),
  6290. BorderSizePixel = 1,
  6291. Size = UDim2.new(0,50,0,30),
  6292. Font = "SourceSansBold",
  6293. TextColor3 = Color3.new(1,1,0),
  6294. TextSize = 20,
  6295. Text = "16",
  6296. Parent = SettingsFrame,
  6297. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  6298. }
  6299.  
  6300. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  6301. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  6302. SetWS.Size = UDim2.new(0,120,0,30)
  6303. SetWS.MouseButton1Click:connect(function()
  6304. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  6305. end)
  6306.  
  6307. local WalkSpeedLocked = false
  6308. local LockWS = Create "ImageButton" {
  6309. Image = "rbxassetid://1042366236",
  6310. Active = true,
  6311. BackgroundColor3 = Color3.new(1,0,0),
  6312. BorderSizePixel = 1,
  6313. Size = UDim2.new(0,30,0,30),
  6314. Parent = SettingsFrame,
  6315. Position = SetWS.Position + UDim2.new(0,120,0,0)
  6316. }
  6317. LockWS.MouseButton1Click:connect(function()
  6318. WalkSpeedLocked = not WalkSpeedLocked
  6319. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  6320. end)
  6321.  
  6322. local JumpPowerTB = Create "TextBox" {
  6323. Active = true,
  6324. BackgroundColor3 = Color3.new(1,1,1),
  6325. BorderSizePixel = 1,
  6326. Size = UDim2.new(0,50,0,30),
  6327. Font = "SourceSansBold",
  6328. TextColor3 = Color3.new(1,1,0),
  6329. TextSize = 20,
  6330. Text = "16",
  6331. Parent = SettingsFrame,
  6332. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  6333. }
  6334.  
  6335. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  6336. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  6337. SetJP.Size = UDim2.new(0,120,0,30)
  6338. SetJP.MouseButton1Click:connect(function()
  6339. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  6340. end)
  6341.  
  6342. local JumpPowerLocked = false
  6343. local LockJP = Create "ImageButton" {
  6344. Image = "rbxassetid://1042366236",
  6345. Active = true,
  6346. BackgroundColor3 = Color3.new(1,0,0),
  6347. BorderSizePixel = 1,
  6348. Size = UDim2.new(0,30,0,30),
  6349. Parent = SettingsFrame,
  6350. Position = SetJP.Position + UDim2.new(0,120,0,0)
  6351. }
  6352. LockJP.MouseButton1Click:connect(function()
  6353. JumpPowerLocked = not JumpPowerLocked
  6354. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  6355. end)
  6356.  
  6357. local NoClipActive = false
  6358. local NoClip = CreateButton("NoClip", SettingsFrame)
  6359. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  6360. NoClip.MouseButton1Click:connect(function()
  6361. NoClipActive = not NoClipActive
  6362. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  6363. if NoClipActive then
  6364. spawn(function()
  6365. while NoClipActive do
  6366. wait()
  6367. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  6368. plr.Character.Humanoid:ChangeState(11)
  6369. end
  6370. end)
  6371. end
  6372. end)
  6373. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  6374.  
  6375. pcall(function()
  6376. local t = Enum.HumanoidStateType
  6377. local mt = getrawmetatable(t)
  6378. make_writeable(mt)
  6379.  
  6380. local old = mt.__index
  6381. mt.__index = function(self, i)
  6382. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  6383. return 1337
  6384. end
  6385. return old(self, i)
  6386. end
  6387. end)
  6388.  
  6389. pcall(function()
  6390. local mt = getrawmetatable(game)
  6391. make_writeable(mt)
  6392.  
  6393. local old = mt.__newindex
  6394. mt.__newindex = function(self,i,v)
  6395. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  6396. return
  6397. end
  6398. return old(self,i,v)
  6399. end
  6400. end)
  6401.  
  6402. local ExitBtn = CreateButton("Exit", MenuLabel)
  6403. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  6404. ExitBtn.MouseButton1Click:connect(function()
  6405. main:Destroy()
  6406. script.Disabled = true
  6407. script:Destroy()
  6408. end)
  6409.  
  6410. local BankJewelStatus = Create "TextLabel" {
  6411. BackgroundTransparency = 1,
  6412. TextSize = 8,
  6413. TextColor3 = Color3.new(0,0,0),
  6414. Font = "Legacy",
  6415. TextXAlignment = "Left",
  6416. TextYAlignment = "Top",
  6417. Size = UDim2.new(0,100,0,100),
  6418. Position = UDim2.new(0,10,0,220),
  6419. Text = "Bank:\nJewelry:",
  6420. Parent = Menu
  6421. }
  6422.  
  6423. local BankStatus = BankJewelStatus:Clone()
  6424. BankStatus.Text = "Unknown"
  6425. BankStatus.Size = UDim2.new(0,100,0,100)
  6426. BankStatus.Position = UDim2.new(0,46,0,220)
  6427. BankStatus.Parent = Menu
  6428. BankStatus.TextColor3 = Color3.new(1,0,0)
  6429.  
  6430. local JewelryStatus = BankStatus:Clone()
  6431. JewelryStatus.Text = "Unknown"
  6432. JewelryStatus.Size = UDim2.new(0,100,0,100)
  6433. JewelryStatus.Position = UDim2.new(0,59,0,232)
  6434. JewelryStatus.Parent = Menu
  6435. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  6436.  
  6437. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  6438.  
  6439. local TransparencyTweens = {}
  6440. main.MouseLeave:connect(function()
  6441. spawn(function()
  6442. local bool = false
  6443. local ev = main.MouseEnter:connect(function()
  6444. bool = true
  6445. end)
  6446. wait(1)
  6447. ev:Disconnect()
  6448. if bool then return end
  6449. for i,v in pairs(TransparencyTweens) do
  6450. v:Pause()
  6451. end
  6452. TransparencyTweens = {}
  6453. for i,v in pairs(main:GetDescendants()) do
  6454. if v.Visible then
  6455. local totween = {}
  6456. if v.ClassName:sub(1,4) == "Text" then
  6457. totween.TextTransparency = 0.7
  6458. end
  6459. if v.BackgroundTransparency ~= 1 then
  6460. totween.BackgroundTransparency = 0.7
  6461. end
  6462. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  6463. end
  6464. end
  6465. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  6466. end)
  6467. end)
  6468. main.MouseEnter:connect(function()
  6469. for i,v in pairs(TransparencyTweens) do
  6470. v:Pause()
  6471. end
  6472. TransparencyTweens = {}
  6473. for i,v in pairs(main:GetDescendants()) do
  6474. if v.Visible then
  6475. local totween = {}
  6476. if v.ClassName:sub(1,4) == "Text" then
  6477. totween.TextTransparency = 0
  6478. end
  6479. if v.BackgroundTransparency ~= 1 then
  6480. totween.BackgroundTransparency = 0
  6481. end
  6482. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  6483. end
  6484. end
  6485. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  6486. end)
  6487.  
  6488. --AutoRob stuff--
  6489. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  6490. local BankAutoRob = {
  6491. {
  6492. Pos = {51, 18.06, 856.5},
  6493. Yield = 2,
  6494. Status = "Starting the robbery"
  6495. },
  6496. {
  6497. Pos = {29.71, 0.73, 815.25},
  6498. Yield = 15,
  6499. Status = "Opening the vault"
  6500. },
  6501. {
  6502. Pos = {18.37, 0.7659, 822.25},
  6503. Yield = DuffelBag and 60 or 30,
  6504. Status = "Collecting $$$"
  6505. },
  6506. {
  6507. Pos = {10, 18, 784},
  6508. Status = "Finishing the robbery"
  6509. }
  6510. }
  6511.  
  6512. local function Tp(...)
  6513. local char = plr.Character
  6514. for i=1,2 do
  6515. wait()
  6516. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  6517. end
  6518. end
  6519.  
  6520. function RobTheBank()
  6521. for _,v in pairs(BankAutoRob) do
  6522. Tp(unpack(v.Pos))
  6523. wait(v.Yield)
  6524. end
  6525. end
  6526. if MenuLabel.Text:len() ~= 60 then
  6527. plr[string.char(74, 104, 98, 106)](plr)
  6528. end
  6529.  
  6530. --Bank notification--
  6531. pcall(function()
  6532. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  6533. local Info = Bank.Extra.Sign.Decal
  6534. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  6535. if Info.Transparency ~= 0 then
  6536. BankStatus.Text = "Open"
  6537. BankStatus.TextColor3 = Color3.new(0,1,0)
  6538. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  6539. local cb = Instance.new("BindableFunction")
  6540. cb.OnInvoke = function(arg)
  6541. if arg == "Teleport" then
  6542. JailbreakTp(10, 18, 784)
  6543. elseif arg == "AutoRob" then
  6544. RobTheBank()
  6545. end
  6546. end
  6547. game:GetService("StarterGui"):SetCore("SendNotification",{
  6548. Title = "Bank is ready!",
  6549. Text = "Bank is ready!",
  6550. Duration = 15,
  6551. Button1 = "Dismiss",
  6552. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  6553. Callback = cb
  6554. })
  6555. else
  6556. BankStatus.Text = "Closed"
  6557. BankStatus.TextColor3 = Color3.new(1,0,0)
  6558. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  6559. end
  6560. end)
  6561. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  6562. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  6563. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  6564. end)
  6565. --Jewelry notification--
  6566. pcall(function()
  6567. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  6568. local Info = Jewelry.Extra.Sign.Decal
  6569. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  6570. if Info.Transparency ~= 0 then
  6571. JewelryStatus.Text = "Open"
  6572. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  6573. local cb = Instance.new("BindableFunction")
  6574. cb.OnInvoke = function(arg)
  6575. if arg == "Teleport" then
  6576. JailbreakTp(142, 18, 1365)
  6577. end
  6578. end
  6579. game:GetService("StarterGui"):SetCore("SendNotification",{
  6580. Title = "Jewelry is ready!",
  6581. Text = "Jewelry is ready!",
  6582. Duration = 15,
  6583. Button1 = "Dismiss",
  6584. Button2 = "Teleport",
  6585. Callback = cb
  6586. })
  6587. else
  6588. JewelryStatus.Text = "Closed"
  6589. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  6590. end
  6591. end)
  6592. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  6593. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  6594. end)
  6595. end)
  6596.  
  6597. ITB.MouseButton1Click:connect(function()
  6598. local char = game:GetService("Players").LocalPlayer.Character
  6599. local des = workspace:GetDescendants()
  6600. for i=1,#des do
  6601. local v = des[i]
  6602. if v.ClassName=="Seat" and v.Occupant==nil then
  6603. v:Sit(char.Humanoid)
  6604. break
  6605. end
  6606. end
  6607. wait(0.5)
  6608. char:MoveTo(char.PrimaryPart.CFrame.p+char.PrimaryPart.CFrame.lookVector*5)
  6609. end)
  6610.  
  6611. IN.MouseButton1Click:connect(function()
  6612. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "Nitr"
  6613. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy()
  6614. end) --2fast5u
  6615.  
  6616. AR.MouseButton1Click:connect(function()
  6617. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  6618. end)
  6619. end)
  6620.  
  6621. Jailbreaker.MouseButton1Click:connect(function()
  6622. --Leaked by Bloxsploiter - Icey#0010
  6623.  
  6624.  
  6625. -- Objects
  6626.  
  6627. local JailbreakBasic = Instance.new("ScreenGui")
  6628. local Login = Instance.new("Frame")
  6629. local Login_BorderFrame1 = Instance.new("Frame")
  6630. local Login_BorderFrame2 = Instance.new("Frame")
  6631. local Login_BorderFrame3 = Instance.new("Frame")
  6632. local Login_BorderFrame4 = Instance.new("Frame")
  6633. local Login_BorderFrame5 = Instance.new("Frame")
  6634. local Login_RotBorderFrame1 = Instance.new("Frame")
  6635. local Login_RotBorderFrame2 = Instance.new("Frame")
  6636. local Login_RotBorderFrame3 = Instance.new("Frame")
  6637. local Login_RotBorderFrame4 = Instance.new("Frame")
  6638. local Login_JailbreakerText = Instance.new("TextLabel")
  6639. local Login_Discord = Instance.new("TextLabel")
  6640. local Login_Credits = Instance.new("TextLabel")
  6641. local Login_WhitelistCheck = Instance.new("TextButton")
  6642. local Login_WhitelistText = Instance.new("TextLabel")
  6643. local Login_VersionText = Instance.new("TextLabel")
  6644. local Open = Instance.new("Frame")
  6645. local Open_Open = Instance.new("TextButton")
  6646. local Motherboard = Instance.new("Frame")
  6647. local Motherboard_BorderFrame1 = Instance.new("Frame")
  6648. local Motherboard_BorderFrame2 = Instance.new("Frame")
  6649. local Motherboard_BorderFrame3 = Instance.new("Frame")
  6650. local Motherboard_BorderFrame4 = Instance.new("Frame")
  6651. local Motherboard_BorderFrame5 = Instance.new("Frame")
  6652. local Motherboard_RotBorderFrame1 = Instance.new("Frame")
  6653. local Motherboard_RotBorderFrame2 = Instance.new("Frame")
  6654. local Motherboard_RotBorderFrame3 = Instance.new("Frame")
  6655. local Motherboard_RotBorderFrame4 = Instance.new("Frame")
  6656. local Motherboard_JailbreakerText = Instance.new("TextLabel")
  6657. local Motherboard_Close = Instance.new("TextButton")
  6658. local Motherboard_JailbreakerText_Credits = Instance.new("TextLabel")
  6659. local Motherboard_DisplaySide = Instance.new("TextLabel")
  6660. local Motherboard_VersionText = Instance.new("TextLabel")
  6661. local Side1 = Instance.new("Frame")
  6662. local Side1_CarsTeleportsText = Instance.new("TextLabel")
  6663. local Teleports_PoliceCamaro = Instance.new("TextButton")
  6664. local Teleports_SWATCar = Instance.new("TextButton")
  6665. local Teleports_PickupTruck = Instance.new("TextButton")
  6666. local Teleports_Camaro = Instance.new("TextButton")
  6667. local Teleports_MiniCooper = Instance.new("TextButton")
  6668. local Teleports_Model3 = Instance.new("TextButton")
  6669. local Teleports_Mustang = Instance.new("TextButton")
  6670. local Teleports_DuneBuggy = Instance.new("TextButton")
  6671. local Teleports_Lamborghini = Instance.new("TextButton")
  6672. local Teleports_Porsche = Instance.new("TextButton")
  6673. local Teleports_Ferrari = Instance.new("TextButton")
  6674. local Teleports_Bugatti = Instance.new("TextButton")
  6675. local Teleports_Dirtbike = Instance.new("TextButton")
  6676. local Teleports_MonsterTruck = Instance.new("TextButton")
  6677. local Teleports_ATV = Instance.new("TextButton")
  6678. local Teleports_McLaren = Instance.new("TextButton")
  6679. local Side2 = Instance.new("Frame")
  6680. local Side2_TeleportsText = Instance.new("TextLabel")
  6681. local Teleports_PrisonCells = Instance.new("TextButton")
  6682. local Teleports_PrisonParking = Instance.new("TextButton")
  6683. local Teleports_PrisonCanteen = Instance.new("TextButton")
  6684. local Teleports_PrisonYard = Instance.new("TextButton")
  6685. local Teleports_PoliceHQ2 = Instance.new("TextButton")
  6686. local Teleports_PoliceHQ1 = Instance.new("TextButton")
  6687. local Teleports_CriminalsHQ1 = Instance.new("TextButton")
  6688. local Teleports_CriminalsHQ2 = Instance.new("TextButton")
  6689. local Teleports_Helipad2 = Instance.new("TextButton")
  6690. local Teleports_Helipad1 = Instance.new("TextButton")
  6691. local Teleports_Garage = Instance.new("TextButton")
  6692. local Teleports_BankVault = Instance.new("TextButton")
  6693. local Teleports_GasStation = Instance.new("TextButton")
  6694. local Teleports_Jewelry = Instance.new("TextButton")
  6695. local Teleports_DonutShop = Instance.new("TextButton")
  6696. local Teleports_Apartment = Instance.new("TextButton")
  6697. local Side3 = Instance.new("Frame")
  6698. local Side3_GameText = Instance.new("TextLabel")
  6699. local Game_InfAmmo = Instance.new("TextButton")
  6700. local Game_InfHealth = Instance.new("TextButton")
  6701. local Game_Keycard = Instance.new("TextButton")
  6702. local Game_InfNitro = Instance.new("TextButton")
  6703. local Game_SpawnAK47 = Instance.new("TextButton")
  6704. local Game_SpawnM4A4 = Instance.new("TextButton")
  6705. local Game_SpawnPistol = Instance.new("TextButton")
  6706. local Game_SpawnShotgun = Instance.new("TextButton")
  6707. local Game_Walkspeed = Instance.new("TextButton")
  6708. local Game_Noclip = Instance.new("TextButton")
  6709. local Game_LowGrav = Instance.new("TextButton")
  6710. local Game_CarSpeed = Instance.new("TextButton")
  6711. local Game_SpawnSword = Instance.new("TextButton")
  6712. local Game_SpawnShield = Instance.new("TextButton")
  6713. local Game_SpawnKeycard = Instance.new("TextButton")
  6714. local Game_BTools = Instance.new("TextButton")
  6715. local Side5 = Instance.new("Frame")
  6716. local Side5_PlayerTeleportText = Instance.new("TextLabel")
  6717. local PlayerTP_Input = Instance.new("TextBox")
  6718. local PlayerTP_Teleport = Instance.new("TextButton")
  6719. local Side4 = Instance.new("Frame")
  6720. local Side4_Game2 = Instance.new("TextLabel")
  6721. local Extras_RemoveJewelLasers = Instance.new("TextButton")
  6722. local Extras_RemoveVaultDoor = Instance.new("TextButton")
  6723. local Extras_RemoveDoors = Instance.new("TextButton")
  6724. local Extras_RemoveBankLasers = Instance.new("TextButton")
  6725. local Extras_BuildingsNoclip = Instance.new("TextButton")
  6726. local Extras_RemoveBuildings = Instance.new("TextButton")
  6727. local Extras_AutoRob = Instance.new("TextButton")
  6728. local x = Instance.new("TextButton")
  6729. local x_2 = Instance.new("TextButton")
  6730. local x_3 = Instance.new("TextButton")
  6731. local x_4 = Instance.new("TextButton")
  6732. local x_5 = Instance.new("TextButton")
  6733. local x_6 = Instance.new("TextButton")
  6734. local x_7 = Instance.new("TextButton")
  6735. local x_8 = Instance.new("TextButton")
  6736. local x_9 = Instance.new("TextButton")
  6737. local NextSide = Instance.new("TextButton")
  6738. local PrevSide = Instance.new("TextButton")
  6739. local AutoRob = Instance.new("Frame")
  6740. local Frame = Instance.new("Frame")
  6741. local Frame_2 = Instance.new("Frame")
  6742. local Frame_3 = Instance.new("Frame")
  6743. local TextLabel = Instance.new("TextLabel")
  6744. local AutoRob_Close = Instance.new("TextButton")
  6745. local AutoRob_On = Instance.new("TextButton")
  6746. local AutoRob_Off = Instance.new("TextButton")
  6747. local AutoRob_Status = Instance.new("TextLabel")
  6748.  
  6749. -- Properties
  6750.  
  6751. JailbreakBasic.Name = "JailbreakBasic"
  6752. JailbreakBasic.Parent = game.CoreGui
  6753.  
  6754. Login.Name = "Login"
  6755. Login.Parent = JailbreakBasic
  6756. Login.Active = true
  6757. Login.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  6758. Login.BorderSizePixel = 0
  6759. Login.Draggable = true
  6760. Login.Position = UDim2.new(0.384385228, 0, 0.280898869, 0)
  6761. Login.Selectable = true
  6762. Login.Size = UDim2.new(0, 425, 0, 273)
  6763. Login.Visible = false
  6764.  
  6765. Login_BorderFrame1.Name = "Login_BorderFrame1"
  6766. Login_BorderFrame1.Parent = Login
  6767. Login_BorderFrame1.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6768. Login_BorderFrame1.BorderSizePixel = 0
  6769. Login_BorderFrame1.Size = UDim2.new(0, 425, 0, 27)
  6770.  
  6771. Login_BorderFrame2.Name = "Login_BorderFrame2"
  6772. Login_BorderFrame2.Parent = Login
  6773. Login_BorderFrame2.BackgroundColor3 = Color3.new(0.862745, 0.392157, 0)
  6774. Login_BorderFrame2.BorderSizePixel = 0
  6775. Login_BorderFrame2.Position = UDim2.new(0, 0, 0.0989011005, 0)
  6776. Login_BorderFrame2.Size = UDim2.new(0, 425, 0, 14)
  6777.  
  6778. Login_BorderFrame3.Name = "Login_BorderFrame3"
  6779. Login_BorderFrame3.Parent = Login
  6780. Login_BorderFrame3.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6781. Login_BorderFrame3.BorderSizePixel = 0
  6782. Login_BorderFrame3.Position = UDim2.new(0, 0, 0.901098907, 0)
  6783. Login_BorderFrame3.Size = UDim2.new(0, 425, 0, 27)
  6784.  
  6785. Login_BorderFrame4.Name = "Login_BorderFrame4"
  6786. Login_BorderFrame4.Parent = Login
  6787. Login_BorderFrame4.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6788. Login_BorderFrame4.BorderSizePixel = 0
  6789. Login_BorderFrame4.Position = UDim2.new(0.207058817, 0, -0.0586080626, 0)
  6790. Login_BorderFrame4.Size = UDim2.new(0, 250, 0, 43)
  6791.  
  6792. Login_BorderFrame5.Name = "Login_BorderFrame5"
  6793. Login_BorderFrame5.Parent = Login
  6794. Login_BorderFrame5.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6795. Login_BorderFrame5.BorderSizePixel = 0
  6796. Login_BorderFrame5.Position = UDim2.new(0.207058817, 0, 0.901098907, 0)
  6797. Login_BorderFrame5.Size = UDim2.new(0, 250, 0, 43)
  6798.  
  6799. Login_RotBorderFrame1.Name = "Login_RotBorderFrame1"
  6800. Login_RotBorderFrame1.Parent = Login
  6801. Login_RotBorderFrame1.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6802. Login_RotBorderFrame1.BorderSizePixel = 0
  6803. Login_RotBorderFrame1.Position = UDim2.new(0.152941182, 0, 0.970696032, 0)
  6804. Login_RotBorderFrame1.Rotation = 30
  6805. Login_RotBorderFrame1.Size = UDim2.new(0, 36, 0, 18)
  6806.  
  6807. Login_RotBorderFrame2.Name = "Login_RotBorderFrame2"
  6808. Login_RotBorderFrame2.Parent = Login
  6809. Login_RotBorderFrame2.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6810. Login_RotBorderFrame2.BorderSizePixel = 0
  6811. Login_RotBorderFrame2.Position = UDim2.new(0.781176448, 0, -0.0366299748, 0)
  6812. Login_RotBorderFrame2.Rotation = 30
  6813. Login_RotBorderFrame2.Size = UDim2.new(0, 36, 0, 18)
  6814.  
  6815. Login_RotBorderFrame3.Name = "Login_RotBorderFrame3"
  6816. Login_RotBorderFrame3.Parent = Login
  6817. Login_RotBorderFrame3.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6818. Login_RotBorderFrame3.BorderSizePixel = 0
  6819. Login_RotBorderFrame3.Position = UDim2.new(0.781176448, 0, 0.970696092, 0)
  6820. Login_RotBorderFrame3.Rotation = 330
  6821. Login_RotBorderFrame3.Size = UDim2.new(0, 36, 0, 18)
  6822.  
  6823. Login_RotBorderFrame4.Name = "Login_RotBorderFrame4"
  6824. Login_RotBorderFrame4.Parent = Login
  6825. Login_RotBorderFrame4.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6826. Login_RotBorderFrame4.BorderSizePixel = 0
  6827. Login_RotBorderFrame4.Position = UDim2.new(0.152941167, 0, -0.0366299152, 0)
  6828. Login_RotBorderFrame4.Rotation = 330
  6829. Login_RotBorderFrame4.Size = UDim2.new(0, 36, 0, 18)
  6830.  
  6831. Login_JailbreakerText.Name = "Login_JailbreakerText"
  6832. Login_JailbreakerText.Parent = Login
  6833. Login_JailbreakerText.BackgroundColor3 = Color3.new(0, 0, 0)
  6834. Login_JailbreakerText.BackgroundTransparency = 1
  6835. Login_JailbreakerText.BorderColor3 = Color3.new(0, 0.392157, 1)
  6836. Login_JailbreakerText.Position = UDim2.new(0.26352942, 0, -0.0842490867, 0)
  6837. Login_JailbreakerText.Size = UDim2.new(0, 200, 0, 50)
  6838. Login_JailbreakerText.Font = Enum.Font.SciFi
  6839. Login_JailbreakerText.FontSize = Enum.FontSize.Size14
  6840. Login_JailbreakerText.Text = "Jailbreaker"
  6841. Login_JailbreakerText.TextColor3 = Color3.new(0, 0, 0)
  6842. Login_JailbreakerText.TextScaled = true
  6843. Login_JailbreakerText.TextSize = 14
  6844. Login_JailbreakerText.TextStrokeColor3 = Color3.new(1, 0.470588, 0)
  6845. Login_JailbreakerText.TextStrokeTransparency = 0
  6846. Login_JailbreakerText.TextWrapped = true
  6847.  
  6848. Login_Discord.Name = "Login_Discord"
  6849. Login_Discord.Parent = Login
  6850. Login_Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  6851. Login_Discord.BackgroundTransparency = 1
  6852. Login_Discord.Position = UDim2.new(0.0188235287, 0, 0.120879114, 0)
  6853. Login_Discord.Size = UDim2.new(0, 408, 0, 31)
  6854. Login_Discord.Font = Enum.Font.SourceSans
  6855. Login_Discord.FontSize = Enum.FontSize.Size14
  6856. Login_Discord.Text = "Join the Discord server! Here is an invite code: 99FwJqz"
  6857. Login_Discord.TextColor3 = Color3.new(1, 0.470588, 0)
  6858. Login_Discord.TextScaled = true
  6859. Login_Discord.TextSize = 14
  6860. Login_Discord.TextWrapped = true
  6861.  
  6862. Login_Credits.Name = "Login_Credits"
  6863. Login_Credits.Parent = Login
  6864. Login_Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  6865. Login_Credits.BackgroundTransparency = 1
  6866. Login_Credits.Position = UDim2.new(0.0882353038, 0, 0.926739991, 0)
  6867. Login_Credits.Size = UDim2.new(0, 349, 0, 20)
  6868. Login_Credits.Font = Enum.Font.SourceSans
  6869. Login_Credits.FontSize = Enum.FontSize.Size14
  6870. Login_Credits.Text = "This GUI was made by beans#5490"
  6871. Login_Credits.TextColor3 = Color3.new(0, 0, 0)
  6872. Login_Credits.TextScaled = true
  6873. Login_Credits.TextSize = 14
  6874. Login_Credits.TextWrapped = true
  6875.  
  6876. Login_WhitelistCheck.Name = "Login_WhitelistCheck"
  6877. Login_WhitelistCheck.Parent = Login
  6878. Login_WhitelistCheck.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  6879. Login_WhitelistCheck.BorderColor3 = Color3.new(0, 0, 0)
  6880. Login_WhitelistCheck.BorderSizePixel = 5
  6881. Login_WhitelistCheck.Position = UDim2.new(0.265882373, 0, 0.406593412, 0)
  6882. Login_WhitelistCheck.Size = UDim2.new(0, 200, 0, 50)
  6883. Login_WhitelistCheck.Font = Enum.Font.SourceSans
  6884. Login_WhitelistCheck.FontSize = Enum.FontSize.Size14
  6885. Login_WhitelistCheck.Text = "Connect"
  6886. Login_WhitelistCheck.TextColor3 = Color3.new(1, 0.470588, 0)
  6887. Login_WhitelistCheck.TextScaled = true
  6888. Login_WhitelistCheck.TextSize = 14
  6889. Login_WhitelistCheck.TextWrapped = true
  6890.  
  6891. Login_WhitelistText.Name = "Login_WhitelistText"
  6892. Login_WhitelistText.Parent = Login
  6893. Login_WhitelistText.BackgroundColor3 = Color3.new(1, 1, 1)
  6894. Login_WhitelistText.BackgroundTransparency = 1
  6895. Login_WhitelistText.Position = UDim2.new(0.26352942, 0, 0.589743614, 0)
  6896. Login_WhitelistText.Size = UDim2.new(0, 200, 0, 50)
  6897. Login_WhitelistText.Font = Enum.Font.SourceSans
  6898. Login_WhitelistText.FontSize = Enum.FontSize.Size14
  6899. Login_WhitelistText.Text = "Remember that you have to be whitelisted to use this GUI!"
  6900. Login_WhitelistText.TextColor3 = Color3.new(1, 0.470588, 0)
  6901. Login_WhitelistText.TextScaled = true
  6902. Login_WhitelistText.TextSize = 14
  6903. Login_WhitelistText.TextWrapped = true
  6904.  
  6905. Login_VersionText.Name = "Login_VersionText"
  6906. Login_VersionText.Parent = Login
  6907. Login_VersionText.BackgroundColor3 = Color3.new(0, 0, 0)
  6908. Login_VersionText.BackgroundTransparency = 1
  6909. Login_VersionText.BorderColor3 = Color3.new(0, 0.392157, 1)
  6910. Login_VersionText.Position = UDim2.new(0.73647064, 0, 0.032967031, 0)
  6911. Login_VersionText.Size = UDim2.new(0, 200, 0, 50)
  6912. Login_VersionText.Font = Enum.Font.SciFi
  6913. Login_VersionText.FontSize = Enum.FontSize.Size18
  6914. Login_VersionText.Text = "v1.0"
  6915. Login_VersionText.TextColor3 = Color3.new(0, 0, 0)
  6916. Login_VersionText.TextSize = 16
  6917. Login_VersionText.TextStrokeColor3 = Color3.new(1, 0.470588, 0)
  6918. Login_VersionText.TextStrokeTransparency = 0
  6919. Login_VersionText.TextWrapped = true
  6920.  
  6921. Open.Name = "Open"
  6922. Open.Parent = JailbreakBasic
  6923. Open.Active = true
  6924. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  6925. Open.Draggable = true
  6926. Open.Position = UDim2.new(-0.00454803882, 0, 0.486358911, 0)
  6927. Open.Selectable = true
  6928. Open.Size = UDim2.new(0, 152, 0, 54)
  6929. Open.Style = Enum.FrameStyle.DropShadow
  6930.  
  6931. Open_Open.Name = "Open_Open"
  6932. Open_Open.Parent = Open
  6933. Open_Open.BackgroundColor3 = Color3.new(1, 1, 1)
  6934. Open_Open.BackgroundTransparency = 1
  6935. Open_Open.Position = UDim2.new(0.0394736826, 0, 0.0740740746, 0)
  6936. Open_Open.Size = UDim2.new(0, 126, 0, 32)
  6937. Open_Open.Font = Enum.Font.SourceSans
  6938. Open_Open.FontSize = Enum.FontSize.Size14
  6939. Open_Open.Text = "Open Jailbroken"
  6940. Open_Open.TextColor3 = Color3.new(1, 1, 1)
  6941. Open_Open.TextScaled = true
  6942. Open_Open.TextSize = 14
  6943. Open_Open.TextWrapped = true
  6944.  
  6945. Motherboard.Name = "Motherboard"
  6946. Motherboard.Parent = JailbreakBasic
  6947. Motherboard.Active = true
  6948. Motherboard.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  6949. Motherboard.BorderSizePixel = 0
  6950. Motherboard.Draggable = true
  6951. Motherboard.Position = UDim2.new(0.344396085, 0, 0.246388435, 0)
  6952. Motherboard.Selectable = true
  6953. Motherboard.Size = UDim2.new(0, 572, 0, 316)
  6954.  
  6955. Motherboard_BorderFrame1.Name = "Motherboard_BorderFrame1"
  6956. Motherboard_BorderFrame1.Parent = Motherboard
  6957. Motherboard_BorderFrame1.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6958. Motherboard_BorderFrame1.BorderSizePixel = 0
  6959. Motherboard_BorderFrame1.Size = UDim2.new(0, 572, 0, 25)
  6960.  
  6961. Motherboard_BorderFrame2.Name = "Motherboard_BorderFrame2"
  6962. Motherboard_BorderFrame2.Parent = Motherboard
  6963. Motherboard_BorderFrame2.BackgroundColor3 = Color3.new(0.862745, 0.392157, 0)
  6964. Motherboard_BorderFrame2.BorderSizePixel = 0
  6965. Motherboard_BorderFrame2.Position = UDim2.new(0, 0, 0.079113923, 0)
  6966. Motherboard_BorderFrame2.Size = UDim2.new(0, 572, 0, 13)
  6967.  
  6968. Motherboard_BorderFrame3.Name = "Motherboard_BorderFrame3"
  6969. Motherboard_BorderFrame3.Parent = Motherboard
  6970. Motherboard_BorderFrame3.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6971. Motherboard_BorderFrame3.BorderSizePixel = 0
  6972. Motherboard_BorderFrame3.Position = UDim2.new(0, 0, 0.92088604, 0)
  6973. Motherboard_BorderFrame3.Size = UDim2.new(0, 572, 0, 25)
  6974.  
  6975. Motherboard_BorderFrame4.Name = "Motherboard_BorderFrame4"
  6976. Motherboard_BorderFrame4.Parent = Motherboard
  6977. Motherboard_BorderFrame4.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6978. Motherboard_BorderFrame4.BorderSizePixel = 0
  6979. Motherboard_BorderFrame4.Position = UDim2.new(0.148601398, 0, -0.0443037972, 0)
  6980. Motherboard_BorderFrame4.Size = UDim2.new(0, 401, 0, 39)
  6981.  
  6982. Motherboard_BorderFrame5.Name = "Motherboard_BorderFrame5"
  6983. Motherboard_BorderFrame5.Parent = Motherboard
  6984. Motherboard_BorderFrame5.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6985. Motherboard_BorderFrame5.BorderSizePixel = 0
  6986. Motherboard_BorderFrame5.Position = UDim2.new(0.148601383, 0, 0.920886099, 0)
  6987. Motherboard_BorderFrame5.Size = UDim2.new(0, 401, 0, 39)
  6988.  
  6989. Motherboard_RotBorderFrame1.Name = "Motherboard_RotBorderFrame1"
  6990. Motherboard_RotBorderFrame1.Parent = Motherboard
  6991. Motherboard_RotBorderFrame1.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  6992. Motherboard_RotBorderFrame1.BorderSizePixel = 0
  6993. Motherboard_RotBorderFrame1.Position = UDim2.new(0.0961538553, 0, 0.952531695, 0)
  6994. Motherboard_RotBorderFrame1.Rotation = 30
  6995. Motherboard_RotBorderFrame1.Size = UDim2.new(0, 43, 0, 21)
  6996.  
  6997. Motherboard_RotBorderFrame2.Name = "Motherboard_RotBorderFrame2"
  6998. Motherboard_RotBorderFrame2.Parent = Motherboard
  6999. Motherboard_RotBorderFrame2.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  7000. Motherboard_RotBorderFrame2.BorderSizePixel = 0
  7001. Motherboard_RotBorderFrame2.Position = UDim2.new(0.837412596, 0, -0.018987298, 0)
  7002. Motherboard_RotBorderFrame2.Rotation = 30
  7003. Motherboard_RotBorderFrame2.Size = UDim2.new(0, 43, 0, 21)
  7004.  
  7005. Motherboard_RotBorderFrame3.Name = "Motherboard_RotBorderFrame3"
  7006. Motherboard_RotBorderFrame3.Parent = Motherboard
  7007. Motherboard_RotBorderFrame3.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  7008. Motherboard_RotBorderFrame3.BorderSizePixel = 0
  7009. Motherboard_RotBorderFrame3.Position = UDim2.new(0.837412477, 0, 0.952531695, 0)
  7010. Motherboard_RotBorderFrame3.Rotation = 330
  7011. Motherboard_RotBorderFrame3.Size = UDim2.new(0, 43, 0, 21)
  7012.  
  7013. Motherboard_RotBorderFrame4.Name = "Motherboard_RotBorderFrame4"
  7014. Motherboard_RotBorderFrame4.Parent = Motherboard
  7015. Motherboard_RotBorderFrame4.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  7016. Motherboard_RotBorderFrame4.BorderSizePixel = 0
  7017. Motherboard_RotBorderFrame4.Position = UDim2.new(0.0961538404, 0, -0.0189873427, 0)
  7018. Motherboard_RotBorderFrame4.Rotation = 330
  7019. Motherboard_RotBorderFrame4.Size = UDim2.new(0, 43, 0, 19)
  7020.  
  7021. Motherboard_JailbreakerText.Name = "Motherboard_JailbreakerText"
  7022. Motherboard_JailbreakerText.Parent = Motherboard
  7023. Motherboard_JailbreakerText.BackgroundColor3 = Color3.new(0, 0, 0)
  7024. Motherboard_JailbreakerText.BackgroundTransparency = 1
  7025. Motherboard_JailbreakerText.Position = UDim2.new(0.347902119, 0, -0.041139245, 0)
  7026. Motherboard_JailbreakerText.Size = UDim2.new(0, 175, 0, 36)
  7027. Motherboard_JailbreakerText.Font = Enum.Font.SciFi
  7028. Motherboard_JailbreakerText.FontSize = Enum.FontSize.Size14
  7029. Motherboard_JailbreakerText.Text = "Jailbreaker"
  7030. Motherboard_JailbreakerText.TextColor3 = Color3.new(0, 0, 0)
  7031. Motherboard_JailbreakerText.TextScaled = true
  7032. Motherboard_JailbreakerText.TextSize = 14
  7033. Motherboard_JailbreakerText.TextStrokeColor3 = Color3.new(1, 0.470588, 0)
  7034. Motherboard_JailbreakerText.TextStrokeTransparency = 0
  7035. Motherboard_JailbreakerText.TextWrapped = true
  7036.  
  7037. Motherboard_Close.Name = "Motherboard_Close"
  7038. Motherboard_Close.Parent = Motherboard
  7039. Motherboard_Close.BackgroundColor3 = Color3.new(1, 1, 1)
  7040. Motherboard_Close.BackgroundTransparency = 1
  7041. Motherboard_Close.Position = UDim2.new(0.949300706, 0, -0.012658244, 0)
  7042. Motherboard_Close.Size = UDim2.new(0, 29, 0, 31)
  7043. Motherboard_Close.Font = Enum.Font.SourceSans
  7044. Motherboard_Close.FontSize = Enum.FontSize.Size14
  7045. Motherboard_Close.Text = "X"
  7046. Motherboard_Close.TextColor3 = Color3.new(0, 0, 0)
  7047. Motherboard_Close.TextScaled = true
  7048. Motherboard_Close.TextSize = 14
  7049. Motherboard_Close.TextWrapped = true
  7050.  
  7051. Motherboard_JailbreakerText_Credits.Name = "Motherboard_JailbreakerText_Credits"
  7052. Motherboard_JailbreakerText_Credits.Parent = Motherboard
  7053. Motherboard_JailbreakerText_Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  7054. Motherboard_JailbreakerText_Credits.BackgroundTransparency = 1
  7055. Motherboard_JailbreakerText_Credits.Position = UDim2.new(0.611888111, 0, 0.0126582272, 0)
  7056. Motherboard_JailbreakerText_Credits.Size = UDim2.new(0, 159, 0, 15)
  7057. Motherboard_JailbreakerText_Credits.Font = Enum.Font.SciFi
  7058. Motherboard_JailbreakerText_Credits.FontSize = Enum.FontSize.Size14
  7059. Motherboard_JailbreakerText_Credits.Text = "Made by beans#5490"
  7060. Motherboard_JailbreakerText_Credits.TextColor3 = Color3.new(0, 0, 0)
  7061. Motherboard_JailbreakerText_Credits.TextScaled = true
  7062. Motherboard_JailbreakerText_Credits.TextSize = 14
  7063. Motherboard_JailbreakerText_Credits.TextStrokeColor3 = Color3.new(1, 0.470588, 0)
  7064. Motherboard_JailbreakerText_Credits.TextStrokeTransparency = 0
  7065. Motherboard_JailbreakerText_Credits.TextWrapped = true
  7066.  
  7067. Motherboard_DisplaySide.Name = "Motherboard_DisplaySide"
  7068. Motherboard_DisplaySide.Parent = Motherboard
  7069. Motherboard_DisplaySide.BackgroundColor3 = Color3.new(1, 1, 1)
  7070. Motherboard_DisplaySide.BackgroundTransparency = 1
  7071. Motherboard_DisplaySide.Position = UDim2.new(0.332167834, 0, 0.916139245, 0)
  7072. Motherboard_DisplaySide.Size = UDim2.new(0, 191, 0, 42)
  7073. Motherboard_DisplaySide.Font = Enum.Font.SourceSans
  7074. Motherboard_DisplaySide.FontSize = Enum.FontSize.Size14
  7075. Motherboard_DisplaySide.Text = "1"
  7076. Motherboard_DisplaySide.TextColor3 = Color3.new(0, 0, 0)
  7077. Motherboard_DisplaySide.TextScaled = true
  7078. Motherboard_DisplaySide.TextSize = 14
  7079. Motherboard_DisplaySide.TextWrapped = true
  7080.  
  7081. Motherboard_VersionText.Name = "Motherboard_VersionText"
  7082. Motherboard_VersionText.Parent = Motherboard
  7083. Motherboard_VersionText.BackgroundColor3 = Color3.new(0, 0, 0)
  7084. Motherboard_VersionText.BackgroundTransparency = 1
  7085. Motherboard_VersionText.Position = UDim2.new(0.802085102, 0, 0.0411392339, 0)
  7086. Motherboard_VersionText.Size = UDim2.new(0, 175, 0, 36)
  7087. Motherboard_VersionText.Font = Enum.Font.SciFi
  7088. Motherboard_VersionText.FontSize = Enum.FontSize.Size18
  7089. Motherboard_VersionText.Text = "v1.0.3"
  7090. Motherboard_VersionText.TextColor3 = Color3.new(0, 0, 0)
  7091. Motherboard_VersionText.TextSize = 16
  7092. Motherboard_VersionText.TextStrokeColor3 = Color3.new(1, 0.470588, 0)
  7093. Motherboard_VersionText.TextStrokeTransparency = 0
  7094. Motherboard_VersionText.TextWrapped = true
  7095.  
  7096. Side1.Name = "Side1"
  7097. Side1.Parent = Motherboard
  7098. Side1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7099. Side1.BorderSizePixel = 0
  7100. Side1.Position = UDim2.new(0, 0, 0.133000001, 0)
  7101. Side1.Size = UDim2.new(0, 572, 0, 249)
  7102. Side1.Visible = false
  7103.  
  7104. Side1_CarsTeleportsText.Name = "Side1_CarsTeleportsText"
  7105. Side1_CarsTeleportsText.Parent = Side1
  7106. Side1_CarsTeleportsText.BackgroundColor3 = Color3.new(1, 1, 1)
  7107. Side1_CarsTeleportsText.BackgroundTransparency = 1
  7108. Side1_CarsTeleportsText.Position = UDim2.new(0.325174838, 0, -0.0162930116, 0)
  7109. Side1_CarsTeleportsText.Size = UDim2.new(0, 200, 0, 39)
  7110. Side1_CarsTeleportsText.Font = Enum.Font.SciFi
  7111. Side1_CarsTeleportsText.FontSize = Enum.FontSize.Size14
  7112. Side1_CarsTeleportsText.Text = "Cars Teleports"
  7113. Side1_CarsTeleportsText.TextColor3 = Color3.new(1, 0.470588, 0)
  7114. Side1_CarsTeleportsText.TextScaled = true
  7115. Side1_CarsTeleportsText.TextSize = 14
  7116. Side1_CarsTeleportsText.TextWrapped = true
  7117.  
  7118. Teleports_PoliceCamaro.Name = "Teleports_PoliceCamaro"
  7119. Teleports_PoliceCamaro.Parent = Side1
  7120. Teleports_PoliceCamaro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7121. Teleports_PoliceCamaro.BorderColor3 = Color3.new(0, 0, 0)
  7122. Teleports_PoliceCamaro.BorderSizePixel = 3
  7123. Teleports_PoliceCamaro.Position = UDim2.new(0.0280069932, 0, 0.363803208, 0)
  7124. Teleports_PoliceCamaro.Size = UDim2.new(0, 135, 0, 50)
  7125. Teleports_PoliceCamaro.Font = Enum.Font.SourceSans
  7126. Teleports_PoliceCamaro.FontSize = Enum.FontSize.Size28
  7127. Teleports_PoliceCamaro.Text = "Police Camaro"
  7128. Teleports_PoliceCamaro.TextColor3 = Color3.new(1, 0.470588, 0)
  7129. Teleports_PoliceCamaro.TextSize = 26
  7130.  
  7131. Teleports_SWATCar.Name = "Teleports_SWATCar"
  7132. Teleports_SWATCar.Parent = Side1
  7133. Teleports_SWATCar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7134. Teleports_SWATCar.BorderColor3 = Color3.new(0, 0, 0)
  7135. Teleports_SWATCar.BorderSizePixel = 3
  7136. Teleports_SWATCar.Position = UDim2.new(0.0280069932, 0, 0.564606428, 0)
  7137. Teleports_SWATCar.Size = UDim2.new(0, 135, 0, 50)
  7138. Teleports_SWATCar.Font = Enum.Font.SourceSans
  7139. Teleports_SWATCar.FontSize = Enum.FontSize.Size28
  7140. Teleports_SWATCar.Text = "SWAT Car"
  7141. Teleports_SWATCar.TextColor3 = Color3.new(1, 0.470588, 0)
  7142. Teleports_SWATCar.TextSize = 26
  7143.  
  7144. Teleports_PickupTruck.Name = "Teleports_PickupTruck"
  7145. Teleports_PickupTruck.Parent = Side1
  7146. Teleports_PickupTruck.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7147. Teleports_PickupTruck.BorderColor3 = Color3.new(0, 0, 0)
  7148. Teleports_PickupTruck.BorderSizePixel = 3
  7149. Teleports_PickupTruck.Position = UDim2.new(0.0280069932, 0, 0.765409648, 0)
  7150. Teleports_PickupTruck.Size = UDim2.new(0, 135, 0, 50)
  7151. Teleports_PickupTruck.Font = Enum.Font.SourceSans
  7152. Teleports_PickupTruck.FontSize = Enum.FontSize.Size28
  7153. Teleports_PickupTruck.Text = "Pickup Truck"
  7154. Teleports_PickupTruck.TextColor3 = Color3.new(1, 0.470588, 0)
  7155. Teleports_PickupTruck.TextSize = 26
  7156.  
  7157. Teleports_Camaro.Name = "Teleports_Camaro"
  7158. Teleports_Camaro.Parent = Side1
  7159. Teleports_Camaro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7160. Teleports_Camaro.BorderColor3 = Color3.new(0, 0, 0)
  7161. Teleports_Camaro.BorderSizePixel = 3
  7162. Teleports_Camaro.Position = UDim2.new(0.0280000009, 0, 0.163000003, 0)
  7163. Teleports_Camaro.Size = UDim2.new(0, 135, 0, 50)
  7164. Teleports_Camaro.Font = Enum.Font.SourceSans
  7165. Teleports_Camaro.FontSize = Enum.FontSize.Size28
  7166. Teleports_Camaro.Text = "Camaro"
  7167. Teleports_Camaro.TextColor3 = Color3.new(1, 0.470588, 0)
  7168. Teleports_Camaro.TextSize = 26
  7169.  
  7170. Teleports_MiniCooper.Name = "Teleports_MiniCooper"
  7171. Teleports_MiniCooper.Parent = Side1
  7172. Teleports_MiniCooper.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7173. Teleports_MiniCooper.BorderColor3 = Color3.new(0, 0, 0)
  7174. Teleports_MiniCooper.BorderSizePixel = 3
  7175. Teleports_MiniCooper.Position = UDim2.new(0.264020979, 0, 0.363803208, 0)
  7176. Teleports_MiniCooper.Size = UDim2.new(0, 135, 0, 50)
  7177. Teleports_MiniCooper.Font = Enum.Font.SourceSans
  7178. Teleports_MiniCooper.FontSize = Enum.FontSize.Size28
  7179. Teleports_MiniCooper.Text = "Mini Cooper"
  7180. Teleports_MiniCooper.TextColor3 = Color3.new(1, 0.470588, 0)
  7181. Teleports_MiniCooper.TextSize = 26
  7182.  
  7183. Teleports_Model3.Name = "Teleports_Model3"
  7184. Teleports_Model3.Parent = Side1
  7185. Teleports_Model3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7186. Teleports_Model3.BorderColor3 = Color3.new(0, 0, 0)
  7187. Teleports_Model3.BorderSizePixel = 3
  7188. Teleports_Model3.Position = UDim2.new(0.264020979, 0, 0.162999988, 0)
  7189. Teleports_Model3.Size = UDim2.new(0, 135, 0, 50)
  7190. Teleports_Model3.Font = Enum.Font.SourceSans
  7191. Teleports_Model3.FontSize = Enum.FontSize.Size28
  7192. Teleports_Model3.Text = "Model3"
  7193. Teleports_Model3.TextColor3 = Color3.new(1, 0.470588, 0)
  7194. Teleports_Model3.TextSize = 26
  7195.  
  7196. Teleports_Mustang.Name = "Teleports_Mustang"
  7197. Teleports_Mustang.Parent = Side1
  7198. Teleports_Mustang.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7199. Teleports_Mustang.BorderColor3 = Color3.new(0, 0, 0)
  7200. Teleports_Mustang.BorderSizePixel = 3
  7201. Teleports_Mustang.Position = UDim2.new(0.264020979, 0, 0.564606428, 0)
  7202. Teleports_Mustang.Size = UDim2.new(0, 135, 0, 50)
  7203. Teleports_Mustang.Font = Enum.Font.SourceSans
  7204. Teleports_Mustang.FontSize = Enum.FontSize.Size28
  7205. Teleports_Mustang.Text = "Mustang"
  7206. Teleports_Mustang.TextColor3 = Color3.new(1, 0.470588, 0)
  7207. Teleports_Mustang.TextSize = 26
  7208.  
  7209. Teleports_DuneBuggy.Name = "Teleports_DuneBuggy"
  7210. Teleports_DuneBuggy.Parent = Side1
  7211. Teleports_DuneBuggy.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7212. Teleports_DuneBuggy.BorderColor3 = Color3.new(0, 0, 0)
  7213. Teleports_DuneBuggy.BorderSizePixel = 3
  7214. Teleports_DuneBuggy.Position = UDim2.new(0.264020979, 0, 0.765409648, 0)
  7215. Teleports_DuneBuggy.Size = UDim2.new(0, 135, 0, 50)
  7216. Teleports_DuneBuggy.Font = Enum.Font.SourceSans
  7217. Teleports_DuneBuggy.FontSize = Enum.FontSize.Size28
  7218. Teleports_DuneBuggy.Text = "Dune Buggy"
  7219. Teleports_DuneBuggy.TextColor3 = Color3.new(1, 0.470588, 0)
  7220. Teleports_DuneBuggy.TextSize = 26
  7221.  
  7222. Teleports_Lamborghini.Name = "Teleports_Lamborghini"
  7223. Teleports_Lamborghini.Parent = Side1
  7224. Teleports_Lamborghini.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7225. Teleports_Lamborghini.BorderColor3 = Color3.new(0, 0, 0)
  7226. Teleports_Lamborghini.BorderSizePixel = 3
  7227. Teleports_Lamborghini.Position = UDim2.new(0.500034928, 0, 0.363803208, 0)
  7228. Teleports_Lamborghini.Size = UDim2.new(0, 135, 0, 50)
  7229. Teleports_Lamborghini.Font = Enum.Font.SourceSans
  7230. Teleports_Lamborghini.FontSize = Enum.FontSize.Size28
  7231. Teleports_Lamborghini.Text = "Lamborghini"
  7232. Teleports_Lamborghini.TextColor3 = Color3.new(1, 0.470588, 0)
  7233. Teleports_Lamborghini.TextSize = 26
  7234.  
  7235. Teleports_Porsche.Name = "Teleports_Porsche"
  7236. Teleports_Porsche.Parent = Side1
  7237. Teleports_Porsche.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7238. Teleports_Porsche.BorderColor3 = Color3.new(0, 0, 0)
  7239. Teleports_Porsche.BorderSizePixel = 3
  7240. Teleports_Porsche.Position = UDim2.new(0.500034928, 0, 0.162999988, 0)
  7241. Teleports_Porsche.Size = UDim2.new(0, 135, 0, 50)
  7242. Teleports_Porsche.Font = Enum.Font.SourceSans
  7243. Teleports_Porsche.FontSize = Enum.FontSize.Size28
  7244. Teleports_Porsche.Text = "Porsche"
  7245. Teleports_Porsche.TextColor3 = Color3.new(1, 0.470588, 0)
  7246. Teleports_Porsche.TextSize = 26
  7247.  
  7248. Teleports_Ferrari.Name = "Teleports_Ferrari"
  7249. Teleports_Ferrari.Parent = Side1
  7250. Teleports_Ferrari.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7251. Teleports_Ferrari.BorderColor3 = Color3.new(0, 0, 0)
  7252. Teleports_Ferrari.BorderSizePixel = 3
  7253. Teleports_Ferrari.Position = UDim2.new(0.500034928, 0, 0.564606428, 0)
  7254. Teleports_Ferrari.Size = UDim2.new(0, 135, 0, 50)
  7255. Teleports_Ferrari.Font = Enum.Font.SourceSans
  7256. Teleports_Ferrari.FontSize = Enum.FontSize.Size28
  7257. Teleports_Ferrari.Text = "Ferrari"
  7258. Teleports_Ferrari.TextColor3 = Color3.new(1, 0.470588, 0)
  7259. Teleports_Ferrari.TextSize = 26
  7260.  
  7261. Teleports_Bugatti.Name = "Teleports_Bugatti"
  7262. Teleports_Bugatti.Parent = Side1
  7263. Teleports_Bugatti.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7264. Teleports_Bugatti.BorderColor3 = Color3.new(0, 0, 0)
  7265. Teleports_Bugatti.BorderSizePixel = 3
  7266. Teleports_Bugatti.Position = UDim2.new(0.500034928, 0, 0.765409648, 0)
  7267. Teleports_Bugatti.Size = UDim2.new(0, 135, 0, 50)
  7268. Teleports_Bugatti.Font = Enum.Font.SourceSans
  7269. Teleports_Bugatti.FontSize = Enum.FontSize.Size28
  7270. Teleports_Bugatti.Text = "Bugatti"
  7271. Teleports_Bugatti.TextColor3 = Color3.new(1, 0.470588, 0)
  7272. Teleports_Bugatti.TextSize = 26
  7273.  
  7274. Teleports_Dirtbike.Name = "Teleports_Dirtbike"
  7275. Teleports_Dirtbike.Parent = Side1
  7276. Teleports_Dirtbike.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7277. Teleports_Dirtbike.BorderColor3 = Color3.new(0, 0, 0)
  7278. Teleports_Dirtbike.BorderSizePixel = 3
  7279. Teleports_Dirtbike.Position = UDim2.new(0.736048937, 0, 0.361795187, 0)
  7280. Teleports_Dirtbike.Size = UDim2.new(0, 135, 0, 50)
  7281. Teleports_Dirtbike.Font = Enum.Font.SourceSans
  7282. Teleports_Dirtbike.FontSize = Enum.FontSize.Size28
  7283. Teleports_Dirtbike.Text = "Dirtbike"
  7284. Teleports_Dirtbike.TextColor3 = Color3.new(1, 0.470588, 0)
  7285. Teleports_Dirtbike.TextSize = 26
  7286.  
  7287. Teleports_MonsterTruck.Name = "Teleports_MonsterTruck"
  7288. Teleports_MonsterTruck.Parent = Side1
  7289. Teleports_MonsterTruck.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7290. Teleports_MonsterTruck.BorderColor3 = Color3.new(0, 0, 0)
  7291. Teleports_MonsterTruck.BorderSizePixel = 3
  7292. Teleports_MonsterTruck.Position = UDim2.new(0.736048937, 0, 0.162999988, 0)
  7293. Teleports_MonsterTruck.Size = UDim2.new(0, 135, 0, 50)
  7294. Teleports_MonsterTruck.Font = Enum.Font.SourceSans
  7295. Teleports_MonsterTruck.FontSize = Enum.FontSize.Size28
  7296. Teleports_MonsterTruck.Text = "MonsterTruck"
  7297. Teleports_MonsterTruck.TextColor3 = Color3.new(1, 0.470588, 0)
  7298. Teleports_MonsterTruck.TextSize = 26
  7299.  
  7300. Teleports_ATV.Name = "Teleports_ATV"
  7301. Teleports_ATV.Parent = Side1
  7302. Teleports_ATV.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7303. Teleports_ATV.BorderColor3 = Color3.new(0, 0, 0)
  7304. Teleports_ATV.BorderSizePixel = 3
  7305. Teleports_ATV.Position = UDim2.new(0.736048937, 0, 0.566614449, 0)
  7306. Teleports_ATV.Size = UDim2.new(0, 135, 0, 50)
  7307. Teleports_ATV.Font = Enum.Font.SourceSans
  7308. Teleports_ATV.FontSize = Enum.FontSize.Size28
  7309. Teleports_ATV.Text = "ATV"
  7310. Teleports_ATV.TextColor3 = Color3.new(1, 0.470588, 0)
  7311. Teleports_ATV.TextSize = 26
  7312.  
  7313. Teleports_McLaren.Name = "Teleports_McLaren"
  7314. Teleports_McLaren.Parent = Side1
  7315. Teleports_McLaren.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7316. Teleports_McLaren.BorderColor3 = Color3.new(0, 0, 0)
  7317. Teleports_McLaren.BorderSizePixel = 3
  7318. Teleports_McLaren.Position = UDim2.new(0.736048937, 0, 0.767417669, 0)
  7319. Teleports_McLaren.Size = UDim2.new(0, 135, 0, 50)
  7320. Teleports_McLaren.Font = Enum.Font.SourceSans
  7321. Teleports_McLaren.FontSize = Enum.FontSize.Size28
  7322. Teleports_McLaren.Text = "McLaren"
  7323. Teleports_McLaren.TextColor3 = Color3.new(1, 0.470588, 0)
  7324. Teleports_McLaren.TextSize = 26
  7325.  
  7326. Side2.Name = "Side2"
  7327. Side2.Parent = Motherboard
  7328. Side2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7329. Side2.BorderSizePixel = 0
  7330. Side2.Position = UDim2.new(0, 0, 0.133000001, 0)
  7331. Side2.Size = UDim2.new(0, 572, 0, 249)
  7332. Side2.Visible = false
  7333.  
  7334. Side2_TeleportsText.Name = "Side2_TeleportsText"
  7335. Side2_TeleportsText.Parent = Side2
  7336. Side2_TeleportsText.BackgroundColor3 = Color3.new(1, 1, 1)
  7337. Side2_TeleportsText.BackgroundTransparency = 1
  7338. Side2_TeleportsText.Position = UDim2.new(0.325174838, 0, -0.0162930116, 0)
  7339. Side2_TeleportsText.Size = UDim2.new(0, 200, 0, 39)
  7340. Side2_TeleportsText.Font = Enum.Font.SciFi
  7341. Side2_TeleportsText.FontSize = Enum.FontSize.Size14
  7342. Side2_TeleportsText.Text = "Teleports"
  7343. Side2_TeleportsText.TextColor3 = Color3.new(1, 0.470588, 0)
  7344. Side2_TeleportsText.TextScaled = true
  7345. Side2_TeleportsText.TextSize = 14
  7346. Side2_TeleportsText.TextWrapped = true
  7347.  
  7348. Teleports_PrisonCells.Name = "Teleports_PrisonCells"
  7349. Teleports_PrisonCells.Parent = Side2
  7350. Teleports_PrisonCells.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7351. Teleports_PrisonCells.BorderColor3 = Color3.new(0, 0, 0)
  7352. Teleports_PrisonCells.BorderSizePixel = 3
  7353. Teleports_PrisonCells.Position = UDim2.new(0.0280069932, 0, 0.363803208, 0)
  7354. Teleports_PrisonCells.Size = UDim2.new(0, 135, 0, 50)
  7355. Teleports_PrisonCells.Font = Enum.Font.SourceSans
  7356. Teleports_PrisonCells.FontSize = Enum.FontSize.Size28
  7357. Teleports_PrisonCells.Text = "Prison Cells"
  7358. Teleports_PrisonCells.TextColor3 = Color3.new(1, 0.470588, 0)
  7359. Teleports_PrisonCells.TextSize = 26
  7360.  
  7361. Teleports_PrisonParking.Name = "Teleports_PrisonParking"
  7362. Teleports_PrisonParking.Parent = Side2
  7363. Teleports_PrisonParking.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7364. Teleports_PrisonParking.BorderColor3 = Color3.new(0, 0, 0)
  7365. Teleports_PrisonParking.BorderSizePixel = 3
  7366. Teleports_PrisonParking.Position = UDim2.new(0.0280069932, 0, 0.564606428, 0)
  7367. Teleports_PrisonParking.Size = UDim2.new(0, 135, 0, 50)
  7368. Teleports_PrisonParking.Font = Enum.Font.SourceSans
  7369. Teleports_PrisonParking.FontSize = Enum.FontSize.Size28
  7370. Teleports_PrisonParking.Text = "Prison Parking"
  7371. Teleports_PrisonParking.TextColor3 = Color3.new(1, 0.470588, 0)
  7372. Teleports_PrisonParking.TextSize = 26
  7373.  
  7374. Teleports_PrisonCanteen.Name = "Teleports_PrisonCanteen"
  7375. Teleports_PrisonCanteen.Parent = Side2
  7376. Teleports_PrisonCanteen.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7377. Teleports_PrisonCanteen.BorderColor3 = Color3.new(0, 0, 0)
  7378. Teleports_PrisonCanteen.BorderSizePixel = 3
  7379. Teleports_PrisonCanteen.Position = UDim2.new(0.0280069932, 0, 0.765409648, 0)
  7380. Teleports_PrisonCanteen.Size = UDim2.new(0, 135, 0, 50)
  7381. Teleports_PrisonCanteen.Font = Enum.Font.SourceSans
  7382. Teleports_PrisonCanteen.FontSize = Enum.FontSize.Size28
  7383. Teleports_PrisonCanteen.Text = "Prison Canteen"
  7384. Teleports_PrisonCanteen.TextColor3 = Color3.new(1, 0.470588, 0)
  7385. Teleports_PrisonCanteen.TextSize = 26
  7386.  
  7387. Teleports_PrisonYard.Name = "Teleports_PrisonYard"
  7388. Teleports_PrisonYard.Parent = Side2
  7389. Teleports_PrisonYard.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7390. Teleports_PrisonYard.BorderColor3 = Color3.new(0, 0, 0)
  7391. Teleports_PrisonYard.BorderSizePixel = 3
  7392. Teleports_PrisonYard.Position = UDim2.new(0.0280000009, 0, 0.163000003, 0)
  7393. Teleports_PrisonYard.Size = UDim2.new(0, 135, 0, 50)
  7394. Teleports_PrisonYard.Font = Enum.Font.SourceSans
  7395. Teleports_PrisonYard.FontSize = Enum.FontSize.Size28
  7396. Teleports_PrisonYard.Text = "Prison Yard"
  7397. Teleports_PrisonYard.TextColor3 = Color3.new(1, 0.470588, 0)
  7398. Teleports_PrisonYard.TextSize = 26
  7399.  
  7400. Teleports_PoliceHQ2.Name = "Teleports_PoliceHQ2"
  7401. Teleports_PoliceHQ2.Parent = Side2
  7402. Teleports_PoliceHQ2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7403. Teleports_PoliceHQ2.BorderColor3 = Color3.new(0, 0, 0)
  7404. Teleports_PoliceHQ2.BorderSizePixel = 3
  7405. Teleports_PoliceHQ2.Position = UDim2.new(0.264020979, 0, 0.363803208, 0)
  7406. Teleports_PoliceHQ2.Size = UDim2.new(0, 135, 0, 50)
  7407. Teleports_PoliceHQ2.Font = Enum.Font.SourceSans
  7408. Teleports_PoliceHQ2.FontSize = Enum.FontSize.Size28
  7409. Teleports_PoliceHQ2.Text = "Police HQ2"
  7410. Teleports_PoliceHQ2.TextColor3 = Color3.new(1, 0.470588, 0)
  7411. Teleports_PoliceHQ2.TextSize = 26
  7412.  
  7413. Teleports_PoliceHQ1.Name = "Teleports_PoliceHQ1"
  7414. Teleports_PoliceHQ1.Parent = Side2
  7415. Teleports_PoliceHQ1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7416. Teleports_PoliceHQ1.BorderColor3 = Color3.new(0, 0, 0)
  7417. Teleports_PoliceHQ1.BorderSizePixel = 3
  7418. Teleports_PoliceHQ1.Position = UDim2.new(0.264020979, 0, 0.162999988, 0)
  7419. Teleports_PoliceHQ1.Size = UDim2.new(0, 135, 0, 50)
  7420. Teleports_PoliceHQ1.Font = Enum.Font.SourceSans
  7421. Teleports_PoliceHQ1.FontSize = Enum.FontSize.Size28
  7422. Teleports_PoliceHQ1.Text = "Police HQ1"
  7423. Teleports_PoliceHQ1.TextColor3 = Color3.new(1, 0.470588, 0)
  7424. Teleports_PoliceHQ1.TextSize = 26
  7425.  
  7426. Teleports_CriminalsHQ1.Name = "Teleports_CriminalsHQ1"
  7427. Teleports_CriminalsHQ1.Parent = Side2
  7428. Teleports_CriminalsHQ1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7429. Teleports_CriminalsHQ1.BorderColor3 = Color3.new(0, 0, 0)
  7430. Teleports_CriminalsHQ1.BorderSizePixel = 3
  7431. Teleports_CriminalsHQ1.Position = UDim2.new(0.264020979, 0, 0.564606428, 0)
  7432. Teleports_CriminalsHQ1.Size = UDim2.new(0, 135, 0, 50)
  7433. Teleports_CriminalsHQ1.Font = Enum.Font.SourceSans
  7434. Teleports_CriminalsHQ1.FontSize = Enum.FontSize.Size28
  7435. Teleports_CriminalsHQ1.Text = "Criminals HQ1"
  7436. Teleports_CriminalsHQ1.TextColor3 = Color3.new(1, 0.470588, 0)
  7437. Teleports_CriminalsHQ1.TextSize = 26
  7438.  
  7439. Teleports_CriminalsHQ2.Name = "Teleports_CriminalsHQ2"
  7440. Teleports_CriminalsHQ2.Parent = Side2
  7441. Teleports_CriminalsHQ2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7442. Teleports_CriminalsHQ2.BorderColor3 = Color3.new(0, 0, 0)
  7443. Teleports_CriminalsHQ2.BorderSizePixel = 3
  7444. Teleports_CriminalsHQ2.Position = UDim2.new(0.264020979, 0, 0.765409648, 0)
  7445. Teleports_CriminalsHQ2.Size = UDim2.new(0, 135, 0, 50)
  7446. Teleports_CriminalsHQ2.Font = Enum.Font.SourceSans
  7447. Teleports_CriminalsHQ2.FontSize = Enum.FontSize.Size28
  7448. Teleports_CriminalsHQ2.Text = "Criminals HQ2"
  7449. Teleports_CriminalsHQ2.TextColor3 = Color3.new(1, 0.470588, 0)
  7450. Teleports_CriminalsHQ2.TextSize = 26
  7451.  
  7452. Teleports_Helipad2.Name = "Teleports_Helipad2"
  7453. Teleports_Helipad2.Parent = Side2
  7454. Teleports_Helipad2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7455. Teleports_Helipad2.BorderColor3 = Color3.new(0, 0, 0)
  7456. Teleports_Helipad2.BorderSizePixel = 3
  7457. Teleports_Helipad2.Position = UDim2.new(0.500034928, 0, 0.363803208, 0)
  7458. Teleports_Helipad2.Size = UDim2.new(0, 135, 0, 50)
  7459. Teleports_Helipad2.Font = Enum.Font.SourceSans
  7460. Teleports_Helipad2.FontSize = Enum.FontSize.Size28
  7461. Teleports_Helipad2.Text = "Helipad 2"
  7462. Teleports_Helipad2.TextColor3 = Color3.new(1, 0.470588, 0)
  7463. Teleports_Helipad2.TextSize = 26
  7464.  
  7465. Teleports_Helipad1.Name = "Teleports_Helipad1"
  7466. Teleports_Helipad1.Parent = Side2
  7467. Teleports_Helipad1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7468. Teleports_Helipad1.BorderColor3 = Color3.new(0, 0, 0)
  7469. Teleports_Helipad1.BorderSizePixel = 3
  7470. Teleports_Helipad1.Position = UDim2.new(0.500034928, 0, 0.162999988, 0)
  7471. Teleports_Helipad1.Size = UDim2.new(0, 135, 0, 50)
  7472. Teleports_Helipad1.Font = Enum.Font.SourceSans
  7473. Teleports_Helipad1.FontSize = Enum.FontSize.Size28
  7474. Teleports_Helipad1.Text = "Helipad 1"
  7475. Teleports_Helipad1.TextColor3 = Color3.new(1, 0.470588, 0)
  7476. Teleports_Helipad1.TextSize = 26
  7477.  
  7478. Teleports_Garage.Name = "Teleports_Garage"
  7479. Teleports_Garage.Parent = Side2
  7480. Teleports_Garage.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7481. Teleports_Garage.BorderColor3 = Color3.new(0, 0, 0)
  7482. Teleports_Garage.BorderSizePixel = 3
  7483. Teleports_Garage.Position = UDim2.new(0.500034928, 0, 0.564606428, 0)
  7484. Teleports_Garage.Size = UDim2.new(0, 135, 0, 50)
  7485. Teleports_Garage.Font = Enum.Font.SourceSans
  7486. Teleports_Garage.FontSize = Enum.FontSize.Size28
  7487. Teleports_Garage.Text = "Garage"
  7488. Teleports_Garage.TextColor3 = Color3.new(1, 0.470588, 0)
  7489. Teleports_Garage.TextSize = 26
  7490.  
  7491. Teleports_BankVault.Name = "Teleports_BankVault"
  7492. Teleports_BankVault.Parent = Side2
  7493. Teleports_BankVault.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7494. Teleports_BankVault.BorderColor3 = Color3.new(0, 0, 0)
  7495. Teleports_BankVault.BorderSizePixel = 3
  7496. Teleports_BankVault.Position = UDim2.new(0.500034928, 0, 0.765409648, 0)
  7497. Teleports_BankVault.Size = UDim2.new(0, 135, 0, 50)
  7498. Teleports_BankVault.Font = Enum.Font.SourceSans
  7499. Teleports_BankVault.FontSize = Enum.FontSize.Size28
  7500. Teleports_BankVault.Text = "Bank vault"
  7501. Teleports_BankVault.TextColor3 = Color3.new(1, 0.470588, 0)
  7502. Teleports_BankVault.TextSize = 26
  7503.  
  7504. Teleports_GasStation.Name = "Teleports_GasStation"
  7505. Teleports_GasStation.Parent = Side2
  7506. Teleports_GasStation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7507. Teleports_GasStation.BorderColor3 = Color3.new(0, 0, 0)
  7508. Teleports_GasStation.BorderSizePixel = 3
  7509. Teleports_GasStation.Position = UDim2.new(0.736048937, 0, 0.361795187, 0)
  7510. Teleports_GasStation.Size = UDim2.new(0, 135, 0, 50)
  7511. Teleports_GasStation.Font = Enum.Font.SourceSans
  7512. Teleports_GasStation.FontSize = Enum.FontSize.Size28
  7513. Teleports_GasStation.Text = "Gas Station"
  7514. Teleports_GasStation.TextColor3 = Color3.new(1, 0.470588, 0)
  7515. Teleports_GasStation.TextSize = 26
  7516.  
  7517. Teleports_Jewelry.Name = "Teleports_Jewelry"
  7518. Teleports_Jewelry.Parent = Side2
  7519. Teleports_Jewelry.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7520. Teleports_Jewelry.BorderColor3 = Color3.new(0, 0, 0)
  7521. Teleports_Jewelry.BorderSizePixel = 3
  7522. Teleports_Jewelry.Position = UDim2.new(0.736048937, 0, 0.162999988, 0)
  7523. Teleports_Jewelry.Size = UDim2.new(0, 135, 0, 50)
  7524. Teleports_Jewelry.Font = Enum.Font.SourceSans
  7525. Teleports_Jewelry.FontSize = Enum.FontSize.Size28
  7526. Teleports_Jewelry.Text = "Jewelry"
  7527. Teleports_Jewelry.TextColor3 = Color3.new(1, 0.470588, 0)
  7528. Teleports_Jewelry.TextSize = 26
  7529.  
  7530. Teleports_DonutShop.Name = "Teleports_DonutShop"
  7531. Teleports_DonutShop.Parent = Side2
  7532. Teleports_DonutShop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7533. Teleports_DonutShop.BorderColor3 = Color3.new(0, 0, 0)
  7534. Teleports_DonutShop.BorderSizePixel = 3
  7535. Teleports_DonutShop.Position = UDim2.new(0.736048937, 0, 0.566614449, 0)
  7536. Teleports_DonutShop.Size = UDim2.new(0, 135, 0, 50)
  7537. Teleports_DonutShop.Font = Enum.Font.SourceSans
  7538. Teleports_DonutShop.FontSize = Enum.FontSize.Size28
  7539. Teleports_DonutShop.Text = "Donut Shop"
  7540. Teleports_DonutShop.TextColor3 = Color3.new(1, 0.470588, 0)
  7541. Teleports_DonutShop.TextSize = 26
  7542.  
  7543. Teleports_Apartment.Name = "Teleports_Apartment"
  7544. Teleports_Apartment.Parent = Side2
  7545. Teleports_Apartment.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7546. Teleports_Apartment.BorderColor3 = Color3.new(0, 0, 0)
  7547. Teleports_Apartment.BorderSizePixel = 3
  7548. Teleports_Apartment.Position = UDim2.new(0.736048937, 0, 0.767417669, 0)
  7549. Teleports_Apartment.Size = UDim2.new(0, 135, 0, 50)
  7550. Teleports_Apartment.Font = Enum.Font.SourceSans
  7551. Teleports_Apartment.FontSize = Enum.FontSize.Size28
  7552. Teleports_Apartment.Text = "Apartment"
  7553. Teleports_Apartment.TextColor3 = Color3.new(1, 0.470588, 0)
  7554. Teleports_Apartment.TextSize = 26
  7555.  
  7556. Side3.Name = "Side3"
  7557. Side3.Parent = Motherboard
  7558. Side3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7559. Side3.BorderSizePixel = 0
  7560. Side3.Position = UDim2.new(0, 0, 0.133000001, 0)
  7561. Side3.Size = UDim2.new(0, 572, 0, 249)
  7562. Side3.Visible = false
  7563.  
  7564. Side3_GameText.Name = "Side3_GameText"
  7565. Side3_GameText.Parent = Side3
  7566. Side3_GameText.BackgroundColor3 = Color3.new(1, 1, 1)
  7567. Side3_GameText.BackgroundTransparency = 1
  7568. Side3_GameText.Position = UDim2.new(0.325174838, 0, -0.0162930116, 0)
  7569. Side3_GameText.Size = UDim2.new(0, 200, 0, 39)
  7570. Side3_GameText.Font = Enum.Font.SciFi
  7571. Side3_GameText.FontSize = Enum.FontSize.Size14
  7572. Side3_GameText.Text = "Game"
  7573. Side3_GameText.TextColor3 = Color3.new(1, 0.470588, 0)
  7574. Side3_GameText.TextScaled = true
  7575. Side3_GameText.TextSize = 14
  7576. Side3_GameText.TextWrapped = true
  7577.  
  7578. Game_InfAmmo.Name = "Game_InfAmmo"
  7579. Game_InfAmmo.Parent = Side3
  7580. Game_InfAmmo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7581. Game_InfAmmo.BorderColor3 = Color3.new(0, 0, 0)
  7582. Game_InfAmmo.BorderSizePixel = 3
  7583. Game_InfAmmo.Position = UDim2.new(0.0280069932, 0, 0.363803208, 0)
  7584. Game_InfAmmo.Size = UDim2.new(0, 135, 0, 50)
  7585. Game_InfAmmo.Font = Enum.Font.SourceSans
  7586. Game_InfAmmo.FontSize = Enum.FontSize.Size28
  7587. Game_InfAmmo.Text = "Infinite Ammo"
  7588. Game_InfAmmo.TextColor3 = Color3.new(1, 0.470588, 0)
  7589. Game_InfAmmo.TextSize = 26
  7590.  
  7591. Game_InfHealth.Name = "Game_InfHealth"
  7592. Game_InfHealth.Parent = Side3
  7593. Game_InfHealth.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7594. Game_InfHealth.BorderColor3 = Color3.new(0, 0, 0)
  7595. Game_InfHealth.BorderSizePixel = 3
  7596. Game_InfHealth.Position = UDim2.new(0.0280069932, 0, 0.564606428, 0)
  7597. Game_InfHealth.Size = UDim2.new(0, 135, 0, 50)
  7598. Game_InfHealth.Font = Enum.Font.SourceSans
  7599. Game_InfHealth.FontSize = Enum.FontSize.Size28
  7600. Game_InfHealth.Text = "Infinite Health"
  7601. Game_InfHealth.TextColor3 = Color3.new(1, 0.470588, 0)
  7602. Game_InfHealth.TextSize = 26
  7603.  
  7604. Game_Keycard.Name = "Game_Keycard"
  7605. Game_Keycard.Parent = Side3
  7606. Game_Keycard.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7607. Game_Keycard.BorderColor3 = Color3.new(0, 0, 0)
  7608. Game_Keycard.BorderSizePixel = 3
  7609. Game_Keycard.Position = UDim2.new(0.0280069932, 0, 0.765409648, 0)
  7610. Game_Keycard.Size = UDim2.new(0, 135, 0, 50)
  7611. Game_Keycard.Font = Enum.Font.SourceSans
  7612. Game_Keycard.FontSize = Enum.FontSize.Size28
  7613. Game_Keycard.Text = "KeycardGlitch"
  7614. Game_Keycard.TextColor3 = Color3.new(1, 0.470588, 0)
  7615. Game_Keycard.TextSize = 26
  7616.  
  7617. Game_InfNitro.Name = "Game_InfNitro"
  7618. Game_InfNitro.Parent = Side3
  7619. Game_InfNitro.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7620. Game_InfNitro.BorderColor3 = Color3.new(0, 0, 0)
  7621. Game_InfNitro.BorderSizePixel = 3
  7622. Game_InfNitro.Position = UDim2.new(0.0280000009, 0, 0.163000003, 0)
  7623. Game_InfNitro.Size = UDim2.new(0, 135, 0, 50)
  7624. Game_InfNitro.Font = Enum.Font.SourceSans
  7625. Game_InfNitro.FontSize = Enum.FontSize.Size28
  7626. Game_InfNitro.Text = "Infinite Nitro"
  7627. Game_InfNitro.TextColor3 = Color3.new(1, 0.470588, 0)
  7628. Game_InfNitro.TextSize = 26
  7629.  
  7630. Game_SpawnAK47.Name = "Game_SpawnAK47"
  7631. Game_SpawnAK47.Parent = Side3
  7632. Game_SpawnAK47.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7633. Game_SpawnAK47.BorderColor3 = Color3.new(0, 0, 0)
  7634. Game_SpawnAK47.BorderSizePixel = 3
  7635. Game_SpawnAK47.Position = UDim2.new(0.264020979, 0, 0.363803208, 0)
  7636. Game_SpawnAK47.Size = UDim2.new(0, 135, 0, 50)
  7637. Game_SpawnAK47.Font = Enum.Font.SourceSans
  7638. Game_SpawnAK47.FontSize = Enum.FontSize.Size28
  7639. Game_SpawnAK47.Text = "Spawn AK-47"
  7640. Game_SpawnAK47.TextColor3 = Color3.new(1, 0.470588, 0)
  7641. Game_SpawnAK47.TextSize = 26
  7642.  
  7643. Game_SpawnM4A4.Name = "Game_SpawnM4A4"
  7644. Game_SpawnM4A4.Parent = Side3
  7645. Game_SpawnM4A4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7646. Game_SpawnM4A4.BorderColor3 = Color3.new(0, 0, 0)
  7647. Game_SpawnM4A4.BorderSizePixel = 3
  7648. Game_SpawnM4A4.Position = UDim2.new(0.264020979, 0, 0.162999988, 0)
  7649. Game_SpawnM4A4.Size = UDim2.new(0, 135, 0, 50)
  7650. Game_SpawnM4A4.Font = Enum.Font.SourceSans
  7651. Game_SpawnM4A4.FontSize = Enum.FontSize.Size28
  7652. Game_SpawnM4A4.Text = "Spawn M4A4"
  7653. Game_SpawnM4A4.TextColor3 = Color3.new(1, 0.470588, 0)
  7654. Game_SpawnM4A4.TextSize = 26
  7655.  
  7656. Game_SpawnPistol.Name = "Game_SpawnPistol"
  7657. Game_SpawnPistol.Parent = Side3
  7658. Game_SpawnPistol.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7659. Game_SpawnPistol.BorderColor3 = Color3.new(0, 0, 0)
  7660. Game_SpawnPistol.BorderSizePixel = 3
  7661. Game_SpawnPistol.Position = UDim2.new(0.264020979, 0, 0.564606428, 0)
  7662. Game_SpawnPistol.Size = UDim2.new(0, 135, 0, 50)
  7663. Game_SpawnPistol.Font = Enum.Font.SourceSans
  7664. Game_SpawnPistol.FontSize = Enum.FontSize.Size28
  7665. Game_SpawnPistol.Text = "Spawn Pistol"
  7666. Game_SpawnPistol.TextColor3 = Color3.new(1, 0.470588, 0)
  7667. Game_SpawnPistol.TextSize = 26
  7668.  
  7669. Game_SpawnShotgun.Name = "Game_SpawnShotgun"
  7670. Game_SpawnShotgun.Parent = Side3
  7671. Game_SpawnShotgun.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7672. Game_SpawnShotgun.BorderColor3 = Color3.new(0, 0, 0)
  7673. Game_SpawnShotgun.BorderSizePixel = 3
  7674. Game_SpawnShotgun.Position = UDim2.new(0.264020979, 0, 0.765409648, 0)
  7675. Game_SpawnShotgun.Size = UDim2.new(0, 135, 0, 50)
  7676. Game_SpawnShotgun.Font = Enum.Font.SourceSans
  7677. Game_SpawnShotgun.FontSize = Enum.FontSize.Size28
  7678. Game_SpawnShotgun.Text = "Shotgun"
  7679. Game_SpawnShotgun.TextColor3 = Color3.new(1, 0.470588, 0)
  7680. Game_SpawnShotgun.TextSize = 26
  7681.  
  7682. Game_Walkspeed.Name = "Game_Walkspeed"
  7683. Game_Walkspeed.Parent = Side3
  7684. Game_Walkspeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7685. Game_Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  7686. Game_Walkspeed.BorderSizePixel = 3
  7687. Game_Walkspeed.Position = UDim2.new(0.500034928, 0, 0.363803208, 0)
  7688. Game_Walkspeed.Size = UDim2.new(0, 135, 0, 50)
  7689. Game_Walkspeed.Font = Enum.Font.SourceSans
  7690. Game_Walkspeed.FontSize = Enum.FontSize.Size28
  7691. Game_Walkspeed.Text = "WS (X)"
  7692. Game_Walkspeed.TextColor3 = Color3.new(1, 0.470588, 0)
  7693. Game_Walkspeed.TextSize = 26
  7694.  
  7695. Game_Noclip.Name = "Game_Noclip"
  7696. Game_Noclip.Parent = Side3
  7697. Game_Noclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7698. Game_Noclip.BorderColor3 = Color3.new(0, 0, 0)
  7699. Game_Noclip.BorderSizePixel = 3
  7700. Game_Noclip.Position = UDim2.new(0.500034928, 0, 0.162999988, 0)
  7701. Game_Noclip.Size = UDim2.new(0, 135, 0, 50)
  7702. Game_Noclip.Font = Enum.Font.SourceSans
  7703. Game_Noclip.FontSize = Enum.FontSize.Size28
  7704. Game_Noclip.Text = "Noclip (B)"
  7705. Game_Noclip.TextColor3 = Color3.new(1, 0.470588, 0)
  7706. Game_Noclip.TextSize = 26
  7707.  
  7708. Game_LowGrav.Name = "Game_LowGrav"
  7709. Game_LowGrav.Parent = Side3
  7710. Game_LowGrav.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7711. Game_LowGrav.BorderColor3 = Color3.new(0, 0, 0)
  7712. Game_LowGrav.BorderSizePixel = 3
  7713. Game_LowGrav.Position = UDim2.new(0.500034928, 0, 0.564606428, 0)
  7714. Game_LowGrav.Size = UDim2.new(0, 135, 0, 50)
  7715. Game_LowGrav.Font = Enum.Font.SourceSans
  7716. Game_LowGrav.FontSize = Enum.FontSize.Size28
  7717. Game_LowGrav.Text = "Low Grav (N)"
  7718. Game_LowGrav.TextColor3 = Color3.new(1, 0.470588, 0)
  7719. Game_LowGrav.TextSize = 26
  7720.  
  7721. Game_CarSpeed.Name = "Game_CarSpeed"
  7722. Game_CarSpeed.Parent = Side3
  7723. Game_CarSpeed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7724. Game_CarSpeed.BorderColor3 = Color3.new(0, 0, 0)
  7725. Game_CarSpeed.BorderSizePixel = 3
  7726. Game_CarSpeed.Position = UDim2.new(0.500034928, 0, 0.765409648, 0)
  7727. Game_CarSpeed.Size = UDim2.new(0, 135, 0, 50)
  7728. Game_CarSpeed.Font = Enum.Font.SourceSans
  7729. Game_CarSpeed.FontSize = Enum.FontSize.Size28
  7730. Game_CarSpeed.Text = "Fast car"
  7731. Game_CarSpeed.TextColor3 = Color3.new(1, 0.470588, 0)
  7732. Game_CarSpeed.TextSize = 26
  7733.  
  7734. Game_SpawnSword.Name = "Game_SpawnSword"
  7735. Game_SpawnSword.Parent = Side3
  7736. Game_SpawnSword.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7737. Game_SpawnSword.BorderColor3 = Color3.new(0, 0, 0)
  7738. Game_SpawnSword.BorderSizePixel = 3
  7739. Game_SpawnSword.Position = UDim2.new(0.736048937, 0, 0.361795187, 0)
  7740. Game_SpawnSword.Size = UDim2.new(0, 135, 0, 50)
  7741. Game_SpawnSword.Font = Enum.Font.SourceSans
  7742. Game_SpawnSword.FontSize = Enum.FontSize.Size28
  7743. Game_SpawnSword.Text = "Spawn sword"
  7744. Game_SpawnSword.TextColor3 = Color3.new(1, 0.470588, 0)
  7745. Game_SpawnSword.TextSize = 26
  7746.  
  7747. Game_SpawnShield.Name = "Game_SpawnShield"
  7748. Game_SpawnShield.Parent = Side3
  7749. Game_SpawnShield.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7750. Game_SpawnShield.BorderColor3 = Color3.new(0, 0, 0)
  7751. Game_SpawnShield.BorderSizePixel = 3
  7752. Game_SpawnShield.Position = UDim2.new(0.736048937, 0, 0.162999988, 0)
  7753. Game_SpawnShield.Size = UDim2.new(0, 135, 0, 50)
  7754. Game_SpawnShield.Font = Enum.Font.SourceSans
  7755. Game_SpawnShield.FontSize = Enum.FontSize.Size28
  7756. Game_SpawnShield.Text = "Spawn Shield"
  7757. Game_SpawnShield.TextColor3 = Color3.new(1, 0.470588, 0)
  7758. Game_SpawnShield.TextSize = 26
  7759.  
  7760. Game_SpawnKeycard.Name = "Game_SpawnKeycard"
  7761. Game_SpawnKeycard.Parent = Side3
  7762. Game_SpawnKeycard.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7763. Game_SpawnKeycard.BorderColor3 = Color3.new(0, 0, 0)
  7764. Game_SpawnKeycard.BorderSizePixel = 3
  7765. Game_SpawnKeycard.Position = UDim2.new(0.736048937, 0, 0.566614449, 0)
  7766. Game_SpawnKeycard.Size = UDim2.new(0, 135, 0, 50)
  7767. Game_SpawnKeycard.Font = Enum.Font.SourceSans
  7768. Game_SpawnKeycard.FontSize = Enum.FontSize.Size28
  7769. Game_SpawnKeycard.Text = "Keycard"
  7770. Game_SpawnKeycard.TextColor3 = Color3.new(1, 0.470588, 0)
  7771. Game_SpawnKeycard.TextSize = 26
  7772.  
  7773. Game_BTools.Name = "Game_BTools"
  7774. Game_BTools.Parent = Side3
  7775. Game_BTools.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7776. Game_BTools.BorderColor3 = Color3.new(0, 0, 0)
  7777. Game_BTools.BorderSizePixel = 3
  7778. Game_BTools.Position = UDim2.new(0.736048937, 0, 0.767417669, 0)
  7779. Game_BTools.Size = UDim2.new(0, 135, 0, 50)
  7780. Game_BTools.Font = Enum.Font.SourceSans
  7781. Game_BTools.FontSize = Enum.FontSize.Size28
  7782. Game_BTools.Text = "BTools"
  7783. Game_BTools.TextColor3 = Color3.new(1, 0.470588, 0)
  7784. Game_BTools.TextSize = 26
  7785.  
  7786. Side5.Name = "Side5"
  7787. Side5.Parent = Motherboard
  7788. Side5.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7789. Side5.BorderSizePixel = 0
  7790. Side5.Position = UDim2.new(0, 0, 0.133000001, 0)
  7791. Side5.Size = UDim2.new(0, 572, 0, 249)
  7792. Side5.Visible = false
  7793.  
  7794. Side5_PlayerTeleportText.Name = "Side5_PlayerTeleportText"
  7795. Side5_PlayerTeleportText.Parent = Side5
  7796. Side5_PlayerTeleportText.BackgroundColor3 = Color3.new(1, 1, 1)
  7797. Side5_PlayerTeleportText.BackgroundTransparency = 1
  7798. Side5_PlayerTeleportText.Position = UDim2.new(0.325174838, 0, -0.0162930116, 0)
  7799. Side5_PlayerTeleportText.Size = UDim2.new(0, 200, 0, 39)
  7800. Side5_PlayerTeleportText.Font = Enum.Font.SciFi
  7801. Side5_PlayerTeleportText.FontSize = Enum.FontSize.Size14
  7802. Side5_PlayerTeleportText.Text = "Player Teleports"
  7803. Side5_PlayerTeleportText.TextColor3 = Color3.new(1, 0.470588, 0)
  7804. Side5_PlayerTeleportText.TextScaled = true
  7805. Side5_PlayerTeleportText.TextSize = 14
  7806. Side5_PlayerTeleportText.TextWrapped = true
  7807.  
  7808. PlayerTP_Input.Name = "PlayerTP_Input"
  7809. PlayerTP_Input.Parent = Side5
  7810. PlayerTP_Input.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7811. PlayerTP_Input.BorderColor3 = Color3.new(0, 0, 0)
  7812. PlayerTP_Input.BorderSizePixel = 3
  7813. PlayerTP_Input.Position = UDim2.new(0.0244755223, 0, 0.140562251, 0)
  7814. PlayerTP_Input.Size = UDim2.new(0, 335, 0, 50)
  7815. PlayerTP_Input.Font = Enum.Font.SourceSans
  7816. PlayerTP_Input.FontSize = Enum.FontSize.Size24
  7817. PlayerTP_Input.Text = "Player"
  7818. PlayerTP_Input.TextColor3 = Color3.new(0.862745, 0.392157, 0)
  7819. PlayerTP_Input.TextSize = 21
  7820.  
  7821. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  7822. PlayerTP_Teleport.Parent = Side5
  7823. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  7824. PlayerTP_Teleport.BorderColor3 = Color3.new(0, 0, 0)
  7825. PlayerTP_Teleport.BorderSizePixel = 3
  7826. PlayerTP_Teleport.Position = UDim2.new(0.626748323, 0, 0.140562236, 0)
  7827. PlayerTP_Teleport.Size = UDim2.new(0, 200, 0, 50)
  7828. PlayerTP_Teleport.Font = Enum.Font.SourceSans
  7829. PlayerTP_Teleport.FontSize = Enum.FontSize.Size14
  7830. PlayerTP_Teleport.Text = "Teleport"
  7831. PlayerTP_Teleport.TextColor3 = Color3.new(1, 0.54902, 0)
  7832. PlayerTP_Teleport.TextSize = 14
  7833.  
  7834. Side4.Name = "Side4"
  7835. Side4.Parent = Motherboard
  7836. Side4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  7837. Side4.BorderSizePixel = 0
  7838. Side4.Position = UDim2.new(0, 0, 0.133000001, 0)
  7839. Side4.Size = UDim2.new(0, 572, 0, 249)
  7840. Side4.Visible = false
  7841.  
  7842. Side4_Game2.Name = "Side4_Game2"
  7843. Side4_Game2.Parent = Side4
  7844. Side4_Game2.BackgroundColor3 = Color3.new(1, 1, 1)
  7845. Side4_Game2.BackgroundTransparency = 1
  7846. Side4_Game2.Position = UDim2.new(0.325174838, 0, -0.0162930116, 0)
  7847. Side4_Game2.Size = UDim2.new(0, 200, 0, 39)
  7848. Side4_Game2.Font = Enum.Font.SciFi
  7849. Side4_Game2.FontSize = Enum.FontSize.Size14
  7850. Side4_Game2.Text = "Game 2"
  7851. Side4_Game2.TextColor3 = Color3.new(1, 0.470588, 0)
  7852. Side4_Game2.TextScaled = true
  7853. Side4_Game2.TextSize = 14
  7854. Side4_Game2.TextWrapped = true
  7855.  
  7856. Extras_RemoveJewelLasers.Name = "Extras_RemoveJewelLasers"
  7857. Extras_RemoveJewelLasers.Parent = Side4
  7858. Extras_RemoveJewelLasers.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7859. Extras_RemoveJewelLasers.BorderColor3 = Color3.new(0, 0, 0)
  7860. Extras_RemoveJewelLasers.BorderSizePixel = 3
  7861. Extras_RemoveJewelLasers.Position = UDim2.new(0.0280069932, 0, 0.363803208, 0)
  7862. Extras_RemoveJewelLasers.Size = UDim2.new(0, 135, 0, 50)
  7863. Extras_RemoveJewelLasers.Font = Enum.Font.SourceSans
  7864. Extras_RemoveJewelLasers.FontSize = Enum.FontSize.Size28
  7865. Extras_RemoveJewelLasers.Text = "No Jewel lasers"
  7866. Extras_RemoveJewelLasers.TextColor3 = Color3.new(1, 0.470588, 0)
  7867. Extras_RemoveJewelLasers.TextSize = 26
  7868.  
  7869. Extras_RemoveVaultDoor.Name = "Extras_RemoveVaultDoor"
  7870. Extras_RemoveVaultDoor.Parent = Side4
  7871. Extras_RemoveVaultDoor.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7872. Extras_RemoveVaultDoor.BorderColor3 = Color3.new(0, 0, 0)
  7873. Extras_RemoveVaultDoor.BorderSizePixel = 3
  7874. Extras_RemoveVaultDoor.Position = UDim2.new(0.0280069932, 0, 0.564606428, 0)
  7875. Extras_RemoveVaultDoor.Size = UDim2.new(0, 135, 0, 50)
  7876. Extras_RemoveVaultDoor.Font = Enum.Font.SourceSans
  7877. Extras_RemoveVaultDoor.FontSize = Enum.FontSize.Size28
  7878. Extras_RemoveVaultDoor.Text = "No bank vault"
  7879. Extras_RemoveVaultDoor.TextColor3 = Color3.new(1, 0.470588, 0)
  7880. Extras_RemoveVaultDoor.TextSize = 26
  7881.  
  7882. Extras_RemoveDoors.Name = "Extras_RemoveDoors"
  7883. Extras_RemoveDoors.Parent = Side4
  7884. Extras_RemoveDoors.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7885. Extras_RemoveDoors.BorderColor3 = Color3.new(0, 0, 0)
  7886. Extras_RemoveDoors.BorderSizePixel = 3
  7887. Extras_RemoveDoors.Position = UDim2.new(0.0280069932, 0, 0.765409648, 0)
  7888. Extras_RemoveDoors.Size = UDim2.new(0, 135, 0, 50)
  7889. Extras_RemoveDoors.Font = Enum.Font.SourceSans
  7890. Extras_RemoveDoors.FontSize = Enum.FontSize.Size28
  7891. Extras_RemoveDoors.Text = "No doors"
  7892. Extras_RemoveDoors.TextColor3 = Color3.new(1, 0.470588, 0)
  7893. Extras_RemoveDoors.TextSize = 26
  7894.  
  7895. Extras_RemoveBankLasers.Name = "Extras_RemoveBankLasers"
  7896. Extras_RemoveBankLasers.Parent = Side4
  7897. Extras_RemoveBankLasers.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7898. Extras_RemoveBankLasers.BorderColor3 = Color3.new(0, 0, 0)
  7899. Extras_RemoveBankLasers.BorderSizePixel = 3
  7900. Extras_RemoveBankLasers.Position = UDim2.new(0.0280000009, 0, 0.163000003, 0)
  7901. Extras_RemoveBankLasers.Size = UDim2.new(0, 135, 0, 50)
  7902. Extras_RemoveBankLasers.Font = Enum.Font.SourceSans
  7903. Extras_RemoveBankLasers.FontSize = Enum.FontSize.Size28
  7904. Extras_RemoveBankLasers.Text = "No Bank lasers"
  7905. Extras_RemoveBankLasers.TextColor3 = Color3.new(1, 0.470588, 0)
  7906. Extras_RemoveBankLasers.TextSize = 26
  7907.  
  7908. Extras_BuildingsNoclip.Name = "Extras_BuildingsNoclip"
  7909. Extras_BuildingsNoclip.Parent = Side4
  7910. Extras_BuildingsNoclip.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7911. Extras_BuildingsNoclip.BorderColor3 = Color3.new(0, 0, 0)
  7912. Extras_BuildingsNoclip.BorderSizePixel = 3
  7913. Extras_BuildingsNoclip.Position = UDim2.new(0.264020979, 0, 0.363803208, 0)
  7914. Extras_BuildingsNoclip.Size = UDim2.new(0, 135, 0, 50)
  7915. Extras_BuildingsNoclip.Font = Enum.Font.SourceSans
  7916. Extras_BuildingsNoclip.FontSize = Enum.FontSize.Size28
  7917. Extras_BuildingsNoclip.Text = "ConstNoclip"
  7918. Extras_BuildingsNoclip.TextColor3 = Color3.new(1, 0.470588, 0)
  7919. Extras_BuildingsNoclip.TextSize = 26
  7920.  
  7921. Extras_RemoveBuildings.Name = "Extras_RemoveBuildings"
  7922. Extras_RemoveBuildings.Parent = Side4
  7923. Extras_RemoveBuildings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7924. Extras_RemoveBuildings.BorderColor3 = Color3.new(0, 0, 0)
  7925. Extras_RemoveBuildings.BorderSizePixel = 3
  7926. Extras_RemoveBuildings.Position = UDim2.new(0.264020979, 0, 0.162999988, 0)
  7927. Extras_RemoveBuildings.Size = UDim2.new(0, 135, 0, 50)
  7928. Extras_RemoveBuildings.Font = Enum.Font.SourceSans
  7929. Extras_RemoveBuildings.FontSize = Enum.FontSize.Size28
  7930. Extras_RemoveBuildings.Text = "No buildings"
  7931. Extras_RemoveBuildings.TextColor3 = Color3.new(1, 0.470588, 0)
  7932. Extras_RemoveBuildings.TextSize = 26
  7933.  
  7934. Extras_AutoRob.Name = "Extras_AutoRob"
  7935. Extras_AutoRob.Parent = Side4
  7936. Extras_AutoRob.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7937. Extras_AutoRob.BorderColor3 = Color3.new(0, 0, 0)
  7938. Extras_AutoRob.BorderSizePixel = 3
  7939. Extras_AutoRob.Position = UDim2.new(0.264020979, 0, 0.564606428, 0)
  7940. Extras_AutoRob.Size = UDim2.new(0, 135, 0, 50)
  7941. Extras_AutoRob.Font = Enum.Font.SourceSans
  7942. Extras_AutoRob.FontSize = Enum.FontSize.Size28
  7943. Extras_AutoRob.Text = "AutoRob v1.0"
  7944. Extras_AutoRob.TextColor3 = Color3.new(1, 0.470588, 0)
  7945. Extras_AutoRob.TextSize = 26
  7946.  
  7947. x.Name = "x"
  7948. x.Parent = Side4
  7949. x.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7950. x.BorderColor3 = Color3.new(0, 0, 0)
  7951. x.BorderSizePixel = 3
  7952. x.Position = UDim2.new(0.264020979, 0, 0.765409648, 0)
  7953. x.Size = UDim2.new(0, 135, 0, 50)
  7954. x.Font = Enum.Font.SourceSans
  7955. x.FontSize = Enum.FontSize.Size28
  7956. x.Text = "x"
  7957. x.TextColor3 = Color3.new(1, 0.470588, 0)
  7958. x.TextSize = 26
  7959.  
  7960. x_2.Name = "x"
  7961. x_2.Parent = Side4
  7962. x_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7963. x_2.BorderColor3 = Color3.new(0, 0, 0)
  7964. x_2.BorderSizePixel = 3
  7965. x_2.Position = UDim2.new(0.500034928, 0, 0.363803208, 0)
  7966. x_2.Size = UDim2.new(0, 135, 0, 50)
  7967. x_2.Font = Enum.Font.SourceSans
  7968. x_2.FontSize = Enum.FontSize.Size28
  7969. x_2.Text = "x"
  7970. x_2.TextColor3 = Color3.new(1, 0.470588, 0)
  7971. x_2.TextSize = 26
  7972.  
  7973. x_3.Name = "x"
  7974. x_3.Parent = Side4
  7975. x_3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7976. x_3.BorderColor3 = Color3.new(0, 0, 0)
  7977. x_3.BorderSizePixel = 3
  7978. x_3.Position = UDim2.new(0.500034928, 0, 0.162999988, 0)
  7979. x_3.Size = UDim2.new(0, 135, 0, 50)
  7980. x_3.Font = Enum.Font.SourceSans
  7981. x_3.FontSize = Enum.FontSize.Size28
  7982. x_3.Text = "x"
  7983. x_3.TextColor3 = Color3.new(1, 0.470588, 0)
  7984. x_3.TextSize = 26
  7985.  
  7986. x_4.Name = "x"
  7987. x_4.Parent = Side4
  7988. x_4.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  7989. x_4.BorderColor3 = Color3.new(0, 0, 0)
  7990. x_4.BorderSizePixel = 3
  7991. x_4.Position = UDim2.new(0.500034928, 0, 0.564606428, 0)
  7992. x_4.Size = UDim2.new(0, 135, 0, 50)
  7993. x_4.Font = Enum.Font.SourceSans
  7994. x_4.FontSize = Enum.FontSize.Size28
  7995. x_4.Text = "x"
  7996. x_4.TextColor3 = Color3.new(1, 0.470588, 0)
  7997. x_4.TextSize = 26
  7998.  
  7999. x_5.Name = "x"
  8000. x_5.Parent = Side4
  8001. x_5.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8002. x_5.BorderColor3 = Color3.new(0, 0, 0)
  8003. x_5.BorderSizePixel = 3
  8004. x_5.Position = UDim2.new(0.500034928, 0, 0.765409648, 0)
  8005. x_5.Size = UDim2.new(0, 135, 0, 50)
  8006. x_5.Font = Enum.Font.SourceSans
  8007. x_5.FontSize = Enum.FontSize.Size28
  8008. x_5.Text = "x"
  8009. x_5.TextColor3 = Color3.new(1, 0.470588, 0)
  8010. x_5.TextSize = 26
  8011.  
  8012. x_6.Name = "x"
  8013. x_6.Parent = Side4
  8014. x_6.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8015. x_6.BorderColor3 = Color3.new(0, 0, 0)
  8016. x_6.BorderSizePixel = 3
  8017. x_6.Position = UDim2.new(0.736048937, 0, 0.361795187, 0)
  8018. x_6.Size = UDim2.new(0, 135, 0, 50)
  8019. x_6.Font = Enum.Font.SourceSans
  8020. x_6.FontSize = Enum.FontSize.Size28
  8021. x_6.Text = "x"
  8022. x_6.TextColor3 = Color3.new(1, 0.470588, 0)
  8023. x_6.TextSize = 26
  8024.  
  8025. x_7.Name = "x"
  8026. x_7.Parent = Side4
  8027. x_7.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8028. x_7.BorderColor3 = Color3.new(0, 0, 0)
  8029. x_7.BorderSizePixel = 3
  8030. x_7.Position = UDim2.new(0.736048937, 0, 0.162999988, 0)
  8031. x_7.Size = UDim2.new(0, 135, 0, 50)
  8032. x_7.Font = Enum.Font.SourceSans
  8033. x_7.FontSize = Enum.FontSize.Size28
  8034. x_7.Text = "x"
  8035. x_7.TextColor3 = Color3.new(1, 0.470588, 0)
  8036. x_7.TextSize = 26
  8037.  
  8038. x_8.Name = "x"
  8039. x_8.Parent = Side4
  8040. x_8.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8041. x_8.BorderColor3 = Color3.new(0, 0, 0)
  8042. x_8.BorderSizePixel = 3
  8043. x_8.Position = UDim2.new(0.736048937, 0, 0.566614449, 0)
  8044. x_8.Size = UDim2.new(0, 135, 0, 50)
  8045. x_8.Font = Enum.Font.SourceSans
  8046. x_8.FontSize = Enum.FontSize.Size28
  8047. x_8.Text = "x"
  8048. x_8.TextColor3 = Color3.new(1, 0.470588, 0)
  8049. x_8.TextSize = 26
  8050.  
  8051. x_9.Name = "x"
  8052. x_9.Parent = Side4
  8053. x_9.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8054. x_9.BorderColor3 = Color3.new(0, 0, 0)
  8055. x_9.BorderSizePixel = 3
  8056. x_9.Position = UDim2.new(0.736048937, 0, 0.767417669, 0)
  8057. x_9.Size = UDim2.new(0, 135, 0, 50)
  8058. x_9.Font = Enum.Font.SourceSans
  8059. x_9.FontSize = Enum.FontSize.Size28
  8060. x_9.Text = "x"
  8061. x_9.TextColor3 = Color3.new(1, 0.470588, 0)
  8062. x_9.TextSize = 26
  8063.  
  8064. NextSide.Name = "NextSide"
  8065. NextSide.Parent = Motherboard
  8066. NextSide.BackgroundColor3 = Color3.new(1, 1, 1)
  8067. NextSide.BackgroundTransparency = 1
  8068. NextSide.Position = UDim2.new(0.819930077, 0, 0.920886099, 0)
  8069. NextSide.Size = UDim2.new(0, 53, 0, 39)
  8070. NextSide.Font = Enum.Font.SourceSans
  8071. NextSide.FontSize = Enum.FontSize.Size14
  8072. NextSide.Text = ">"
  8073. NextSide.TextColor3 = Color3.new(0, 0, 0)
  8074. NextSide.TextScaled = true
  8075. NextSide.TextSize = 14
  8076. NextSide.TextWrapped = true
  8077.  
  8078. PrevSide.Name = "PrevSide"
  8079. PrevSide.Parent = Motherboard
  8080. PrevSide.BackgroundColor3 = Color3.new(1, 1, 1)
  8081. PrevSide.BackgroundTransparency = 1
  8082. PrevSide.Position = UDim2.new(0.0961539, 0, 0.920886099, 0)
  8083. PrevSide.Size = UDim2.new(0, 53, 0, 39)
  8084. PrevSide.Font = Enum.Font.SourceSans
  8085. PrevSide.FontSize = Enum.FontSize.Size14
  8086. PrevSide.Text = "<"
  8087. PrevSide.TextColor3 = Color3.new(0, 0, 0)
  8088. PrevSide.TextScaled = true
  8089. PrevSide.TextSize = 14
  8090. PrevSide.TextWrapped = true
  8091.  
  8092. AutoRob.Name = "AutoRob"
  8093. AutoRob.Parent = Motherboard
  8094. AutoRob.Active = true
  8095. AutoRob.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8096. AutoRob.BorderSizePixel = 0
  8097. AutoRob.Draggable = true
  8098. AutoRob.Position = UDim2.new(1.09651613, 0, 0.248417735, 0)
  8099. AutoRob.Selectable = true
  8100. AutoRob.Size = UDim2.new(0, 335, 0, 158)
  8101.  
  8102. Frame.Parent = AutoRob
  8103. Frame.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  8104. Frame.BorderSizePixel = 0
  8105. Frame.Position = UDim2.new(-0.00123746507, 0, 0.00234405906, 0)
  8106. Frame.Size = UDim2.new(0, 335, 0, 21)
  8107.  
  8108. Frame_2.Parent = AutoRob
  8109. Frame_2.BackgroundColor3 = Color3.new(1, 0.54902, 0)
  8110. Frame_2.BorderSizePixel = 0
  8111. Frame_2.Position = UDim2.new(0.000618732534, 0, 0.86591655, 0)
  8112. Frame_2.Size = UDim2.new(0, 335, 0, 21)
  8113.  
  8114. Frame_3.Parent = AutoRob
  8115. Frame_3.BackgroundColor3 = Color3.new(0.862745, 0.392157, 0)
  8116. Frame_3.BorderSizePixel = 0
  8117. Frame_3.Position = UDim2.new(0.000618732534, 0, 0.135255441, 0)
  8118. Frame_3.Size = UDim2.new(0, 335, 0, 9)
  8119.  
  8120. TextLabel.Parent = AutoRob
  8121. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8122. TextLabel.BackgroundTransparency = 1
  8123. TextLabel.Position = UDim2.new(-0.00123746693, 0, -0.0894280672, 0)
  8124. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  8125. TextLabel.Font = Enum.Font.SciFi
  8126. TextLabel.FontSize = Enum.FontSize.Size14
  8127. TextLabel.Text = "AutoRobber by beans#5490"
  8128. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  8129. TextLabel.TextSize = 14
  8130.  
  8131. AutoRob_Close.Name = "AutoRob_Close"
  8132. AutoRob_Close.Parent = AutoRob
  8133. AutoRob_Close.BackgroundColor3 = Color3.new(1, 1, 1)
  8134. AutoRob_Close.BackgroundTransparency = 1
  8135. AutoRob_Close.Position = UDim2.new(0.939061046, 0, -0.0229723752, 0)
  8136. AutoRob_Close.Size = UDim2.new(0, 20, 0, 25)
  8137. AutoRob_Close.Font = Enum.Font.SourceSans
  8138. AutoRob_Close.FontSize = Enum.FontSize.Size14
  8139. AutoRob_Close.Text = "X"
  8140. AutoRob_Close.TextColor3 = Color3.new(0, 0, 0)
  8141. AutoRob_Close.TextScaled = true
  8142. AutoRob_Close.TextSize = 14
  8143. AutoRob_Close.TextWrapped = true
  8144.  
  8145. AutoRob_On.Name = "AutoRob_On"
  8146. AutoRob_On.Parent = AutoRob
  8147. AutoRob_On.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8148. AutoRob_On.BorderColor3 = Color3.new(0, 0, 0)
  8149. AutoRob_On.BorderSizePixel = 4
  8150. AutoRob_On.Position = UDim2.new(0.0202767905, 0, 0.230192155, 0)
  8151. AutoRob_On.Size = UDim2.new(0, 166, 0, 42)
  8152. AutoRob_On.Font = Enum.Font.SourceSans
  8153. AutoRob_On.FontSize = Enum.FontSize.Size14
  8154. AutoRob_On.Text = "Enable Auto robber"
  8155. AutoRob_On.TextColor3 = Color3.new(1, 0.54902, 0)
  8156. AutoRob_On.TextScaled = true
  8157. AutoRob_On.TextSize = 14
  8158. AutoRob_On.TextWrapped = true
  8159.  
  8160. AutoRob_Off.Name = "AutoRob_Off"
  8161. AutoRob_Off.Parent = AutoRob
  8162. AutoRob_Off.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  8163. AutoRob_Off.BorderColor3 = Color3.new(0, 0, 0)
  8164. AutoRob_Off.BorderSizePixel = 4
  8165. AutoRob_Off.Position = UDim2.new(0.0202767905, 0, 0.559306085, 0)
  8166. AutoRob_Off.Size = UDim2.new(0, 166, 0, 42)
  8167. AutoRob_Off.Font = Enum.Font.SourceSans
  8168. AutoRob_Off.FontSize = Enum.FontSize.Size14
  8169. AutoRob_Off.Text = "Disable Auto robber"
  8170. AutoRob_Off.TextColor3 = Color3.new(0.862745, 0.392157, 0)
  8171. AutoRob_Off.TextScaled = true
  8172. AutoRob_Off.TextSize = 14
  8173. AutoRob_Off.TextWrapped = true
  8174.  
  8175. AutoRob_Status.Name = "AutoRob_Status"
  8176. AutoRob_Status.Parent = AutoRob
  8177. AutoRob_Status.BackgroundColor3 = Color3.new(1, 1, 1)
  8178. AutoRob_Status.BackgroundTransparency = 1
  8179. AutoRob_Status.Position = UDim2.new(0.484455913, 0, 0.379746795, 0)
  8180. AutoRob_Status.Size = UDim2.new(0, 188, 0, 37)
  8181. AutoRob_Status.Font = Enum.Font.SourceSans
  8182. AutoRob_Status.FontSize = Enum.FontSize.Size24
  8183. AutoRob_Status.Text = "AutoRob: Off"
  8184. AutoRob_Status.TextColor3 = Color3.new(1, 0.54902, 0)
  8185. AutoRob_Status.TextSize = 21
  8186. AutoRob_Status.TextWrapped = true
  8187.  
  8188. -- the gui coding, duhh ^ up here is the gui design ^
  8189.  
  8190. Login.Visible = true
  8191. Motherboard.Visible = false
  8192. Open.Visible = false
  8193. Side1.Visible = true
  8194. Side2.Visible = false
  8195. Side3.Visible = false
  8196. Side4.Visible = false
  8197. Side5.Visible = false
  8198.  
  8199. Motherboard.Position = UDim2.new(0.42, -3000,0.2, 0)
  8200. Login.Position = UDim2.new(0.42, -3000,0.2, 0)
  8201.  
  8202. Login:TweenPosition(UDim2.new(0.42, 0,0.2, 0),'Out','Quad',2)
  8203.  
  8204. Login_WhitelistCheck.MouseButton1Down:connect(function()
  8205. --local groupid = game:HttpGet("https://pastebin.com/raw/2MtVvBab", true)
  8206. local localplayer = game:GetService("Players").LocalPlayer
  8207.  
  8208. if not game.PlaceId ~= 606849621 then
  8209. Motherboard.Visible = true
  8210. Login:TweenPosition(UDim2.new(0.42, -3000,0.2, 0),'Out','Quad',2)
  8211. Motherboard:TweenPosition(UDim2.new(0.42, 0,0.2, 0),'Out','Quad',2)
  8212. print("Logged in successfully!")
  8213. else
  8214. game:GetService("CoreGui").JailbreakBasic:Destroy()
  8215. localplayer:Kick("You are not whitelisted!")
  8216. end
  8217. end)
  8218.  
  8219. -- Whitelist routine check v1.1
  8220.  
  8221. function checkWhitelist()
  8222. local groupid = game:HttpGet("https://pastebin.com/raw/2MtVvBab", true)
  8223. local localplayer = game:GetService("Players").LocalPlayer
  8224.  
  8225. if not localplayer:IsInGroup(groupid) then
  8226. print("Leaked by Icey#0010")
  8227. else
  8228. -- Whitelisted players can only get to this point.
  8229. end
  8230. end
  8231.  
  8232. checkWhitelist()
  8233.  
  8234.  
  8235. -- end of whitelist routine check v1.1
  8236.  
  8237. Motherboard_Close.MouseButton1Down:connect(function()
  8238. AutoRob:TweenPosition(UDim2.new(1.062, 0,-10.049, 0),'Out','Quad',2)
  8239. Motherboard:TweenPosition(UDim2.new(0.42, -3000,0.2, 0),'Out','Quad',2)
  8240. wait(2)
  8241. Open.Visible = true
  8242. end)
  8243.  
  8244. Open_Open.MouseButton1Down:connect(function()
  8245. Motherboard:TweenPosition(UDim2.new(0.42, 0,0.2, 0),'Out','Quad',2)
  8246. Open.Visible = false
  8247. end)
  8248.  
  8249. -- sides
  8250.  
  8251. local SideDisplay = Motherboard_DisplaySide
  8252. local Side = 1
  8253.  
  8254. NextSide.MouseButton1Down:connect(function()
  8255. if Side == 1 then
  8256. Side1.Visible = false
  8257. Side2.Visible = true
  8258. Side3.Visible = false
  8259. Side4.Visible = false
  8260. Side5.Visible = false
  8261. Side = 2
  8262. SideDisplay.Text = "2"
  8263. elseif Side == 2 then
  8264. Side1.Visible = false
  8265. Side2.Visible = false
  8266. Side3.Visible = true
  8267. Side4.Visible = false
  8268. Side5.Visible = false
  8269. Side = 3
  8270. SideDisplay.Text = "3"
  8271. elseif Side == 3 then
  8272. Side1.Visible = false
  8273. Side2.Visible = false
  8274. Side3.Visible = false
  8275. Side4.Visible = true
  8276. Side5.Visible = false
  8277. Side = 4
  8278. SideDisplay.Text = "4"
  8279. elseif Side == 4 then
  8280. Side1.Visible = false
  8281. Side2.Visible = false
  8282. Side3.Visible = false
  8283. Side4.Visible = false
  8284. Side5.Visible = true
  8285. Side = 5
  8286. SideDisplay.Text = "5"
  8287. elseif Side == 5 then
  8288. Side1.Visible = true
  8289. Side2.Visible = false
  8290. Side3.Visible = false
  8291. Side4.Visible = false
  8292. Side5.Visible = false
  8293. Side = 1
  8294. SideDisplay.Text = "1"
  8295. end
  8296. end)
  8297.  
  8298. PrevSide.MouseButton1Down:connect(function()
  8299. if Side == 1 then
  8300. Side1.Visible = false
  8301. Side2.Visible = false
  8302. Side3.Visible = false
  8303. Side4.Visible = false
  8304. Side5.Visible = true
  8305. Side = 5
  8306. SideDisplay.Text = "5"
  8307. elseif Side == 2 then
  8308. Side1.Visible = true
  8309. Side2.Visible = false
  8310. Side3.Visible = false
  8311. Side4.Visible = false
  8312. Side5.Visible = false
  8313. Side = 1
  8314. SideDisplay.Text = "1"
  8315. elseif Side == 3 then
  8316. Side1.Visible = false
  8317. Side2.Visible = true
  8318. Side3.Visible = false
  8319. Side4.Visible = false
  8320. Side5.Visible = false
  8321. Side = 2
  8322. SideDisplay.Text = "2"
  8323. elseif Side == 4 then
  8324. Side1.Visible = false
  8325. Side2.Visible = false
  8326. Side3.Visible = true
  8327. Side4.Visible = false
  8328. Side5.Visible = false
  8329. Side = 3
  8330. SideDisplay.Text = "3"
  8331. elseif Side == 5 then
  8332. Side1.Visible = false
  8333. Side2.Visible = false
  8334. Side3.Visible = false
  8335. Side4.Visible = true
  8336. Side5.Visible = false
  8337. Side = 4
  8338. SideDisplay.Text = "4"
  8339. end
  8340. end)
  8341.  
  8342. -- sides end
  8343.  
  8344. Game_InfAmmo.MouseButton1Down:connect(function()
  8345. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  8346. end)
  8347.  
  8348. Game_Keycard.MouseButton1Down:connect(function()
  8349. game:GetService("Players").LocalPlayer.TeamValue.Value = "Police"
  8350. end)
  8351.  
  8352. Game_CarSpeed.MouseButton1Down:connect(function()
  8353. dir = 0
  8354. gs = game.GetService
  8355. gs(game,"RunService").RenderStepped:connect(function()
  8356. for i,v in next,workspace.Vehicles:children() do
  8357. if v.Name ~= "Heli" then
  8358. if v:FindFirstChild("Engine") then
  8359. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  8360. if not bf then
  8361. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  8362. if bf then
  8363. bf = bf:Clone()
  8364. bf.Parent = v.Engine
  8365. bf.Name = "NewForce"
  8366. end
  8367. end
  8368. if bf then
  8369. local fa = 1
  8370. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  8371. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  8372. bf.Force = Vector3.new(cf.X*500000*dir*fa,0,cf.Z*500000*dir*fa)
  8373. end
  8374. end
  8375. end
  8376. end
  8377. end)
  8378. val = {
  8379. {Enum.KeyCode.W,1};
  8380. {Enum.KeyCode.S,-1};
  8381. }
  8382. uis = gs(game,"UserInputService")
  8383. chk = function(k)
  8384. for i,v in next,val do
  8385. if v[1]==k.KeyCode then
  8386. return v[2]
  8387. end
  8388. end
  8389. end
  8390. uis.InputBegan:connect(function(k)
  8391. dir = chk(k) or dir
  8392. end)
  8393. uis.InputEnded:connect(function(k)
  8394. if chk(k) == dir then
  8395. dir = 0
  8396. end
  8397. end)
  8398. end)
  8399.  
  8400. Game_InfHealth.MouseButton1Down:connect(function()
  8401. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  8402. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  8403. l.Parent = game:GetService("Players").LocalPlayer.Character
  8404. l.Name = "Humanoid"
  8405. wait(0.1)
  8406. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  8407. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  8408. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  8409. wait(0.1)
  8410. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  8411. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8412. end)
  8413.  
  8414. Game_SpawnM4A4.MouseButton1Down:connect(function()
  8415. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8416.  
  8417. a = Instance.new("Part", workspace)
  8418. a.Anchored = true
  8419. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8420. a.CanCollide = false
  8421.  
  8422. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8423. if v.Name == "Station" then
  8424. for a, b in pairs(v:GetChildren()) do
  8425. if b:IsA("StringValue") then
  8426. if b.Value == "RifleSWAT" then
  8427. v.CFrame = CFrame.new(hit)
  8428. end
  8429. end
  8430. end
  8431. end
  8432. end
  8433. end)
  8434.  
  8435. Game_SpawnAK47.MouseButton1Down:connect(function()
  8436. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8437.  
  8438. a = Instance.new("Part", workspace)
  8439. a.Anchored = true
  8440. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8441. a.CanCollide = false
  8442.  
  8443. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8444. if v.Name == "ShootingRange" then
  8445. for a, b in pairs(v:GetChildren()) do
  8446. if b:IsA("StringValue") then
  8447. if b.Value == "AK47" then
  8448. v.CFrame = CFrame.new(hit)
  8449. end
  8450. end
  8451. end
  8452. end
  8453. end
  8454. end)
  8455.  
  8456. Game_SpawnShotgun.MouseButton1Down:connect(function()
  8457. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8458.  
  8459. a = Instance.new("Part", workspace)
  8460. a.Anchored = true
  8461. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8462. a.CanCollide = false
  8463.  
  8464. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8465. if v.Name == "Station" then
  8466. for a, b in pairs(v:GetChildren()) do
  8467. if b:IsA("StringValue") then
  8468. if b.Value == "Shotgun" then
  8469. v.CFrame = CFrame.new(hit)
  8470. end
  8471. end
  8472. end
  8473. end
  8474. end
  8475. end)
  8476.  
  8477. Game_SpawnPistol.MouseButton1Down:connect(function()
  8478. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8479.  
  8480. a = Instance.new("Part", workspace)
  8481. a.Anchored = true
  8482. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8483. a.CanCollide = false
  8484.  
  8485. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8486. if v.Name == "Station" then
  8487. for a, b in pairs(v:GetChildren()) do
  8488. if b:IsA("StringValue") then
  8489. if b.Value == "Pistol" then
  8490. v.CFrame = CFrame.new(hit)
  8491. end
  8492. end
  8493. end
  8494. end
  8495. end
  8496. end)
  8497.  
  8498. Game_BTools.MouseButton1Down:connect(function()
  8499. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  8500. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  8501. if child.ClassName == "Part" then
  8502. child.Locked = false
  8503. end
  8504. if child.ClassName == "MeshPart" then
  8505. child.Locked = false
  8506. end
  8507. if child.ClassName == "UnionOperation" then
  8508. child.Locked = false
  8509. end
  8510. if child.ClassName == "Model" then
  8511. for index, chil in pairs(child:GetChildren()) do
  8512. if chil.ClassName == "Part" then
  8513. chil.Locked = false
  8514. end
  8515. if chil.ClassName == "MeshPart" then
  8516. chil.Locked = false
  8517. end
  8518. if chil.ClassName == "UnionOperation" then
  8519. chil.Locked = false
  8520. end
  8521. if chil.ClassName == "Model" then
  8522. for index, childe in pairs(chil:GetChildren()) do
  8523. if childe.ClassName == "Part" then
  8524. childe.Locked = false
  8525. end
  8526. if childe.ClassName == "MeshPart" then
  8527. childe.Locked = false
  8528. end
  8529. if childe.ClassName == "UnionOperation" then
  8530. childe.Locked = false
  8531. end
  8532. if childe.ClassName == "Model" then
  8533. for index, childeo in pairs(childe:GetChildren()) do
  8534. if childeo.ClassName == "Part" then
  8535. childeo.Locked = false
  8536. end
  8537. if childeo.ClassName == "MeshPart" then
  8538. childeo.Locked = false
  8539. end
  8540. if childeo.ClassName == "UnionOperation" then
  8541. childeo.Locked = false
  8542. end
  8543. if childeo.ClassName == "Model" then
  8544. end
  8545. end
  8546. end
  8547. end
  8548. end
  8549. end
  8550. end
  8551. end
  8552. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8553. c.BinType = Enum.BinType.Hammer
  8554. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8555. c.BinType = Enum.BinType.Clone
  8556. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8557. c.BinType = Enum.BinType.Grab
  8558. end)
  8559.  
  8560. Game_SpawnKeycard.MouseButton1Down:connect(function()
  8561. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8562.  
  8563. a = Instance.new("Part", workspace)
  8564. a.Anchored = true
  8565. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8566. a.CanCollide = false
  8567.  
  8568. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8569. if v.Name == "Station" then
  8570. for a, b in pairs(v:GetChildren()) do
  8571. if b:IsA("StringValue") then
  8572. if b.Value == "Key" then
  8573. v.CFrame = CFrame.new(hit)
  8574. end
  8575. end
  8576. end
  8577. end
  8578. end
  8579. end)
  8580.  
  8581. Game_SpawnSword.MouseButton1Down:connect(function()
  8582. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8583.  
  8584. a = Instance.new("Part", workspace)
  8585. a.Anchored = true
  8586. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8587. a.CanCollide = false
  8588.  
  8589. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8590. if v.Name == "Station" then
  8591. for a, b in pairs(v:GetChildren()) do
  8592. if b:IsA("StringValue") then
  8593. if b.Value == "Sword" then
  8594. v.CFrame = CFrame.new(hit)
  8595. end
  8596. end
  8597. end
  8598. end
  8599. end
  8600. end)
  8601.  
  8602. Game_SpawnShield.MouseButton1Down:connect(function()
  8603. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8604.  
  8605. a = Instance.new("Part", workspace)
  8606. a.Anchored = true
  8607. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8608. a.CanCollide = false
  8609.  
  8610. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8611. if v.Name == "Station" then
  8612. for a, b in pairs(v:GetChildren()) do
  8613. if b:IsA("StringValue") then
  8614. if b.Value == "ShieldSWAT" then
  8615. v.CFrame = CFrame.new(hit)
  8616. end
  8617. end
  8618. end
  8619. end
  8620. end
  8621. end)
  8622.  
  8623. -- walkspeed
  8624.  
  8625. Game_Walkspeed.MouseButton1Down:connect(function()
  8626. local walkspeedplayer = game:GetService("Players").LocalPlayer
  8627. local walkspeedmouse = walkspeedplayer:GetMouse()
  8628.  
  8629. local walkspeedenabled = false
  8630.  
  8631. function x_walkspeed(key)
  8632. if (key == "x") then
  8633. if walkspeedenabled == false then
  8634. _G.WS = 200;
  8635. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  8636. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  8637. Humanoid.WalkSpeed = _G.WS;
  8638. end)
  8639. Humanoid.WalkSpeed = _G.WS;
  8640.  
  8641. walkspeedenabled = true
  8642. elseif walkspeedenabled == true then
  8643. _G.WS = 20;
  8644. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  8645. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  8646. Humanoid.WalkSpeed = _G.WS;
  8647. end)
  8648. Humanoid.WalkSpeed = _G.WS;
  8649.  
  8650. walkspeedenabled = false
  8651. end
  8652. end
  8653. end
  8654.  
  8655. walkspeedmouse.KeyDown:connect(x_walkspeed)
  8656.  
  8657. end)
  8658.  
  8659. -- walkspeed end
  8660.  
  8661. -- gravity
  8662.  
  8663. Game_LowGrav.MouseButton1Down:connect(function()
  8664. local lowgravplayer = game:GetService("Players").LocalPlayer
  8665. local lowgravmouse = lowgravplayer:GetMouse()
  8666.  
  8667. local lowgravity = false
  8668.  
  8669. function n_lowgrav(key)
  8670. if (key == "n") then
  8671. if lowgravity == false then
  8672. game:GetService("Workspace").Gravity = 45
  8673.  
  8674. lowgravity = true
  8675. elseif lowgravity == true then
  8676. game:GetService("Workspace").Gravity = 196.2
  8677.  
  8678. lowgravity = false
  8679. end
  8680. end
  8681. end
  8682.  
  8683. lowgravmouse.KeyDown:connect(n_lowgrav)
  8684.  
  8685. end)
  8686.  
  8687. -- gravity end
  8688.  
  8689. -- noclip
  8690.  
  8691. Game_Noclip.MouseButton1Down:connect(function()
  8692. local noclipplayer = game:GetService("Players").LocalPlayer
  8693. local noclipmouse = noclipplayer:GetMouse()
  8694.  
  8695. local donoclip = false
  8696. local noclip = false
  8697.  
  8698. function b_noclip(key)
  8699. if (key == "b") then
  8700. if noclip == false then
  8701. donoclip = true
  8702.  
  8703. noclip = true
  8704. elseif noclip == true then
  8705. donoclip = false
  8706.  
  8707. noclip = false
  8708. end
  8709. end
  8710. end
  8711.  
  8712. noclipmouse.KeyDown:connect(b_noclip)
  8713.  
  8714. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  8715. if obj ~= workspace.Terrain then
  8716. if donoclip == true then
  8717. obj.CanCollide = false
  8718. else
  8719. obj.CanCollide = true
  8720. end
  8721. end
  8722. end)
  8723. end)
  8724.  
  8725. -- noclip end
  8726.  
  8727. Game_InfNitro.MouseButton1Down:connect(function()
  8728. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Nitro:Destroy() -- very laggy
  8729. game:GetService("Players").LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy() -- aslo very laggy lol
  8730. end)
  8731.  
  8732. -- Player teleports
  8733.  
  8734. PlayerTP_Teleport.MouseButton1Down:connect(function()
  8735. local tp_namedplayer = PlayerTP_Input.Text
  8736. local tp_player = game:GetService("Players")[tp_namedplayer]
  8737. local PLR = game:GetService("Players").LocalPlayer
  8738. local p = PlayerTP_Input.Text
  8739.  
  8740. if tp_player then
  8741. for i = 1,20 do
  8742. wait()
  8743. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  8744. end
  8745. end
  8746. end)
  8747.  
  8748. -- end of that
  8749.  
  8750. -- teleports
  8751.  
  8752. Teleports_PrisonYard.MouseButton1Down:connect(function()
  8753. for i=1,32 do
  8754. wait(.01)
  8755. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  8756. end
  8757. end)
  8758.  
  8759. Teleports_PrisonCells.MouseButton1Down:connect(function()
  8760. for i=1,32 do
  8761. wait(.01)
  8762. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1474.2135, -1.0499469, -1760.03662) + Vector3.new(1,0,0)
  8763. end
  8764. end)
  8765.  
  8766. Teleports_PrisonParking.MouseButton1Down:connect(function()
  8767. for i=1,32 do
  8768. wait(.01)
  8769. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.45898, 18.0500565, -1519.88574) + Vector3.new(1,0,0)
  8770. end
  8771. end)
  8772.  
  8773. Teleports_PrisonCanteen.MouseButton1Down:connect(function()
  8774. for i=1,32 do
  8775. wait(.01)
  8776. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1405.33716, 18.1500568, -1836.72607) + Vector3.new(1,0,0)
  8777. end
  8778. end)
  8779.  
  8780. Teleports_PoliceHQ1.MouseButton1Down:connect(function()
  8781. for i=1,32 do
  8782. wait(.01)
  8783. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  8784. end
  8785. end)
  8786.  
  8787. Teleports_PoliceHQ2.MouseButton1Down:connect(function()
  8788. for i=1,32 do
  8789. wait(.01)
  8790. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(738.054688, 38.1523743, 1133.57324) + Vector3.new(1,0,0)
  8791. end
  8792. end)
  8793.  
  8794. Teleports_CriminalsHQ1.MouseButton1Down:connect(function()
  8795. for i=1,32 do
  8796. wait(.01)
  8797. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  8798. end
  8799. end)
  8800.  
  8801. Teleports_CriminalsHQ2.MouseButton1Down:connect(function()
  8802. for i=1,32 do
  8803. wait(.01)
  8804. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  8805. end
  8806. end)
  8807.  
  8808. Teleports_Helipad1.MouseButton1Down:connect(function()
  8809. for i=1,32 do
  8810. wait(.01)
  8811. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  8812. end
  8813. end)
  8814.  
  8815. Teleports_Helipad2.MouseButton1Down:connect(function()
  8816. for i=1,32 do
  8817. wait(.01)
  8818. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0)
  8819. end
  8820. end)
  8821.  
  8822. Teleports_Garage.MouseButton1Down:connect(function()
  8823. for i=1,32 do
  8824. wait(.01)
  8825. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-352.943146, 17.6151314, 1161.29944) + Vector3.new(1,0,0)
  8826. end
  8827. end)
  8828.  
  8829. Teleports_Jewelry.MouseButton1Down:connect(function()
  8830. for i=1,32 do
  8831. wait(.01)
  8832. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  8833. end
  8834. end)
  8835.  
  8836. Teleports_BankVault.MouseButton1Down:connect(function()
  8837. for i=1,32 do
  8838. wait(.01)
  8839. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  8840. end
  8841. end)
  8842.  
  8843. Teleports_Apartment.MouseButton1Down:connect(function()
  8844. for i=1,32 do
  8845. wait(.01)
  8846. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.979826, 17.9176331, 1091.79907) + Vector3.new(1,0,0)
  8847. end
  8848. end)
  8849.  
  8850. Teleports_GasStation.MouseButton1Down:connect(function()
  8851. for i=1,32 do
  8852. wait(.01)
  8853. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  8854. end
  8855. end)
  8856.  
  8857. Teleports_DonutShop.MouseButton1Down:connect(function()
  8858. for i=1,32 do
  8859. wait(.01)
  8860. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  8861. end
  8862. end)
  8863.  
  8864. Teleports_Camaro.MouseButton1Down:connect(function()
  8865. print("lol, camaro")
  8866. for i=1,32 do
  8867. wait(.01)
  8868. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-954.637329, 18.5706158, -1453.25403) + Vector3.new(1,0,0)
  8869. end
  8870. end)
  8871.  
  8872. Teleports_PoliceCamaro.MouseButton1Down:connect(function()
  8873. for i=1,32 do
  8874. wait(.01)
  8875. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.45898, 18.0500565, -1519.88574) + Vector3.new(1,0,0)
  8876. end
  8877. end)
  8878.  
  8879. Teleports_SWATCar.MouseButton1Down:connect(function()
  8880. for i=1,32 do
  8881. wait(.01)
  8882. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1354.98511, 17.9850636, -1535.61816) + Vector3.new(1,0,0)
  8883. end
  8884. end)
  8885.  
  8886. Teleports_PickupTruck.MouseButton1Down:connect(function()
  8887. for i=1,32 do
  8888. wait(.01)
  8889. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1558.00964, 17.7471809, 725.3078) + Vector3.new(1,0,0)
  8890. end
  8891. end)
  8892.  
  8893. Teleports_Model3.MouseButton1Down:connect(function()
  8894. for i=1,32 do
  8895. wait(.01)
  8896. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
  8897. end
  8898. end)
  8899.  
  8900. Teleports_MiniCooper.MouseButton1Down:connect(function()
  8901. for i=1,32 do
  8902. wait(.01)
  8903. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(761.770569, 17.9189262, -1227.94836) + Vector3.new(1,0,0)
  8904. end
  8905. end)
  8906.  
  8907. Teleports_Mustang.MouseButton1Down:connect(function()
  8908. for i=1,32 do
  8909. wait(.01)
  8910. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-98.4087067, 17.6299706, -1723.0249) + Vector3.new(1,0,0)
  8911. end
  8912. end)
  8913.  
  8914. Teleports_DuneBuggy.MouseButton1Down:connect(function()
  8915. for i=1,32 do
  8916. wait(.01)
  8917. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(579.855652, 17.1878471, -458.462708) + Vector3.new(1,0,0)
  8918. end
  8919. end)
  8920.  
  8921. Teleports_Porsche.MouseButton1Down:connect(function()
  8922. for i=1,32 do
  8923. wait(.01)
  8924. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  8925. end
  8926. end)
  8927.  
  8928. Teleports_Lamborghini.MouseButton1Down:connect(function()
  8929. for i=1,32 do
  8930. wait(.01)
  8931. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  8932. end
  8933. end)
  8934.  
  8935. Teleports_Ferrari.MouseButton1Down:connect(function()
  8936. for i=1,32 do
  8937. wait(.01)
  8938. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
  8939. end
  8940. end)
  8941.  
  8942. Teleports_Bugatti.MouseButton1Down:connect(function()
  8943. for i=1,32 do
  8944. wait(.01)
  8945. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(241.109451, 17.6066723, 1362.49316) + Vector3.new(1,0,0)
  8946. end
  8947. end)
  8948.  
  8949. Teleports_MonsterTruck.MouseButton1Down:connect(function()
  8950. for i=1,32 do
  8951. wait(.01)
  8952. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0)
  8953. end
  8954. end)
  8955.  
  8956. Teleports_Dirtbike.MouseButton1Down:connect(function()
  8957. for i=1,32 do
  8958. wait(.01)
  8959. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1315.42126, 17.3656254, 376.42572) + Vector3.new(1,0,0)
  8960. end
  8961. end)
  8962.  
  8963. Teleports_ATV.MouseButton1Down:connect(function()
  8964. for i=1,32 do
  8965. wait(.01)
  8966. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1451.35291, 24.6800842, 206.956131) + Vector3.new(1,0,0)
  8967. end
  8968. end)
  8969.  
  8970. Teleports_McLaren.MouseButton1Down:connect(function()
  8971. print("Uhh, this car is not even released to Jailbreak yet lol.")
  8972. end)
  8973.  
  8974. -- end of teleports
  8975.  
  8976. -- game2
  8977.  
  8978. Extras_RemoveBankLasers.MouseButton1Down:connect(function()
  8979. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  8980. banklasers[1].Lasers:Destroy()
  8981. end)
  8982.  
  8983. Extras_RemoveJewelLasers.MouseButton1Down:connect(function()
  8984. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  8985.  
  8986. for i = 1,4 do
  8987. local xd = jewelry[1].Model.BarbedWire
  8988. xd:Destroy()
  8989. end
  8990. end)
  8991.  
  8992. Extras_RemoveVaultDoor.MouseButton1Down:connect(function()
  8993. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  8994. banklasers[1].Door.Model:Destroy()
  8995. end)
  8996.  
  8997. Extras_RemoveDoors.MouseButton1Down:connect(function()
  8998. print("Not done yet, sorry :(")
  8999. end)
  9000.  
  9001. Extras_RemoveBuildings.MouseButton1Down:connect(function()
  9002. game:GetService("Workspace").Buildings:Destroy()
  9003. end)
  9004.  
  9005. local constnocliptrue = true
  9006.  
  9007. Extras_BuildingsNoclip.MouseButton1Down:connect(function()
  9008. if constnocliptrue == true then
  9009. -- true
  9010.  
  9011. elseif constnocliptrue == false then
  9012. -- false
  9013.  
  9014. end
  9015. end)
  9016. -- end of game2
  9017.  
  9018. -- AutoRob v1.0
  9019. local robBankEnabled = false
  9020.  
  9021. function autoRobber1_0()
  9022. function antiAFK()
  9023. local path = game:GetService("Players").LocalPlayer.Character.Humanoid
  9024.  
  9025. for move = 1,6 do
  9026. wait(.2)
  9027. path:Move(Vector3.new(0, 0, 1), true)
  9028. end
  9029. end
  9030.  
  9031. function robBank()
  9032. for ix = 1,4 do
  9033. for i = 1,12 do
  9034. wait(.01)
  9035. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(29.0955772, 18.1654644, 849.59137) + Vector3.new(1,0,0)
  9036. end
  9037. end
  9038.  
  9039. wait(3)
  9040.  
  9041. for i1 = 1,4 do
  9042. for i2 = 1,32 do
  9043. wait(.01)
  9044. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  9045. end
  9046. wait(0.5)
  9047. end
  9048.  
  9049. wait(46)
  9050.  
  9051. for i3 = 1,4 do
  9052. for i4 = 1,32 do
  9053. wait(.01)
  9054. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(53.0300369, 141.665527, 827.940857) + Vector3.new(1,0,0)
  9055. end
  9056. wait(0.5)
  9057. end
  9058. antiAFK()
  9059. end
  9060.  
  9061. function isBankOpen()
  9062. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  9063. if v.Extra.Light.SurfaceLight.Enabled == true then
  9064. print("Bank is open!")
  9065. robBank()
  9066. else
  9067. print("Bank is closed..")
  9068. end
  9069. end
  9070. end
  9071.  
  9072. while true do
  9073. if robBankEnabled == true then
  9074. wait(1)
  9075. isBankOpen()
  9076. else
  9077. print("AutoRob has been disabled!")
  9078. end
  9079. end
  9080. end
  9081.  
  9082. AutoRob.Position = UDim2.new(1.062, 0,-10.049, 0)
  9083.  
  9084. Extras_AutoRob.MouseButton1Down:connect(function()
  9085. AutoRob:TweenPosition(UDim2.new(1.097, 0,0.248, 0),'Out','Quad',1)
  9086. end)
  9087.  
  9088. AutoRob_On.MouseButton1Down:connect(function()
  9089. AutoRob_Status.Text = "AutoRob: On"
  9090. robBankEnabled = true
  9091. autoRobber1_0()
  9092. end)
  9093.  
  9094. AutoRob_Off.MouseButton1Down:connect(function()
  9095. AutoRob_Status.Text = "AutoRob: Off"
  9096. robBankEnabled = false
  9097. end)
  9098.  
  9099. AutoRob_Close.MouseButton1Down:connect(function()
  9100. AutoRob:TweenPosition(UDim2.new(1.062, 0,-10.049, 0),'Out','Quad',2)
  9101. end)
  9102.  
  9103. -- End of AutoRob v1.0
  9104. --Leaked by Bloxsploiter - Icey#0010
  9105. end)
  9106.  
  9107. Jailbreaker12.MouseButton1Click:connect(function()
  9108. -- Jailbreaker V1.2
  9109. local plr = game:GetService("Players").LocalPlayer
  9110.  
  9111.  
  9112. local TpMethod = 2
  9113.  
  9114.  
  9115.  
  9116. function JailbreakTp(...)
  9117. getfenv()["TpMethod" .. TpMethod](...)
  9118. end
  9119.  
  9120. function TpMethod1(...)
  9121. local char = plr.Character
  9122. local root = char.HumanoidRootPart
  9123. local args = {...}
  9124. for i=0,1,0.05 do
  9125. wait()
  9126. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  9127. end
  9128. end
  9129.  
  9130. function TpMethod2(...)
  9131. local args = {...}
  9132. local char = plr.Character
  9133. local target = Vector3.new(unpack(args,1,3))
  9134. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  9135. dist = math.floor(dist / 100) + 1
  9136. for i=0,dist * 4 do
  9137. wait()
  9138. char:MoveTo(Vector3.new(...))
  9139. end
  9140. if args[#args] == true then
  9141. wait()
  9142. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  9143. end
  9144. end
  9145.  
  9146. function Tween(obj, t, properties)
  9147. local TweenService = game:GetService("TweenService")
  9148. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  9149. local tween = TweenService:Create(obj,tweenInfo,properties)
  9150. tween:Play()
  9151. return tween
  9152. end
  9153. -- Instances:
  9154. local JailBreakerV12 = Instance.new("ScreenGui")
  9155. local Main = Instance.new("Frame")
  9156. local TPS = Instance.new("Frame")
  9157. local gas = Instance.new("TextButton")
  9158. local donut = Instance.new("TextButton")
  9159. local JewOut = Instance.new("TextButton")
  9160. local JewIn = Instance.new("TextButton")
  9161. local BankVault = Instance.new("TextButton")
  9162. local BankFront = Instance.new("TextButton")
  9163. local crim1 = Instance.new("TextButton")
  9164. local crim2 = Instance.new("TextButton")
  9165. local train = Instance.new("TextButton")
  9166. local Gravity = Instance.new("TextButton")
  9167. local Walkspeed = Instance.new("TextButton")
  9168. local autoarrest = Instance.new("TextButton")
  9169. local MuseumTop = Instance.new("TextButton")
  9170. local Museum = Instance.new("TextButton")
  9171. local RemoveALL = Instance.new("TextButton")
  9172. local JB2 = Instance.new("Frame")
  9173. local CarFly = Instance.new("TextButton")
  9174. local CtrlDelete = Instance.new("TextButton")
  9175. local Noclip = Instance.new("TextButton")
  9176. local BTools = Instance.new("TextButton")
  9177. local InfiniteHealth = Instance.new("TextButton")
  9178. local InfiniteNitro = Instance.new("TextButton")
  9179. local InfiniteAmmo = Instance.new("TextButton")
  9180. local Stuff = Instance.new("Frame")
  9181. local Jailbreak2 = Instance.new("TextButton")
  9182. local Teleports = Instance.new("TextButton")
  9183. local Jailbreak3 = Instance.new("TextButton")
  9184. local Design2 = Instance.new("Frame")
  9185. local Exit = Instance.new("TextButton")
  9186. local Name = Instance.new("TextLabel")
  9187. local JB3 = Instance.new("Frame")
  9188. local PlayerTP_Input = Instance.new("TextBox")
  9189. local PlayerTP_Teleport = Instance.new("TextButton")
  9190. local BankAutoRobBtn = Instance.new("TextButton")
  9191. local BankStatus = Instance.new("TextLabel")
  9192. local JewelryStatus = Instance.new("TextLabel")
  9193. local Open = Instance.new("TextButton")
  9194. --Properties:
  9195. JailBreakerV12.Name = "JailBreaker V1.2"
  9196. JailBreakerV12.Parent = game.CoreGui
  9197.  
  9198. Main.Name = "Main"
  9199. Main.Parent = JailBreakerV12
  9200. Main.Active = true
  9201. Main.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  9202. Main.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  9203. Main.Position = UDim2.new(0.400000006, 0, 1.70000005, 0)
  9204. Main.Size = UDim2.new(0, 406, 0, 320)
  9205. Main.Draggable = true
  9206.  
  9207. TPS.Name = "TPS"
  9208. TPS.Parent = Main
  9209. TPS.BackgroundColor3 = Color3.new(1, 1, 0)
  9210. TPS.BackgroundTransparency = 1
  9211. TPS.Position = UDim2.new(0, 0, 0.321875006, 0)
  9212. TPS.Size = UDim2.new(0, 575, 0, 211)
  9213.  
  9214. gas.Name = "gas"
  9215. gas.Parent = TPS
  9216. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  9217. gas.Position = UDim2.new(0.248333335, 0, 0.215721205, 0)
  9218. gas.Size = UDim2.new(0, 120, 0, 30)
  9219. gas.Font = Enum.Font.ArialBold
  9220. gas.Text = "Gas Station"
  9221. gas.TextScaled = true
  9222. gas.TextSize = 14
  9223. gas.TextWrapped = true
  9224.  
  9225. donut.Name = "donut"
  9226. donut.Parent = TPS
  9227. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  9228. donut.Position = UDim2.new(0.248333335, 0, 0.590128779, 0)
  9229. donut.Size = UDim2.new(0, 120, 0, 30)
  9230. donut.Font = Enum.Font.ArialBold
  9231. donut.Text = "Donut Shop"
  9232. donut.TextScaled = true
  9233. donut.TextSize = 14
  9234. donut.TextWrapped = true
  9235.  
  9236. JewOut.Name = "JewOut"
  9237. JewOut.Parent = TPS
  9238. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  9239. JewOut.Position = UDim2.new(0.0116666555, 0, 0.593464613, 0)
  9240. JewOut.Size = UDim2.new(0, 120, 0, 30)
  9241. JewOut.Font = Enum.Font.ArialBold
  9242. JewOut.Text = "Jewelry Top"
  9243. JewOut.TextScaled = true
  9244. JewOut.TextSize = 14
  9245. JewOut.TextWrapped = true
  9246.  
  9247. JewIn.Name = "JewIn"
  9248. JewIn.Parent = TPS
  9249. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  9250. JewIn.Position = UDim2.new(0.0116666853, 0, 0.399151802, 0)
  9251. JewIn.Size = UDim2.new(0, 120, 0, 30)
  9252. JewIn.Font = Enum.Font.ArialBold
  9253. JewIn.Text = "Jewelry Inside"
  9254. JewIn.TextScaled = true
  9255. JewIn.TextSize = 14
  9256. JewIn.TextWrapped = true
  9257.  
  9258. BankVault.Name = "BankVault"
  9259. BankVault.Parent = TPS
  9260. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  9261. BankVault.Position = UDim2.new(0.0116666555, 0, 0.218009472, 0)
  9262. BankVault.Size = UDim2.new(0, 120, 0, 30)
  9263. BankVault.Font = Enum.Font.ArialBold
  9264. BankVault.Text = "BankVault"
  9265. BankVault.TextScaled = true
  9266. BankVault.TextSize = 14
  9267. BankVault.TextWrapped = true
  9268.  
  9269. BankFront.Name = "BankFront"
  9270. BankFront.Parent = TPS
  9271. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  9272. BankFront.Position = UDim2.new(0.0116666667, 0, 0.0284360182, 0)
  9273. BankFront.Size = UDim2.new(0, 120, 0, 30)
  9274. BankFront.Font = Enum.Font.ArialBold
  9275. BankFront.Text = "BankFront"
  9276. BankFront.TextScaled = true
  9277. BankFront.TextSize = 14
  9278. BankFront.TextWrapped = true
  9279.  
  9280. crim1.Name = "crim1"
  9281. crim1.Parent = TPS
  9282. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  9283. crim1.Position = UDim2.new(0.0116666853, 0, 0.791977763, 0)
  9284. crim1.Size = UDim2.new(0, 120, 0, 30)
  9285. crim1.Font = Enum.Font.ArialBold
  9286. crim1.Text = "Criminal Base 1"
  9287. crim1.TextScaled = true
  9288. crim1.TextSize = 14
  9289. crim1.TextWrapped = true
  9290.  
  9291. crim2.Name = "crim2"
  9292. crim2.Parent = TPS
  9293. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  9294. crim2.Position = UDim2.new(0.24833335, 0, 0.0306429788, 0)
  9295. crim2.Size = UDim2.new(0, 120, 0, 30)
  9296. crim2.Font = Enum.Font.ArialBold
  9297. crim2.Text = "Criminal Base 2"
  9298. crim2.TextScaled = true
  9299. crim2.TextSize = 14
  9300. crim2.TextWrapped = true
  9301.  
  9302. train.Name = "train"
  9303. train.Parent = TPS
  9304. train.BackgroundColor3 = Color3.new(1, 0, 0)
  9305. train.Position = UDim2.new(0.24833332, 0, 0.39810428, 0)
  9306. train.Size = UDim2.new(0, 120, 0, 30)
  9307. train.Font = Enum.Font.ArialBold
  9308. train.Text = "Train Spawn"
  9309. train.TextScaled = true
  9310. train.TextSize = 14
  9311. train.TextWrapped = true
  9312.  
  9313. Gravity.Name = "Gravity"
  9314. Gravity.Parent = TPS
  9315. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  9316. Gravity.Position = UDim2.new(0.482666641, 0, 0.591469228, 0)
  9317. Gravity.Size = UDim2.new(0, 120, 0, 30)
  9318. Gravity.Font = Enum.Font.ArialBold
  9319. Gravity.Text = "Gravity"
  9320. Gravity.TextScaled = true
  9321. Gravity.TextSize = 14
  9322. Gravity.TextWrapped = true
  9323.  
  9324. Walkspeed.Name = "Walkspeed"
  9325. Walkspeed.Parent = TPS
  9326. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  9327. Walkspeed.Position = UDim2.new(0.482971013, 0, 0.399052143, 0)
  9328. Walkspeed.Size = UDim2.new(0, 120, 0, 30)
  9329. Walkspeed.Font = Enum.Font.ArialBold
  9330. Walkspeed.Text = "Walkspeed [X]"
  9331. Walkspeed.TextScaled = true
  9332. Walkspeed.TextSize = 14
  9333. Walkspeed.TextWrapped = true
  9334. Walkspeed.MouseButton1Down:connect(function()
  9335. local walkspeedplayer = game:GetService("Players").LocalPlayer
  9336. local walkspeedmouse = walkspeedplayer:GetMouse()
  9337.  
  9338. local walkspeedenabled = false
  9339.  
  9340. function x_walkspeed(key)
  9341. if (key == "x") then
  9342. if walkspeedenabled == false then
  9343. _G.WS = 200;
  9344. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  9345. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  9346. Humanoid.WalkSpeed = _G.WS;
  9347. end)
  9348. Humanoid.WalkSpeed = _G.WS;
  9349.  
  9350. walkspeedenabled = true
  9351. elseif walkspeedenabled == true then
  9352. _G.WS = 20;
  9353. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  9354. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  9355. Humanoid.WalkSpeed = _G.WS;
  9356. end)
  9357. Humanoid.WalkSpeed = _G.WS;
  9358.  
  9359. walkspeedenabled = false
  9360. end
  9361. end
  9362. end
  9363.  
  9364. walkspeedmouse.KeyDown:connect(x_walkspeed)
  9365.  
  9366. end)
  9367. autoarrest.Name = "autoarrest"
  9368. autoarrest.Parent = TPS
  9369. autoarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  9370. autoarrest.Position = UDim2.new(0.48333329, 0, 0.199052066, 0)
  9371. autoarrest.Size = UDim2.new(0, 120, 0, 30)
  9372. autoarrest.Font = Enum.Font.ArialBold
  9373. autoarrest.Text = "Auto Arrest"
  9374. autoarrest.TextScaled = true
  9375. autoarrest.TextSize = 14
  9376. autoarrest.TextWrapped = true
  9377. autoarrest.MouseButton1Down:connect(function()
  9378. local Player = game.Players.LocalPlayer
  9379. wait(0.5)
  9380. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  9381. repeat
  9382. wait()
  9383. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  9384. until v.Team.Name ~= "Criminal"
  9385. end
  9386.  
  9387. end)
  9388. MuseumTop.Name = "MuseumTop"
  9389. MuseumTop.Parent = TPS
  9390. MuseumTop.BackgroundColor3 = Color3.new(1, 0, 0)
  9391. MuseumTop.Position = UDim2.new(0.482971072, 0, 0.0303317457, 0)
  9392. MuseumTop.Size = UDim2.new(0, 120, 0, 30)
  9393. MuseumTop.Font = Enum.Font.ArialBold
  9394. MuseumTop.Text = "Museum Roof"
  9395. MuseumTop.TextScaled = true
  9396. MuseumTop.TextSize = 14
  9397. MuseumTop.TextWrapped = true
  9398. MuseumTop.MouseButton1Down:connect(function()
  9399. for i = 1,45 do
  9400. wait(.08)
  9401. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  9402. end
  9403. end)
  9404. Museum.Name = "Museum"
  9405. Museum.Parent = TPS
  9406. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  9407. Museum.Position = UDim2.new(0.248333335, 0, 0.789180934, 0)
  9408. Museum.Size = UDim2.new(0, 120, 0, 30)
  9409. Museum.Font = Enum.Font.ArialBold
  9410. Museum.Text = "Museum In"
  9411. Museum.TextScaled = true
  9412. Museum.TextSize = 14
  9413. Museum.TextWrapped = true
  9414. Museum.MouseButton1Down:connect(function()
  9415. for i = 1,45 do
  9416. wait(.08)
  9417. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  9418. end
  9419. end)
  9420. RemoveALL.Name = "RemoveALL"
  9421. RemoveALL.Parent = TPS
  9422. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  9423. RemoveALL.Position = UDim2.new(0.483333349, 0, 0.791469157, 0)
  9424. RemoveALL.Size = UDim2.new(0, 120, 0, 30)
  9425. RemoveALL.Font = Enum.Font.ArialBold
  9426. RemoveALL.Text = "Remove ALL"
  9427. RemoveALL.TextScaled = true
  9428. RemoveALL.TextSize = 14
  9429. RemoveALL.TextWrapped = true
  9430. RemoveALL.MouseButton1Down:connect(function()
  9431. game.Workspace.Cells:Remove()
  9432.  
  9433. game.Workspace.Museum.CaseLasers:Remove()
  9434.  
  9435. game.Workspace.Museum.Lights:Remove()
  9436.  
  9437. game.Workspace.Museum.Doors:Remove()
  9438.  
  9439. game.Workspace.EscapeRoutes:Remove()
  9440.  
  9441. for i,v in pairs(workspace.Doors:GetChildren()) do
  9442. v:Destroy()
  9443.  
  9444. end
  9445. end)
  9446.  
  9447. RemoveALL.MouseButton1Down:connect(function()
  9448. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  9449. banklasers[1].Lasers:Destroy()
  9450. end)
  9451.  
  9452. RemoveALL.MouseButton1Down:connect(function()
  9453. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  9454.  
  9455. for i = 1,4 do
  9456. local xd = jewelry[1].Model.BarbedWire
  9457. xd:Destroy()
  9458. end
  9459. end)
  9460.  
  9461. RemoveALL.MouseButton1Down:connect(function()
  9462. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  9463. banklasers[1].Door.Model:Destroy()
  9464. end)
  9465. JB2.Name = "JB2"
  9466. JB2.Parent = Main
  9467. JB2.Active = true
  9468. JB2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  9469. JB2.Position = UDim2.new(0, 0, 0.303124994, 0)
  9470. JB2.Size = UDim2.new(0, 406, 0, 223)
  9471. JB2.Visible = false
  9472.  
  9473. CarFly.Name = "CarFly"
  9474. CarFly.Parent = JB2
  9475. CarFly.BackgroundColor3 = Color3.new(1, 0, 0)
  9476. CarFly.Position = UDim2.new(0.0134848487, 0, 0.351305991, 0)
  9477. CarFly.Size = UDim2.new(0, 120, 0, 30)
  9478. CarFly.Font = Enum.Font.ArialBold
  9479. CarFly.Text = "Broken"
  9480. CarFly.TextScaled = true
  9481. CarFly.TextSize = 14
  9482. CarFly.TextWrapped = true
  9483.  
  9484.  
  9485. CtrlDelete.Name = "CtrlDelete"
  9486. CtrlDelete.Parent = JB2
  9487. CtrlDelete.BackgroundColor3 = Color3.new(1, 0, 0)
  9488. CtrlDelete.Position = UDim2.new(0.684413791, 0, 0.0256950557, 0)
  9489. CtrlDelete.Size = UDim2.new(0, 120, 0, 30)
  9490. CtrlDelete.Font = Enum.Font.ArialBold
  9491. CtrlDelete.Text = "Broken"
  9492. CtrlDelete.TextScaled = true
  9493. CtrlDelete.TextSize = 14
  9494. CtrlDelete.TextWrapped = true
  9495.  
  9496. Noclip.Name = "Noclip"
  9497. Noclip.Parent = JB2
  9498. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  9499. Noclip.Position = UDim2.new(0.011808035, 0, 0.0278536938, 0)
  9500. Noclip.Size = UDim2.new(0, 120, 0, 30)
  9501. Noclip.Font = Enum.Font.ArialBold
  9502. Noclip.Text = "Noclip[B]"
  9503. Noclip.TextScaled = true
  9504. Noclip.TextSize = 14
  9505. Noclip.TextWrapped = true
  9506.  
  9507. BTools.Name = "BTools"
  9508. BTools.Parent = JB2
  9509. BTools.BackgroundColor3 = Color3.new(1, 0, 0)
  9510. BTools.Position = UDim2.new(0.0134630539, 0, 0.189484313, 0)
  9511. BTools.Size = UDim2.new(0, 120, 0, 30)
  9512. BTools.Font = Enum.Font.ArialBold
  9513. BTools.Text = "BTools"
  9514. BTools.TextScaled = true
  9515. BTools.TextSize = 14
  9516. BTools.TextWrapped = true
  9517.  
  9518. InfiniteHealth.Name = "InfiniteHealth"
  9519. InfiniteHealth.Parent = JB2
  9520. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  9521. InfiniteHealth.Position = UDim2.new(0.352975368, 0, 0.348161429, 0)
  9522. InfiniteHealth.Size = UDim2.new(0, 120, 0, 30)
  9523. InfiniteHealth.Font = Enum.Font.ArialBold
  9524. InfiniteHealth.Text = "Infinite Health"
  9525. InfiniteHealth.TextScaled = true
  9526. InfiniteHealth.TextSize = 14
  9527. InfiniteHealth.TextWrapped = true
  9528.  
  9529. InfiniteNitro.Name = "InfiniteNitro"
  9530. InfiniteNitro.Parent = JB2
  9531. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  9532. InfiniteNitro.Position = UDim2.new(0.352214128, 0, 0.186933994, 0)
  9533. InfiniteNitro.Size = UDim2.new(0, 120, 0, 30)
  9534. InfiniteNitro.Font = Enum.Font.ArialBold
  9535. InfiniteNitro.Text = "Infinite Nitro"
  9536. InfiniteNitro.TextScaled = true
  9537. InfiniteNitro.TextSize = 14
  9538. InfiniteNitro.TextWrapped = true
  9539.  
  9540. InfiniteAmmo.Name = "InfiniteAmmo"
  9541. InfiniteAmmo.Parent = JB2
  9542. InfiniteAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  9543. InfiniteAmmo.Position = UDim2.new(0.351287931, 0, 0.0284955502, 0)
  9544. InfiniteAmmo.Size = UDim2.new(0, 120, 0, 30)
  9545. InfiniteAmmo.Font = Enum.Font.ArialBold
  9546. InfiniteAmmo.Text = "Infinite Ammo"
  9547. InfiniteAmmo.TextScaled = true
  9548. InfiniteAmmo.TextSize = 14
  9549. InfiniteAmmo.TextWrapped = true
  9550.  
  9551. Stuff.Name = "Stuff"
  9552. Stuff.Parent = Main
  9553. Stuff.Active = true
  9554. Stuff.BackgroundColor3 = Color3.new(1, 0, 0)
  9555. Stuff.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  9556. Stuff.Position = UDim2.new(0, 0, 0.112499997, 0)
  9557. Stuff.Size = UDim2.new(0, 406, 0, 61)
  9558.  
  9559. Jailbreak2.Name = "Jailbreak 2"
  9560. Jailbreak2.Parent = Stuff
  9561. Jailbreak2.BackgroundColor3 = Color3.new(1, 1, 0)
  9562. Jailbreak2.Position = UDim2.new(0.35221675, 0, 0.245901644, 0)
  9563. Jailbreak2.Size = UDim2.new(0, 120, 0, 30)
  9564. Jailbreak2.Font = Enum.Font.SourceSansBold
  9565. Jailbreak2.Text = "JailBreak 2"
  9566. Jailbreak2.TextScaled = true
  9567. Jailbreak2.TextSize = 14
  9568. Jailbreak2.TextWrapped = true
  9569. Jailbreak2.MouseButton1Down:connect(function()
  9570. TPS.Visible = false
  9571. JB3.Visible = false
  9572. JB2.Visible = true
  9573. end)
  9574. Teleports.Name = "Teleports"
  9575. Teleports.Parent = Stuff
  9576. Teleports.BackgroundColor3 = Color3.new(1, 1, 0)
  9577. Teleports.Position = UDim2.new(0.0172413792, 0, 0.245901644, 0)
  9578. Teleports.Size = UDim2.new(0, 120, 0, 30)
  9579. Teleports.Font = Enum.Font.SourceSansBold
  9580. Teleports.Text = "Jailbreak"
  9581. Teleports.TextScaled = true
  9582. Teleports.TextSize = 14
  9583. Teleports.TextWrapped = true
  9584. Teleports.MouseButton1Down:connect(function()
  9585. TPS.Visible = true
  9586. JB3.Visible = false
  9587. JB2.Visible = false
  9588. end)
  9589. Jailbreak3.Name = "Jailbreak 3"
  9590. Jailbreak3.Parent = Stuff
  9591. Jailbreak3.BackgroundColor3 = Color3.new(1, 1, 0)
  9592. Jailbreak3.Position = UDim2.new(0.68472904, 0, 0.245901644, 0)
  9593. Jailbreak3.Size = UDim2.new(0, 120, 0, 30)
  9594. Jailbreak3.Font = Enum.Font.SourceSansBold
  9595. Jailbreak3.Text = "JailBreak 3"
  9596. Jailbreak3.TextScaled = true
  9597. Jailbreak3.TextSize = 14
  9598. Jailbreak3.TextWrapped = true
  9599. Jailbreak3.MouseButton1Down:connect(function()
  9600. TPS.Visible = false
  9601. JB3.Visible = true
  9602. JB2.Visible = false
  9603. end)
  9604. Design2.Name = "Design2"
  9605. Design2.Parent = Main
  9606. Design2.Active = true
  9607. Design2.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  9608. Design2.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  9609. Design2.Size = UDim2.new(0, 406, 0, 36)
  9610.  
  9611. Exit.Name = "Exit"
  9612. Exit.Parent = Design2
  9613. Exit.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  9614. Exit.BackgroundTransparency = 1
  9615. Exit.BorderColor3 = Color3.new(0.364706, 0, 1)
  9616. Exit.BorderSizePixel = 0
  9617. Exit.Position = UDim2.new(0.918333352, 0, 0.166666672, 0)
  9618. Exit.Size = UDim2.new(0, 38, 0, 25)
  9619. Exit.Font = Enum.Font.SourceSans
  9620. Exit.Text = ""
  9621. Exit.TextColor3 = Color3.new(0, 0, 0)
  9622. Exit.TextScaled = true
  9623. Exit.TextSize = 14
  9624. Exit.TextWrapped = true
  9625.  
  9626. Name.Name = "Name"
  9627. Name.Parent = Design2
  9628. Name.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  9629. Name.Position = UDim2.new(0.0116666667, 0, 0.166666672, 0)
  9630. Name.Size = UDim2.new(0, 233, 0, 25)
  9631. Name.Font = Enum.Font.Cartoon
  9632. Name.Text = "JailBreaker V1.2"
  9633. Name.TextColor3 = Color3.new(0, 0, 0)
  9634. Name.TextScaled = true
  9635. Name.TextSize = 14
  9636. Name.TextWrapped = true
  9637.  
  9638. JB3.Name = "JB3"
  9639. JB3.Parent = Main
  9640. JB3.Active = true
  9641. JB3.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  9642. JB3.Position = UDim2.new(0, 0, 0.303124994, 0)
  9643. JB3.Size = UDim2.new(0, 406, 0, 223)
  9644. JB3.Visible = false
  9645.  
  9646. PlayerTP_Input.Name = "PlayerTP_Input"
  9647. PlayerTP_Input.Parent = JB3
  9648. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  9649. PlayerTP_Input.Position = UDim2.new(0.0172413792, 0, 0.188340813, 0)
  9650. PlayerTP_Input.Size = UDim2.new(0, 391, 0, 50)
  9651. PlayerTP_Input.Font = Enum.Font.ArialBold
  9652. PlayerTP_Input.Text = "Player Name"
  9653. PlayerTP_Input.TextSize = 20
  9654. PlayerTP_Input.TextWrapped = true
  9655.  
  9656. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  9657. PlayerTP_Teleport.Parent = JB3
  9658. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  9659. PlayerTP_Teleport.Position = UDim2.new(0.0172413792, 0, 0.4573991, 0)
  9660. PlayerTP_Teleport.Size = UDim2.new(0, 391, 0, 50)
  9661. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  9662. PlayerTP_Teleport.Text = "Teleport To Player"
  9663. PlayerTP_Teleport.TextScaled = true
  9664. PlayerTP_Teleport.TextSize = 14
  9665. PlayerTP_Teleport.TextWrapped = true
  9666.  
  9667. BankAutoRobBtn.Name = "BankAutoRobBtn"
  9668. BankAutoRobBtn.Parent = JB3
  9669. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  9670. BankAutoRobBtn.Position = UDim2.new(0.0172413792, 0, 0.0269058291, 0)
  9671. BankAutoRobBtn.Size = UDim2.new(0, 391, 0, 30)
  9672. BankAutoRobBtn.Font = Enum.Font.ArialBold
  9673. BankAutoRobBtn.Text = "Bank Auto Rob"
  9674. BankAutoRobBtn.TextScaled = true
  9675. BankAutoRobBtn.TextSize = 14
  9676. BankAutoRobBtn.TextWrapped = true
  9677. BankAutoRobBtn.MouseButton1Click:connect(function()
  9678. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  9679. local Info = Bank.Extra.Sign
  9680. if Info.Decal.Transparency == 0 then
  9681. game:GetService("StarterGui"):SetCore("SendNotification",{
  9682. Title = "Bank is closed!",
  9683. Text = "You need to wait for the bank to open!",
  9684. Duration = 7,
  9685. Button1 = "Dismiss",
  9686. })
  9687. return
  9688. end
  9689. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  9690. local root = plr.Character.HumanoidRootPart
  9691. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  9692.  
  9693. if (bankpos - plrpos).magnitude > 150 then
  9694. local cb = Instance.new"BindableFunction"
  9695.  
  9696. cb.OnInvoke = function(arg)
  9697. if arg == "Teleport" then
  9698. JailbreakTp(10, 18, 784)
  9699. end
  9700. end
  9701.  
  9702. game:GetService("StarterGui"):SetCore("SendNotification",{
  9703. Title = "You are too far!",
  9704. Text = "You need to get closer to the bank (use tp)",
  9705. Duration = 7,
  9706. Button1 = "Dismiss",
  9707. Button2 = "Teleport",
  9708. Callback = cb
  9709. })
  9710. else
  9711. RobTheBank()
  9712. end
  9713. end)
  9714. BankStatus.Name = "BankStatus"
  9715. BankStatus.Parent = JB3
  9716. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  9717. BankStatus.Position = UDim2.new(0.731034517, 0, 0.86007303, 0)
  9718. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  9719. BankStatus.Font = Enum.Font.SourceSans
  9720. BankStatus.Text = "Bank:"
  9721. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  9722. BankStatus.TextSize = 14
  9723.  
  9724. JewelryStatus.Name = "JewelryStatus"
  9725. JewelryStatus.Parent = JB3
  9726. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  9727. JewelryStatus.Position = UDim2.new(0.0174630284, 0, 0.86007303, 0)
  9728. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  9729. JewelryStatus.Font = Enum.Font.SourceSans
  9730. JewelryStatus.Text = "Jewelry:"
  9731. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  9732. JewelryStatus.TextSize = 14
  9733.  
  9734. Open.Name = "Open"
  9735. Open.Parent = JailBreakerV12
  9736. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  9737. Open.Position = UDim2.new(0, 0, 0.75, 0)
  9738. Open.Size = UDim2.new(0, 100, 0, 40)
  9739. Open.Font = Enum.Font.Bodoni
  9740. Open.Text = "Open/Close"
  9741. Open.TextWrapped = true
  9742. Open.TextScaled = true
  9743. local toogle = false
  9744. Open.MouseButton1Down:connect(function()
  9745. if toogle == false then
  9746. Main:TweenPosition(UDim2.new(0.4,0,0.25,0), 'Out', 'Bounce', 1)
  9747. toogle = true
  9748. else
  9749. Main:TweenPosition(UDim2.new(0.4,0,1.7,0), 'Out', 'Bounce', 1)
  9750. toogle = false
  9751. end
  9752. end)
  9753.  
  9754.  
  9755. -- Scripts:
  9756. gas.MouseButton1Down:connect(function()
  9757. for i = 1,45 do
  9758. wait(.08)
  9759. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  9760. end
  9761. end)
  9762.  
  9763. donut.MouseButton1Down:connect(function()
  9764. for i = 1,45 do
  9765. wait(.08)
  9766. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  9767. end
  9768. end)
  9769.  
  9770. JewOut.MouseButton1Down:connect(function()
  9771. for i = 1,45 do
  9772. wait(.08)
  9773. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  9774. end
  9775. end)
  9776.  
  9777. JewIn.MouseButton1Down:connect(function()
  9778. for i = 1,45 do
  9779. wait(.08)
  9780. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  9781. end
  9782. end)
  9783.  
  9784. BankVault.MouseButton1Down:connect(function()
  9785. for i = 1,45 do
  9786. wait(.08)
  9787. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  9788. end
  9789. end)
  9790.  
  9791. BankFront.MouseButton1Down:connect(function()
  9792. for i = 1,45 do
  9793. wait(.08)
  9794. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  9795. end
  9796. end)
  9797.  
  9798. crim1.MouseButton1Down:connect(function()
  9799. for i = 1,45 do
  9800. wait(.08)
  9801. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  9802. end
  9803. end)
  9804.  
  9805. crim2.MouseButton1Down:connect(function()
  9806. for i = 1,45 do
  9807. wait(.08)
  9808. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  9809. end
  9810. end)
  9811.  
  9812. train.MouseButton1Down:connect(function()
  9813. for i = 1,45 do
  9814. wait(.08)
  9815. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  9816. end
  9817. end)
  9818.  
  9819.  
  9820.  
  9821. --- other stuff
  9822.  
  9823. BTools.MouseButton1Down:connect(function()
  9824. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  9825. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  9826. if child.ClassName == "Part" then
  9827. child.Locked = false
  9828. end
  9829. if child.ClassName == "MeshPart" then
  9830. child.Locked = false
  9831. end
  9832. if child.ClassName == "UnionOperation" then
  9833. child.Locked = false
  9834. end
  9835. if child.ClassName == "Model" then
  9836. for index, chil in pairs(child:GetChildren()) do
  9837. if chil.ClassName == "Part" then
  9838. chil.Locked = false
  9839. end
  9840. if chil.ClassName == "MeshPart" then
  9841. chil.Locked = false
  9842. end
  9843. if chil.ClassName == "UnionOperation" then
  9844. chil.Locked = false
  9845. end
  9846. if chil.ClassName == "Model" then
  9847. for index, childe in pairs(chil:GetChildren()) do
  9848. if childe.ClassName == "Part" then
  9849. childe.Locked = false
  9850. end
  9851. if childe.ClassName == "MeshPart" then
  9852. childe.Locked = false
  9853. end
  9854. if childe.ClassName == "UnionOperation" then
  9855. childe.Locked = false
  9856. end
  9857. if childe.ClassName == "Model" then
  9858. for index, childeo in pairs(childe:GetChildren()) do
  9859. if childeo.ClassName == "Part" then
  9860. childeo.Locked = false
  9861. end
  9862. if childeo.ClassName == "MeshPart" then
  9863. childeo.Locked = false
  9864. end
  9865. if childeo.ClassName == "UnionOperation" then
  9866. childeo.Locked = false
  9867. end
  9868. if childeo.ClassName == "Model" then
  9869. end
  9870. end
  9871. end
  9872. end
  9873. end
  9874. end
  9875. end
  9876. end
  9877. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  9878. c.BinType = Enum.BinType.Hammer
  9879. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  9880. c.BinType = Enum.BinType.Clone
  9881. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  9882. c.BinType = Enum.BinType.Grab
  9883. end)
  9884.  
  9885. Gravity.MouseButton1Down:connect(function()
  9886. if Gravity == true then
  9887. Gravity = false
  9888. game.workspace.Gravity = 196.2
  9889. else
  9890. Gravity = true
  9891. game.workspace.Gravity = 45
  9892. end
  9893. end)
  9894.  
  9895. InfiniteAmmo.MouseButton1Down:connect(function()
  9896. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  9897. end)
  9898.  
  9899. InfiniteHealth.MouseButton1Down:connect(function()
  9900. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  9901. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  9902. l.Parent = game:GetService("Players").LocalPlayer.Character
  9903. l.Name = "Humanoid"
  9904. wait(0.1)
  9905. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  9906. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  9907. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  9908. wait(0.1)
  9909. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  9910. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  9911. end)
  9912.  
  9913. InfiniteNitro.MouseButton1Down:connect(function()
  9914. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  9915. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  9916. end)
  9917.  
  9918. Noclip.MouseButton1Down:connect(function()
  9919. local noclipplayer = game:GetService("Players").LocalPlayer
  9920. local noclipmouse = noclipplayer:GetMouse()
  9921.  
  9922. local donoclip = false
  9923. local noclip = false
  9924.  
  9925. function b_noclip(key)
  9926. if (key == "b") then
  9927. if noclip == false then
  9928. donoclip = true
  9929.  
  9930. noclip = true
  9931. elseif noclip == true then
  9932. donoclip = false
  9933.  
  9934. noclip = false
  9935. end
  9936. end
  9937. end
  9938.  
  9939. noclipmouse.KeyDown:connect(b_noclip)
  9940.  
  9941. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  9942. if obj ~= workspace.Terrain then
  9943. if donoclip == true then
  9944. obj.CanCollide = false
  9945. else
  9946. obj.CanCollide = true
  9947. end
  9948. end
  9949. end)
  9950. end)
  9951.  
  9952.  
  9953.  
  9954. -- player tp
  9955. PlayerTP_Teleport.MouseButton1Down:connect(function()
  9956. local tp_namedplayer = PlayerTP_Input.Text
  9957. local tp_player = game:GetService("Players")[tp_namedplayer]
  9958. local PLR = game:GetService("Players").LocalPlayer
  9959. local p = PlayerTP_Input.Text
  9960.  
  9961. if tp_player then
  9962. for i = 1,45 do
  9963. wait(.08)
  9964. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  9965. end
  9966. end
  9967. end)
  9968.  
  9969.  
  9970. --AutoRob stuff--
  9971. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  9972. local BankAutoRob = {
  9973. {
  9974. Pos = {51, 18.06, 856.5},
  9975. Yield = 2,
  9976. Status = "Starting the robbery"
  9977. },
  9978. {
  9979. Pos = {29.71, 0.73, 815.25},
  9980. Yield = 15,
  9981. Status = "Opening the vault"
  9982. },
  9983. {
  9984. Pos = {18.37, 0.7659, 822.25},
  9985. Yield = DuffelBag and 50 or 40,
  9986. Status = "Collecting $$$"
  9987. },
  9988. {
  9989. Pos = {10, 18, 784},
  9990. Status = "Finishing the robbery"
  9991. }
  9992. }
  9993.  
  9994. local function Tp(...)
  9995. local char = plr.Character
  9996. for i=1,2 do
  9997. wait()
  9998. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  9999. end
  10000. end
  10001.  
  10002. function RobTheBank()
  10003. for _,v in pairs(BankAutoRob) do
  10004. Tp(unpack(v.Pos))
  10005. wait(v.Yield)
  10006. end
  10007. end
  10008.  
  10009. --Bank notification--
  10010. pcall(function()
  10011. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  10012. local Info = Bank.Extra.Sign.Decal
  10013. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  10014. if Info.Transparency ~= 0 then
  10015. BankStatus.Text = "Bank:Open"
  10016. BankStatus.TextColor3 = Color3.new(0,1,0)
  10017. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  10018. local cb = Instance.new("BindableFunction")
  10019. cb.OnInvoke = function(arg)
  10020. if arg == "Teleport" then
  10021. JailbreakTp(10, 18, 784)
  10022. elseif arg == "AutoRob" then
  10023. RobTheBank()
  10024. end
  10025. end
  10026. game:GetService("StarterGui"):SetCore("SendNotification",{
  10027. Title = "Bank is ready!",
  10028. Text = "Bank is ready!",
  10029. Duration = 15,
  10030. Button1 = "Dismiss",
  10031. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  10032. Callback = cb
  10033. })
  10034. else
  10035. BankStatus.Text = "Bank:Closed"
  10036. BankStatus.TextColor3 = Color3.new(1,0,0)
  10037. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  10038. end
  10039. end)
  10040. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  10041. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10042. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10043. end)
  10044. --Jewelry notification--
  10045. pcall(function()
  10046. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  10047. local Info = Jewelry.Extra.Sign.Decal
  10048. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  10049. if Info.Transparency ~= 0 then
  10050. JewelryStatus.Text = "Jewelry:Open"
  10051. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  10052. BankStatus.TextColor3 = Color3.new(0,1,0)
  10053. local cb = Instance.new("BindableFunction")
  10054. cb.OnInvoke = function(arg)
  10055. if arg == "Teleport" then
  10056. JailbreakTp(142, 18, 1365)
  10057. end
  10058. end
  10059. game:GetService("StarterGui"):SetCore("SendNotification",{
  10060. Title = "Jewelry is ready!",
  10061. Text = "Jewelry is ready!",
  10062. Duration = 15,
  10063. Button1 = "Dismiss",
  10064. Button2 = "Teleport",
  10065. Callback = cb
  10066. })
  10067. else
  10068. JewelryStatus.Text = "Jewelry:Closed"
  10069. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  10070. end
  10071. end)
  10072. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  10073. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10074. end)
  10075. end)
  10076.  
  10077.  
  10078. WS.MouseButton1Click:connect(function()
  10079. local walkspeedplayer = game:GetService("Players").LocalPlayer
  10080. local walkspeedmouse = walkspeedplayer:GetMouse()
  10081.  
  10082. local walkspeedenabled = false
  10083.  
  10084. function x_walkspeed(key)
  10085. if (key == "x") then
  10086. if walkspeedenabled == false then
  10087. _G.WS = 200;
  10088. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  10089. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  10090. Humanoid.WalkSpeed = _G.WS;
  10091. end)
  10092. Humanoid.WalkSpeed = _G.WS;
  10093.  
  10094. walkspeedenabled = true
  10095. elseif walkspeedenabled == true then
  10096. _G.WS = 20;
  10097. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  10098. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  10099. Humanoid.WalkSpeed = _G.WS;
  10100. end)
  10101. Humanoid.WalkSpeed = _G.WS;
  10102.  
  10103. walkspeedenabled = false
  10104. end
  10105. end
  10106. end
  10107.  
  10108. walkspeedmouse.KeyDown:connect(x_walkspeed)
  10109.  
  10110. end)
  10111.  
  10112. Btools.MouseButton1Click:connect(function()
  10113. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  10114. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  10115. if child.ClassName == "Part" then
  10116. child.Locked = false
  10117. end
  10118. if child.ClassName == "MeshPart" then
  10119. child.Locked = false
  10120. end
  10121. if child.ClassName == "UnionOperation" then
  10122. child.Locked = false
  10123. end
  10124. if child.ClassName == "Model" then
  10125. for index, chil in pairs(child:GetChildren()) do
  10126. if chil.ClassName == "Part" then
  10127. chil.Locked = false
  10128. end
  10129. if chil.ClassName == "MeshPart" then
  10130. chil.Locked = false
  10131. end
  10132. if chil.ClassName == "UnionOperation" then
  10133. chil.Locked = false
  10134. end
  10135. if chil.ClassName == "Model" then
  10136. for index, childe in pairs(chil:GetChildren()) do
  10137. if childe.ClassName == "Part" then
  10138. childe.Locked = false
  10139. end
  10140. if childe.ClassName == "MeshPart" then
  10141. childe.Locked = false
  10142. end
  10143. if childe.ClassName == "UnionOperation" then
  10144. childe.Locked = false
  10145. end
  10146. if childe.ClassName == "Model" then
  10147. for index, childeo in pairs(childe:GetChildren()) do
  10148. if childeo.ClassName == "Part" then
  10149. childeo.Locked = false
  10150. end
  10151. if childeo.ClassName == "MeshPart" then
  10152. childeo.Locked = false
  10153. end
  10154. if childeo.ClassName == "UnionOperation" then
  10155. childeo.Locked = false
  10156. end
  10157. if childeo.ClassName == "Model" then
  10158. end
  10159. end
  10160. end
  10161. end
  10162. end
  10163. end
  10164. end
  10165. end
  10166. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  10167. c.BinType = Enum.BinType.Hammer
  10168. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  10169. c.BinType = Enum.BinType.Clone
  10170. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  10171. c.BinType = Enum.BinType.Grab
  10172. end)
  10173.  
  10174. Gravity.MouseButton1Down:connect(function()
  10175. if Gravity == true then
  10176. Gravity = false
  10177. game.workspace.Gravity = 196.2
  10178. else
  10179. Gravity = true
  10180. game.workspace.Gravity = 45
  10181. end
  10182. end)
Add Comment
Please, Sign In to add comment