FreeExploitsHere

Untitled

Feb 25th, 2019
18,321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 466.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local ScrollingFrame = Instance.new("ScrollingFrame")
  9. local AUTOROB = Instance.new("TextButton")
  10. local JailBReaker = Instance.new("TextButton")
  11. local JailFix = Instance.new("TextButton")
  12. local JailFuck = Instance.new("TextButton")
  13. local JailbreakGUI = Instance.new("TextButton")
  14. local JailTrail = Instance.new("TextButton")
  15. local Jailbreakbroken = Instance.new("TextButton")
  16. local JailBailer = Instance.new("TextButton")
  17. local JailBreakTP = Instance.new("TextButton")
  18. local JailBreakNOTI = Instance.new("TextButton")
  19. local Corruption = Instance.new("TextButton")
  20. local Jailbreakcool = Instance.new("TextButton")
  21. local Jailbreako = Instance.new("TextButton")
  22. local TextLabel_2 = Instance.new("TextLabel")
  23. local TextLabel_3 = Instance.new("TextLabel")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local Close = Instance.new("TextButton")
  26. local OpenFrame = Instance.new("Frame")
  27. local Open = Instance.new("TextButton")
  28. --Properties:
  29. ScreenGui.Name = "ScreenGui"
  30. ScreenGui.Parent = game.CoreGui
  31.  
  32. Main.Name = "Main"
  33. Main.Parent = ScreenGui
  34. Main.Active = true
  35. Main.BackgroundColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  36. Main.BorderColor3 = Color3.new(0.215686, 0.215686, 0.215686)
  37. Main.Position = UDim2.new(0.164435938, 0, 0.160933658, 0)
  38. Main.Size = UDim2.new(0, 739, 0, 455)
  39. Main.Visible = false
  40. Main.Draggable = true
  41.  
  42. TextLabel.Parent = Main
  43. TextLabel.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  44. TextLabel.BorderSizePixel = 0
  45. TextLabel.Size = UDim2.new(0, 738, 0, 63)
  46. TextLabel.Font = Enum.Font.Cartoon
  47. TextLabel.Text = "JailBreak Fucker"
  48. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  49. TextLabel.TextScaled = true
  50. TextLabel.TextSize = 14
  51. TextLabel.TextWrapped = true
  52.  
  53. ImageLabel.Parent = Main
  54. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  55. ImageLabel.BorderSizePixel = 0
  56. ImageLabel.Position = UDim2.new(0.588077605, 0, 0.138461545, 0)
  57. ImageLabel.Size = UDim2.new(0, 303, 0, 391)
  58. ImageLabel.Image = "rbxassetid://2727690808"
  59.  
  60. ScrollingFrame.Parent = Main
  61. ScrollingFrame.BackgroundColor3 = Color3.new(0.254902, 0.878431, 1)
  62. ScrollingFrame.BackgroundTransparency = 1
  63. ScrollingFrame.BorderColor3 = Color3.new(0.109804, 0.207843, 0.121569)
  64. ScrollingFrame.BorderSizePixel = 0
  65. ScrollingFrame.Position = UDim2.new(0, 0, 0.143508002, 0)
  66. ScrollingFrame.Size = UDim2.new(0, 270, 0, 389)
  67.  
  68. AUTOROB.Name = "AUTOROB"
  69. AUTOROB.Parent = ScrollingFrame
  70. AUTOROB.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  71. AUTOROB.Position = UDim2.new(0.10883075, 0, 0.00439560227, 0)
  72. AUTOROB.Size = UDim2.new(0, 200, 0, 50)
  73. AUTOROB.Font = Enum.Font.Cartoon
  74. AUTOROB.Text = "Auto Rob GUI"
  75. AUTOROB.TextColor3 = Color3.new(0, 0, 0)
  76. AUTOROB.TextScaled = true
  77. AUTOROB.TextSize = 14
  78. AUTOROB.TextWrapped = true
  79. AUTOROB.MouseButton1Down:connect(function()
  80. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  81. end)
  82.  
  83. JailBReaker.Name = "JailBReaker"
  84. JailBReaker.Parent = ScrollingFrame
  85. JailBReaker.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  86. JailBReaker.Position = UDim2.new(0.105127044, 0, 0.134065941, 0)
  87. JailBReaker.Size = UDim2.new(0, 200, 0, 50)
  88. JailBReaker.Font = Enum.Font.Cartoon
  89. JailBReaker.Text = "JailBreaker"
  90. JailBReaker.TextColor3 = Color3.new(0, 0, 0)
  91. JailBReaker.TextScaled = true
  92. JailBReaker.TextSize = 14
  93. JailBReaker.TextWrapped = true
  94. JailBReaker.MouseButton1Down:connect(function()
  95. -- Jailbreaker V4.2
  96. local plr = game:GetService("Players").LocalPlayer
  97.  
  98.  
  99. local TpMethod = 2
  100.  
  101.  
  102.  
  103. function JailbreakTp(...)
  104. getfenv()["TpMethod" .. TpMethod](...)
  105. end
  106.  
  107. function TpMethod1(...)
  108. local char = plr.Character
  109. local root = char.HumanoidRootPart
  110. local args = {...}
  111. for i=0,1,0.05 do
  112. wait()
  113. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  114. end
  115. end
  116.  
  117. function TpMethod2(...)
  118. local args = {...}
  119. local char = plr.Character
  120. local target = Vector3.new(unpack(args,1,3))
  121. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  122. dist = math.floor(dist / 100) + 1
  123. for i=0,dist * 4 do
  124. wait()
  125. char:MoveTo(Vector3.new(...))
  126. end
  127. if args[#args] == true then
  128. wait()
  129. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  130. end
  131. end
  132.  
  133. function Tween(obj, t, properties)
  134. local TweenService = game:GetService("TweenService")
  135. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  136. local tween = TweenService:Create(obj,tweenInfo,properties)
  137. tween:Play()
  138. return tween
  139. end
  140. -- Instances:
  141. local JailbreakerV42 = Instance.new("ScreenGui")
  142. local Main = Instance.new("Frame")
  143. local Teleports = Instance.new("TextButton")
  144. local AutoRob = Instance.new("TextButton")
  145. local TPS = Instance.new("Frame")
  146. local BankFront = Instance.new("TextButton")
  147. local BankVault = Instance.new("TextButton")
  148. local JewIn = Instance.new("TextButton")
  149. local JewOut = Instance.new("TextButton")
  150. local donut = Instance.new("TextButton")
  151. local gas = Instance.new("TextButton")
  152. local CrimBase1 = Instance.new("TextButton")
  153. local Crimbase2 = Instance.new("TextButton")
  154. local TrainSpawn = Instance.new("TextButton")
  155. local PoliceBase = Instance.new("TextButton")
  156. local Museum = Instance.new("TextButton")
  157. local MuseumRoof = Instance.new("TextButton")
  158. local AK47 = Instance.new("TextButton")
  159. local AutoArrest = Instance.new("TextButton")
  160. local Btools = Instance.new("TextButton")
  161. local Gravity = Instance.new("TextButton")
  162. local Infinitenitro = Instance.new("TextButton")
  163. local M4A4 = Instance.new("TextButton")
  164. local NoClipB = Instance.new("TextButton")
  165. local Pistol = Instance.new("TextButton")
  166. local RemoveBuildings = Instance.new("TextButton")
  167. local Removeall = Instance.new("TextButton")
  168. local SHOTGUN = Instance.new("TextButton")
  169. local WalkSpeed = Instance.new("TextButton")
  170. local AutoROB = Instance.new("Frame")
  171. local BankAutoRobBtn = Instance.new("TextButton")
  172. local JewelryStatus = Instance.new("TextLabel")
  173. local BankStatus = Instance.new("TextLabel")
  174. local Lol = Instance.new("TextLabel")
  175. local Close = Instance.new("TextButton")
  176. local PLTP = Instance.new("Frame")
  177. local PlayerTP_Input = Instance.new("TextBox")
  178. local PlayerTP_Teleport = Instance.new("TextButton")
  179. local PlayerTeleport = Instance.new("TextButton")
  180. local Open = Instance.new("TextButton")
  181. --Properties:
  182. JailbreakerV42.Name = "Jailbreaker V4.2"
  183. JailbreakerV42.Parent = game.CoreGui
  184.  
  185. Main.Name = "Main"
  186. Main.Parent = JailbreakerV42
  187. Main.Active = true
  188. Main.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  189. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  190. Main.Size = UDim2.new(0, 550, 0, 300)
  191. Main.Draggable = true
  192.  
  193. Teleports.Name = "Teleports"
  194. Teleports.Parent = Main
  195. Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
  196. Teleports.Position = UDim2.new(0, 0, 0.0500000007, 0)
  197. Teleports.Size = UDim2.new(0, 120, 0, 30)
  198. Teleports.Font = Enum.Font.Cartoon
  199. Teleports.Text = "Teleports"
  200. Teleports.TextColor3 = Color3.new(0, 0, 0)
  201. Teleports.TextScaled = true
  202. Teleports.TextSize = 14
  203. Teleports.TextWrapped = true
  204. Teleports.MouseButton1Down:connect(function()
  205. TPS.Visible = true
  206. PLTP.Visible = false
  207. AutoROB.Visible = false
  208. end)
  209. AutoRob.Name = "Auto Rob"
  210. AutoRob.Parent = Main
  211. AutoRob.BackgroundColor3 = Color3.new(1, 0, 0)
  212. AutoRob.Position = UDim2.new(0.75, 0, 0.0500000007, 0)
  213. AutoRob.Size = UDim2.new(0, 120, 0, 30)
  214. AutoRob.Font = Enum.Font.Cartoon
  215. AutoRob.Text = "Auto Rob"
  216. AutoRob.TextColor3 = Color3.new(0, 0, 0)
  217. AutoRob.TextScaled = true
  218. AutoRob.TextSize = 14
  219. AutoRob.TextWrapped = true
  220. AutoRob.MouseButton1Down:connect(function()
  221. TPS.Visible = false
  222. PLTP.Visible = false
  223. AutoROB.Visible = true
  224. end)
  225. TPS.Name = "TPS"
  226. TPS.Parent = Main
  227. TPS.BackgroundColor3 = Color3.new(1, 1, 1)
  228. TPS.BackgroundTransparency = 1
  229. TPS.Position = UDim2.new(0, 0, 0.170000002, 0)
  230. TPS.Size = UDim2.new(0, 500, 0, 249)
  231. TPS.Visible = true
  232.  
  233. BankFront.Name = "BankFront"
  234. BankFront.Parent = TPS
  235. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  236. BankFront.Position = UDim2.new(0.00999999978, 0, 0.0450000018, 0)
  237. BankFront.Size = UDim2.new(0, 120, 0, 30)
  238. BankFront.Font = Enum.Font.Cartoon
  239. BankFront.Text = "BankFront"
  240. BankFront.TextScaled = true
  241. BankFront.TextSize = 14
  242. BankFront.TextWrapped = true
  243. BankFront.MouseButton1Down:connect(function()
  244. for i = 1,45 do
  245. wait(.08)
  246. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  247. end
  248. end)
  249. BankVault.Name = "BankVault"
  250. BankVault.Parent = TPS
  251. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  252. BankVault.Position = UDim2.new(0.280000001, 0, 0.0450000018, 0)
  253. BankVault.Size = UDim2.new(0, 120, 0, 30)
  254. BankVault.Font = Enum.Font.Cartoon
  255. BankVault.Text = "BankVault"
  256. BankVault.TextScaled = true
  257. BankVault.TextSize = 14
  258. BankVault.TextWrapped = true
  259. BankVault.MouseButton1Down:connect(function()
  260. for i = 1,45 do
  261. wait(.08)
  262. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  263. end
  264. end)
  265. JewIn.Name = "JewIn"
  266. JewIn.Parent = TPS
  267. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  268. JewIn.Position = UDim2.new(0.00999999978, 0, 0.200000003, 0)
  269. JewIn.Size = UDim2.new(0, 120, 0, 30)
  270. JewIn.Font = Enum.Font.Cartoon
  271. JewIn.Text = "Jewelry Inside"
  272. JewIn.TextScaled = true
  273. JewIn.TextSize = 14
  274. JewIn.TextWrapped = true
  275. JewIn.MouseButton1Down:connect(function()
  276. for i = 1,45 do
  277. wait(.08)
  278. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  279. end
  280. end)
  281. JewOut.Name = "JewOut"
  282. JewOut.Parent = TPS
  283. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  284. JewOut.Position = UDim2.new(0.280000001, 0, 0.200000003, 0)
  285. JewOut.Size = UDim2.new(0, 120, 0, 30)
  286. JewOut.Font = Enum.Font.Cartoon
  287. JewOut.Text = "Jewelry Top"
  288. JewOut.TextScaled = true
  289. JewOut.TextSize = 14
  290. JewOut.TextWrapped = true
  291. JewOut.MouseButton1Down:connect(function()
  292. for i = 1,45 do
  293. wait(.08)
  294. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  295. end
  296. end)
  297. donut.Name = "donut"
  298. donut.Parent = TPS
  299. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  300. donut.Position = UDim2.new(0.280000001, 0, 0.349999994, 0)
  301. donut.Size = UDim2.new(0, 120, 0, 30)
  302. donut.Font = Enum.Font.Cartoon
  303. donut.Text = "Donut Shop"
  304. donut.TextScaled = true
  305. donut.TextSize = 14
  306. donut.TextWrapped = true
  307. donut.MouseButton1Down:connect(function()
  308. for i = 1,45 do
  309. wait(.08)
  310. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  311. end
  312. end)
  313. gas.Name = "gas"
  314. gas.Parent = TPS
  315. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  316. gas.Position = UDim2.new(0.00999999978, 0, 0.349999994, 0)
  317. gas.Size = UDim2.new(0, 120, 0, 30)
  318. gas.Font = Enum.Font.Cartoon
  319. gas.Text = "Gas Station"
  320. gas.TextScaled = true
  321. gas.TextSize = 14
  322. gas.TextWrapped = true
  323. gas.MouseButton1Down:connect(function()
  324. for i = 1,45 do
  325. wait(.08)
  326. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  327. end
  328. end)
  329. CrimBase1.Name = "CrimBase1"
  330. CrimBase1.Parent = TPS
  331. CrimBase1.BackgroundColor3 = Color3.new(1, 0, 0)
  332. CrimBase1.Position = UDim2.new(0.00999999978, 0, 0.5, 0)
  333. CrimBase1.Size = UDim2.new(0, 120, 0, 30)
  334. CrimBase1.Font = Enum.Font.Cartoon
  335. CrimBase1.Text = "CrimBase1"
  336. CrimBase1.TextScaled = true
  337. CrimBase1.TextSize = 14
  338. CrimBase1.TextWrapped = true
  339. CrimBase1.MouseButton1Down:connect(function()
  340. for i = 1,45 do
  341. wait(.08)
  342. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  343. end
  344. end)
  345. Crimbase2.Name = "Crimbase2"
  346. Crimbase2.Parent = TPS
  347. Crimbase2.BackgroundColor3 = Color3.new(1, 0, 0)
  348. Crimbase2.Position = UDim2.new(0.280000001, 0, 0.5, 0)
  349. Crimbase2.Size = UDim2.new(0, 120, 0, 30)
  350. Crimbase2.Font = Enum.Font.Cartoon
  351. Crimbase2.Text = "CrimBase2"
  352. Crimbase2.TextScaled = true
  353. Crimbase2.TextSize = 14
  354. Crimbase2.TextWrapped = true
  355. Crimbase2.MouseButton1Down:connect(function()
  356. for i = 1,45 do
  357. wait(.08)
  358. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  359. end
  360. end)
  361. TrainSpawn.Name = "TrainSpawn"
  362. TrainSpawn.Parent = TPS
  363. TrainSpawn.BackgroundColor3 = Color3.new(1, 0, 0)
  364. TrainSpawn.Position = UDim2.new(0.00999999978, 0, 0.649999976, 0)
  365. TrainSpawn.Size = UDim2.new(0, 120, 0, 30)
  366. TrainSpawn.Font = Enum.Font.Cartoon
  367. TrainSpawn.Text = "TrainSpawn"
  368. TrainSpawn.TextScaled = true
  369. TrainSpawn.TextSize = 14
  370. TrainSpawn.TextWrapped = true
  371. TrainSpawn.MouseButton1Down:connect(function()
  372. for i = 1,45 do
  373. wait(.08)
  374. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  375. end
  376. end)
  377. PoliceBase.Name = "PoliceBase"
  378. PoliceBase.Parent = TPS
  379. PoliceBase.BackgroundColor3 = Color3.new(1, 0, 0)
  380. PoliceBase.Position = UDim2.new(0.280000001, 0, 0.649999976, 0)
  381. PoliceBase.Size = UDim2.new(0, 120, 0, 30)
  382. PoliceBase.Font = Enum.Font.Cartoon
  383. PoliceBase.Text = "PoliceBase"
  384. PoliceBase.TextScaled = true
  385. PoliceBase.TextSize = 14
  386. PoliceBase.TextWrapped = true
  387. PoliceBase.MouseButton1Down:connect(function()
  388. for i = 1,45 do
  389. wait(.08)
  390. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912)
  391. end
  392. end)
  393. Museum.Name = "Museum"
  394. Museum.Parent = TPS
  395. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  396. Museum.Position = UDim2.new(0.00999999978, 0, 0.800000012, 0)
  397. Museum.Size = UDim2.new(0, 120, 0, 30)
  398. Museum.Font = Enum.Font.Cartoon
  399. Museum.Text = "Museum "
  400. Museum.TextScaled = true
  401. Museum.TextSize = 14
  402. Museum.TextWrapped = true
  403. Museum.MouseButton1Down:connect(function()
  404. for i = 1,45 do
  405. wait(.08)
  406. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  407. end
  408. end)
  409. MuseumRoof.Name = "Museum Roof"
  410. MuseumRoof.Parent = TPS
  411. MuseumRoof.BackgroundColor3 = Color3.new(1, 0, 0)
  412. MuseumRoof.Position = UDim2.new(0.280000001, 0, 0.800000012, 0)
  413. MuseumRoof.Size = UDim2.new(0, 120, 0, 30)
  414. MuseumRoof.Font = Enum.Font.Cartoon
  415. MuseumRoof.Text = "Museum Roof"
  416. MuseumRoof.TextScaled = true
  417. MuseumRoof.TextSize = 14
  418. MuseumRoof.TextWrapped = true
  419. MuseumRoof.MouseButton1Down:connect(function()
  420. for i = 1,45 do
  421. wait(.08)
  422. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  423. end
  424. end)
  425. AK47.Name = "AK47"
  426. AK47.Parent = TPS
  427. AK47.BackgroundColor3 = Color3.new(1, 0, 0)
  428. AK47.Position = UDim2.new(0.825999975, 0, 0.0422770977, 0)
  429. AK47.Size = UDim2.new(0, 120, 0, 30)
  430. AK47.Font = Enum.Font.Cartoon
  431. AK47.Text = "AK47"
  432. AK47.TextScaled = true
  433. AK47.TextSize = 14
  434. AK47.TextWrapped = true
  435. AK47.MouseButton1Down:connect(function()
  436. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  437.  
  438. a = Instance.new("Part", workspace)
  439. a.Anchored = true
  440. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  441. a.CanCollide = false
  442.  
  443. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  444. if v.Name == "ShootingRange" then
  445. for a, b in pairs(v:GetChildren()) do
  446. if b:IsA("StringValue") then
  447. if b.Value == "AK47" then
  448. v.CFrame = CFrame.new(hit)
  449. end
  450. end
  451. end
  452. end
  453. end
  454. end)
  455. AutoArrest.Name = "Auto Arrest"
  456. AutoArrest.Parent = TPS
  457. AutoArrest.BackgroundColor3 = Color3.new(1, 0, 0)
  458. AutoArrest.Position = UDim2.new(0.548999965, 0, 0.651425719, 0)
  459. AutoArrest.Size = UDim2.new(0, 120, 0, 30)
  460. AutoArrest.Font = Enum.Font.Cartoon
  461. AutoArrest.Text = "Auto Arrest"
  462. AutoArrest.TextScaled = true
  463. AutoArrest.TextSize = 14
  464. AutoArrest.TextWrapped = true
  465. AutoArrest.MouseButton1Down:connect(function()
  466. local Player = game.Players.LocalPlayer
  467. wait(0.5)
  468. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  469. repeat
  470. wait()
  471. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  472. until v.Team.Name ~= "Criminal"
  473. end
  474.  
  475. end)
  476. Btools.Name = "Btools"
  477. Btools.Parent = TPS
  478. Btools.BackgroundColor3 = Color3.new(1, 0, 0)
  479. Btools.Position = UDim2.new(0.825999975, 0, 0.347498, 0)
  480. Btools.Size = UDim2.new(0, 120, 0, 30)
  481. Btools.Font = Enum.Font.Cartoon
  482. Btools.Text = "Btools"
  483. Btools.TextScaled = true
  484. Btools.TextSize = 14
  485. Btools.TextWrapped = true
  486. Btools.MouseButton1Down:connect(function()
  487. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  488. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  489. if child.ClassName == "Part" then
  490. child.Locked = false
  491. end
  492. if child.ClassName == "MeshPart" then
  493. child.Locked = false
  494. end
  495. if child.ClassName == "UnionOperation" then
  496. child.Locked = false
  497. end
  498. if child.ClassName == "Model" then
  499. for index, chil in pairs(child:GetChildren()) do
  500. if chil.ClassName == "Part" then
  501. chil.Locked = false
  502. end
  503. if chil.ClassName == "MeshPart" then
  504. chil.Locked = false
  505. end
  506. if chil.ClassName == "UnionOperation" then
  507. chil.Locked = false
  508. end
  509. if chil.ClassName == "Model" then
  510. for index, childe in pairs(chil:GetChildren()) do
  511. if childe.ClassName == "Part" then
  512. childe.Locked = false
  513. end
  514. if childe.ClassName == "MeshPart" then
  515. childe.Locked = false
  516. end
  517. if childe.ClassName == "UnionOperation" then
  518. childe.Locked = false
  519. end
  520. if childe.ClassName == "Model" then
  521. for index, childeo in pairs(childe:GetChildren()) do
  522. if childeo.ClassName == "Part" then
  523. childeo.Locked = false
  524. end
  525. if childeo.ClassName == "MeshPart" then
  526. childeo.Locked = false
  527. end
  528. if childeo.ClassName == "UnionOperation" then
  529. childeo.Locked = false
  530. end
  531. if childeo.ClassName == "Model" then
  532. end
  533. end
  534. end
  535. end
  536. end
  537. end
  538. end
  539. end
  540. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  541. c.BinType = Enum.BinType.Hammer
  542. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  543. c.BinType = Enum.BinType.Clone
  544. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  545. c.BinType = Enum.BinType.Grab
  546. end)
  547. Gravity.Name = "Gravity"
  548. Gravity.Parent = TPS
  549. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  550. Gravity.Position = UDim2.new(0.549000025, 0, 0.0450000167, 0)
  551. Gravity.Size = UDim2.new(0, 120, 0, 30)
  552. Gravity.Font = Enum.Font.Cartoon
  553. Gravity.Text = "Gravity"
  554. Gravity.TextScaled = true
  555. Gravity.TextSize = 14
  556. Gravity.TextWrapped = true
  557. Gravity.MouseButton1Down:connect(function()
  558. if Gravity == true then
  559. Gravity = false
  560. game.workspace.Gravity = 196.2
  561. else
  562. Gravity = true
  563. game.workspace.Gravity = 45
  564. end
  565. end)
  566. Infinitenitro.Name = "Infinitenitro"
  567. Infinitenitro.Parent = TPS
  568. Infinitenitro.BackgroundColor3 = Color3.new(1, 0, 0)
  569. Infinitenitro.Position = UDim2.new(0.549999952, 0, 0.347498, 0)
  570. Infinitenitro.Size = UDim2.new(0, 120, 0, 30)
  571. Infinitenitro.Font = Enum.Font.Cartoon
  572. Infinitenitro.Text = "Infinite Nitro"
  573. Infinitenitro.TextScaled = true
  574. Infinitenitro.TextSize = 14
  575. Infinitenitro.TextWrapped = true
  576. Infinitenitro.MouseButton1Down:connect(function()
  577. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  578. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  579. end)
  580. M4A4.Name = "M4A4"
  581. M4A4.Parent = TPS
  582. M4A4.BackgroundColor3 = Color3.new(1, 0, 0)
  583. M4A4.Position = UDim2.new(0.826999903, 0, 0.651425719, 0)
  584. M4A4.Size = UDim2.new(0, 120, 0, 30)
  585. M4A4.Font = Enum.Font.Cartoon
  586. M4A4.Text = "M4A4"
  587. M4A4.TextScaled = true
  588. M4A4.TextSize = 14
  589. M4A4.TextWrapped = true
  590. M4A4.MouseButton1Down:connect(function()
  591. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  592.  
  593. a = Instance.new("Part", workspace)
  594. a.Anchored = true
  595. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  596. a.CanCollide = false
  597.  
  598. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  599. if v.Name == "Station" then
  600. for a, b in pairs(v:GetChildren()) do
  601. if b:IsA("StringValue") then
  602. if b.Value == "RifleSWAT" then
  603. v.CFrame = CFrame.new(hit)
  604. end
  605. end
  606. end
  607. end
  608. end
  609. end)
  610. NoClipB.Name = "NoClip[B]"
  611. NoClipB.Parent = TPS
  612. NoClipB.BackgroundColor3 = Color3.new(1, 0, 0)
  613. NoClipB.Position = UDim2.new(0.550000012, 0, 0.500831306, 0)
  614. NoClipB.Size = UDim2.new(0, 120, 0, 30)
  615. NoClipB.Font = Enum.Font.Cartoon
  616. NoClipB.Text = "NoClip[B]"
  617. NoClipB.TextScaled = true
  618. NoClipB.TextSize = 14
  619. NoClipB.TextWrapped = true
  620. NoClipB.MouseButton1Down:connect(function()
  621. local noclipplayer = game:GetService("Players").LocalPlayer
  622. local noclipmouse = noclipplayer:GetMouse()
  623.  
  624. local donoclip = false
  625. local noclip = false
  626.  
  627. function b_noclip(key)
  628. if (key == "b") then
  629. if noclip == false then
  630. donoclip = true
  631.  
  632. noclip = true
  633. elseif noclip == true then
  634. donoclip = false
  635.  
  636. noclip = false
  637. end
  638. end
  639. end
  640.  
  641. noclipmouse.KeyDown:connect(b_noclip)
  642.  
  643. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  644. if obj ~= workspace.Terrain then
  645. if donoclip == true then
  646. obj.CanCollide = false
  647. else
  648. obj.CanCollide = true
  649. end
  650. end
  651. end)
  652. end)
  653. Pistol.Name = "Pistol"
  654. Pistol.Parent = TPS
  655. Pistol.BackgroundColor3 = Color3.new(1, 0, 0)
  656. Pistol.Position = UDim2.new(0.826000035, 0, 0.798020065, 0)
  657. Pistol.Size = UDim2.new(0, 120, 0, 30)
  658. Pistol.Font = Enum.Font.Cartoon
  659. Pistol.Text = "Pistol"
  660. Pistol.TextScaled = true
  661. Pistol.TextSize = 14
  662. Pistol.TextWrapped = true
  663. Pistol.MouseButton1Down:connect(function()
  664. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  665.  
  666. a = Instance.new("Part", workspace)
  667. a.Anchored = true
  668. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  669. a.CanCollide = false
  670.  
  671. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  672. if v.Name == "Station" then
  673. for a, b in pairs(v:GetChildren()) do
  674. if b:IsA("StringValue") then
  675. if b.Value == "Pistol" then
  676. v.CFrame = CFrame.new(hit)
  677. end
  678. end
  679. end
  680. end
  681. end
  682. end)
  683. RemoveBuildings.Name = "RemoveBuildings"
  684. RemoveBuildings.Parent = TPS
  685. RemoveBuildings.BackgroundColor3 = Color3.new(1, 0, 0)
  686. RemoveBuildings.Position = UDim2.new(0.826499999, 0, 0.199626505, 0)
  687. RemoveBuildings.Size = UDim2.new(0, 120, 0, 30)
  688. RemoveBuildings.Font = Enum.Font.Cartoon
  689. RemoveBuildings.Text = "Remove Buildings"
  690. RemoveBuildings.TextScaled = true
  691. RemoveBuildings.TextSize = 14
  692. RemoveBuildings.TextWrapped = true
  693. RemoveBuildings.MouseButton1Down:connect(function()
  694. game:GetService("Workspace").Buildings:Destroy()
  695. end)
  696. Removeall.Name = "Removeall"
  697. Removeall.Parent = TPS
  698. Removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  699. Removeall.Position = UDim2.new(0.549000025, 0, 0.20162648, 0)
  700. Removeall.Size = UDim2.new(0, 120, 0, 30)
  701. Removeall.Font = Enum.Font.Cartoon
  702. Removeall.Text = "RemoveAll"
  703. Removeall.TextScaled = true
  704. Removeall.TextSize = 14
  705. Removeall.TextWrapped = true
  706. Removeall.MouseButton1Down:connect(function()
  707. game.Workspace.Cells:Remove()
  708.  
  709. game.Workspace.Museum.CaseLasers:Remove()
  710.  
  711. game.Workspace.Museum.Lights:Remove()
  712.  
  713. game.Workspace.Museum.Doors:Remove()
  714.  
  715. game.Workspace.EscapeRoutes:Remove()
  716.  
  717. for i,v in pairs(workspace.Doors:GetChildren()) do
  718. v:Destroy()
  719.  
  720. end
  721. end)
  722.  
  723. Removeall.MouseButton1Down:connect(function()
  724. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  725. banklasers[1].Lasers:Destroy()
  726. end)
  727.  
  728. Removeall.MouseButton1Down:connect(function()
  729. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  730.  
  731. for i = 1,4 do
  732. local xd = jewelry[1].Model.BarbedWire
  733. xd:Destroy()
  734. end
  735. end)
  736.  
  737. Removeall.MouseButton1Down:connect(function()
  738. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  739. banklasers[1].Door.Model:Destroy()
  740. end)
  741. SHOTGUN.Name = "SHOTGUN"
  742. SHOTGUN.Parent = TPS
  743. SHOTGUN.BackgroundColor3 = Color3.new(1, 0, 0)
  744. SHOTGUN.Position = UDim2.new(0.825999975, 0, 0.500108421, 0)
  745. SHOTGUN.Size = UDim2.new(0, 120, 0, 30)
  746. SHOTGUN.Font = Enum.Font.Cartoon
  747. SHOTGUN.Text = "SHOTGUN"
  748. SHOTGUN.TextScaled = true
  749. SHOTGUN.TextSize = 14
  750. SHOTGUN.TextWrapped = true
  751. SHOTGUN.MouseButton1Down:connect(function()
  752. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  753.  
  754. a = Instance.new("Part", workspace)
  755. a.Anchored = true
  756. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  757. a.CanCollide = false
  758.  
  759. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  760. if v.Name == "Station" then
  761. for a, b in pairs(v:GetChildren()) do
  762. if b:IsA("StringValue") then
  763. if b.Value == "Shotgun" then
  764. v.CFrame = CFrame.new(hit)
  765. end
  766. end
  767. end
  768. end
  769. end
  770. end)
  771. WalkSpeed.Name = "WalkSpeed"
  772. WalkSpeed.Parent = TPS
  773. WalkSpeed.BackgroundColor3 = Color3.new(1, 0, 0)
  774. WalkSpeed.Position = UDim2.new(0.548999965, 0, 0.800020099, 0)
  775. WalkSpeed.Size = UDim2.new(0, 120, 0, 30)
  776. WalkSpeed.Font = Enum.Font.Cartoon
  777. WalkSpeed.Text = "WalkSpeed[X]"
  778. WalkSpeed.TextScaled = true
  779. WalkSpeed.TextSize = 14
  780. WalkSpeed.TextWrapped = true
  781. WalkSpeed.MouseButton1Down:connect(function()
  782. local walkspeedplayer = game:GetService("Players").LocalPlayer
  783. local walkspeedmouse = walkspeedplayer:GetMouse()
  784.  
  785. local walkspeedenabled = false
  786.  
  787. function x_walkspeed(key)
  788. if (key == "x") then
  789. if walkspeedenabled == false then
  790. _G.WS = 200;
  791. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  792. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  793. Humanoid.WalkSpeed = _G.WS;
  794. end)
  795. Humanoid.WalkSpeed = _G.WS;
  796.  
  797. walkspeedenabled = true
  798. elseif walkspeedenabled == true then
  799. _G.WS = 20;
  800. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  801. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  802. Humanoid.WalkSpeed = _G.WS;
  803. end)
  804. Humanoid.WalkSpeed = _G.WS;
  805.  
  806. walkspeedenabled = false
  807. end
  808. end
  809. end
  810.  
  811. walkspeedmouse.KeyDown:connect(x_walkspeed)
  812.  
  813. end)
  814. AutoROB.Name = "AutoROB"
  815. AutoROB.Parent = Main
  816. AutoROB.BackgroundColor3 = Color3.new(1, 1, 0)
  817. AutoROB.BackgroundTransparency = 1
  818. AutoROB.Position = UDim2.new(0, 0, 0.186666667, 0)
  819. AutoROB.Size = UDim2.new(0, 550, 0, 244)
  820. AutoROB.Visible = false
  821.  
  822. BankAutoRobBtn.Name = "BankAutoRobBtn"
  823. BankAutoRobBtn.Parent = AutoROB
  824. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  825. BankAutoRobBtn.Position = UDim2.new(0.0145454546, 0, 0.0491803288, 0)
  826. BankAutoRobBtn.Size = UDim2.new(0, 525, 0, 30)
  827. BankAutoRobBtn.Font = Enum.Font.ArialBold
  828. BankAutoRobBtn.Text = "Bank Auto Rob"
  829. BankAutoRobBtn.TextScaled = true
  830. BankAutoRobBtn.TextSize = 14
  831. BankAutoRobBtn.TextWrapped = true
  832. BankAutoRobBtn.MouseButton1Click:connect(function()
  833. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  834. local Info = Bank.Extra.Sign
  835. if Info.Decal.Transparency == 0 then
  836. game:GetService("StarterGui"):SetCore("SendNotification",{
  837. Title = "Bank is closed!",
  838. Text = "You need to wait for the bank to open!",
  839. Duration = 7,
  840. Button1 = "Dismiss",
  841. })
  842. return
  843. end
  844. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  845. local root = plr.Character.HumanoidRootPart
  846. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  847.  
  848. if (bankpos - plrpos).magnitude > 150 then
  849. local cb = Instance.new"BindableFunction"
  850.  
  851. cb.OnInvoke = function(arg)
  852. if arg == "Teleport" then
  853. JailbreakTp(10, 18, 784)
  854. end
  855. end
  856.  
  857. game:GetService("StarterGui"):SetCore("SendNotification",{
  858. Title = "You are too far!",
  859. Text = "You need to get closer to the bank (use tp)",
  860. Duration = 7,
  861. Button1 = "Dismiss",
  862. Button2 = "Teleport",
  863. Callback = cb
  864. })
  865. else
  866. RobTheBank()
  867. end
  868. end)
  869. JewelryStatus.Name = "JewelryStatus"
  870. JewelryStatus.Parent = AutoROB
  871. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  872. JewelryStatus.Position = UDim2.new(0.0149999997, 0, 0.86007303, 0)
  873. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  874. JewelryStatus.Font = Enum.Font.SourceSans
  875. JewelryStatus.Text = "Jewelry:"
  876. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  877. JewelryStatus.TextSize = 14
  878.  
  879. BankStatus.Name = "BankStatus"
  880. BankStatus.Parent = AutoROB
  881. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  882. BankStatus.Position = UDim2.new(0.300000012, 0, 0.86007303, 0)
  883. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  884. BankStatus.Font = Enum.Font.SourceSans
  885. BankStatus.Text = "Bank:"
  886. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  887. BankStatus.TextSize = 14
  888.  
  889. Lol.Name = "Lol"
  890. Lol.Parent = Main
  891. Lol.Active = true
  892. Lol.BackgroundColor3 = Color3.new(1, 0, 0)
  893. Lol.Position = UDim2.new(0, 0, -0.193333328, 0)
  894. Lol.Size = UDim2.new(0, 500, 0, 50)
  895. Lol.Font = Enum.Font.Antique
  896. Lol.Text = "Jailbreaker V4.2"
  897. Lol.TextColor3 = Color3.new(0, 0, 0)
  898. Lol.TextScaled = true
  899. Lol.TextSize = 14
  900. Lol.TextWrapped = true
  901.  
  902. Close.Name = "Close"
  903. Close.Parent = Main
  904. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  905. Close.Position = UDim2.new(0.90109092, 0, -0.193333328, 0)
  906. Close.Size = UDim2.new(0, 54, 0, 50)
  907. Close.Font = Enum.Font.Cartoon
  908. Close.Text = "X"
  909. Close.TextColor3 = Color3.new(0, 0, 0)
  910. Close.TextScaled = true
  911. Close.TextSize = 14
  912. Close.TextWrapped = true
  913. Close.MouseButton1Down:connect(function()
  914. Open.Visible = true
  915. Main.Visible = false
  916. end)
  917. PLTP.Name = "PLTP"
  918. PLTP.Parent = Main
  919. PLTP.Active = true
  920. PLTP.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  921. PLTP.Position = UDim2.new(0, 0, 0.176666662, 0)
  922. PLTP.Size = UDim2.new(0, 550, 0, 247)
  923. PLTP.Visible = false
  924.  
  925. PlayerTP_Input.Name = "PlayerTP_Input"
  926. PlayerTP_Input.Parent = PLTP
  927. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  928. PlayerTP_Input.Position = UDim2.new(0.0945454538, 0, 0.125506073, 0)
  929. PlayerTP_Input.Size = UDim2.new(0, 427, 0, 50)
  930. PlayerTP_Input.Font = Enum.Font.ArialBold
  931. PlayerTP_Input.Text = "Player Name"
  932. PlayerTP_Input.TextSize = 20
  933. PlayerTP_Input.TextWrapped = true
  934.  
  935. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  936. PlayerTP_Teleport.Parent = PLTP
  937. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  938. PlayerTP_Teleport.Position = UDim2.new(0.0945454538, 0, 0.429149806, 0)
  939. PlayerTP_Teleport.Size = UDim2.new(0, 427, 0, 50)
  940. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  941. PlayerTP_Teleport.Text = "Teleport To Player"
  942. PlayerTP_Teleport.TextScaled = true
  943. PlayerTP_Teleport.TextSize = 14
  944. PlayerTP_Teleport.TextWrapped = true
  945.  
  946. PlayerTeleport.Name = "PlayerTeleport"
  947. PlayerTeleport.Parent = Main
  948. PlayerTeleport.BackgroundColor3 = Color3.new(1, 0, 0)
  949. PlayerTeleport.Position = UDim2.new(0.379999995, 0, 0.0500000007, 0)
  950. PlayerTeleport.Size = UDim2.new(0, 120, 0, 30)
  951. PlayerTeleport.Font = Enum.Font.Cartoon
  952. PlayerTeleport.Text = "Player TP"
  953. PlayerTeleport.TextColor3 = Color3.new(0, 0, 0)
  954. PlayerTeleport.TextScaled = true
  955. PlayerTeleport.TextSize = 14
  956. PlayerTeleport.TextWrapped = true
  957. PlayerTeleport.MouseButton1Down:connect(function()
  958. TPS.Visible = false
  959. PLTP.Visible = true
  960. AutoROB.Visible = false
  961. end)
  962. Open.Name = "Open"
  963. Open.Parent = JailbreakerV42
  964. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  965. Open.BorderColor3 = Color3.new(1, 0, 0)
  966. Open.BorderSizePixel = 2
  967. Open.Position = UDim2.new(0.5, 0, 0, 0)
  968. Open.Size = UDim2.new(0, 100, 0, 30)
  969. Open.Visible = false
  970. Open.Font = Enum.Font.Cartoon
  971. Open.Text = "Open"
  972. Open.TextScaled = true
  973. Open.TextSize = 14
  974. Open.TextWrapped = true
  975. Open.MouseButton1Down:connect(function()
  976. Open.Visible = false
  977. Main.Visible = true
  978. end)
  979. -- Scripts:
  980. --AutoRob stuff--
  981. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  982. local BankAutoRob = {
  983. {
  984. Pos = {51, 18.06, 856.5},
  985. Yield = 2,
  986. Status = "Starting the robbery"
  987. },
  988. {
  989. Pos = {29.71, 0.73, 815.25},
  990. Yield = 15,
  991. Status = "Opening the vault"
  992. },
  993. {
  994. Pos = {18.37, 0.7659, 822.25},
  995. Yield = DuffelBag and 50 or 49,
  996. Status = "Collecting $$$"
  997. },
  998. {
  999. Pos = {10, 18, 784},
  1000. Status = "Finishing the robbery"
  1001. }
  1002. }
  1003.  
  1004. local function Tp(...)
  1005. local char = plr.Character
  1006. for i=1,2 do
  1007. wait()
  1008. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  1009. end
  1010. end
  1011.  
  1012. function RobTheBank()
  1013. for _,v in pairs(BankAutoRob) do
  1014. Tp(unpack(v.Pos))
  1015. wait(v.Yield)
  1016. end
  1017. end
  1018.  
  1019. --Bank notification--
  1020. pcall(function()
  1021. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  1022. local Info = Bank.Extra.Sign.Decal
  1023. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1024. if Info.Transparency ~= 0 then
  1025. BankStatus.Text = "Bank:Open"
  1026. BankStatus.TextColor3 = Color3.new(0,1,0)
  1027. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  1028. local cb = Instance.new("BindableFunction")
  1029. cb.OnInvoke = function(arg)
  1030. if arg == "Teleport" then
  1031. JailbreakTp(10, 18, 784)
  1032. elseif arg == "AutoRob" then
  1033. RobTheBank()
  1034. end
  1035. end
  1036. game:GetService("StarterGui"):SetCore("SendNotification",{
  1037. Title = "Bank is ready!",
  1038. Text = "Bank is ready!",
  1039. Duration = 15,
  1040. Button1 = "Dismiss",
  1041. 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",
  1042. Callback = cb
  1043. })
  1044. else
  1045. BankStatus.Text = "Bank:Closed"
  1046. BankStatus.TextColor3 = Color3.new(1,0,0)
  1047. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  1048. end
  1049. end)
  1050. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  1051. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1052. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1053. end)
  1054. --Jewelry notification--
  1055. pcall(function()
  1056. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  1057. local Info = Jewelry.Extra.Sign.Decal
  1058. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  1059. if Info.Transparency ~= 0 then
  1060. JewelryStatus.Text = "Jewelry:Open"
  1061. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  1062. BankStatus.TextColor3 = Color3.new(0,1,0)
  1063. local cb = Instance.new("BindableFunction")
  1064. cb.OnInvoke = function(arg)
  1065. if arg == "Teleport" then
  1066. JailbreakTp(142, 18, 1365)
  1067. end
  1068. end
  1069. game:GetService("StarterGui"):SetCore("SendNotification",{
  1070. Title = "Jewelry is ready!",
  1071. Text = "Jewelry is ready!",
  1072. Duration = 15,
  1073. Button1 = "Dismiss",
  1074. Button2 = "Teleport",
  1075. Callback = cb
  1076. })
  1077. else
  1078. JewelryStatus.Text = "Jewelry:Closed"
  1079. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  1080. end
  1081. end)
  1082. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  1083. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  1084. end)
  1085. end)
  1086.  
  1087. JailFix.Name = "JailFix"
  1088. JailFix.Parent = ScrollingFrame
  1089. JailFix.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  1090. JailFix.Position = UDim2.new(0.105127051, 0, 0.272527486, 0)
  1091. JailFix.Size = UDim2.new(0, 200, 0, 50)
  1092. JailFix.Font = Enum.Font.Cartoon
  1093. JailFix.Text = "Jail-Fix"
  1094. JailFix.TextColor3 = Color3.new(0, 0, 0)
  1095. JailFix.TextScaled = true
  1096. JailFix.TextSize = 14
  1097. JailFix.TextWrapped = true
  1098. JailFix.MouseButton1Down:connect(function()
  1099. spawn(function()
  1100. while wait(0.05) do
  1101. game:GetService("Workspace").Name = "Workspace"
  1102. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  1103. game:GetService("Players").Name = "Players"
  1104. end
  1105. end)
  1106. function Bypass()
  1107. game:GetService('Workspace').Name = "Workspace"
  1108. game.Workspace.Banks:GetChildren()[1].Name="Bank"
  1109. game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
  1110. game:GetService('Players').Name = "Players"
  1111. game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
  1112. end
  1113. Bypass()
  1114.  
  1115. local JailFix = Instance.new("ScreenGui")
  1116. local mainframe = Instance.new("Frame")
  1117. local TextLabel = Instance.new("TextLabel")
  1118. local Teleports = Instance.new("TextButton")
  1119. local GameStuff = Instance.new("TextButton")
  1120. local ExtraStuff = Instance.new("TextButton")
  1121. local bluecolor = Instance.new("TextButton")
  1122. local yellowcolor = Instance.new("TextButton")
  1123. local redcolor = Instance.new("TextButton")
  1124. local greencolor = Instance.new("TextButton")
  1125. local teleportgui = Instance.new("Frame")
  1126. local nameeeee = Instance.new("TextLabel")
  1127. local bankin = Instance.new("TextButton")
  1128. local bankout = Instance.new("TextButton")
  1129. local jewerlyin = Instance.new("TextButton")
  1130. local jewerlyout = Instance.new("TextButton")
  1131. local trainspawn = Instance.new("TextButton")
  1132. local criminalbase1 = Instance.new("TextButton")
  1133. local criminalbase2 = Instance.new("TextButton")
  1134. local gasstation = Instance.new("TextButton")
  1135. local donutshop = Instance.new("TextButton")
  1136. local prisionbase = Instance.new("TextButton")
  1137. local police1 = Instance.new("TextButton")
  1138. local police2 = Instance.new("TextButton")
  1139. local closeteleportgui = Instance.new("TextButton")
  1140. local gamestuffgui = Instance.new("Frame")
  1141. local nameeeeeeeee = Instance.new("TextLabel")
  1142. local btools = Instance.new("TextButton")
  1143. local fly = Instance.new("TextButton")
  1144. local walkspeed = Instance.new("TextButton")
  1145. local closegamestuff = Instance.new("TextButton")
  1146. local clicktp = Instance.new("TextButton")
  1147. local spamarrest = Instance.new("TextButton")
  1148. local infinitejump = Instance.new("TextButton")
  1149. local espall = Instance.new("TextButton")
  1150. local lowgravity = Instance.new("TextButton")
  1151. local godmode = Instance.new("TextButton")
  1152. local highjump = Instance.new("TextButton")
  1153. local platform = Instance.new("TextButton")
  1154. local tracers = Instance.new("TextButton")
  1155. local suicide = Instance.new("TextButton")
  1156. local spawnblocks = Instance.new("TextButton")
  1157. local playername = Instance.new("TextBox")
  1158. local goto = Instance.new("TextButton")
  1159. local f3x = Instance.new("TextButton")
  1160. local extrastuff = Instance.new("Frame")
  1161. local banknotification = Instance.new("TextButton")
  1162. local jewerlynotification = Instance.new("TextButton")
  1163. local KeyCard = Instance.new("TextButton")
  1164. local TextLabel_2 = Instance.new("TextLabel")
  1165. local closeextrastuff = Instance.new("TextButton")
  1166. local autorobtrain = Instance.new("TextButton")
  1167. local autorob = Instance.new("TextButton")
  1168. local removeall = Instance.new("TextButton")
  1169. local allitemsgiver = Instance.new("TextButton")
  1170. local infiniteammo = Instance.new("TextButton")
  1171. local sframe = Instance.new("ScrollingFrame")
  1172. local e = true
  1173. local val = Instance.new("ObjectValue", sframe)
  1174. local StarterGui = game:GetService('StarterGui')
  1175. local plr = game:GetService("Players").LocalPlayer
  1176. local char = plr.Character
  1177.  
  1178. -- Properties
  1179.  
  1180. JailFix.Name = "JailFix"
  1181. JailFix.Parent = game.CoreGui
  1182.  
  1183. mainframe.Name = "mainframe"
  1184. mainframe.Parent = JailFix
  1185. mainframe.Active = true
  1186. mainframe.BackgroundColor3 = Color3.new(1, 1, 1)
  1187. mainframe.BackgroundTransparency = 0.23000000417233
  1188. mainframe.BorderColor3 = Color3.new(0, 0, 0)
  1189. mainframe.BorderSizePixel = 3
  1190. mainframe.Draggable = true
  1191. mainframe.Position = UDim2.new(0.349194169, 0, 0.298537463, 0)
  1192. mainframe.Size = UDim2.new(0, 339, 0, 323)
  1193.  
  1194. TextLabel.Parent = mainframe
  1195. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1196. TextLabel.Position = UDim2.new(-0.00147492625, 0, 0, 0)
  1197. TextLabel.Size = UDim2.new(0, 339, 0, 50)
  1198. TextLabel.Font = Enum.Font.SourceSansItalic
  1199. TextLabel.FontSize = Enum.FontSize.Size32
  1200. TextLabel.Text = "JailFix"
  1201. TextLabel.TextSize = 30
  1202.  
  1203. Teleports.Name = "Teleports"
  1204. Teleports.Parent = mainframe
  1205. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  1206. Teleports.Position = UDim2.new(0.20501475, 0, 0.210526302, 0)
  1207. Teleports.Size = UDim2.new(0, 200, 0, 50)
  1208. Teleports.Font = Enum.Font.ArialBold
  1209. Teleports.FontSize = Enum.FontSize.Size14
  1210. Teleports.Text = "Teleports"
  1211. Teleports.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1212. Teleports.TextSize = 14
  1213.  
  1214. GameStuff.Name = "GameStuff"
  1215. GameStuff.Parent = mainframe
  1216. GameStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  1217. GameStuff.Position = UDim2.new(0.205014765, 0, 0.411764681, 0)
  1218. GameStuff.Size = UDim2.new(0, 200, 0, 50)
  1219. GameStuff.Font = Enum.Font.ArialBold
  1220. GameStuff.FontSize = Enum.FontSize.Size14
  1221. GameStuff.Text = "Game Related"
  1222. GameStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1223. GameStuff.TextSize = 14
  1224.  
  1225. ExtraStuff.Name = "ExtraStuff"
  1226. ExtraStuff.Parent = mainframe
  1227. ExtraStuff.BackgroundColor3 = Color3.new(1, 1, 1)
  1228. ExtraStuff.Position = UDim2.new(0.203539819, 0, 0.600619137, 0)
  1229. ExtraStuff.Size = UDim2.new(0, 200, 0, 50)
  1230. ExtraStuff.Font = Enum.Font.ArialBold
  1231. ExtraStuff.FontSize = Enum.FontSize.Size14
  1232. ExtraStuff.Text = "Multi Purpose"
  1233. ExtraStuff.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1234. ExtraStuff.TextSize = 14
  1235.  
  1236. bluecolor.Name = "bluecolor"
  1237. bluecolor.Parent = mainframe
  1238. bluecolor.BackgroundColor3 = Color3.new(0.239216, 1, 1)
  1239. bluecolor.Position = UDim2.new(0.206489682, 0, 0.804953575, 0)
  1240. bluecolor.Size = UDim2.new(0, 36, 0, 32)
  1241. bluecolor.Font = Enum.Font.SourceSans
  1242. bluecolor.FontSize = Enum.FontSize.Size14
  1243. bluecolor.Text = ""
  1244. bluecolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  1245. bluecolor.TextSize = 14
  1246.  
  1247. yellowcolor.Name = "yellowcolor"
  1248. yellowcolor.Parent = mainframe
  1249. yellowcolor.BackgroundColor3 = Color3.new(0.960784, 1, 0.14902)
  1250. yellowcolor.Position = UDim2.new(0.690265477, 0, 0.804953575, 0)
  1251. yellowcolor.Size = UDim2.new(0, 36, 0, 32)
  1252. yellowcolor.Font = Enum.Font.SourceSans
  1253. yellowcolor.FontSize = Enum.FontSize.Size14
  1254. yellowcolor.Text = ""
  1255. yellowcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  1256. yellowcolor.TextSize = 14
  1257.  
  1258. redcolor.Name = "redcolor"
  1259. redcolor.Parent = mainframe
  1260. redcolor.BackgroundColor3 = Color3.new(1, 0, 0)
  1261. redcolor.Position = UDim2.new(0.517699122, 0, 0.804953575, 0)
  1262. redcolor.Size = UDim2.new(0, 36, 0, 32)
  1263. redcolor.Font = Enum.Font.SourceSans
  1264. redcolor.FontSize = Enum.FontSize.Size14
  1265. redcolor.Text = ""
  1266. redcolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  1267. redcolor.TextSize = 14
  1268.  
  1269. greencolor.Name = "greencolor"
  1270. greencolor.Parent = mainframe
  1271. greencolor.BackgroundColor3 = Color3.new(0.0901961, 1, 0.14902)
  1272. greencolor.Position = UDim2.new(0.362831861, 0, 0.804953575, 0)
  1273. greencolor.Size = UDim2.new(0, 36, 0, 32)
  1274. greencolor.Font = Enum.Font.SourceSans
  1275. greencolor.FontSize = Enum.FontSize.Size14
  1276. greencolor.Text = ""
  1277. greencolor.TextColor3 = Color3.new(0.227451, 0.901961, 0.909804)
  1278. greencolor.TextSize = 14
  1279.  
  1280. teleportgui.Name = "teleportgui"
  1281. teleportgui.Parent = JailFix
  1282. teleportgui.Active = true
  1283. teleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  1284. teleportgui.Draggable = true
  1285. teleportgui.Position = UDim2.new(0.307494491, 0, 0.347222239, 0)
  1286. teleportgui.Size = UDim2.new(0, 524, 0, 253)
  1287. teleportgui.Visible = false
  1288.  
  1289. nameeeee.Name = "nameeeee"
  1290. nameeeee.Parent = teleportgui
  1291. nameeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  1292. nameeeee.BorderColor3 = Color3.new(1, 1, 1)
  1293. nameeeee.Position = UDim2.new(0.0209923666, 0, 0.0355731212, 0)
  1294. nameeeee.Size = UDim2.new(0, 437, 0, 50)
  1295. nameeeee.Font = Enum.Font.SourceSans
  1296. nameeeee.FontSize = Enum.FontSize.Size32
  1297. nameeeee.Text = "Teleport Menu"
  1298. nameeeee.TextColor3 = Color3.new(0, 0, 0)
  1299. nameeeee.TextSize = 30
  1300.  
  1301. bankin.Name = "bankin"
  1302. bankin.Parent = teleportgui
  1303. bankin.BackgroundColor3 = Color3.new(1, 1, 1)
  1304. bankin.Position = UDim2.new(0.0209923666, 0, 0.30039525, 0)
  1305. bankin.Size = UDim2.new(0, 143, 0, 29)
  1306. bankin.Font = Enum.Font.SourceSans
  1307. bankin.FontSize = Enum.FontSize.Size14
  1308. bankin.Text = "Bank (In)"
  1309. bankin.TextSize = 14
  1310.  
  1311. bankout.Name = "bankout"
  1312. bankout.Parent = teleportgui
  1313. bankout.BackgroundColor3 = Color3.new(1, 1, 1)
  1314. bankout.Position = UDim2.new(0.0209923666, 0, 0.462450594, 0)
  1315. bankout.Size = UDim2.new(0, 143, 0, 28)
  1316. bankout.Font = Enum.Font.SourceSans
  1317. bankout.FontSize = Enum.FontSize.Size14
  1318. bankout.Text = "Bank (Out)"
  1319. bankout.TextSize = 14
  1320.  
  1321. jewerlyin.Name = "jewerlyin"
  1322. jewerlyin.Parent = teleportgui
  1323. jewerlyin.BackgroundColor3 = Color3.new(1, 1, 1)
  1324. jewerlyin.Position = UDim2.new(0.0209923666, 0, 0.62845856, 0)
  1325. jewerlyin.Size = UDim2.new(0, 143, 0, 27)
  1326. jewerlyin.Font = Enum.Font.SourceSans
  1327. jewerlyin.FontSize = Enum.FontSize.Size14
  1328. jewerlyin.Text = "Jewerly Store (In)"
  1329. jewerlyin.TextSize = 14
  1330.  
  1331. jewerlyout.Name = "jewerlyout"
  1332. jewerlyout.Parent = teleportgui
  1333. jewerlyout.BackgroundColor3 = Color3.new(1, 1, 1)
  1334. jewerlyout.Position = UDim2.new(0.0209923666, 0, 0.790513873, 0)
  1335. jewerlyout.Size = UDim2.new(0, 143, 0, 24)
  1336. jewerlyout.Font = Enum.Font.SourceSans
  1337. jewerlyout.FontSize = Enum.FontSize.Size14
  1338. jewerlyout.Text = "Jewerly Store (Out)"
  1339. jewerlyout.TextSize = 14
  1340.  
  1341. trainspawn.Name = "trainspawn"
  1342. trainspawn.Parent = teleportgui
  1343. trainspawn.BackgroundColor3 = Color3.new(1, 1, 1)
  1344. trainspawn.Position = UDim2.new(0.335877866, 0, 0.30039525, 0)
  1345. trainspawn.Size = UDim2.new(0, 149, 0, 31)
  1346. trainspawn.Font = Enum.Font.SourceSans
  1347. trainspawn.FontSize = Enum.FontSize.Size14
  1348. trainspawn.Text = "Train Spawnpoint"
  1349. trainspawn.TextSize = 14
  1350.  
  1351. criminalbase1.Name = "criminalbase1"
  1352. criminalbase1.Parent = teleportgui
  1353. criminalbase1.BackgroundColor3 = Color3.new(1, 1, 1)
  1354. criminalbase1.Position = UDim2.new(0.335877866, 0, 0.462450594, 0)
  1355. criminalbase1.Size = UDim2.new(0, 149, 0, 28)
  1356. criminalbase1.Font = Enum.Font.SourceSans
  1357. criminalbase1.FontSize = Enum.FontSize.Size14
  1358. criminalbase1.Text = "Criminal Base 1 "
  1359. criminalbase1.TextSize = 14
  1360.  
  1361. criminalbase2.Name = "criminalbase2"
  1362. criminalbase2.Parent = teleportgui
  1363. criminalbase2.BackgroundColor3 = Color3.new(1, 1, 1)
  1364. criminalbase2.Position = UDim2.new(0.335877866, 0, 0.6284585, 0)
  1365. criminalbase2.Size = UDim2.new(0, 149, 0, 27)
  1366. criminalbase2.Font = Enum.Font.SourceSans
  1367. criminalbase2.FontSize = Enum.FontSize.Size14
  1368. criminalbase2.Text = "Criminal Base 2"
  1369. criminalbase2.TextSize = 14
  1370.  
  1371. gasstation.Name = "gasstation"
  1372. gasstation.Parent = teleportgui
  1373. gasstation.BackgroundColor3 = Color3.new(1, 1, 1)
  1374. gasstation.Position = UDim2.new(0.335877866, 0, 0.790513873, 0)
  1375. gasstation.Size = UDim2.new(0, 149, 0, 24)
  1376. gasstation.Font = Enum.Font.SourceSans
  1377. gasstation.FontSize = Enum.FontSize.Size14
  1378. gasstation.Text = "Gas Station"
  1379. gasstation.TextSize = 14
  1380.  
  1381. donutshop.Name = "donutshop"
  1382. donutshop.Parent = teleportgui
  1383. donutshop.BackgroundColor3 = Color3.new(1, 1, 1)
  1384. donutshop.Position = UDim2.new(0.652671754, 0, 0.30039525, 0)
  1385. donutshop.Size = UDim2.new(0, 152, 0, 31)
  1386. donutshop.Font = Enum.Font.SourceSans
  1387. donutshop.FontSize = Enum.FontSize.Size14
  1388. donutshop.Text = "Donut Shop"
  1389. donutshop.TextSize = 14
  1390.  
  1391. prisionbase.Name = "prisionbase"
  1392. prisionbase.Parent = teleportgui
  1393. prisionbase.BackgroundColor3 = Color3.new(1, 1, 1)
  1394. prisionbase.Position = UDim2.new(0.652671754, 0, 0.462450594, 0)
  1395. prisionbase.Size = UDim2.new(0, 152, 0, 28)
  1396. prisionbase.Font = Enum.Font.SourceSans
  1397. prisionbase.FontSize = Enum.FontSize.Size14
  1398. prisionbase.Text = "Prison Base"
  1399. prisionbase.TextSize = 14
  1400.  
  1401. police1.Name = "police1"
  1402. police1.Parent = teleportgui
  1403. police1.BackgroundColor3 = Color3.new(1, 1, 1)
  1404. police1.Position = UDim2.new(0.652671754, 0, 0.6284585, 0)
  1405. police1.Size = UDim2.new(0, 152, 0, 27)
  1406. police1.Font = Enum.Font.SourceSans
  1407. police1.FontSize = Enum.FontSize.Size14
  1408. police1.Text = "Police Station 1"
  1409. police1.TextSize = 14
  1410.  
  1411. police2.Name = "police2"
  1412. police2.Parent = teleportgui
  1413. police2.BackgroundColor3 = Color3.new(1, 1, 1)
  1414. police2.Position = UDim2.new(0.652671754, 0, 0.790513813, 0)
  1415. police2.Size = UDim2.new(0, 152, 0, 24)
  1416. police2.Font = Enum.Font.SourceSans
  1417. police2.FontSize = Enum.FontSize.Size14
  1418. police2.Text = "Poilice Station 2"
  1419. police2.TextSize = 14
  1420.  
  1421. closeteleportgui.Name = "closeteleportgui"
  1422. closeteleportgui.Parent = teleportgui
  1423. closeteleportgui.BackgroundColor3 = Color3.new(1, 1, 1)
  1424. closeteleportgui.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1425. closeteleportgui.Position = UDim2.new(0.854961812, 0, 0.0355731212, 0)
  1426. closeteleportgui.Size = UDim2.new(0, 76, 0, 50)
  1427. closeteleportgui.Font = Enum.Font.ArialBold
  1428. closeteleportgui.FontSize = Enum.FontSize.Size32
  1429. closeteleportgui.Text = "Back"
  1430. closeteleportgui.TextColor3 = Color3.new(0, 0, 0)
  1431. closeteleportgui.TextScaled = true
  1432. closeteleportgui.TextSize = 30
  1433. closeteleportgui.TextWrapped = true
  1434.  
  1435. gamestuffgui.Name = "gamestuffgui"
  1436. gamestuffgui.Parent = JailFix
  1437. gamestuffgui.Active = true
  1438. gamestuffgui.BackgroundColor3 = Color3.new(1, 1, 1)
  1439. gamestuffgui.BackgroundTransparency = 0.14000000059605
  1440. gamestuffgui.Draggable = true
  1441. gamestuffgui.Position = UDim2.new(0.32752651, 0, 0.349794835, 0)
  1442. gamestuffgui.Size = UDim2.new(0, 415, 0, 263)
  1443. gamestuffgui.Visible = false
  1444.  
  1445. nameeeeeeeee.Name = "nameeeeeeeee"
  1446. nameeeeeeeee.Parent = gamestuffgui
  1447. nameeeeeeeee.BackgroundColor3 = Color3.new(1, 1, 1)
  1448. nameeeeeeeee.BackgroundTransparency = 0.20999999344349
  1449. nameeeeeeeee.BorderColor3 = Color3.new(1, 1, 1)
  1450. nameeeeeeeee.Position = UDim2.new(0.0289156623, 0, 0.0836501867, 0)
  1451. nameeeeeeeee.Size = UDim2.new(0, 332, 0, 33)
  1452. nameeeeeeeee.Font = Enum.Font.ArialBold
  1453. nameeeeeeeee.FontSize = Enum.FontSize.Size32
  1454. nameeeeeeeee.Text = "Multi Purpose"
  1455. nameeeeeeeee.TextSize = 30
  1456.  
  1457. btools.Name = "btools"
  1458. btools.Parent = gamestuffgui
  1459. btools.BackgroundColor3 = Color3.new(1, 1, 1)
  1460. btools.BorderColor3 = Color3.new(0, 0, 0)
  1461. btools.Position = UDim2.new(0.334939778, 0, 0.292775661, 0)
  1462. btools.Size = UDim2.new(0, 97, 0, 20)
  1463. btools.Font = Enum.Font.ArialBold
  1464. btools.FontSize = Enum.FontSize.Size14
  1465. btools.Text = "Btools"
  1466. btools.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1467. btools.TextSize = 14
  1468.  
  1469. fly.Name = "fly"
  1470. fly.Parent = gamestuffgui
  1471. fly.BackgroundColor3 = Color3.new(1, 1, 1)
  1472. fly.BorderColor3 = Color3.new(0, 0, 0)
  1473. fly.Position = UDim2.new(0.0819277093, 0, 0.292775661, 0)
  1474. fly.Size = UDim2.new(0, 88, 0, 20)
  1475. fly.Font = Enum.Font.ArialBold
  1476. fly.FontSize = Enum.FontSize.Size14
  1477. fly.Text = "Fly"
  1478. fly.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1479. fly.TextSize = 14
  1480. fly.TextStrokeColor3 = Color3.new(0.0117647, 1, 0.788235)
  1481.  
  1482. walkspeed.Name = "walkspeed"
  1483. walkspeed.Parent = gamestuffgui
  1484. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  1485. walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  1486. walkspeed.Position = UDim2.new(0.0819277093, 0, 0.406844109, 0)
  1487. walkspeed.Size = UDim2.new(0, 88, 0, 21)
  1488. walkspeed.Font = Enum.Font.ArialBold
  1489. walkspeed.FontSize = Enum.FontSize.Size14
  1490. walkspeed.Text = "Walkspeed"
  1491. walkspeed.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1492. walkspeed.TextSize = 14
  1493.  
  1494. closegamestuff.Name = "closegamestuff"
  1495. closegamestuff.Parent = gamestuffgui
  1496. closegamestuff.BackgroundColor3 = Color3.new(1, 1, 1)
  1497. closegamestuff.Position = UDim2.new(0.790361464, 0, 0.0532319397, 0)
  1498. closegamestuff.Size = UDim2.new(0, 77, 0, 39)
  1499. closegamestuff.Font = Enum.Font.ArialBold
  1500. closegamestuff.FontSize = Enum.FontSize.Size32
  1501. closegamestuff.Text = "Back"
  1502. closegamestuff.TextColor3 = Color3.new(0, 0, 0)
  1503. closegamestuff.TextSize = 30
  1504.  
  1505. clicktp.Name = "clicktp"
  1506. clicktp.Parent = gamestuffgui
  1507. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  1508. clicktp.BorderColor3 = Color3.new(0, 0, 0)
  1509. clicktp.Position = UDim2.new(0.607228875, 0, 0.520912528, 0)
  1510. clicktp.Size = UDim2.new(0, 109, 0, 19)
  1511. clicktp.Font = Enum.Font.ArialBold
  1512. clicktp.FontSize = Enum.FontSize.Size14
  1513. clicktp.Text = "Click TP"
  1514. clicktp.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1515. clicktp.TextSize = 14
  1516.  
  1517. spamarrest.Name = "spamarrest"
  1518. spamarrest.Parent = gamestuffgui
  1519. spamarrest.BackgroundColor3 = Color3.new(1, 1, 1)
  1520. spamarrest.BorderColor3 = Color3.new(0, 0, 0)
  1521. spamarrest.Position = UDim2.new(0.606024086, 0, 0.406844109, 0)
  1522. spamarrest.Size = UDim2.new(0, 109, 0, 21)
  1523. spamarrest.Font = Enum.Font.ArialBold
  1524. spamarrest.FontSize = Enum.FontSize.Size14
  1525. spamarrest.Text = "Spam Arrest"
  1526. spamarrest.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1527. spamarrest.TextSize = 14
  1528.  
  1529. infinitejump.Name = "infinitejump"
  1530. infinitejump.Parent = gamestuffgui
  1531. infinitejump.BackgroundColor3 = Color3.new(1, 1, 1)
  1532. infinitejump.BorderColor3 = Color3.new(0, 0, 0)
  1533. infinitejump.Position = UDim2.new(0.334939778, 0, 0.520912528, 0)
  1534. infinitejump.Size = UDim2.new(0, 97, 0, 19)
  1535. infinitejump.Font = Enum.Font.ArialBold
  1536. infinitejump.FontSize = Enum.FontSize.Size14
  1537. infinitejump.Text = "Infinite Jump"
  1538. infinitejump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1539. infinitejump.TextSize = 14
  1540.  
  1541. espall.Name = "espall"
  1542. espall.Parent = gamestuffgui
  1543. espall.BackgroundColor3 = Color3.new(1, 1, 1)
  1544. espall.BorderColor3 = Color3.new(0, 0, 0)
  1545. espall.Position = UDim2.new(0.607228935, 0, 0.292775661, 0)
  1546. espall.Size = UDim2.new(0, 109, 0, 20)
  1547. espall.Font = Enum.Font.ArialBold
  1548. espall.FontSize = Enum.FontSize.Size14
  1549. espall.Text = "ESP (All)"
  1550. espall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1551. espall.TextSize = 14
  1552.  
  1553. lowgravity.Name = "lowgravity"
  1554. lowgravity.Parent = gamestuffgui
  1555. lowgravity.BackgroundColor3 = Color3.new(1, 1, 1)
  1556. lowgravity.Position = UDim2.new(0.607228935, 0, 0.631178737, 0)
  1557. lowgravity.Size = UDim2.new(0, 109, 0, 20)
  1558. lowgravity.Font = Enum.Font.ArialBold
  1559. lowgravity.FontSize = Enum.FontSize.Size14
  1560. lowgravity.Text = "Low Gravity"
  1561. lowgravity.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1562. lowgravity.TextSize = 14
  1563.  
  1564. godmode.Name = "godmode"
  1565. godmode.Parent = gamestuffgui
  1566. godmode.BackgroundColor3 = Color3.new(1, 1, 1)
  1567. godmode.Position = UDim2.new(0.334939778, 0, 0.737642586, 0)
  1568. godmode.Size = UDim2.new(0, 97, 0, 19)
  1569. godmode.Font = Enum.Font.ArialBold
  1570. godmode.FontSize = Enum.FontSize.Size14
  1571. godmode.Text = "God Mode"
  1572. godmode.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1573. godmode.TextSize = 14
  1574.  
  1575. highjump.Name = "highjump"
  1576. highjump.Parent = gamestuffgui
  1577. highjump.BackgroundColor3 = Color3.new(1, 1, 1)
  1578. highjump.Position = UDim2.new(0.0819277093, 0, 0.520912528, 0)
  1579. highjump.Size = UDim2.new(0, 88, 0, 19)
  1580. highjump.Font = Enum.Font.ArialBold
  1581. highjump.FontSize = Enum.FontSize.Size14
  1582. highjump.Text = "High Jump"
  1583. highjump.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1584. highjump.TextSize = 14
  1585.  
  1586. platform.Name = "platform"
  1587. platform.Parent = gamestuffgui
  1588. platform.BackgroundColor3 = Color3.new(1, 1, 1)
  1589. platform.Position = UDim2.new(0.334939748, 0, 0.406844109, 0)
  1590. platform.Size = UDim2.new(0, 97, 0, 20)
  1591. platform.Font = Enum.Font.ArialBold
  1592. platform.FontSize = Enum.FontSize.Size14
  1593. platform.Text = "Platform"
  1594. platform.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1595. platform.TextSize = 14
  1596.  
  1597. tracers.Name = "tracers"
  1598. tracers.Parent = gamestuffgui
  1599. tracers.BackgroundColor3 = Color3.new(1, 1, 1)
  1600. tracers.Position = UDim2.new(0.334939778, 0, 0.631178737, 0)
  1601. tracers.Size = UDim2.new(0, 97, 0, 20)
  1602. tracers.Font = Enum.Font.ArialBold
  1603. tracers.FontSize = Enum.FontSize.Size14
  1604. tracers.Text = "Tracers: None"
  1605. tracers.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1606. tracers.TextSize = 14
  1607.  
  1608. suicide.Name = "suicide"
  1609. suicide.Parent = gamestuffgui
  1610. suicide.BackgroundColor3 = Color3.new(1, 1, 1)
  1611. suicide.Position = UDim2.new(0.607228935, 0, 0.737642586, 0)
  1612. suicide.Size = UDim2.new(0, 109, 0, 19)
  1613. suicide.Font = Enum.Font.ArialBold
  1614. suicide.FontSize = Enum.FontSize.Size14
  1615. suicide.Text = "click 4 death :)"
  1616. suicide.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1617. suicide.TextSize = 14
  1618.  
  1619. spawnblocks.Name = "spawnblocks"
  1620. spawnblocks.Parent = gamestuffgui
  1621. spawnblocks.BackgroundColor3 = Color3.new(1, 1, 1)
  1622. spawnblocks.Position = UDim2.new(0.0819277093, 0, 0.631178737, 0)
  1623. spawnblocks.Size = UDim2.new(0, 88, 0, 20)
  1624. spawnblocks.Font = Enum.Font.ArialBold
  1625. spawnblocks.FontSize = Enum.FontSize.Size14
  1626. spawnblocks.Text = "Spawn Blocks"
  1627. spawnblocks.TextSize = 14
  1628.  
  1629. playername.Name = "playername"
  1630. playername.Parent = gamestuffgui
  1631. playername.BackgroundColor3 = Color3.new(1, 1, 1)
  1632. playername.Position = UDim2.new(0, 0, 0.89353615, 0)
  1633. playername.Size = UDim2.new(0, 200, 0, 28)
  1634. playername.Font = Enum.Font.ArialBold
  1635. playername.FontSize = Enum.FontSize.Size32
  1636. playername.Text = "Player Name"
  1637. playername.TextSize = 30
  1638.  
  1639. goto.Name = "goto"
  1640. goto.Parent = gamestuffgui
  1641. goto.BackgroundColor3 = Color3.new(1, 1, 1)
  1642. goto.BorderColor3 = Color3.new(0, 0, 0)
  1643. goto.Position = UDim2.new(0.481927723, 0, 0.89353615, 0)
  1644. goto.Size = UDim2.new(0, 215, 0, 28)
  1645. goto.Font = Enum.Font.ArialBold
  1646. goto.FontSize = Enum.FontSize.Size32
  1647. goto.Text = "Goto"
  1648. goto.TextSize = 30
  1649.  
  1650. f3x.Name = "f3x"
  1651. f3x.Parent = gamestuffgui
  1652. f3x.BackgroundColor3 = Color3.new(1, 1, 1)
  1653. f3x.Position = UDim2.new(0.0819277093, 0, 0.737642586, 0)
  1654. f3x.Size = UDim2.new(0, 88, 0, 19)
  1655. f3x.Font = Enum.Font.ArialBold
  1656. f3x.FontSize = Enum.FontSize.Size14
  1657. f3x.Text = "F3x"
  1658. f3x.TextSize = 14
  1659.  
  1660. extrastuff.Name = "extrastuff"
  1661. extrastuff.Parent = JailFix
  1662. extrastuff.Active = true
  1663. extrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  1664. extrastuff.BackgroundTransparency = 0.18999999761581
  1665. extrastuff.Draggable = true
  1666. extrastuff.Position = UDim2.new(0.318704993, 0, 0.266912788, 0)
  1667. extrastuff.Size = UDim2.new(0, 516, 0, 385)
  1668. extrastuff.Visible = false
  1669.  
  1670. banknotification.Name = "banknotification"
  1671. banknotification.Parent = extrastuff
  1672. banknotification.BackgroundColor3 = Color3.new(1, 1, 1)
  1673. banknotification.Position = UDim2.new(0.0620154962, 0, 0.262337625, 0)
  1674. banknotification.Size = UDim2.new(0, 200, 0, 50)
  1675. banknotification.Font = Enum.Font.ArialBold
  1676. banknotification.FontSize = Enum.FontSize.Size14
  1677. banknotification.Text = "Bank Notification"
  1678. banknotification.TextColor3 = Color3.new(0, 0, 0)
  1679. banknotification.TextSize = 14
  1680.  
  1681. jewerlynotification.Name = "jewerlynotification"
  1682. jewerlynotification.Parent = extrastuff
  1683. jewerlynotification.BackgroundColor3 = Color3.new(1, 1, 1)
  1684. jewerlynotification.Position = UDim2.new(0.515503883, 0, 0.262337655, 0)
  1685. jewerlynotification.Size = UDim2.new(0, 200, 0, 50)
  1686. jewerlynotification.Font = Enum.Font.ArialBold
  1687. jewerlynotification.FontSize = Enum.FontSize.Size14
  1688. jewerlynotification.Text = "Jewerly Store Notification"
  1689. jewerlynotification.TextColor3 = Color3.new(0, 0, 0)
  1690. jewerlynotification.TextSize = 14
  1691.  
  1692. KeyCard.Name = "KeyCard"
  1693. KeyCard.Parent = extrastuff
  1694. KeyCard.BackgroundColor3 = Color3.new(1, 1, 1)
  1695. KeyCard.Position = UDim2.new(0.0620155036, 0, 0.433766246, 0)
  1696. KeyCard.Size = UDim2.new(0, 200, 0, 51)
  1697. KeyCard.Font = Enum.Font.ArialBold
  1698. KeyCard.FontSize = Enum.FontSize.Size14
  1699. KeyCard.Text = "Keycard"
  1700. KeyCard.TextColor3 = Color3.new(0, 0, 0)
  1701. KeyCard.TextSize = 14
  1702.  
  1703. TextLabel_2.Parent = extrastuff
  1704. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1705. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  1706. TextLabel_2.Position = UDim2.new(0.110465109, 0, 0.0610389635, 0)
  1707. TextLabel_2.Size = UDim2.new(0, 275, 0, 39)
  1708. TextLabel_2.Font = Enum.Font.ArialBold
  1709. TextLabel_2.FontSize = Enum.FontSize.Size60
  1710. TextLabel_2.Text = "Game Related"
  1711. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  1712. TextLabel_2.TextSize = 50
  1713. TextLabel_2.TextStrokeColor3 = Color3.new(1, 1, 1)
  1714.  
  1715. closeextrastuff.Name = "closeextrastuff"
  1716. closeextrastuff.Parent = extrastuff
  1717. closeextrastuff.BackgroundColor3 = Color3.new(1, 1, 1)
  1718. closeextrastuff.BorderColor3 = Color3.new(0, 0, 0)
  1719. closeextrastuff.Position = UDim2.new(0.751937985, 0, 0.0467532463, 0)
  1720. closeextrastuff.Size = UDim2.new(0, 103, 0, 50)
  1721. closeextrastuff.Font = Enum.Font.ArialBold
  1722. closeextrastuff.FontSize = Enum.FontSize.Size32
  1723. closeextrastuff.Text = "Back"
  1724. closeextrastuff.TextColor3 = Color3.new(0, 0, 0)
  1725. closeextrastuff.TextSize = 30
  1726.  
  1727. autorobtrain.Name = "autorobtrain"
  1728. autorobtrain.Parent = extrastuff
  1729. autorobtrain.BackgroundColor3 = Color3.new(1, 1, 1)
  1730. autorobtrain.Position = UDim2.new(0.515503883, 0, 0.433766246, 0)
  1731. autorobtrain.Size = UDim2.new(0, 200, 0, 50)
  1732. autorobtrain.Font = Enum.Font.ArialBold
  1733. autorobtrain.FontSize = Enum.FontSize.Size14
  1734. autorobtrain.Text = "AutoRob Trains (Hella Buggy)"
  1735. autorobtrain.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1736. autorobtrain.TextSize = 14
  1737.  
  1738. autorob.Name = "autorob"
  1739. autorob.Parent = extrastuff
  1740. autorob.BackgroundColor3 = Color3.new(1, 1, 1)
  1741. autorob.Position = UDim2.new(0.0620155036, 0, 0.76363641, 0)
  1742. autorob.Size = UDim2.new(0, 200, 0, 50)
  1743. autorob.Font = Enum.Font.ArialBold
  1744. autorob.FontSize = Enum.FontSize.Size14
  1745. autorob.Text = "AutoRob All Stores"
  1746. autorob.TextSize = 14
  1747.  
  1748. removeall.Name = "removeall"
  1749. removeall.Parent = extrastuff
  1750. removeall.BackgroundColor3 = Color3.new(1, 1, 1)
  1751. removeall.BorderColor3 = Color3.new(0, 0, 0)
  1752. removeall.Position = UDim2.new(0.0620155036, 0, 0.594805181, 0)
  1753. removeall.Size = UDim2.new(0, 200, 0, 50)
  1754. removeall.Font = Enum.Font.ArialBold
  1755. removeall.FontSize = Enum.FontSize.Size14
  1756. removeall.Text = "Remove All"
  1757. removeall.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1758. removeall.TextSize = 14
  1759.  
  1760. allitemsgiver.Name = "allitemsgiver"
  1761. allitemsgiver.Parent = extrastuff
  1762. allitemsgiver.BackgroundColor3 = Color3.new(1, 1, 1)
  1763. allitemsgiver.BorderColor3 = Color3.new(0, 0, 0)
  1764. allitemsgiver.Position = UDim2.new(0.515503883, 0, 0.594805181, 0)
  1765. allitemsgiver.Size = UDim2.new(0, 200, 0, 50)
  1766. allitemsgiver.Font = Enum.Font.ArialBold
  1767. allitemsgiver.FontSize = Enum.FontSize.Size14
  1768. allitemsgiver.Text = "All Items Giver"
  1769. allitemsgiver.TextColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1770. allitemsgiver.TextSize = 14
  1771.  
  1772. infiniteammo.Name = "infiniteammo"
  1773. infiniteammo.Parent = extrastuff
  1774. infiniteammo.BackgroundColor3 = Color3.new(1, 1, 1)
  1775. infiniteammo.Position = UDim2.new(0.515503883, 0, 0.763636351, 0)
  1776. infiniteammo.Size = UDim2.new(0, 200, 0, 50)
  1777. infiniteammo.Font = Enum.Font.ArialBold
  1778. infiniteammo.FontSize = Enum.FontSize.Size14
  1779. infiniteammo.Text = "Infinite Ammo"
  1780. infiniteammo.TextSize = 14
  1781.  
  1782. Teleports.MouseButton1Down:connect(function()
  1783. teleportgui.Visible = not teleportgui.Visible
  1784. mainframe.Visible = false
  1785. end)
  1786.  
  1787. GameStuff.MouseButton1Down:connect(function()
  1788. gamestuffgui.Visible = not gamestuffgui.Visible
  1789. mainframe.Visible = false
  1790. end)
  1791.  
  1792. ExtraStuff.MouseButton1Down:connect(function()
  1793. extrastuff.Visible = not extrastuff.Visible
  1794. mainframe.Visible = false
  1795. end)
  1796.  
  1797. closeteleportgui.MouseButton1Down:connect(function()
  1798. teleportgui.Visible = false
  1799. mainframe.Visible = true
  1800. end)
  1801.  
  1802. police1.MouseButton1Down:connect(function()
  1803. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1206.99585, 17.9300575, -1586.10864)
  1804. end)
  1805.  
  1806. police2.MouseButton1Down:connect(function()
  1807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(733.814575, 38.0526962, 1124.16504)
  1808. end)
  1809.  
  1810. prisionbase.MouseButton1Down:connect(function()
  1811. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1239.27979, 18.0500565, -1570.29688)
  1812. end)
  1813.  
  1814. donutshop.MouseButton1Down:connect(function()
  1815. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(269.116425, 17.8176937, -1766.83899)
  1816. end)
  1817.  
  1818. gasstation.MouseButton1Down:connect(function()
  1819. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1578.24731, 17.8978615, 711.207214)
  1820. end)
  1821.  
  1822. criminalbase1.MouseButton1Down:connect(function()
  1823. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-223.377686, 17.6145134, 1587.12146)
  1824. end)
  1825.  
  1826. criminalbase2.MouseButton1Down:connect(function()
  1827. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1749.50195, 49.8635178, -1790.7113)
  1828. end)
  1829.  
  1830. trainspawn.MouseButton1Down:connect(function()
  1831. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  1832. end)
  1833.  
  1834. jewerlyout.MouseButton1Down:connect(function()
  1835. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(141.701019, 17.6109638, 1356.74683)
  1836. end)
  1837.  
  1838. jewerlyin.MouseButton1Down:connect(function()
  1839. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(134.412323, 17.8779831, 1318.1095)
  1840. end)
  1841.  
  1842. bankin.MouseButton1Down:connect(function()
  1843. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.8007507, 0.790616274, 815.760254)
  1844. end)
  1845.  
  1846. bankout.MouseButton1Down:connect(function()
  1847. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(36.4078064, 17.6235695, 776.03186)
  1848. end)
  1849.  
  1850. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running
  1851.  
  1852. local c
  1853. local h
  1854. local bv
  1855. local bav
  1856. local cam
  1857. local flying
  1858. local p = game.Players.LocalPlayer
  1859. local buttons = {W = false, S = false, A = false, D = false, Moving = false}
  1860.  
  1861. local startFly = function () -- Call this function to begin flying
  1862. if not p.Character or not p.Character.Head or flying then return end
  1863. c = p.Character
  1864. h = c.Humanoid
  1865. h.PlatformStand = true
  1866. cam = workspace:WaitForChild('Camera')
  1867. bv = Instance.new("BodyVelocity")
  1868. bav = Instance.new("BodyAngularVelocity")
  1869. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1870. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  1871. bv.Parent = c.Head
  1872. bav.Parent = c.Head
  1873. flying = true
  1874. h.Died:connect(function() flying = false end)
  1875. end
  1876.  
  1877. local endFly = function () -- Call this function to stop flying
  1878. if not p.Character or not flying then return end
  1879. h.PlatformStand = false
  1880. bv:Destroy()
  1881. bav:Destroy()
  1882. flying = false
  1883. end
  1884.  
  1885. game:GetService("UserInputService").InputBegan:connect(function (input, GPE)
  1886. if GPE then return end
  1887. for i, e in pairs(buttons) do
  1888. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  1889. buttons[i] = true
  1890. buttons.Moving = true
  1891. end
  1892. end
  1893. end)
  1894.  
  1895. game:GetService("UserInputService").InputEnded:connect(function (input, GPE)
  1896. if GPE then return end
  1897. local a = false
  1898. for i, e in pairs(buttons) do
  1899. if i ~= "Moving" then
  1900. if input.KeyCode == Enum.KeyCode[i] then
  1901. buttons[i] = false
  1902. end
  1903. if buttons[i] then a = true end
  1904. end
  1905. end
  1906. buttons.Moving = a
  1907. end)
  1908.  
  1909. local setVec = function (vec)
  1910. return vec * (speed / vec.Magnitude)
  1911. end
  1912.  
  1913. game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame
  1914. if flying and c and c.PrimaryPart then
  1915. local p = c.PrimaryPart.Position
  1916. local cf = cam.CFrame
  1917. local ax, ay, az = cf:toEulerAnglesXYZ()
  1918. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  1919. if buttons.Moving then
  1920. local t = Vector3.new()
  1921. if buttons.W then t = t + (setVec(cf.lookVector)) end
  1922. if buttons.S then t = t - (setVec(cf.lookVector)) end
  1923. if buttons.A then t = t - (setVec(cf.rightVector)) end
  1924. if buttons.D then t = t + (setVec(cf.rightVector)) end
  1925. c:TranslateBy(t * step)
  1926. end
  1927. end
  1928. end)
  1929.  
  1930. fly.MouseButton1Down:connect(function()
  1931. if flyy == true then
  1932. flyy = false
  1933. endFly()
  1934. else
  1935. flyy = true
  1936. startFly()
  1937. end
  1938. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  1939. end)
  1940.  
  1941. btools.MouseButton1Down:connect(function()
  1942. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1943. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1944. if child.ClassName == "Part" then
  1945. child.Locked = false
  1946. end
  1947. if child.ClassName == "MeshPart" then
  1948. child.Locked = false
  1949. end
  1950. if child.ClassName == "UnionOperation" then
  1951. child.Locked = false
  1952. end
  1953. if child.ClassName == "Model" then
  1954. for index, chil in pairs(child:GetChildren()) do
  1955. if chil.ClassName == "Part" then
  1956. chil.Locked = false
  1957. end
  1958. if chil.ClassName == "MeshPart" then
  1959. chil.Locked = false
  1960. end
  1961. if chil.ClassName == "UnionOperation" then
  1962. chil.Locked = false
  1963. end
  1964. if chil.ClassName == "Model" then
  1965. for index, childe in pairs(chil:GetChildren()) do
  1966. if childe.ClassName == "Part" then
  1967. childe.Locked = false
  1968. end
  1969. if childe.ClassName == "MeshPart" then
  1970. childe.Locked = false
  1971. end
  1972. if childe.ClassName == "UnionOperation" then
  1973. childe.Locked = false
  1974. end
  1975. if childe.ClassName == "Model" then
  1976. for index, childeo in pairs(childe:GetChildren()) do
  1977. if childeo.ClassName == "Part" then
  1978. childeo.Locked = false
  1979. end
  1980. if childeo.ClassName == "MeshPart" then
  1981. childeo.Locked = false
  1982. end
  1983. if childeo.ClassName == "UnionOperation" then
  1984. childeo.Locked = false
  1985. end
  1986. if childeo.ClassName == "Model" then
  1987. end
  1988. end
  1989. end
  1990. end
  1991. end
  1992. end
  1993. end
  1994. end
  1995. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1996. c.BinType = Enum.BinType.Hammer
  1997. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1998. c.BinType = Enum.BinType.Clone
  1999. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  2000. c.BinType = Enum.BinType.Grab
  2001. end)
  2002.  
  2003. allitemsgiver.MouseButton1Down:connect(function()
  2004. if not workspace:FindFirstChild("Givers") then return end
  2005. if Giver then
  2006. for i,v in pairs(Giver) do
  2007. v.ClickDetector.Parent = v.OriginalParent
  2008. v.Event:Disconnect()
  2009. end
  2010. getmetatable(Giver):Destroy()
  2011. end
  2012. Giver = {}
  2013. local g = Giver
  2014. local p = Instance.new("Part", workspace)
  2015. p.Anchored = true
  2016. p.CanCollide = false
  2017. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  2018. setmetatable(Giver, {__metatable = p})
  2019. for i,v in pairs(workspace.Givers:GetChildren()) do
  2020. local cd = v:FindFirstChildOfClass"ClickDetector"
  2021. if cd then
  2022. local newt = {}
  2023. newt.ClickDetector = cd
  2024. newt.OriginalParent = v
  2025. cd.Parent = p
  2026. newt.Event = cd.MouseClick:connect(function()
  2027. cd.Parent = v
  2028. end)
  2029. table.insert(Giver, newt)
  2030. end
  2031. end
  2032. spawn(function()
  2033. wait(10)
  2034. if Giver == g then
  2035. Giver = nil
  2036. for i,v in pairs(g) do
  2037. v.ClickDetector.Parent = v.OriginalParent
  2038. v.Event:Disconnect()
  2039. end
  2040. getmetatable(g):Destroy()
  2041. end
  2042. end)
  2043. end)
  2044.  
  2045. removeall.MouseButton1Down:connect(function()
  2046. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  2047. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  2048. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  2049. game.Workspace.Cells:Remove()
  2050. game.Workspace.Banks.Bank.Lasers:Remove()
  2051. game.Workspace.Doors:Remove()
  2052. game.Workspace.Banks.Bank.Door:Destroy()
  2053. game.Workspace.Banks.Bank.TriggerDoor:Destroy()
  2054. game.Workspace.EscapeRoutes.ExplodeWall:Destroy()
  2055. game.Workspace.EscapeRoutes.LiftGate:Remove()
  2056. end)
  2057.  
  2058. walkspeed.MouseButton1Down:connect(function()
  2059. down = false
  2060. velocity = Instance.new("BodyVelocity")
  2061. velocity.maxForce = Vector3.new(100000, 0, 100000)
  2062. local speed = 150
  2063. gyro = Instance.new("BodyGyro")
  2064. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  2065.  
  2066. local hum = game.Players.LocalPlayer.Character.Humanoid
  2067.  
  2068. function onButton1Down(mouse)
  2069. down = true
  2070. velocity.Parent = game.Players.LocalPlayer.Character.UpperTorso
  2071. velocity.velocity = (hum.MoveDirection) * speed
  2072. gyro.Parent = game.Players.LocalPlayer.Character.UpperTorso
  2073. while down do
  2074. if not down then break end
  2075. velocity.velocity = (hum.MoveDirection) * speed
  2076. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  2077. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  2078. wait(0.1)
  2079. end
  2080. end
  2081.  
  2082. function onButton1Up(mouse)
  2083. velocity.Parent = nil
  2084. gyro.Parent = nil
  2085. down = false
  2086. end
  2087.  
  2088. local function onSelected(mouse)
  2089. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  2090. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  2091. end
  2092.  
  2093. onSelected(game.Players.LocalPlayer:GetMouse())
  2094. end)
  2095.  
  2096. local ClickTpEnabled = false
  2097. clicktp.MouseButton1Down:connect(function()
  2098. loadstring(game:GetObjects("rbxassetid://956305503")[1].Source)()
  2099. end)
  2100.  
  2101.  
  2102.  
  2103. spamarrest.MouseButton1Down:connect(function()
  2104. local Player = game.Players.LocalPlayer
  2105. wait(0.5)
  2106. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  2107. repeat
  2108. wait()
  2109. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  2110. until v.Team.Name ~= "Criminal"
  2111. end
  2112. end)
  2113.  
  2114. local InfiniteJumpEnabled = false
  2115. game:GetService("UserInputService").JumpRequest:connect(function()
  2116. if InfiniteJumpEnabled then
  2117. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  2118. end
  2119. end)
  2120.  
  2121. infinitejump.MouseButton1Down:connect(function()
  2122. local state = infinitejump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  2123. local new = state == "Off" and "On" or state == "On" and "Off"
  2124. InfiniteJumpEnabled = new == "On"
  2125. infinitejump.Text = "Infinite Jump: " .. new
  2126. end)
  2127.  
  2128. ENABLED = false
  2129. PLAYER = game.Players.LocalPlayer
  2130. MOUSE = PLAYER:GetMouse()
  2131. CC = game.Workspace.CurrentCamera
  2132. _G.FREE_FOR_ALL = false
  2133. _G.AIM_AT = 'Head'
  2134. local player = game.Players.LocalPlayer
  2135. local esp = false
  2136. local track = false
  2137.  
  2138. function Create(base, team)
  2139. local bb = Instance.new("BillboardGui",player.PlayerGui)
  2140. bb.Adornee = base
  2141. bb.ExtentsOffset = Vector3.new(0,1,0)
  2142. bb.AlwaysOnTop = true
  2143. bb.Size = UDim2.new(0,5,0,5)
  2144. bb.StudsOffset = Vector3.new(0,1,0)
  2145. bb.Name = "tracker"
  2146. local frame = Instance.new("Frame",bb)
  2147. frame.ZIndex = 10
  2148. frame.BackgroundTransparency = 0.3
  2149. frame.Size = UDim2.new(1,0,1,0)
  2150. frame.Position = UDim2.new(0,0,0)
  2151. frame.Transparency = 1
  2152. local txtlbl = Instance.new("TextLabel",bb)
  2153. txtlbl.ZIndex = 10
  2154. txtlbl.Text = (string.upper(base.Parent.Name))
  2155. txtlbl.BackgroundTransparency = 1
  2156. txtlbl.Position = UDim2.new(0,0,0,-35)
  2157. txtlbl.Size = UDim2.new(1,0,10,0)
  2158. txtlbl.Font = "SourceSansBold"
  2159. txtlbl.FontSize = "Size10"
  2160. txtlbl.TextStrokeTransparency = 0.5
  2161.  
  2162. local txtlbl2 = Instance.new("TextLabel",bb)
  2163. txtlbl2.ZIndex = 10
  2164. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  2165. txtlbl2.BackgroundTransparency = 1
  2166. txtlbl2.Position = UDim2.new(0,0,0,-25)
  2167. txtlbl2.Size = UDim2.new(1,0,10,0)
  2168. txtlbl2.Font = "SourceSansBold"
  2169. txtlbl2.FontSize = "Size10"
  2170.  
  2171. txtlbl2.TextStrokeTransparency = 0.5
  2172. if team then
  2173. txtlbl.TextColor3 = Color3.new(85,0,127)
  2174. txtlbl2.TextColor3 = Color3.new(85,0,127)
  2175. frame.BackgroundColor3 = Color3.new(85,0,127)
  2176.  
  2177. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  2178. txtlbl.TextColor3 = Color3.new(0,255,0)
  2179. txtlbl2.TextColor3 = Color3.new(0,255,0)
  2180. frame.BackgroundColor3 = Color3.new(0,255,0)
  2181. txtlbl.Text = "FRIEND"
  2182. txtlbl.FontSize = "Size14"
  2183. txtlbl2.FontSize = "Size14"
  2184.  
  2185. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  2186. txtlbl2.Transparency = 1
  2187. txtlbl.Transparency = 1
  2188. frame.Transparency = 1
  2189. else
  2190. txtlbl.TextColor3 = Color3.new(85,0,127)
  2191. txtlbl2.TextColor3 = Color3.new(85,0,127)
  2192. frame.BackgroundColor3 = Color3.new(85,0,127)
  2193.  
  2194. end
  2195. end
  2196.  
  2197. function Find()
  2198. Clear()
  2199. track = true
  2200. spawn(function()
  2201. while wait() do
  2202. if track then
  2203. Clear()
  2204. for _,v in pairs(game.Players:players()) do
  2205.  
  2206. if v.Character and v.Character.Head then
  2207. Create(v.Character.Head, false)
  2208. end
  2209. end
  2210. end
  2211. end
  2212. wait(1)
  2213. end)
  2214. end
  2215. function Clear()
  2216. for _,v in pairs(player.PlayerGui:children()) do
  2217. if v.Name == "tracker" and v:isA("BillboardGui") then
  2218. v:Destroy()
  2219. end
  2220. end
  2221. end
  2222.  
  2223. espall.MouseButton1Down:connect(function()
  2224. if not esp then
  2225. Find()
  2226. warn("Jailbreak ESP Enabled")
  2227. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  2228. esp = true
  2229. else
  2230. Clear()
  2231. track = false
  2232. warn("Jailbreak ESP Disabled")
  2233. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  2234. esp = false
  2235. end
  2236. end)
  2237.  
  2238. closegamestuff.MouseButton1Down:connect(function()
  2239. gamestuffgui.Visible = false
  2240. mainframe.Visible = true
  2241. end)
  2242.  
  2243. closeextrastuff.MouseButton1Down:connect(function()
  2244. extrastuff.Visible = false
  2245. mainframe.Visible = true
  2246. end)
  2247.  
  2248. closeteleportgui.MouseButton1Down:connect(function()
  2249. teleportgui.Visible = false
  2250. mainframe.Visible = true
  2251. end)
  2252.  
  2253. banknotification.MouseButton1Down:connect(function()
  2254. pcall(function()
  2255. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  2256. local Info = Bank.Extra.Sign.Decal
  2257. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2258. if Info.Transparency ~= 0 then
  2259. local cb = Instance.new("BindableFunction")
  2260. cb.OnInvoke = function(arg)
  2261. if arg == "Teleport" then
  2262. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10, 18, 784)
  2263. end
  2264. end
  2265. game:GetService("StarterGui"):SetCore("SendNotification",{
  2266. Title = "Bank is ready!",
  2267. Text = "Bank is ready!",
  2268. Duration = 4,
  2269. Button1 = "Dismiss",
  2270. Button2 = "Teleport",
  2271. Callback = cb
  2272. })
  2273. end
  2274. end)
  2275. end)
  2276. end)
  2277.  
  2278. jewerlynotification.MouseButton1Down:connect(function()
  2279. pcall(function()
  2280. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  2281. local Info = Jewelry.Extra.Sign.Decal
  2282. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  2283. if Info.Transparency ~= 0 then
  2284. local cb = Instance.new("BindableFunction")
  2285. cb.OnInvoke = function(arg)
  2286. if arg == "Teleport" then
  2287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(142, 18, 1365)
  2288. end
  2289. end
  2290. game:GetService("StarterGui"):SetCore("SendNotification",{
  2291. Title = "Jewelry is ready!",
  2292. Text = "Jewelry is ready!",
  2293. Duration = 4,
  2294. Button1 = "Dismiss",
  2295. Button2 = "Teleport",
  2296. Callback = cb
  2297. })
  2298. end
  2299. end)
  2300. end)
  2301. end)
  2302.  
  2303. KeyCard.MouseButton1Down:connect(function()
  2304. game.Players.LocalPlayer.TeamValue.Value= "Police"
  2305. end)
  2306.  
  2307. platform.MouseButton1Down:connect(function()
  2308. local p = Instance.new("Part", workspace)
  2309. p.Size = Vector3.new(30,0.5,30)
  2310. p.Anchored = true
  2311. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  2312. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  2313. spawn(function()
  2314. while p.Parent do
  2315. wait(1)
  2316. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  2317. p:Destroy()
  2318. end
  2319. end
  2320. end)
  2321. end)
  2322.  
  2323.  
  2324. local Tracers = {}
  2325.  
  2326. local function AddLasso(p,team)
  2327. if not Tracers[team.Name] then return end
  2328. if p == plr then return end
  2329. spawn(function()
  2330. if p.Character then
  2331. local l = Instance.new("SelectionPartLasso")
  2332. l.Parent = p.Character
  2333. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  2334. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  2335. l.Visible = true
  2336. l.Color3 = team.TeamColor.Color
  2337. for i=0,5 do
  2338. local sg = Instance.new("SurfaceGui")
  2339. sg.Face = i
  2340. sg.Parent = p.Character
  2341. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  2342. sg.AlwaysOnTop = true
  2343. local f = Instance.new("Frame", sg)
  2344. f.Size = UDim2.new(1,0,1,0)
  2345. f.BorderSizePixel = 0
  2346. f.BackgroundColor3 = team.TeamColor.Color
  2347. f.BackgroundTransparency = 0.5
  2348. end
  2349. end
  2350. end)
  2351. end
  2352.  
  2353. local function RemoveLasso(p)
  2354. if not p.Character then return end
  2355. for i,v in pairs(p.Character:GetDescendants()) do
  2356. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  2357. v:Destroy()
  2358. end
  2359. end
  2360. end
  2361.  
  2362. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  2363. team.PlayerAdded:connect(function(p)
  2364. AddLasso(p,team)
  2365. end)
  2366.  
  2367. team.PlayerRemoved:connect(function(p)
  2368. RemoveLasso(p)
  2369. end)
  2370. end
  2371.  
  2372. function ToggleTracers(team, bool)
  2373. Tracers[team] = bool
  2374. local t = game:GetService("Teams"):FindFirstChild(team)
  2375. if not t then return end
  2376. for i,v in pairs(t:GetPlayers()) do
  2377. if bool then
  2378. AddLasso(v,t)
  2379. else
  2380. RemoveLasso(v)
  2381. end
  2382. end
  2383. end
  2384.  
  2385. local function CharAdded(plr, char)
  2386. if Tracers[tostring(plr.Team)] then
  2387. AddLasso(plr,plr.Team)
  2388. end
  2389. end
  2390.  
  2391. local function PlrAdded(plr)
  2392. plr.CharacterAdded:connect(function(char)
  2393. CharAdded(plr, char)
  2394. end)
  2395. if plr.Character then
  2396. CharAdded(plr, plr.Character)
  2397. end
  2398. end
  2399.  
  2400. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  2401. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  2402. PlrAdded(v)
  2403. end
  2404.  
  2405. tracers.MouseButton1Down:connect(function()
  2406. local curr = Tracers.Text:sub(10)
  2407. if curr ~= "None" then
  2408. ToggleTracers(curr, false)
  2409. end
  2410. local teams = {"None", "Police", "Criminal", "Prisoner"}
  2411. local new = ""
  2412. for i,v in pairs(teams) do
  2413. if v == curr then
  2414. new = teams[i + 1] or teams[1]
  2415. end
  2416. end
  2417. if new ~= "None" then
  2418. ToggleTracers(new, true)
  2419. end
  2420. Tracers.Text = "Tracers: " .. new
  2421. end)
  2422.  
  2423. lowgravity.MouseButton1Down:connect(function()
  2424. local t = lowgravity.Text == "Low Gravity" and true or false
  2425. workspace.Gravity = t and 50 or 196.2
  2426. lowgravity.Text = t and "Normal Gravity" or "Low Gravity"
  2427. end)
  2428.  
  2429. highjump.MouseButton1Down:connect(function()
  2430. if Jump == true then
  2431. Jump = false
  2432. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  2433. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: OFF"
  2434. else
  2435. Jump = true
  2436. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  2437. game.CoreGui.JailFix.gamestuffgui.highjump.Text = "HighJump: ON"
  2438. end
  2439. end)
  2440.  
  2441. godmode.MouseButton1Down:connect(function()
  2442. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  2443. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  2444. l.Parent = game.Players.LocalPlayer.Character
  2445. l.Name = "Humanoid"
  2446. wait(0.1)
  2447. game.Players.LocalPlayer.Character["1"]:Destroy()
  2448. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  2449. game.Players.LocalPlayer.Character.Animate.Disabled = true
  2450. wait(0.1)
  2451. game.Players.LocalPlayer.Character.Animate.Disabled = false
  2452. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  2453. end)
  2454.  
  2455. suicide.MouseButton1Down:connect(function()
  2456. game.Players.LocalPlayer.Character.Humanoid.Health = "0"
  2457. end)
  2458.  
  2459. autorobtrain.MouseButton1Down:connect(function()
  2460. local Time = 42
  2461. local plr = game:GetService("Players").LocalPlayer
  2462. local doit = true
  2463.  
  2464. plr.Chatted:connect(function(chat)
  2465. if chat:lower() == "start" then
  2466. doit = true
  2467. end
  2468. if chat:lower() == "stop" then
  2469. doit = false
  2470. end
  2471. end)
  2472.  
  2473. if workspace:FindFirstChild("Trains") then
  2474. local rob = function()
  2475. if doit == true then
  2476. if workspace.Trains:FindFirstChild("BoxCar") then
  2477. if workspace.Trains.BoxCar:FindFirstChild("Skeleton") then
  2478. local roof = workspace.Trains.BoxCar.Skeleton.RoofDoorClosed
  2479. local vaultdoor = workspace.Trains.BoxCar.Model.Rob.Doorframe
  2480. local opendet = workspace.Trains.BoxCar.Skeleton.Vault.Part.Open
  2481. if roof.Open.Value == true then
  2482. for i = 1,50 do
  2483. if doit == false then
  2484. break
  2485. end
  2486. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  2487. wait()
  2488. end
  2489. for i = 1,50 do
  2490. if doit == false then
  2491. break
  2492. end
  2493. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  2494. wait()
  2495. end
  2496. repeat
  2497. if doit == false then
  2498. break
  2499. end
  2500. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  2501. wait(1)
  2502. until opendet.Value == true
  2503. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  2504. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  2505. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  2506. for i = 1,Time do
  2507. if doit == false then
  2508. break
  2509. end
  2510. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  2511. wait(1)
  2512. end
  2513. end
  2514. end
  2515. for i = 1,50 do
  2516. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  2517. wait()
  2518. end
  2519. else
  2520. repeat
  2521. if doit == false then
  2522. break
  2523. end
  2524. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,5,0)
  2525. wait()
  2526. until roof.Open.Value == true
  2527. for i = 1,50 do
  2528. if doit == false then
  2529. break
  2530. end
  2531. plr.Character.HumanoidRootPart.CFrame = roof.CFrame + Vector3.new(0,-5,0)
  2532. wait()
  2533. end
  2534. repeat
  2535. if doit == false then
  2536. break
  2537. end
  2538. plr.Character.HumanoidRootPart.CFrame = vaultdoor.CFrame + Vector3.new(4,0,0)
  2539. wait(1)
  2540. until opendet.Value == true
  2541. if workspace.Trains.BoxCar:FindFirstChild("Model") then
  2542. if workspace.Trains.BoxCar.Model:FindFirstChild("Rob") then
  2543. local Gold = workspace.Trains.BoxCar.Model.Rob.Gold
  2544. for i = 1,Time do
  2545. if doit == false then
  2546. break
  2547. end
  2548. plr.Character.HumanoidRootPart.CFrame = Gold.CFrame
  2549. wait(1)
  2550. end
  2551. end
  2552. end
  2553. for i = 1,50 do
  2554. plr.Character.HumanoidRootPart.CFrame = CFrame.new(204.296112, 64.0945435, 88.9027939) --Outside
  2555. wait()
  2556. end
  2557. end
  2558. end
  2559. end
  2560. end
  2561. end
  2562. rob()
  2563. workspace.Trains.ChildAdded:connect(function()
  2564. wait(20)
  2565. rob()
  2566. end)
  2567. end
  2568. end)
  2569.  
  2570. f3x.MouseButton1Down:connect(function()
  2571. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  2572. loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
  2573. end)
  2574.  
  2575. goto.MouseButton1Down:connect(function()
  2576. local name = playername.Text
  2577. local player = game.Players:FindFirstChild(name)
  2578.  
  2579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame
  2580. end)
  2581.  
  2582. autorob.MouseButton1Down:connect(function()
  2583. robbed = false
  2584. trobbed = 0
  2585. canBank = 3000
  2586. canJew = 3000
  2587. local trialSTARTTIME = os.time()
  2588. wait(2)
  2589. idle = 0
  2590. nam =game:GetService("Players").LocalPlayer.Name
  2591.  
  2592. game:GetService('RunService').Stepped:connect(function()
  2593. for a, b in pairs(game.Workspace:GetChildren()) do
  2594. if b.Name == nam then
  2595. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  2596. if v:IsA("BasePart") then
  2597. v.CanCollide = false
  2598.  
  2599. end
  2600. end
  2601. end
  2602. end
  2603. end)
  2604.  
  2605.  
  2606. workspace[nam].Head.Changed:connect(function()
  2607. for a, b in pairs(game.Workspace:GetChildren()) do
  2608. if b.Name == nam then
  2609. for i, v in pairs(game.Workspace[nam]:GetChildren()) do
  2610. if v:IsA("BasePart") then
  2611. v.CanCollide = false
  2612.  
  2613. end
  2614. end
  2615. end
  2616. end
  2617. end)
  2618. local Player = game:GetService("Players").LocalPlayer
  2619. local GUI = Instance.new("ScreenGui", Player.PlayerGui)
  2620. local ImageLabel = Instance.new("ImageLabel",GUI)
  2621. ImageLabel.Image = "rbxassetid://1266969676"
  2622. ImageLabel.Draggable = true
  2623. GUI.ResetOnSpawn = false
  2624. ImageLabel.Active = true
  2625. local ImageLabelc = Instance.new("TextLabel",ImageLabel)
  2626. local ImageLabelz = Instance.new("TextLabel",ImageLabel)
  2627. ImageLabelc.BackgroundTransparency = 1
  2628. ImageLabelc.Visible = false
  2629. ImageLabelc.TextScaled = true
  2630. ImageLabelc.Size = UDim2.new(.8,0,.25,0)
  2631. ImageLabelc.Position = UDim2.new(.1,0,.45,0)
  2632. ImageLabelz.BackgroundTransparency = 1
  2633. ImageLabelz.Visible = true
  2634. ImageLabelz.TextScaled = true
  2635. ImageLabelz.Size = UDim2.new(.2,0,.1,0)
  2636. ImageLabelz.Position = UDim2.new(0,0,0.9,0)
  2637. ImageLabelz.Text = "version 0.1"
  2638. ImageLabelz.TextColor3 = Color3.new(1,1,1)
  2639. btnStart = Instance.new("ImageButton",ImageLabel)
  2640. btnStart.Size = UDim2.new(.5,0,.185,0)
  2641. btnStart.Position = UDim2.new(.25,0,.52,0)
  2642. btnStart.Image = "rbxassetid://1267027315"
  2643. btnStart.BorderSizePixel = 0
  2644. btnStart.BorderColor3 = Color3.new(.2,0,.3)
  2645.  
  2646. local light = game:GetService("Workspace").Banks:FindFirstChildOfClass("Model").Extra.Light
  2647. local lightj = game:GetService("Workspace").Jewelrys:FindFirstChildOfClass("Model").Extra.Light
  2648. ImageLabel.Size = UDim2.new(0,375,0,250)
  2649. btnStart.MouseButton1Down:connect(function()
  2650. ImageLabelc.Visible = true
  2651. ImageLabelc.Text = "Waiting for a bank to open.."
  2652. ImageLabelc.TextColor3 = Color3.new(.5,0,1)
  2653. ImageLabelc.Font = Enum.Font.ArialBold
  2654. ImageLabelc.TextStrokeTransparency = 0
  2655. ImageLabelc.TextStrokeColor3 = Color3.new(.2,0,.5)
  2656. btnStart.Visible = false
  2657. Player.Character.UpperTorso.Anchored = true
  2658. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2659. wait(.2)
  2660. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2661. wait(.2)
  2662. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2663. wait(.2)
  2664. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2665. wait(.2)
  2666. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2667. wait(.2)
  2668. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2669. wait(.2)
  2670. Player.Character.HumanoidRootPart.CFrame = CFrame.new(Player.Character.HumanoidRootPart.CFrame.p.X,Player.Character.HumanoidRootPart.CFrame.p.Y+20,Player.Character.HumanoidRootPart.CFrame.p.Z)
  2671. wait(1)
  2672.  
  2673. velocity = Instance.new("BodyPosition", Player.Character.UpperTorso)
  2674. velocity.maxForce = Vector3.new(100000, 100000, 100000)
  2675. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  2676. gyro = Instance.new("BodyGyro", Player.Character.UpperTorso)
  2677. gyro.maxTorque = Vector3.new(100000, 100000, 100000)
  2678. Player.Character.UpperTorso.Anchored = false
  2679. while (light.Position - Player.Character.UpperTorso.Position).magnitude > 60 do
  2680. wait(.1)
  2681. Player.Character.Humanoid.Jump = true
  2682. end
  2683. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  2684. gyro:Destroy()
  2685.  
  2686.  
  2687. while wait(.1) do
  2688. canBank = canBank + 1
  2689. canJew = canJew + 1
  2690. if idle > 30 then
  2691. idle = 0
  2692. Player.Character.Humanoid.Jump = true
  2693. else
  2694. idle = idle + 1
  2695. end
  2696. Player.Character:WaitForChild("UpperTorso")
  2697. Player.Character.Humanoid.PlatformStand = false
  2698. if velocity.Parent ~= Player.Character.UpperTorso then
  2699. velocity.Parent = Player.Character.UpperTorso
  2700. end
  2701. if (light.Position - Player.Character.UpperTorso.Position).magnitude > 40 then
  2702. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  2703. else
  2704. if not robbed then
  2705. velocity.maxForce = Vector3.new(00000, 0000, 0000)
  2706. end
  2707.  
  2708. end
  2709. if canBank > 3000 then
  2710. if light.SurfaceLight.Enabled then
  2711. canBank = 0
  2712. robbed = true
  2713. ImageLabelc.Text = "Robbing bank!"
  2714. velocity.Position = Vector3.new(23.69,18.16,846.23)
  2715. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  2716. wait(2)
  2717. Player.Character.Humanoid.PlatformStand = true
  2718. velocity.Position = Vector3.new(18.53, 0.766, 816.56)
  2719. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  2720. wait(3)
  2721. Player.Character.Humanoid.PlatformStand = false
  2722. wait(45)
  2723. trobbed = trobbed + 1
  2724.  
  2725. Player.Character.Humanoid.PlatformStand = true
  2726. velocity.Position = Vector3.new(-6.3, 17.86, 827.9)
  2727. velocity.maxForce = Vector3.new(100000, 10000, 100000)
  2728. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  2729. wait(3)
  2730. Player.Character.Humanoid.PlatformStand = false
  2731.  
  2732. end
  2733. elseif canJew > 3000 then
  2734. if lightj.SurfaceLight.Enabled then
  2735. canJew = 0
  2736. ImageLabelc.Text = "Robbing jewelry store.."
  2737. Player.Character.Humanoid.PlatformStand = true
  2738. velocity.Position = Vector3.new(142.99,18.6,1349.5)
  2739. wait(3)
  2740. velocity.Position = Vector3.new(122.173,16.52,1308.727)
  2741. wait(4)
  2742. velocity.Position = Vector3.new(111.2,17.39,1332.67)
  2743. wait(4)
  2744. velocity.Position = Vector3.new(125.43,17.75,1328.31)
  2745. wait(4)
  2746. velocity.Position = Vector3.new(141.287, 18.2,1315.98)
  2747. wait(4)
  2748. velocity.Position = Vector3.new(108.606,17.131,1320.33)
  2749. wait(4)
  2750. velocity.Position = Vector3.new(123.107,18.13,1321.723)
  2751. wait(4)
  2752. velocity.Position = Vector3.new(122.56,17.39,1312.67)
  2753. wait(4)
  2754. velocity.Position = Vector3.new(138.37,17.76,1308.8)
  2755. wait(4)
  2756. Player.Character.Humanoid.PlatformStand = false
  2757. velocity.Position = Vector3.new(-264.7,18.31,1563.9)
  2758. trobbed = trobbed + 1
  2759. ImageLabelc.Text = "Robbed ".. tostring(trobbed) .. " times! "
  2760. end
  2761. end
  2762. end
  2763. end)
  2764. end)
  2765.  
  2766. spawnblocks.MouseButton1Down:connect(function()
  2767. local b = Instance.new("Part", game.Workspace)
  2768. b.Anchored = true
  2769. wait(1)
  2770. b.Position = Vector3.new("0, 10, 0")
  2771. while true do
  2772. wait(.00000000001)
  2773. b = Instance.new("Part", game.Workspace)
  2774. end
  2775. end)
  2776.  
  2777. infiniteammo.MouseButton1Down:connect(function()
  2778. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Ammo.MagSize.RobloxLocked=true
  2779. end)
  2780.  
  2781. bluecolor.MouseButton1Down:connect(function()
  2782. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2783. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2784. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2785. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2786. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2787. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2788. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2789. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2790. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2791. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2792. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2793. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2794. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2795. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2796. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2797. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2798. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2799. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2800. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2801. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2802. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2803. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2804. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2805. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2806. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2807. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2808. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2809. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2810. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2811. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2812. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2813. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2814. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2815. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2816. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2817. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2818. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2819. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2820. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2821. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2822. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2823. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2824. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2825. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2826. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2827. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2828. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2829. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2830. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2831. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2832. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  2833. end)
  2834.  
  2835. redcolor.MouseButton1Down:connect(function()
  2836. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.new(1, 0, 0)
  2837. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  2838. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.new(1, 0, 0)
  2839. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  2840. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.new(1, 0, 0)
  2841. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  2842. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.new(1, 0, 0)
  2843. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.new(1, 0, 0)
  2844. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  2845. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.new(1, 0, 0)
  2846. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.new(1, 0, 0)
  2847. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.new(1, 0, 0)
  2848. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.new(1, 0, 0)
  2849. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.new(1, 0, 0)
  2850. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.new(1, 0, 0)
  2851. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.new(1, 0, 0)
  2852. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.new(1, 0, 0)
  2853. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.new(1, 0, 0)
  2854. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.new(1, 0, 0)
  2855. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  2856. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.new(1, 0, 0)
  2857. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.new(1, 0, 0)
  2858. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.new(1, 0, 0)
  2859. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.new(1, 0, 0)
  2860. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.new(1, 0, 0)
  2861. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.new(1, 0, 0)
  2862. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.new(1, 0, 0)
  2863. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.new(1, 0, 0)
  2864. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.new(1, 0, 0)
  2865. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.new(1, 0, 0)
  2866. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.new(1, 0, 0)
  2867. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.new(1, 0, 0)
  2868. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.new(1, 0, 0)
  2869. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.new(1, 0, 0)
  2870. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  2871. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.new(1, 0, 0)
  2872. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.new(1, 0, 0)
  2873. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.new(1, 0, 0)
  2874. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  2875. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.new(1, 0, 0)
  2876. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  2877. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.new(1, 0, 0)
  2878. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.new(1, 0, 0)
  2879. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.new(1, 0, 0)
  2880. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.new(1, 0, 0)
  2881. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.new(1, 0, 0)
  2882. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.new(1, 0, 0)
  2883. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.new(1, 0, 0)
  2884. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.new(1, 0, 0)
  2885. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.new(1, 0, 0)
  2886. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  2887. end)
  2888.  
  2889. greencolor.MouseButton1Down:connect(function()
  2890. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2891. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2892. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2893. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2894. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2895. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2896. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2897. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2898. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2899. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2900. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2901. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2902. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2903. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2904. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2905. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2906. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2907. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2908. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2909. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2910. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2911. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2912. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2913. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2914. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2915. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2916. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2917. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2918. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2919. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2920. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2921. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2922. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2923. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2924. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2925. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2926. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2927. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2928. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2929. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2930. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2931. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2932. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2933. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2934. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2935. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2936. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2937. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2938. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2939. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2940. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(103, 255, 32)
  2941. end)
  2942.  
  2943. yellowcolor.MouseButton1Down:connect(function()
  2944. game.CoreGui.JailFix.mainframe.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2945. game.CoreGui.JailFix.mainframe.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2946. game.CoreGui.JailFix.mainframe.Teleports.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2947. game.CoreGui.JailFix.mainframe.GameStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2948. game.CoreGui.JailFix.mainframe.ExtraStuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2949. game.CoreGui.JailFix.teleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2950. game.CoreGui.JailFix.teleportgui.bankin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2951. game.CoreGui.JailFix.teleportgui.bankout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2952. game.CoreGui.JailFix.teleportgui.closeteleportgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2953. game.CoreGui.JailFix.teleportgui.criminalbase1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2954. game.CoreGui.JailFix.teleportgui.criminalbase2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2955. game.CoreGui.JailFix.teleportgui.donutshop.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2956. game.CoreGui.JailFix.teleportgui.gasstation.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2957. game.CoreGui.JailFix.teleportgui.jewerlyin.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2958. game.CoreGui.JailFix.teleportgui.jewerlyout.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2959. game.CoreGui.JailFix.teleportgui.police1.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2960. game.CoreGui.JailFix.teleportgui.police2.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2961. game.CoreGui.JailFix.teleportgui.prisionbase.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2962. game.CoreGui.JailFix.teleportgui.trainspawn.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2963. game.CoreGui.JailFix.teleportgui.nameeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2964. game.CoreGui.JailFix.gamestuffgui.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2965. game.CoreGui.JailFix.gamestuffgui.btools.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2966. game.CoreGui.JailFix.gamestuffgui.clicktp.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2967. game.CoreGui.JailFix.gamestuffgui.closegamestuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2968. game.CoreGui.JailFix.gamestuffgui.espall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2969. game.CoreGui.JailFix.gamestuffgui.f3x.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2970. game.CoreGui.JailFix.gamestuffgui.fly.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2971. game.CoreGui.JailFix.gamestuffgui.godmode.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2972. game.CoreGui.JailFix.gamestuffgui.goto.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2973. game.CoreGui.JailFix.gamestuffgui.highjump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2974. game.CoreGui.JailFix.gamestuffgui.infinitejump.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2975. game.CoreGui.JailFix.gamestuffgui.lowgravity.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2976. game.CoreGui.JailFix.gamestuffgui.platform.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2977. game.CoreGui.JailFix.gamestuffgui.playername.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2978. game.CoreGui.JailFix.gamestuffgui.spamarrest.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2979. game.CoreGui.JailFix.gamestuffgui.spawnblocks.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2980. game.CoreGui.JailFix.gamestuffgui.suicide.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2981. game.CoreGui.JailFix.gamestuffgui.tracers.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2982. game.CoreGui.JailFix.gamestuffgui.walkspeed.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2983. game.CoreGui.JailFix.gamestuffgui.nameeeeeeeee.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2984. game.CoreGui.JailFix.extrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2985. game.CoreGui.JailFix.extrastuff.KeyCard.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2986. game.CoreGui.JailFix.extrastuff.infiniteammo.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2987. game.CoreGui.JailFix.extrastuff.allitemsgiver.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2988. game.CoreGui.JailFix.extrastuff.autorob.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2989. game.CoreGui.JailFix.extrastuff.autorobtrain.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2990. game.CoreGui.JailFix.extrastuff.banknotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2991. game.CoreGui.JailFix.extrastuff.closeextrastuff.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2992. game.CoreGui.JailFix.extrastuff.jewerlynotification.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2993. game.CoreGui.JailFix.extrastuff.removeall.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2994. game.CoreGui.JailFix.extrastuff.TextLabel.BackgroundColor3 = Color3.fromRGB(246, 255, 65)
  2995. end)
  2996. end)
  2997.  
  2998. JailFuck.Name = "JailFuck"
  2999. JailFuck.Parent = ScrollingFrame
  3000. JailFuck.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  3001. JailFuck.Position = UDim2.new(0.105127044, 0, 0.06923078, 0)
  3002. JailFuck.Size = UDim2.new(0, 200, 0, 50)
  3003. JailFuck.Font = Enum.Font.Cartoon
  3004. JailFuck.Text = "JailFuck"
  3005. JailFuck.TextColor3 = Color3.new(0, 0, 0)
  3006. JailFuck.TextScaled = true
  3007. JailFuck.TextSize = 14
  3008. JailFuck.TextWrapped = true
  3009. JailFuck.MouseButton1Down:connect(function()
  3010. print ('Welcome to JailFuck Version 1.1 This is made by Not Pnyx and some functions by iMostafaExploitz')
  3011. print ('Patch Notes:')
  3012. print ('Fixed Open Button not Disappearing')
  3013. print ('If you see any errors or text under here in red DM me with a screenshot, and I will try to fix it')
  3014. -- Objects
  3015.  
  3016. local JailFuck = Instance.new("ScreenGui")
  3017. local JailFuckAgreement = Instance.new("Frame")
  3018. local JFAgreeLabel = Instance.new("TextLabel")
  3019. local JFAgreeTxt = Instance.new("TextLabel")
  3020. local UnderstoodContinueButton = Instance.new("TextButton")
  3021. local JailFuckMain = Instance.new("Frame")
  3022. local Teleports = Instance.new("TextButton")
  3023. local Functions = Instance.new("TextButton")
  3024. local TopBar = Instance.new("Frame")
  3025. local CloseButtonMainMenu = Instance.new("TextButton")
  3026. local JailFuckVerTopBar = Instance.new("TextLabel")
  3027. local MainMenuTxt = Instance.new("TextLabel")
  3028. local JailFuckFunctions = Instance.new("Frame")
  3029. local TopBar_2 = Instance.new("Frame")
  3030. local CloseButtonFunctionsMenu = Instance.new("TextButton")
  3031. local JailFuckVerTopBar_2 = Instance.new("TextLabel")
  3032. local BackToHomeFunctionsMenu = Instance.new("TextButton")
  3033. local FunctionLabel = Instance.new("TextLabel")
  3034. local InfRFuel = Instance.new("TextButton")
  3035. local GodBuggy = Instance.new("TextButton")
  3036. local Walkspeed = Instance.new("TextButton")
  3037. local Shotgun = Instance.new("TextButton")
  3038. local Pistol = Instance.new("TextButton")
  3039. local Noclip = Instance.new("TextButton")
  3040. local RemoveDoors = Instance.new("TextButton")
  3041. local GravSelection = Instance.new("TextBox")
  3042. local SetTheGravity = Instance.new("TextButton")
  3043. local DestroyCityBuildings = Instance.new("TextButton")
  3044. local JailFuckTeleports = Instance.new("Frame")
  3045. local TopBar_3 = Instance.new("Frame")
  3046. local CloseButtonTeleportsMenu = Instance.new("TextButton")
  3047. local JailFuckVerTopBar_3 = Instance.new("TextLabel")
  3048. local BackToHomeTeleportsMenu = Instance.new("TextButton")
  3049. local TeleportLabel = Instance.new("TextLabel")
  3050. local Ferrari = Instance.new("TextButton")
  3051. local BankIn = Instance.new("TextButton")
  3052. local TrainSpawn = Instance.new("TextButton")
  3053. local DealerShip = Instance.new("TextButton")
  3054. local Helipad = Instance.new("TextButton")
  3055. local TPButton = Instance.new("TextButton")
  3056. local SecondHelipad = Instance.new("TextButton")
  3057. local PoliceStation = Instance.new("TextButton")
  3058. local Porsche = Instance.new("TextButton")
  3059. local PYard = Instance.new("TextButton")
  3060. local Museum = Instance.new("TextButton")
  3061. local Lambo = Instance.new("TextButton")
  3062. local JewTop = Instance.new("TextButton")
  3063. local BankOut = Instance.new("TextButton")
  3064. local JewIn = Instance.new("TextButton")
  3065. local GasStation = Instance.new("TextButton")
  3066. local Ciminal1 = Instance.new("TextButton")
  3067. local Tesla = Instance.new("TextButton")
  3068. local Criminal2 = Instance.new("TextButton")
  3069. local OpenButton = Instance.new("TextButton")
  3070.  
  3071. -- Properties
  3072.  
  3073. JailFuck.Name = "JailFuck"
  3074. JailFuck.Parent = game.CoreGui
  3075.  
  3076. JailFuckAgreement.Name = "JailFuckAgreement"
  3077. JailFuckAgreement.Parent = JailFuck
  3078. JailFuckAgreement.BackgroundColor3 = Color3.new(0, 0, 1)
  3079. JailFuckAgreement.BorderColor3 = Color3.new(1, 1, 1)
  3080. JailFuckAgreement.BorderSizePixel = 3
  3081. JailFuckAgreement.Position = UDim2.new(0.154201299, 0, 0.279456198, 0)
  3082. JailFuckAgreement.Size = UDim2.new(0, 254, 0, 274)
  3083.  
  3084. JFAgreeLabel.Name = "JFAgreeLabel"
  3085. JFAgreeLabel.Parent = JailFuckAgreement
  3086. JFAgreeLabel.BackgroundColor3 = Color3.new(0, 0, 1)
  3087. JFAgreeLabel.BorderColor3 = Color3.new(1, 1, 1)
  3088. JFAgreeLabel.BorderSizePixel = 0
  3089. JFAgreeLabel.Position = UDim2.new(0.104765125, 0, 0.000330775976, 0)
  3090. JFAgreeLabel.Size = UDim2.new(0, 200, 0, 50)
  3091. JFAgreeLabel.Font = Enum.Font.Cartoon
  3092. JFAgreeLabel.Text = "JailFuck"
  3093. JFAgreeLabel.TextColor3 = Color3.new(1, 1, 1)
  3094. JFAgreeLabel.TextScaled = true
  3095. JFAgreeLabel.TextSize = 14
  3096. JFAgreeLabel.TextWrapped = true
  3097.  
  3098. JFAgreeTxt.Name = "JFAgreeTxt"
  3099. JFAgreeTxt.Parent = JailFuckAgreement
  3100. JFAgreeTxt.BackgroundColor3 = Color3.new(0, 0, 1)
  3101. JFAgreeTxt.BorderColor3 = Color3.new(1, 1, 1)
  3102. JFAgreeTxt.BorderSizePixel = 0
  3103. JFAgreeTxt.Position = UDim2.new(0.051181104, 0, 0.167883202, 0)
  3104. JFAgreeTxt.Size = UDim2.new(0, 227, 0, 182)
  3105. JFAgreeTxt.Font = Enum.Font.Cartoon
  3106. JFAgreeTxt.Text = "JailFuck and the creators are not responsable for anything that happens to your account while using our GUI. JailFuck is a GUI made for Jailbreak. Made to A, Make Exploiting on roblox a lot easier. Some scripts in this GUI are not mine and made by iMostafaExploitz. The rest Is scripted and Designed by Not Pnyx."
  3107. JFAgreeTxt.TextColor3 = Color3.new(1, 1, 1)
  3108. JFAgreeTxt.TextScaled = true
  3109. JFAgreeTxt.TextSize = 14
  3110. JFAgreeTxt.TextWrapped = true
  3111.  
  3112. UnderstoodContinueButton.Name = "UnderstoodContinueButton"
  3113. UnderstoodContinueButton.Parent = JailFuckAgreement
  3114. UnderstoodContinueButton.BackgroundColor3 = Color3.new(0, 0, 1)
  3115. UnderstoodContinueButton.BorderColor3 = Color3.new(1, 1, 1)
  3116. UnderstoodContinueButton.BorderSizePixel = 3
  3117. UnderstoodContinueButton.Position = UDim2.new(0.236220464, 0, 0.864963531, 0)
  3118. UnderstoodContinueButton.Size = UDim2.new(0, 133, 0, 29)
  3119. UnderstoodContinueButton.Font = Enum.Font.Cartoon
  3120. UnderstoodContinueButton.Text = "Understood"
  3121. UnderstoodContinueButton.TextColor3 = Color3.new(1, 1, 1)
  3122. UnderstoodContinueButton.TextSize = 20
  3123.  
  3124. JailFuckMain.Name = "JailFuckMain"
  3125. JailFuckMain.Parent = JailFuck
  3126. JailFuckMain.Active = true
  3127. JailFuckMain.BackgroundColor3 = Color3.new(0, 0, 1)
  3128. JailFuckMain.BorderColor3 = Color3.new(1, 1, 1)
  3129. JailFuckMain.BorderSizePixel = 3
  3130. JailFuckMain.Position = UDim2.new(0.148661122, 0, 0.333836854, 0)
  3131. JailFuckMain.Size = UDim2.new(0, 306, 0, 220)
  3132. JailFuckMain.Visible = false
  3133.  
  3134. Teleports.Name = "Teleports"
  3135. Teleports.Parent = JailFuckMain
  3136. Teleports.BackgroundColor3 = Color3.new(0, 0, 1)
  3137. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  3138. Teleports.BorderSizePixel = 3
  3139. Teleports.Position = UDim2.new(0.238562107, 0, 0.390909076, 0)
  3140. Teleports.Size = UDim2.new(0, 159, 0, 47)
  3141. Teleports.Font = Enum.Font.Cartoon
  3142. Teleports.Text = "Teleports"
  3143. Teleports.TextColor3 = Color3.new(1, 1, 1)
  3144. Teleports.TextSize = 30
  3145. Teleports.TextWrapped = true
  3146.  
  3147. Functions.Name = "Functions"
  3148. Functions.Parent = JailFuckMain
  3149. Functions.BackgroundColor3 = Color3.new(0, 0, 1)
  3150. Functions.BorderColor3 = Color3.new(1, 1, 1)
  3151. Functions.BorderSizePixel = 3
  3152. Functions.Position = UDim2.new(0.238562107, 0, 0.663636386, 0)
  3153. Functions.Size = UDim2.new(0, 159, 0, 47)
  3154. Functions.Font = Enum.Font.Cartoon
  3155. Functions.Text = "Functions"
  3156. Functions.TextColor3 = Color3.new(1, 1, 1)
  3157. Functions.TextSize = 30
  3158. Functions.TextWrapped = true
  3159.  
  3160. TopBar.Name = "TopBar"
  3161. TopBar.Parent = JailFuckMain
  3162. TopBar.BackgroundColor3 = Color3.new(0, 0, 1)
  3163. TopBar.BorderColor3 = Color3.new(1, 1, 1)
  3164. TopBar.BorderSizePixel = 3
  3165. TopBar.Size = UDim2.new(0, 306, 0, 18)
  3166.  
  3167. CloseButtonMainMenu.Name = "CloseButtonMainMenu"
  3168. CloseButtonMainMenu.Parent = TopBar
  3169. CloseButtonMainMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  3170. CloseButtonMainMenu.BorderColor3 = Color3.new(1, 1, 1)
  3171. CloseButtonMainMenu.BorderSizePixel = 3
  3172. CloseButtonMainMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  3173. CloseButtonMainMenu.Size = UDim2.new(0, 17, 0, 18)
  3174. CloseButtonMainMenu.Font = Enum.Font.ArialBold
  3175. CloseButtonMainMenu.Text = "X"
  3176. CloseButtonMainMenu.TextColor3 = Color3.new(1, 1, 1)
  3177. CloseButtonMainMenu.TextScaled = true
  3178. CloseButtonMainMenu.TextSize = 22
  3179. CloseButtonMainMenu.TextWrapped = true
  3180.  
  3181. JailFuckVerTopBar.Name = "JailFuckVerTopBar"
  3182. JailFuckVerTopBar.Parent = TopBar
  3183. JailFuckVerTopBar.BackgroundColor3 = Color3.new(0, 0, 1)
  3184. JailFuckVerTopBar.BackgroundTransparency = 1
  3185. JailFuckVerTopBar.BorderColor3 = Color3.new(1, 1, 1)
  3186. JailFuckVerTopBar.BorderSizePixel = 3
  3187. JailFuckVerTopBar.Position = UDim2.new(0.071895428, 0, 0, 0)
  3188. JailFuckVerTopBar.Size = UDim2.new(0, 261, 0, 18)
  3189. JailFuckVerTopBar.Font = Enum.Font.Cartoon
  3190. JailFuckVerTopBar.Text = "JailFuck Version 1.1"
  3191. JailFuckVerTopBar.TextColor3 = Color3.new(1, 1, 1)
  3192. JailFuckVerTopBar.TextScaled = true
  3193. JailFuckVerTopBar.TextSize = 14
  3194. JailFuckVerTopBar.TextWrapped = true
  3195.  
  3196. MainMenuTxt.Name = "MainMenuTxt"
  3197. MainMenuTxt.Parent = JailFuckMain
  3198. MainMenuTxt.BackgroundColor3 = Color3.new(1, 1, 1)
  3199. MainMenuTxt.BackgroundTransparency = 1
  3200. MainMenuTxt.Position = UDim2.new(0.173202619, 0, 0.122727267, 0)
  3201. MainMenuTxt.Size = UDim2.new(0, 200, 0, 50)
  3202. MainMenuTxt.Font = Enum.Font.Cartoon
  3203. MainMenuTxt.Text = "Main Menu"
  3204. MainMenuTxt.TextColor3 = Color3.new(1, 1, 1)
  3205. MainMenuTxt.TextScaled = true
  3206. MainMenuTxt.TextSize = 14
  3207. MainMenuTxt.TextWrapped = true
  3208.  
  3209. JailFuckFunctions.Name = "JailFuckFunctions"
  3210. JailFuckFunctions.Parent = JailFuck
  3211. JailFuckFunctions.Active = true
  3212. JailFuckFunctions.BackgroundColor3 = Color3.new(0, 0, 1)
  3213. JailFuckFunctions.BorderColor3 = Color3.new(1, 1, 1)
  3214. JailFuckFunctions.BorderSizePixel = 3
  3215. JailFuckFunctions.Position = UDim2.new(0.149000004, 0, 0.333999991, 0)
  3216. JailFuckFunctions.Size = UDim2.new(0, 306, 0, 220)
  3217. JailFuckFunctions.Visible = false
  3218.  
  3219. TopBar_2.Name = "TopBar"
  3220. TopBar_2.Parent = JailFuckFunctions
  3221. TopBar_2.BackgroundColor3 = Color3.new(0, 0, 1)
  3222. TopBar_2.BorderColor3 = Color3.new(1, 1, 1)
  3223. TopBar_2.BorderSizePixel = 3
  3224. TopBar_2.Size = UDim2.new(0, 306, 0, 18)
  3225.  
  3226. CloseButtonFunctionsMenu.Name = "CloseButtonFunctionsMenu"
  3227. CloseButtonFunctionsMenu.Parent = TopBar_2
  3228. CloseButtonFunctionsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  3229. CloseButtonFunctionsMenu.BorderColor3 = Color3.new(1, 1, 1)
  3230. CloseButtonFunctionsMenu.BorderSizePixel = 3
  3231. CloseButtonFunctionsMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  3232. CloseButtonFunctionsMenu.Size = UDim2.new(0, 17, 0, 18)
  3233. CloseButtonFunctionsMenu.Font = Enum.Font.ArialBold
  3234. CloseButtonFunctionsMenu.Text = "X"
  3235. CloseButtonFunctionsMenu.TextColor3 = Color3.new(1, 1, 1)
  3236. CloseButtonFunctionsMenu.TextScaled = true
  3237. CloseButtonFunctionsMenu.TextSize = 22
  3238. CloseButtonFunctionsMenu.TextWrapped = true
  3239.  
  3240. JailFuckVerTopBar_2.Name = "JailFuckVerTopBar"
  3241. JailFuckVerTopBar_2.Parent = TopBar_2
  3242. JailFuckVerTopBar_2.BackgroundColor3 = Color3.new(0, 0, 1)
  3243. JailFuckVerTopBar_2.BackgroundTransparency = 1
  3244. JailFuckVerTopBar_2.BorderColor3 = Color3.new(1, 1, 1)
  3245. JailFuckVerTopBar_2.BorderSizePixel = 3
  3246. JailFuckVerTopBar_2.Position = UDim2.new(0.071895428, 0, 0, 0)
  3247. JailFuckVerTopBar_2.Size = UDim2.new(0, 261, 0, 18)
  3248. JailFuckVerTopBar_2.Font = Enum.Font.Cartoon
  3249. JailFuckVerTopBar_2.Text = "JailFuck Version 1.1"
  3250. JailFuckVerTopBar_2.TextColor3 = Color3.new(1, 1, 1)
  3251. JailFuckVerTopBar_2.TextScaled = true
  3252. JailFuckVerTopBar_2.TextSize = 14
  3253. JailFuckVerTopBar_2.TextWrapped = true
  3254.  
  3255. BackToHomeFunctionsMenu.Name = "BackToHomeFunctionsMenu"
  3256. BackToHomeFunctionsMenu.Parent = TopBar_2
  3257. BackToHomeFunctionsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  3258. BackToHomeFunctionsMenu.BorderColor3 = Color3.new(1, 1, 1)
  3259. BackToHomeFunctionsMenu.BorderSizePixel = 3
  3260. BackToHomeFunctionsMenu.Position = UDim2.new(0.833333313, 0, 0, 0)
  3261. BackToHomeFunctionsMenu.Size = UDim2.new(0, 30, 0, 18)
  3262. BackToHomeFunctionsMenu.Font = Enum.Font.ArialBold
  3263. BackToHomeFunctionsMenu.Text = "Back"
  3264. BackToHomeFunctionsMenu.TextColor3 = Color3.new(1, 1, 1)
  3265. BackToHomeFunctionsMenu.TextSize = 11
  3266. BackToHomeFunctionsMenu.TextWrapped = true
  3267.  
  3268. FunctionLabel.Name = "FunctionLabel"
  3269. FunctionLabel.Parent = JailFuckFunctions
  3270. FunctionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3271. FunctionLabel.BackgroundTransparency = 1
  3272. FunctionLabel.Position = UDim2.new(0.21895425, 0, 0.11363636, 0)
  3273. FunctionLabel.Size = UDim2.new(0, 164, 0, 22)
  3274. FunctionLabel.Font = Enum.Font.Cartoon
  3275. FunctionLabel.Text = "Functions"
  3276. FunctionLabel.TextColor3 = Color3.new(1, 1, 1)
  3277. FunctionLabel.TextScaled = true
  3278. FunctionLabel.TextSize = 14
  3279. FunctionLabel.TextWrapped = true
  3280.  
  3281. InfRFuel.Name = "InfRFuel"
  3282. InfRFuel.Parent = JailFuckFunctions
  3283. InfRFuel.BackgroundColor3 = Color3.new(0, 0, 1)
  3284. InfRFuel.BorderColor3 = Color3.new(1, 1, 1)
  3285. InfRFuel.BorderSizePixel = 3
  3286. InfRFuel.Position = UDim2.new(0.0457516313, 0, 0.427272737, 0)
  3287. InfRFuel.Size = UDim2.new(0, 85, 0, 32)
  3288. InfRFuel.Font = Enum.Font.Cartoon
  3289. InfRFuel.Text = "Infinite Rocket Fuel (Laggy)"
  3290. InfRFuel.TextColor3 = Color3.new(1, 1, 1)
  3291. InfRFuel.TextScaled = true
  3292. InfRFuel.TextSize = 14
  3293. InfRFuel.TextWrapped = true
  3294.  
  3295. GodBuggy.Name = "GodBuggy"
  3296. GodBuggy.Parent = JailFuckFunctions
  3297. GodBuggy.BackgroundColor3 = Color3.new(0, 0, 1)
  3298. GodBuggy.BorderColor3 = Color3.new(1, 1, 1)
  3299. GodBuggy.BorderSizePixel = 3
  3300. GodBuggy.Position = UDim2.new(0.0457516313, 0, 0.609090924, 0)
  3301. GodBuggy.Size = UDim2.new(0, 85, 0, 32)
  3302. GodBuggy.Font = Enum.Font.Cartoon
  3303. GodBuggy.Text = "God (Buggy)"
  3304. GodBuggy.TextColor3 = Color3.new(1, 1, 1)
  3305. GodBuggy.TextScaled = true
  3306. GodBuggy.TextSize = 20
  3307. GodBuggy.TextWrapped = true
  3308.  
  3309. Walkspeed.Name = "Walkspeed"
  3310. Walkspeed.Parent = JailFuckFunctions
  3311. Walkspeed.BackgroundColor3 = Color3.new(0, 0, 1)
  3312. Walkspeed.BorderColor3 = Color3.new(1, 1, 1)
  3313. Walkspeed.BorderSizePixel = 3
  3314. Walkspeed.Position = UDim2.new(0.653594792, 0, 0.427272797, 0)
  3315. Walkspeed.Size = UDim2.new(0, 85, 0, 32)
  3316. Walkspeed.Font = Enum.Font.Cartoon
  3317. Walkspeed.Text = "Walkspeed (X)"
  3318. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  3319. Walkspeed.TextScaled = true
  3320. Walkspeed.TextSize = 14
  3321. Walkspeed.TextWrapped = true
  3322.  
  3323. Shotgun.Name = "Shotgun"
  3324. Shotgun.Parent = JailFuckFunctions
  3325. Shotgun.BackgroundColor3 = Color3.new(0, 0, 1)
  3326. Shotgun.BorderColor3 = Color3.new(1, 1, 1)
  3327. Shotgun.BorderSizePixel = 3
  3328. Shotgun.Position = UDim2.new(0.349673212, 0, 0.24545455, 0)
  3329. Shotgun.Size = UDim2.new(0, 85, 0, 32)
  3330. Shotgun.Font = Enum.Font.Cartoon
  3331. Shotgun.Text = "Shotgun"
  3332. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  3333. Shotgun.TextScaled = true
  3334. Shotgun.TextSize = 14
  3335. Shotgun.TextWrapped = true
  3336.  
  3337. Pistol.Name = "Pistol"
  3338. Pistol.Parent = JailFuckFunctions
  3339. Pistol.BackgroundColor3 = Color3.new(0, 0, 1)
  3340. Pistol.BorderColor3 = Color3.new(1, 1, 1)
  3341. Pistol.BorderSizePixel = 3
  3342. Pistol.Position = UDim2.new(0.653594792, 0, 0.24545455, 0)
  3343. Pistol.Size = UDim2.new(0, 85, 0, 32)
  3344. Pistol.Font = Enum.Font.Cartoon
  3345. Pistol.Text = "Pistol"
  3346. Pistol.TextColor3 = Color3.new(1, 1, 1)
  3347. Pistol.TextScaled = true
  3348. Pistol.TextSize = 14
  3349. Pistol.TextWrapped = true
  3350.  
  3351. Noclip.Name = "Noclip"
  3352. Noclip.Parent = JailFuckFunctions
  3353. Noclip.BackgroundColor3 = Color3.new(0, 0, 1)
  3354. Noclip.BorderColor3 = Color3.new(1, 1, 1)
  3355. Noclip.BorderSizePixel = 3
  3356. Noclip.Position = UDim2.new(0.349673212, 0, 0.427272737, 0)
  3357. Noclip.Size = UDim2.new(0, 85, 0, 32)
  3358. Noclip.Font = Enum.Font.Cartoon
  3359. Noclip.Text = "Noclip"
  3360. Noclip.TextColor3 = Color3.new(1, 1, 1)
  3361. Noclip.TextScaled = true
  3362. Noclip.TextSize = 14
  3363. Noclip.TextWrapped = true
  3364.  
  3365. RemoveDoors.Name = "RemoveDoors"
  3366. RemoveDoors.Parent = JailFuckFunctions
  3367. RemoveDoors.BackgroundColor3 = Color3.new(0, 0, 1)
  3368. RemoveDoors.BorderColor3 = Color3.new(1, 1, 1)
  3369. RemoveDoors.BorderSizePixel = 3
  3370. RemoveDoors.Position = UDim2.new(0.0457516313, 0, 0.24545455, 0)
  3371. RemoveDoors.Size = UDim2.new(0, 85, 0, 32)
  3372. RemoveDoors.Font = Enum.Font.Cartoon
  3373. RemoveDoors.Text = "No Doors"
  3374. RemoveDoors.TextColor3 = Color3.new(1, 1, 1)
  3375. RemoveDoors.TextScaled = true
  3376. RemoveDoors.TextSize = 14
  3377. RemoveDoors.TextWrapped = true
  3378.  
  3379. GravSelection.Name = "GravSelection"
  3380. GravSelection.Parent = JailFuckFunctions
  3381. GravSelection.BackgroundColor3 = Color3.new(0, 0, 1)
  3382. GravSelection.BorderColor3 = Color3.new(1, 1, 1)
  3383. GravSelection.BorderSizePixel = 3
  3384. GravSelection.Position = UDim2.new(0.349673212, 0, 0.609090924, 0)
  3385. GravSelection.Size = UDim2.new(0, 85, 0, 32)
  3386. GravSelection.Font = Enum.Font.Cartoon
  3387. GravSelection.Text = "Gravity Here"
  3388. GravSelection.TextColor3 = Color3.new(1, 1, 1)
  3389. GravSelection.TextScaled = true
  3390. GravSelection.TextSize = 14
  3391. GravSelection.TextWrapped = true
  3392.  
  3393. SetTheGravity.Name = "SetTheGravity"
  3394. SetTheGravity.Parent = JailFuckFunctions
  3395. SetTheGravity.BackgroundColor3 = Color3.new(0, 0, 1)
  3396. SetTheGravity.BorderColor3 = Color3.new(1, 1, 1)
  3397. SetTheGravity.BorderSizePixel = 3
  3398. SetTheGravity.Position = UDim2.new(0.388888896, 0, 0.772727311, 0)
  3399. SetTheGravity.Size = UDim2.new(0, 61, 0, 17)
  3400. SetTheGravity.Font = Enum.Font.Cartoon
  3401. SetTheGravity.Text = "Set Gravity"
  3402. SetTheGravity.TextColor3 = Color3.new(1, 1, 1)
  3403. SetTheGravity.TextScaled = true
  3404. SetTheGravity.TextSize = 20
  3405. SetTheGravity.TextWrapped = true
  3406.  
  3407. DestroyCityBuildings.Name = "DestroyCityBuildings"
  3408. DestroyCityBuildings.Parent = JailFuckFunctions
  3409. DestroyCityBuildings.BackgroundColor3 = Color3.new(0, 0, 1)
  3410. DestroyCityBuildings.BorderColor3 = Color3.new(1, 1, 1)
  3411. DestroyCityBuildings.BorderSizePixel = 3
  3412. DestroyCityBuildings.Position = UDim2.new(0.653594792, 0, 0.609090984, 0)
  3413. DestroyCityBuildings.Size = UDim2.new(0, 85, 0, 32)
  3414. DestroyCityBuildings.Font = Enum.Font.Cartoon
  3415. DestroyCityBuildings.Text = "Remove City Buildings"
  3416. DestroyCityBuildings.TextColor3 = Color3.new(1, 1, 1)
  3417. DestroyCityBuildings.TextScaled = true
  3418. DestroyCityBuildings.TextSize = 14
  3419. DestroyCityBuildings.TextWrapped = true
  3420.  
  3421. JailFuckTeleports.Name = "JailFuckTeleports"
  3422. JailFuckTeleports.Parent = JailFuck
  3423. JailFuckTeleports.Active = true
  3424. JailFuckTeleports.BackgroundColor3 = Color3.new(0, 0, 1)
  3425. JailFuckTeleports.BorderColor3 = Color3.new(1, 1, 1)
  3426. JailFuckTeleports.BorderSizePixel = 3
  3427. JailFuckTeleports.Position = UDim2.new(0.149000004, 0, 0.333999991, 0)
  3428. JailFuckTeleports.Size = UDim2.new(0, 306, 0, 220)
  3429. JailFuckTeleports.Visible = false
  3430.  
  3431. TopBar_3.Name = "TopBar"
  3432. TopBar_3.Parent = JailFuckTeleports
  3433. TopBar_3.BackgroundColor3 = Color3.new(0, 0, 1)
  3434. TopBar_3.BorderColor3 = Color3.new(1, 1, 1)
  3435. TopBar_3.BorderSizePixel = 3
  3436. TopBar_3.Size = UDim2.new(0, 306, 0, 18)
  3437.  
  3438. CloseButtonTeleportsMenu.Name = "CloseButtonTeleportsMenu"
  3439. CloseButtonTeleportsMenu.Parent = TopBar_3
  3440. CloseButtonTeleportsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  3441. CloseButtonTeleportsMenu.BorderColor3 = Color3.new(1, 1, 1)
  3442. CloseButtonTeleportsMenu.BorderSizePixel = 3
  3443. CloseButtonTeleportsMenu.Position = UDim2.new(0.945158243, 0, 0, 0)
  3444. CloseButtonTeleportsMenu.Size = UDim2.new(0, 17, 0, 18)
  3445. CloseButtonTeleportsMenu.Font = Enum.Font.ArialBold
  3446. CloseButtonTeleportsMenu.Text = "X"
  3447. CloseButtonTeleportsMenu.TextColor3 = Color3.new(1, 1, 1)
  3448. CloseButtonTeleportsMenu.TextScaled = true
  3449. CloseButtonTeleportsMenu.TextSize = 22
  3450. CloseButtonTeleportsMenu.TextWrapped = true
  3451.  
  3452. JailFuckVerTopBar_3.Name = "JailFuckVerTopBar"
  3453. JailFuckVerTopBar_3.Parent = TopBar_3
  3454. JailFuckVerTopBar_3.BackgroundColor3 = Color3.new(0, 0, 1)
  3455. JailFuckVerTopBar_3.BackgroundTransparency = 1
  3456. JailFuckVerTopBar_3.BorderColor3 = Color3.new(1, 1, 1)
  3457. JailFuckVerTopBar_3.BorderSizePixel = 3
  3458. JailFuckVerTopBar_3.Position = UDim2.new(0.071895428, 0, 0, 0)
  3459. JailFuckVerTopBar_3.Size = UDim2.new(0, 261, 0, 18)
  3460. JailFuckVerTopBar_3.Font = Enum.Font.Cartoon
  3461. JailFuckVerTopBar_3.Text = "JailFuck Version 1.1"
  3462. JailFuckVerTopBar_3.TextColor3 = Color3.new(1, 1, 1)
  3463. JailFuckVerTopBar_3.TextScaled = true
  3464. JailFuckVerTopBar_3.TextSize = 14
  3465. JailFuckVerTopBar_3.TextWrapped = true
  3466.  
  3467. BackToHomeTeleportsMenu.Name = "BackToHomeTeleportsMenu"
  3468. BackToHomeTeleportsMenu.Parent = TopBar_3
  3469. BackToHomeTeleportsMenu.BackgroundColor3 = Color3.new(0, 0, 1)
  3470. BackToHomeTeleportsMenu.BorderColor3 = Color3.new(1, 1, 1)
  3471. BackToHomeTeleportsMenu.BorderSizePixel = 3
  3472. BackToHomeTeleportsMenu.Position = UDim2.new(0.833333313, 0, 0, 0)
  3473. BackToHomeTeleportsMenu.Size = UDim2.new(0, 30, 0, 18)
  3474. BackToHomeTeleportsMenu.Font = Enum.Font.ArialBold
  3475. BackToHomeTeleportsMenu.Text = "Back"
  3476. BackToHomeTeleportsMenu.TextColor3 = Color3.new(1, 1, 1)
  3477. BackToHomeTeleportsMenu.TextSize = 11
  3478. BackToHomeTeleportsMenu.TextWrapped = true
  3479.  
  3480. TeleportLabel.Name = "TeleportLabel"
  3481. TeleportLabel.Parent = JailFuckTeleports
  3482. TeleportLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3483. TeleportLabel.BackgroundTransparency = 1
  3484. TeleportLabel.Position = UDim2.new(0.287581712, 0, 0.11363636, 0)
  3485. TeleportLabel.Size = UDim2.new(0, 150, 0, 22)
  3486. TeleportLabel.Font = Enum.Font.Cartoon
  3487. TeleportLabel.Text = "Teleports"
  3488. TeleportLabel.TextColor3 = Color3.new(1, 1, 1)
  3489. TeleportLabel.TextScaled = true
  3490. TeleportLabel.TextSize = 14
  3491. TeleportLabel.TextWrapped = true
  3492.  
  3493. Ferrari.Name = "Ferrari"
  3494. Ferrari.Parent = JailFuckTeleports
  3495. Ferrari.BackgroundColor3 = Color3.new(0, 0, 1)
  3496. Ferrari.BorderColor3 = Color3.new(1, 1, 1)
  3497. Ferrari.BorderSizePixel = 3
  3498. Ferrari.Position = UDim2.new(0.320261449, 0, 0.390909106, 0)
  3499. Ferrari.Size = UDim2.new(0, 56, 0, 23)
  3500. Ferrari.Font = Enum.Font.Cartoon
  3501. Ferrari.Text = "Ferrari"
  3502. Ferrari.TextColor3 = Color3.new(1, 1, 1)
  3503. Ferrari.TextScaled = true
  3504. Ferrari.TextSize = 14
  3505. Ferrari.TextWrapped = true
  3506.  
  3507. BankIn.Name = "BankIn"
  3508. BankIn.Parent = JailFuckTeleports
  3509. BankIn.BackgroundColor3 = Color3.new(0, 0, 1)
  3510. BankIn.BorderColor3 = Color3.new(1, 1, 1)
  3511. BankIn.BorderSizePixel = 3
  3512. BankIn.Position = UDim2.new(0.532679737, 0, 0.531818151, 0)
  3513. BankIn.Size = UDim2.new(0, 56, 0, 23)
  3514. BankIn.Font = Enum.Font.Cartoon
  3515. BankIn.Text = "Bank (Inside)"
  3516. BankIn.TextColor3 = Color3.new(1, 1, 1)
  3517. BankIn.TextScaled = true
  3518. BankIn.TextSize = 14
  3519. BankIn.TextWrapped = true
  3520.  
  3521. TrainSpawn.Name = "TrainSpawn"
  3522. TrainSpawn.Parent = JailFuckTeleports
  3523. TrainSpawn.BackgroundColor3 = Color3.new(0, 0, 1)
  3524. TrainSpawn.BorderColor3 = Color3.new(1, 1, 1)
  3525. TrainSpawn.BorderSizePixel = 3
  3526. TrainSpawn.Position = UDim2.new(0.742071867, 0, 0.818000019, 0)
  3527. TrainSpawn.Size = UDim2.new(0, 56, 0, 23)
  3528. TrainSpawn.Font = Enum.Font.Cartoon
  3529. TrainSpawn.Text = "Train (Spawn)"
  3530. TrainSpawn.TextColor3 = Color3.new(1, 1, 1)
  3531. TrainSpawn.TextScaled = true
  3532. TrainSpawn.TextSize = 14
  3533. TrainSpawn.TextWrapped = true
  3534.  
  3535. DealerShip.Name = "DealerShip"
  3536. DealerShip.Parent = JailFuckTeleports
  3537. DealerShip.BackgroundColor3 = Color3.new(0, 0, 1)
  3538. DealerShip.BorderColor3 = Color3.new(1, 1, 1)
  3539. DealerShip.BorderSizePixel = 3
  3540. DealerShip.Position = UDim2.new(0.104575172, 0, 0.390909135, 0)
  3541. DealerShip.Size = UDim2.new(0, 56, 0, 23)
  3542. DealerShip.Font = Enum.Font.Cartoon
  3543. DealerShip.Text = "1M Dealership"
  3544. DealerShip.TextColor3 = Color3.new(1, 1, 1)
  3545. DealerShip.TextScaled = true
  3546. DealerShip.TextSize = 14
  3547. DealerShip.TextWrapped = true
  3548.  
  3549. Helipad.Name = "Helipad"
  3550. Helipad.Parent = JailFuckTeleports
  3551. Helipad.BackgroundColor3 = Color3.new(0, 0, 1)
  3552. Helipad.BorderColor3 = Color3.new(1, 1, 1)
  3553. Helipad.BorderSizePixel = 3
  3554. Helipad.Position = UDim2.new(0.741830111, 0, 0.390909076, 0)
  3555. Helipad.Size = UDim2.new(0, 56, 0, 23)
  3556. Helipad.Font = Enum.Font.Cartoon
  3557. Helipad.Text = "Helipad #1"
  3558. Helipad.TextColor3 = Color3.new(1, 1, 1)
  3559. Helipad.TextScaled = true
  3560. Helipad.TextSize = 14
  3561. Helipad.TextWrapped = true
  3562.  
  3563. TPButton.Name = "TPButton"
  3564. TPButton.Parent = JailFuckTeleports
  3565. TPButton.BackgroundColor3 = Color3.new(0, 0, 1)
  3566. TPButton.BorderColor3 = Color3.new(1, 1, 1)
  3567. TPButton.BorderSizePixel = 3
  3568. TPButton.Position = UDim2.new(0.741830111, 0, 0.531818092, 0)
  3569. TPButton.Size = UDim2.new(0, 56, 0, 23)
  3570. TPButton.Font = Enum.Font.Cartoon
  3571. TPButton.Text = "Donut Store"
  3572. TPButton.TextColor3 = Color3.new(1, 1, 1)
  3573. TPButton.TextScaled = true
  3574. TPButton.TextSize = 14
  3575. TPButton.TextWrapped = true
  3576.  
  3577. SecondHelipad.Name = "SecondHelipad"
  3578. SecondHelipad.Parent = JailFuckTeleports
  3579. SecondHelipad.BackgroundColor3 = Color3.new(0, 0, 1)
  3580. SecondHelipad.BorderColor3 = Color3.new(1, 1, 1)
  3581. SecondHelipad.BorderSizePixel = 3
  3582. SecondHelipad.Position = UDim2.new(0.104575165, 0, 0.531818211, 0)
  3583. SecondHelipad.Size = UDim2.new(0, 56, 0, 23)
  3584. SecondHelipad.Font = Enum.Font.Cartoon
  3585. SecondHelipad.Text = "Helipad #2"
  3586. SecondHelipad.TextColor3 = Color3.new(1, 1, 1)
  3587. SecondHelipad.TextScaled = true
  3588. SecondHelipad.TextSize = 14
  3589. SecondHelipad.TextWrapped = true
  3590.  
  3591. PoliceStation.Name = "PoliceStation"
  3592. PoliceStation.Parent = JailFuckTeleports
  3593. PoliceStation.BackgroundColor3 = Color3.new(0, 0, 1)
  3594. PoliceStation.BorderColor3 = Color3.new(1, 1, 1)
  3595. PoliceStation.BorderSizePixel = 3
  3596. PoliceStation.Position = UDim2.new(0.320261449, 0, 0.531818151, 0)
  3597. PoliceStation.Size = UDim2.new(0, 56, 0, 23)
  3598. PoliceStation.Font = Enum.Font.Cartoon
  3599. PoliceStation.Text = "Police Station"
  3600. PoliceStation.TextColor3 = Color3.new(1, 1, 1)
  3601. PoliceStation.TextScaled = true
  3602. PoliceStation.TextSize = 14
  3603. PoliceStation.TextWrapped = true
  3604.  
  3605. Porsche.Name = "Porsche"
  3606. Porsche.Parent = JailFuckTeleports
  3607. Porsche.BackgroundColor3 = Color3.new(0, 0, 1)
  3608. Porsche.BorderColor3 = Color3.new(1, 1, 1)
  3609. Porsche.BorderSizePixel = 3
  3610. Porsche.Position = UDim2.new(0.532849669, 0, 0.388999999, 0)
  3611. Porsche.Size = UDim2.new(0, 56, 0, 23)
  3612. Porsche.Font = Enum.Font.Cartoon
  3613. Porsche.Text = "Porsche"
  3614. Porsche.TextColor3 = Color3.new(1, 1, 1)
  3615. Porsche.TextScaled = true
  3616. Porsche.TextSize = 14
  3617. Porsche.TextWrapped = true
  3618.  
  3619. PYard.Name = "PYard"
  3620. PYard.Parent = JailFuckTeleports
  3621. PYard.BackgroundColor3 = Color3.new(0, 0, 1)
  3622. PYard.BorderColor3 = Color3.new(1, 1, 1)
  3623. PYard.BorderSizePixel = 3
  3624. PYard.Position = UDim2.new(0.532679737, 0, 0.818181813, 0)
  3625. PYard.Size = UDim2.new(0, 56, 0, 23)
  3626. PYard.Font = Enum.Font.Cartoon
  3627. PYard.Text = "Prison (Yard)"
  3628. PYard.TextColor3 = Color3.new(1, 1, 1)
  3629. PYard.TextScaled = true
  3630. PYard.TextSize = 14
  3631. PYard.TextWrapped = true
  3632.  
  3633. Museum.Name = "Museum"
  3634. Museum.Parent = JailFuckTeleports
  3635. Museum.BackgroundColor3 = Color3.new(0, 0, 1)
  3636. Museum.BorderColor3 = Color3.new(1, 1, 1)
  3637. Museum.BorderSizePixel = 3
  3638. Museum.Position = UDim2.new(0.320261449, 0, 0.818181813, 0)
  3639. Museum.Size = UDim2.new(0, 56, 0, 23)
  3640. Museum.Font = Enum.Font.Cartoon
  3641. Museum.Text = "Museum"
  3642. Museum.TextColor3 = Color3.new(1, 1, 1)
  3643. Museum.TextScaled = true
  3644. Museum.TextSize = 14
  3645. Museum.TextWrapped = true
  3646.  
  3647. Lambo.Name = "Lambo"
  3648. Lambo.Parent = JailFuckTeleports
  3649. Lambo.BackgroundColor3 = Color3.new(0, 0, 1)
  3650. Lambo.BorderColor3 = Color3.new(1, 1, 1)
  3651. Lambo.BorderSizePixel = 3
  3652. Lambo.Position = UDim2.new(0.104575157, 0, 0.818181813, 0)
  3653. Lambo.Size = UDim2.new(0, 56, 0, 23)
  3654. Lambo.Font = Enum.Font.Cartoon
  3655. Lambo.Text = "Lamborgini"
  3656. Lambo.TextColor3 = Color3.new(1, 1, 1)
  3657. Lambo.TextScaled = true
  3658. Lambo.TextSize = 14
  3659. Lambo.TextWrapped = true
  3660.  
  3661. JewTop.Name = "JewTop"
  3662. JewTop.Parent = JailFuckTeleports
  3663. JewTop.BackgroundColor3 = Color3.new(0, 0, 1)
  3664. JewTop.BorderColor3 = Color3.new(1, 1, 1)
  3665. JewTop.BorderSizePixel = 3
  3666. JewTop.Position = UDim2.new(0.741830051, 0, 0.672727287, 0)
  3667. JewTop.Size = UDim2.new(0, 56, 0, 23)
  3668. JewTop.Font = Enum.Font.Cartoon
  3669. JewTop.Text = "Jewelry (Top)"
  3670. JewTop.TextColor3 = Color3.new(1, 1, 1)
  3671. JewTop.TextScaled = true
  3672. JewTop.TextSize = 14
  3673. JewTop.TextWrapped = true
  3674.  
  3675. BankOut.Name = "BankOut"
  3676. BankOut.Parent = JailFuckTeleports
  3677. BankOut.BackgroundColor3 = Color3.new(0, 0, 1)
  3678. BankOut.BorderColor3 = Color3.new(1, 1, 1)
  3679. BankOut.BorderSizePixel = 3
  3680. BankOut.Position = UDim2.new(0.532679737, 0, 0.672727287, 0)
  3681. BankOut.Size = UDim2.new(0, 56, 0, 23)
  3682. BankOut.Font = Enum.Font.Cartoon
  3683. BankOut.Text = "Bank (Outside)"
  3684. BankOut.TextColor3 = Color3.new(1, 1, 1)
  3685. BankOut.TextScaled = true
  3686. BankOut.TextSize = 14
  3687. BankOut.TextWrapped = true
  3688.  
  3689. JewIn.Name = "JewIn"
  3690. JewIn.Parent = JailFuckTeleports
  3691. JewIn.BackgroundColor3 = Color3.new(0, 0, 1)
  3692. JewIn.BorderColor3 = Color3.new(1, 1, 1)
  3693. JewIn.BorderSizePixel = 3
  3694. JewIn.Position = UDim2.new(0.320261449, 0, 0.672727287, 0)
  3695. JewIn.Size = UDim2.new(0, 56, 0, 23)
  3696. JewIn.Font = Enum.Font.Cartoon
  3697. JewIn.Text = "Jewelry (Inside)"
  3698. JewIn.TextColor3 = Color3.new(1, 1, 1)
  3699. JewIn.TextScaled = true
  3700. JewIn.TextSize = 14
  3701. JewIn.TextWrapped = true
  3702.  
  3703. GasStation.Name = "GasStation"
  3704. GasStation.Parent = JailFuckTeleports
  3705. GasStation.BackgroundColor3 = Color3.new(0, 0, 1)
  3706. GasStation.BorderColor3 = Color3.new(1, 1, 1)
  3707. GasStation.BorderSizePixel = 3
  3708. GasStation.Position = UDim2.new(0.104575157, 0, 0.672727287, 0)
  3709. GasStation.Size = UDim2.new(0, 56, 0, 23)
  3710. GasStation.Font = Enum.Font.Cartoon
  3711. GasStation.Text = "Gas Station"
  3712. GasStation.TextColor3 = Color3.new(1, 1, 1)
  3713. GasStation.TextScaled = true
  3714. GasStation.TextSize = 14
  3715. GasStation.TextWrapped = true
  3716.  
  3717. Ciminal1.Name = "Ciminal1"
  3718. Ciminal1.Parent = JailFuckTeleports
  3719. Ciminal1.BackgroundColor3 = Color3.new(0, 0, 1)
  3720. Ciminal1.BorderColor3 = Color3.new(1, 1, 1)
  3721. Ciminal1.BorderSizePixel = 3
  3722. Ciminal1.Position = UDim2.new(0.215928018, 0, 0.249818236, 0)
  3723. Ciminal1.Size = UDim2.new(0, 56, 0, 23)
  3724. Ciminal1.Font = Enum.Font.Cartoon
  3725. Ciminal1.Text = "Criminal Base #1"
  3726. Ciminal1.TextColor3 = Color3.new(1, 1, 1)
  3727. Ciminal1.TextScaled = true
  3728. Ciminal1.TextSize = 14
  3729. Ciminal1.TextWrapped = true
  3730.  
  3731. Tesla.Name = "Tesla"
  3732. Tesla.Parent = JailFuckTeleports
  3733. Tesla.BackgroundColor3 = Color3.new(0, 0, 1)
  3734. Tesla.BorderColor3 = Color3.new(1, 1, 1)
  3735. Tesla.BorderSizePixel = 3
  3736. Tesla.Position = UDim2.new(0.630960763, 0, 0.249818236, 0)
  3737. Tesla.Size = UDim2.new(0, 56, 0, 23)
  3738. Tesla.Font = Enum.Font.Cartoon
  3739. Tesla.Text = "Tesla"
  3740. Tesla.TextColor3 = Color3.new(1, 1, 1)
  3741. Tesla.TextScaled = true
  3742. Tesla.TextSize = 14
  3743. Tesla.TextWrapped = true
  3744.  
  3745. Criminal2.Name = "Criminal2"
  3746. Criminal2.Parent = JailFuckTeleports
  3747. Criminal2.BackgroundColor3 = Color3.new(0, 0, 1)
  3748. Criminal2.BorderColor3 = Color3.new(1, 1, 1)
  3749. Criminal2.BorderSizePixel = 3
  3750. Criminal2.Position = UDim2.new(0.425078332, 0, 0.249818236, 0)
  3751. Criminal2.Size = UDim2.new(0, 56, 0, 23)
  3752. Criminal2.Font = Enum.Font.Cartoon
  3753. Criminal2.Text = "Ciminal Base #2"
  3754. Criminal2.TextColor3 = Color3.new(1, 1, 1)
  3755. Criminal2.TextScaled = true
  3756. Criminal2.TextSize = 14
  3757. Criminal2.TextWrapped = true
  3758.  
  3759. OpenButton.Name = "OpenButton"
  3760. OpenButton.Parent = JailFuck
  3761. OpenButton.BackgroundColor3 = Color3.new(0, 0, 1)
  3762. OpenButton.BorderColor3 = Color3.new(1, 1, 1)
  3763. OpenButton.BorderSizePixel = 3
  3764. OpenButton.Position = UDim2.new(0, 0, 0.486404836, 0)
  3765. OpenButton.Size = UDim2.new(0, 126, 0, 50)
  3766. OpenButton.Visible = false
  3767. OpenButton.Font = Enum.Font.Cartoon
  3768. OpenButton.Text = "Open"
  3769. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  3770. OpenButton.TextScaled = true
  3771. OpenButton.TextSize = 14
  3772. OpenButton.TextWrapped = true
  3773.  
  3774. -- Scripts
  3775.  
  3776. CloseButtonTeleportsMenu.MouseButton1Down:connect(function()
  3777. JailFuckTeleports.Visible = false
  3778. OpenButton.Visible = true
  3779. end)
  3780.  
  3781. CloseButtonFunctionsMenu.MouseButton1Down:connect(function()
  3782. JailFuckFunctions.Visible = false
  3783. OpenButton.Visible = false
  3784. end)
  3785.  
  3786. CloseButtonMainMenu.MouseButton1Down:connect(function()
  3787. JailFuckMain.Visible = false
  3788. OpenButton.Visible = true
  3789. end)
  3790.  
  3791. OpenButton.MouseButton1Down:connect(function()
  3792. JailFuckMain.Visible = true
  3793. OpenButton.Visible = false
  3794. end)
  3795.  
  3796.  
  3797. UnderstoodContinueButton.MouseButton1Down:connect(function()
  3798. JailFuckMain.Visible = true
  3799. JailFuckAgreement.Visible = false
  3800. end)
  3801.  
  3802. BackToHomeFunctionsMenu.MouseButton1Down:connect(function()
  3803. JailFuckMain.Visible = true
  3804. JailFuckFunctions.Visible = false
  3805. JailFuckMain.Position = game.CoreGui.JailFuck.JailFuckFunctions.Position
  3806. end)
  3807.  
  3808. BackToHomeTeleportsMenu.MouseButton1Down:connect(function()
  3809. JailFuckTeleports.Visible = false
  3810. JailFuckMain.Position = game.CoreGui.JailFuck.JailFuckTeleports.Position
  3811. JailFuckMain.Visible = true
  3812. end)
  3813.  
  3814. Functions.MouseButton1Down:connect(function()
  3815. JailFuckFunctions.Visible = true
  3816. JailFuckFunctions.Position = game.CoreGui.JailFuck.JailFuckMain.Position
  3817. JailFuckMain.Visible = false
  3818. JailFuckMain.Position = game.CoreGui.JailFuck.JailFuckFunctions.Position
  3819. JailFuckTeleports.Position = game.CoreGui.JailFuck.JailFuckFunctions.Position
  3820. end)
  3821.  
  3822. Teleports.MouseButton1Down:connect(function()
  3823. JailFuckTeleports.Visible = true
  3824. JailFuckTeleports.Position = game.CoreGui.JailFuck.JailFuckMain.Position
  3825. JailFuckMain.Visible = false
  3826. JailFuckMain.Position = game.CoreGui.JailFuck.JailFuckTeleports.Position
  3827. JailFuckFunctions.Position = game.CoreGui.JailFuck.JailFuckTeleports.Position
  3828. end)
  3829. --JailFuckFunctions
  3830. RemoveDoors.MouseButton1Down:connect(function()
  3831. game:GetService("Workspace").Doors:Destroy()
  3832. end)
  3833.  
  3834. Walkspeed.MouseButton1Down:connect(function()
  3835. local walkspeedplayer = game:GetService("Players").LocalPlayer
  3836. local walkspeedmouse = walkspeedplayer:GetMouse()
  3837.  
  3838. local walkspeedenabled = false
  3839.  
  3840. function x_walkspeed(key)
  3841. if (key == "x") then
  3842. if walkspeedenabled == false then
  3843. _G.WS = 200;
  3844. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3845. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3846. Humanoid.WalkSpeed = _G.WS;
  3847. end)
  3848. Humanoid.WalkSpeed = _G.WS;
  3849.  
  3850. walkspeedenabled = true
  3851. elseif walkspeedenabled == true then
  3852. _G.WS = 20;
  3853. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  3854. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  3855. Humanoid.WalkSpeed = _G.WS;
  3856. end)
  3857. Humanoid.WalkSpeed = _G.WS;
  3858.  
  3859. walkspeedenabled = false
  3860. end
  3861. end
  3862. end
  3863.  
  3864. walkspeedmouse.KeyDown:connect(x_walkspeed)
  3865. end)
  3866.  
  3867. GodBuggy.MouseButton1Down:connect(function()
  3868. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  3869. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  3870. l.Parent = game:GetService("Players").LocalPlayer.Character
  3871. l.Name = "Humanoid"
  3872. wait(0.1)
  3873. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  3874. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  3875. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  3876. wait(0.1)
  3877. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  3878. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  3879. end)
  3880.  
  3881. InfRFuel.MouseButton1Down:connect(function()
  3882. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "q"
  3883. end)
  3884.  
  3885. DestroyCityBuildings.MouseButton1Down:connect(function()
  3886. game:GetService("Workspace").Buildings:Destroy()
  3887. end)
  3888.  
  3889.  
  3890. Pistol.MouseButton1Down:connect(function()
  3891. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  3892.  
  3893. a = Instance.new("Part", workspace)
  3894. a.Anchored = true
  3895. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  3896. a.CanCollide = false
  3897.  
  3898. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  3899. if v.Name == "Station" then
  3900. for a, b in pairs(v:GetChildren()) do
  3901. if b:IsA("StringValue") then
  3902. if b.Value == "Pistol" then
  3903. v.CFrame = CFrame.new(hit)
  3904. end
  3905. end
  3906. end
  3907. end
  3908. end
  3909. end)
  3910.  
  3911. Shotgun.MouseButton1Down:connect(function()
  3912. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  3913.  
  3914. a = Instance.new("Part", workspace)
  3915. a.Anchored = true
  3916. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  3917. a.CanCollide = false
  3918.  
  3919. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  3920. if v.Name == "Station" then
  3921. for a, b in pairs(v:GetChildren()) do
  3922. if b:IsA("StringValue") then
  3923. if b.Value == "Shotgun" then
  3924. v.CFrame = CFrame.new(hit)
  3925. end
  3926. end
  3927. end
  3928. end
  3929. end
  3930. end)
  3931.  
  3932. Noclip.MouseButton1Down:connect(function()
  3933. _G.NC = not _G.NC
  3934.  
  3935. local pos = game:GetService('Players').LocalPlayer.Character.LowerTorso.Position.Y
  3936.  
  3937. if _G.InitNC ~= true then
  3938. _G.NCFunc = function(part)
  3939. if _G.NC then
  3940. if part.Position.Y > pos then
  3941. part.CanCollide = false
  3942. end
  3943. end
  3944. end
  3945.  
  3946. _G.InitNC = true
  3947. end
  3948.  
  3949. if _G.NC and _G.NCFunc ~= nil then
  3950. game:GetService('Players').LocalPlayer.Character.Humanoid.Touched:connect(_G.NCFunc)
  3951. end
  3952. end)
  3953.  
  3954. SetTheGravity.MouseButton1Down:connect(function()
  3955. game.Workspace.Gravity = GravSelection.Text
  3956. end)
  3957.  
  3958. --teleports
  3959.  
  3960.  
  3961. Ferrari.MouseButton1Down:connect(function()
  3962. for i=1,32 do
  3963. wait(.08)
  3964. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1501.28687, 49.4527283, 1805.06726) + Vector3.new(1,0,0)
  3965. end
  3966. end)
  3967.  
  3968. Lambo.MouseButton1Down:connect(function()
  3969. for i=1,32 do
  3970. wait(.08)
  3971. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(146.568039, 17.6188164, 775.127197) + Vector3.new(1,0,0)
  3972. end
  3973. end)
  3974.  
  3975. PoliceStation.MouseButton1Down:connect(function()
  3976. for i=1,32 do
  3977. wait(.08)
  3978. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1136.89868, 17.950058, -1585.59912) + Vector3.new(1,0,0)
  3979. end
  3980. end)
  3981.  
  3982. Helipad.MouseButton1Down:connect(function()
  3983. for i=1,32 do
  3984. wait(.08)
  3985. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.6626, 57.6341133, -1590.24841) + Vector3.new(1,0,0)
  3986. end
  3987. end)
  3988.  
  3989. SecondHelipad.MouseButton1Down:connect(function()
  3990. for i=1,32 do
  3991. wait(.08)
  3992. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(737.95105, 69.4690094, 1095.53442) + Vector3.new(1,0,0)
  3993. end
  3994. end)
  3995.  
  3996. Porsche.MouseButton1Down:connect(function()
  3997. for i=1,32 do
  3998. wait(.08)
  3999. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1108.02576, 101.16066, 1295.74146) + Vector3.new(1,0,0)
  4000. end
  4001. end)
  4002.  
  4003. DealerShip.MouseButton1Down:connect(function()
  4004. for i=1,32 do
  4005. wait(.08)
  4006. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(424.985474, 17.8676395, -1704.00525) + Vector3.new(1,0,0)
  4007. end
  4008. end)
  4009.  
  4010. Tesla.MouseButton1Down:connect(function()
  4011. for i=1,32 do
  4012. wait(.08)
  4013. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-132.424164, 17.9162769, 556.760864) + Vector3.new(1,0,0)
  4014. end
  4015. end)
  4016.  
  4017. Museum.MouseButton1Down:connect(function()
  4018. for i = 1,45 do
  4019. wait(.08)
  4020. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  4021. end
  4022. end)
  4023. TrainSpawn.MouseButton1Down:connect(function()
  4024. for i=1,32 do
  4025. wait(.08)
  4026. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116) + Vector3.new(1,0,0)
  4027. end
  4028. end)
  4029.  
  4030. PYard.MouseButton1Down:connect(function()
  4031. for i=1,32 do
  4032. wait(.08)
  4033. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1319.25806, 17.7999935, -1760.31873) + Vector3.new(1,0,0)
  4034. end
  4035. end)
  4036.  
  4037. Ciminal1.MouseButton1Down:connect(function()
  4038. for i=1,32 do
  4039. wait(.08)
  4040. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261) + Vector3.new(1,0,0)
  4041. end
  4042. end)
  4043.  
  4044. Criminal2.MouseButton1Down:connect(function()
  4045. for i=1,32 do
  4046. wait(.08)
  4047. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626) + Vector3.new(1,0,0)
  4048. end
  4049. end)
  4050.  
  4051. JewTop.MouseButton1Down:connect(function()
  4052. for i=1,32 do
  4053. wait(.08)
  4054. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  4055. end
  4056. end)
  4057.  
  4058. JewIn.MouseButton1Down:connect(function()
  4059. for i=1,32 do
  4060. wait(.08)
  4061. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407) + Vector3.new(1,0,0)
  4062. end
  4063. end)
  4064.  
  4065. BankOut.MouseButton1Down:connect(function()
  4066. for i=1,32 do
  4067. wait(.08)
  4068. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  4069. end
  4070. end)
  4071.  
  4072. BankIn.MouseButton1Down:connect(function()
  4073. for i=1,32 do
  4074. wait(.08)
  4075. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348) + Vector3.new(1,0,0)
  4076. end
  4077. end)
  4078.  
  4079. GasStation.MouseButton1Down:connect(function()
  4080. for i=1,32 do
  4081. wait(.08)
  4082. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262) + Vector3.new(1,0,0)
  4083. end
  4084. end)
  4085.  
  4086. TPButton.MouseButton1Down:connect(function()
  4087. for i=1,32 do
  4088. wait(.08)
  4089. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206) + Vector3.new(1,0,0)
  4090. end
  4091. end)
  4092.  
  4093. --Draggable
  4094. JailFuckFunctions.Draggable = true
  4095. JailFuckMain.Draggable = true
  4096. JailFuckTeleports.Draggable = true
  4097. end)
  4098.  
  4099. JailbreakGUI.Name = "Jailbreak GUI"
  4100. JailbreakGUI.Parent = ScrollingFrame
  4101. JailbreakGUI.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  4102. JailbreakGUI.BorderSizePixel = 0
  4103. JailbreakGUI.Position = UDim2.new(0.105127044, 0, 0.203296691, 0)
  4104. JailbreakGUI.Size = UDim2.new(0, 200, 0, 50)
  4105. JailbreakGUI.Font = Enum.Font.Cartoon
  4106. JailbreakGUI.Text = "JailBreak GUI"
  4107. JailbreakGUI.TextColor3 = Color3.new(0, 0, 0)
  4108. JailbreakGUI.TextScaled = true
  4109. JailbreakGUI.TextSize = 14
  4110. JailbreakGUI.TextWrapped = true
  4111. JailbreakGUI.MouseButton1Down:connect(function()
  4112. loadstring(game:HttpGet("https://paste.ee/r/FHDiH"), true)()
  4113. end)
  4114.  
  4115.  
  4116. JailTrail.Name = "JailTrail"
  4117. JailTrail.Parent = ScrollingFrame
  4118. JailTrail.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  4119. JailTrail.Position = UDim2.new(0.107407406, 0, 0.342857152, 0)
  4120. JailTrail.Size = UDim2.new(0, 200, 0, 50)
  4121. JailTrail.Font = Enum.Font.Cartoon
  4122. JailTrail.Text = "JailTrail"
  4123. JailTrail.TextColor3 = Color3.new(0, 0, 0)
  4124. JailTrail.TextScaled = true
  4125. JailTrail.TextSize = 14
  4126. JailTrail.TextWrapped = true
  4127. JailTrail.MouseButton1Down:connect(function()
  4128. loadstring(game:HttpGet(('https://pastebin.com/raw/XxJpaTbs'),true))()
  4129. end)
  4130.  
  4131. Jailbreakbroken.Name = "Jailbreak broken"
  4132. Jailbreakbroken.Parent = ScrollingFrame
  4133. Jailbreakbroken.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  4134. Jailbreakbroken.Position = UDim2.new(0.107407406, 0, 0.408791214, 0)
  4135. Jailbreakbroken.Size = UDim2.new(0, 200, 0, 50)
  4136. Jailbreakbroken.Font = Enum.Font.Cartoon
  4137. Jailbreakbroken.Text = "JailBreak Broken"
  4138. Jailbreakbroken.TextColor3 = Color3.new(0, 0, 0)
  4139. Jailbreakbroken.TextScaled = true
  4140. Jailbreakbroken.TextSize = 14
  4141. Jailbreakbroken.TextWrapped = true
  4142. Jailbreakbroken.MouseButton1Down:connect(function()
  4143. -- Objects-- Created by Excrio - v2.5
  4144. -- v2.5 Notes
  4145. -- Added player teleporting!
  4146. -- Redid the UI - New font & sizes
  4147. -- Bug fixes and more!
  4148.  
  4149. -- GUI Creation
  4150.  
  4151. local JailbreakBroken = Instance.new("ScreenGui")
  4152. local UI = Instance.new("Frame")
  4153. local Part = Instance.new("Frame")
  4154. local Frame = Instance.new("Frame")
  4155. local Unimportant = Instance.new("TextLabel")
  4156. local Unimportant2 = Instance.new("TextLabel")
  4157. local TPBFrame = Instance.new("Frame")
  4158. local Bank = Instance.new("TextButton")
  4159. local Frame_2 = Instance.new("Frame")
  4160. local CrimBase1 = Instance.new("TextButton")
  4161. local Frame_3 = Instance.new("Frame")
  4162. local CrimBase2 = Instance.new("TextButton")
  4163. local Frame_4 = Instance.new("Frame")
  4164. local PTP = Instance.new("TextButton")
  4165. local Frame_5 = Instance.new("Frame")
  4166. local Helipad1 = Instance.new("TextButton")
  4167. local Frame_6 = Instance.new("Frame")
  4168. local Helipad2 = Instance.new("TextButton")
  4169. local Frame_7 = Instance.new("Frame")
  4170. local Jail = Instance.new("TextButton")
  4171. local Frame_8 = Instance.new("Frame")
  4172. local Jewlery = Instance.new("TextButton")
  4173. local Frame_9 = Instance.new("Frame")
  4174. local Police = Instance.new("TextButton")
  4175. local Frame_10 = Instance.new("Frame")
  4176. local Vault = Instance.new("TextButton")
  4177. local Frame_11 = Instance.new("Frame")
  4178. local sframe = Instance.new("ScrollingFrame")
  4179. local Garage = Instance.new("TextButton")
  4180. local Frame_12 = Instance.new("Frame")
  4181. local SPlayer = Instance.new("TextLabel")
  4182. local Frame_13 = Instance.new("Frame")
  4183. local Teleports = Instance.new("TextButton")
  4184. local Frame_14 = Instance.new("Frame")
  4185. local FBFrame = Instance.new("Frame")
  4186. local Noclipp = Instance.new("TextButton")
  4187. local Frame_15 = Instance.new("Frame")
  4188. local God = Instance.new("TextButton")
  4189. local Frame_16 = Instance.new("Frame")
  4190. local Arrest = Instance.new("TextButton")
  4191. local Frame_17 = Instance.new("Frame")
  4192. local cframe = Instance.new("Frame")
  4193. local TextLabel = Instance.new("TextLabel")
  4194. local TextLabel_2 = Instance.new("TextLabel")
  4195. local TextLabel_3 = Instance.new("TextLabel")
  4196. local TextLabel_4 = Instance.new("TextLabel")
  4197. local TextLabel_5 = Instance.new("TextLabel")
  4198. local TextLabel_6 = Instance.new("TextLabel")
  4199. local TextLabel_7 = Instance.new("TextLabel")
  4200. local TextLabel_8 = Instance.new("TextLabel")
  4201. local TextLabel_9 = Instance.new("TextLabel")
  4202. local TextLabel_10 = Instance.new("TextLabel")
  4203. local TextLabel_11 = Instance.new("TextLabel")
  4204. local Functions = Instance.new("TextButton")
  4205. local Frame_18 = Instance.new("Frame")
  4206. local Credits = Instance.new("TextButton")
  4207. local Frame_19 = Instance.new("Frame")
  4208. local GoBack = Instance.new("TextButton")
  4209. local Open = Instance.new("Frame")
  4210. local OpenGUI = Instance.new("TextButton")
  4211. local Frame_20 = Instance.new("Frame")
  4212. local val = Instance.new("ObjectValue", sframe)
  4213.  
  4214. -- GUI Properties
  4215.  
  4216. JailbreakBroken.Name = "JailbreakBroken"
  4217. JailbreakBroken.Parent = game.CoreGui
  4218.  
  4219. UI.Name = "UI"
  4220. UI.Parent = JailbreakBroken
  4221. UI.Active = true
  4222. UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4223. UI.BackgroundTransparency = 0.30000001192093
  4224. UI.BorderColor3 = Color3.new(1, 1, 1)
  4225. UI.BorderSizePixel = 0
  4226. UI.Draggable = true
  4227. UI.Position = UDim2.new(0.5, -159, 0.5, -219)
  4228. UI.Size = UDim2.new(0, 318, 0, 438)
  4229. UI.Visible = false
  4230.  
  4231. Part.Name = "Part"
  4232. Part.Parent = UI
  4233. Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4234. Part.BorderColor3 = Color3.new(1, 1, 1)
  4235. Part.BorderSizePixel = 0
  4236. Part.Size = UDim2.new(0, 318, 0, 67)
  4237.  
  4238. Frame.Parent = Part
  4239. Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4240. Frame.BorderSizePixel = 0
  4241. Frame.Position = UDim2.new(0, 0, 0, 67)
  4242. Frame.Size = UDim2.new(0, 318, 0, 5)
  4243.  
  4244. Unimportant.Name = "Unimportant"
  4245. Unimportant.Parent = Part
  4246. Unimportant.BackgroundColor3 = Color3.new(1, 1, 1)
  4247. Unimportant.BackgroundTransparency = 1
  4248. Unimportant.BorderSizePixel = 0
  4249. Unimportant.Position = UDim2.new(0, 109, 0, 12)
  4250. Unimportant.Size = UDim2.new(0, 100, 0, 24)
  4251. Unimportant.Font = Enum.Font.SourceSansLight
  4252. Unimportant.FontSize = Enum.FontSize.Size48
  4253. Unimportant.Text = "Jailbreak Broken"
  4254. Unimportant.TextColor3 = Color3.new(1, 1, 1)
  4255. Unimportant.TextSize = 37
  4256.  
  4257. Unimportant2.Name = "Unimportant2"
  4258. Unimportant2.Parent = Part
  4259. Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1)
  4260. Unimportant2.BackgroundTransparency = 1
  4261. Unimportant2.BorderSizePixel = 0
  4262. Unimportant2.Position = UDim2.new(0, 109, 0, 38)
  4263. Unimportant2.Size = UDim2.new(0, 100, 0, 24)
  4264. Unimportant2.Font = Enum.Font.SourceSansLight
  4265. Unimportant2.FontSize = Enum.FontSize.Size18
  4266. Unimportant2.Text = "By Excrio - v2.5"
  4267. Unimportant2.TextColor3 = Color3.new(1, 1, 1)
  4268. Unimportant2.TextSize = 17
  4269.  
  4270. TPBFrame.Name = "TPBFrame"
  4271. TPBFrame.Parent = UI
  4272. TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4273. TPBFrame.BackgroundTransparency = 1
  4274. TPBFrame.Size = UDim2.new(0, 106, 0, 100)
  4275. TPBFrame.Visible = false
  4276.  
  4277. Bank.Name = "Bank"
  4278. Bank.Parent = TPBFrame
  4279. Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4280. Bank.BorderColor3 = Color3.new(1, 1, 1)
  4281. Bank.BorderSizePixel = 0
  4282. Bank.Position = UDim2.new(0, 185, 0, 85)
  4283. Bank.Size = UDim2.new(0, 97, 0, 25)
  4284. Bank.Font = Enum.Font.SourceSansLight
  4285. Bank.FontSize = Enum.FontSize.Size18
  4286. Bank.Text = "Bank Front"
  4287. Bank.TextColor3 = Color3.new(1, 1, 1)
  4288. Bank.TextSize = 17
  4289.  
  4290. Frame_2.Parent = Bank
  4291. Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4292. Frame_2.BorderSizePixel = 0
  4293. Frame_2.Position = UDim2.new(0, 0, 0, 25)
  4294. Frame_2.Size = UDim2.new(0, 97, 0, 5)
  4295.  
  4296. CrimBase1.Name = "CrimBase1"
  4297. CrimBase1.Parent = TPBFrame
  4298. CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4299. CrimBase1.BorderColor3 = Color3.new(1, 1, 1)
  4300. CrimBase1.BorderSizePixel = 0
  4301. CrimBase1.Position = UDim2.new(0, 30, 0, 125)
  4302. CrimBase1.Size = UDim2.new(0, 97, 0, 25)
  4303. CrimBase1.Font = Enum.Font.SourceSansLight
  4304. CrimBase1.FontSize = Enum.FontSize.Size18
  4305. CrimBase1.Text = "Crim Base 1"
  4306. CrimBase1.TextColor3 = Color3.new(1, 1, 1)
  4307. CrimBase1.TextSize = 17
  4308.  
  4309. Frame_3.Parent = CrimBase1
  4310. Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4311. Frame_3.BorderSizePixel = 0
  4312. Frame_3.Position = UDim2.new(0, 0, 0, 25)
  4313. Frame_3.Size = UDim2.new(0, 97, 0, 5)
  4314.  
  4315. CrimBase2.Name = "CrimBase2"
  4316. CrimBase2.Parent = TPBFrame
  4317. CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4318. CrimBase2.BorderColor3 = Color3.new(1, 1, 1)
  4319. CrimBase2.BorderSizePixel = 0
  4320. CrimBase2.Position = UDim2.new(0, 30, 0, 165)
  4321. CrimBase2.Size = UDim2.new(0, 97, 0, 25)
  4322. CrimBase2.Font = Enum.Font.SourceSansLight
  4323. CrimBase2.FontSize = Enum.FontSize.Size18
  4324. CrimBase2.Text = "Crim Base 2"
  4325. CrimBase2.TextColor3 = Color3.new(1, 1, 1)
  4326. CrimBase2.TextSize = 17
  4327.  
  4328. Frame_4.Parent = CrimBase2
  4329. Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4330. Frame_4.BorderSizePixel = 0
  4331. Frame_4.Position = UDim2.new(0, 0, 0, 25)
  4332. Frame_4.Size = UDim2.new(0, 97, 0, 5)
  4333.  
  4334. PTP.Name = "PTP"
  4335. PTP.Parent = TPBFrame
  4336. PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4337. PTP.BorderColor3 = Color3.new(1, 1, 1)
  4338. PTP.BorderSizePixel = 0
  4339. PTP.Position = UDim2.new(0, 185, 0, 372)
  4340. PTP.Size = UDim2.new(0, 97, 0, 27)
  4341. PTP.Font = Enum.Font.SourceSansLight
  4342. PTP.FontSize = Enum.FontSize.Size18
  4343. PTP.Text = "TP to Player"
  4344. PTP.TextColor3 = Color3.new(1, 1, 1)
  4345. PTP.TextSize = 17
  4346.  
  4347. Frame_5.Parent = PTP
  4348. Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4349. Frame_5.BorderSizePixel = 0
  4350. Frame_5.Position = UDim2.new(0, 0, 0, 27)
  4351. Frame_5.Size = UDim2.new(0, 97, 0, 3)
  4352.  
  4353. Helipad1.Name = "Helipad1"
  4354. Helipad1.Parent = TPBFrame
  4355. Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4356. Helipad1.BorderColor3 = Color3.new(1, 1, 1)
  4357. Helipad1.BorderSizePixel = 0
  4358. Helipad1.Position = UDim2.new(0, 185, 0, 125)
  4359. Helipad1.Size = UDim2.new(0, 97, 0, 25)
  4360. Helipad1.Font = Enum.Font.SourceSansLight
  4361. Helipad1.FontSize = Enum.FontSize.Size18
  4362. Helipad1.Text = "Helipad 1"
  4363. Helipad1.TextColor3 = Color3.new(1, 1, 1)
  4364. Helipad1.TextSize = 17
  4365.  
  4366. Frame_6.Parent = Helipad1
  4367. Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4368. Frame_6.BorderSizePixel = 0
  4369. Frame_6.Position = UDim2.new(0, 0, 0, 25)
  4370. Frame_6.Size = UDim2.new(0, 97, 0, 5)
  4371.  
  4372. Helipad2.Name = "Helipad2"
  4373. Helipad2.Parent = TPBFrame
  4374. Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4375. Helipad2.BorderColor3 = Color3.new(1, 1, 1)
  4376. Helipad2.BorderSizePixel = 0
  4377. Helipad2.Position = UDim2.new(0, 185, 0, 165)
  4378. Helipad2.Size = UDim2.new(0, 97, 0, 25)
  4379. Helipad2.Font = Enum.Font.SourceSansLight
  4380. Helipad2.FontSize = Enum.FontSize.Size18
  4381. Helipad2.Text = "Helipad 2"
  4382. Helipad2.TextColor3 = Color3.new(1, 1, 1)
  4383. Helipad2.TextSize = 17
  4384.  
  4385. Frame_7.Parent = Helipad2
  4386. Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4387. Frame_7.BorderSizePixel = 0
  4388. Frame_7.Position = UDim2.new(0, 0, 0, 25)
  4389. Frame_7.Size = UDim2.new(0, 97, 0, 5)
  4390.  
  4391. Jail.Name = "Jail"
  4392. Jail.Parent = TPBFrame
  4393. Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4394. Jail.BorderColor3 = Color3.new(1, 1, 1)
  4395. Jail.BorderSizePixel = 0
  4396. Jail.Position = UDim2.new(0, 30, 0, 85)
  4397. Jail.Size = UDim2.new(0, 97, 0, 25)
  4398. Jail.Font = Enum.Font.SourceSansLight
  4399. Jail.FontSize = Enum.FontSize.Size18
  4400. Jail.Text = "Jail"
  4401. Jail.TextColor3 = Color3.new(1, 1, 1)
  4402. Jail.TextSize = 17
  4403.  
  4404. Frame_8.Parent = Jail
  4405. Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4406. Frame_8.BorderSizePixel = 0
  4407. Frame_8.Position = UDim2.new(0, 0, 0, 25)
  4408. Frame_8.Size = UDim2.new(0, 97, 0, 5)
  4409.  
  4410. Jewlery.Name = "Jewlery"
  4411. Jewlery.Parent = TPBFrame
  4412. Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4413. Jewlery.BorderColor3 = Color3.new(1, 1, 1)
  4414. Jewlery.BorderSizePixel = 0
  4415. Jewlery.Position = UDim2.new(0, 185, 0, 245)
  4416. Jewlery.Size = UDim2.new(0, 97, 0, 25)
  4417. Jewlery.Font = Enum.Font.SourceSansLight
  4418. Jewlery.FontSize = Enum.FontSize.Size18
  4419. Jewlery.Text = "Jewelry Store"
  4420. Jewlery.TextColor3 = Color3.new(1, 1, 1)
  4421. Jewlery.TextSize = 17
  4422.  
  4423. Frame_9.Parent = Jewlery
  4424. Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4425. Frame_9.BorderSizePixel = 0
  4426. Frame_9.Position = UDim2.new(0, 0, 0, 25)
  4427. Frame_9.Size = UDim2.new(0, 97, 0, 5)
  4428.  
  4429. Police.Name = "Police"
  4430. Police.Parent = TPBFrame
  4431. Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4432. Police.BorderColor3 = Color3.new(1, 1, 1)
  4433. Police.BorderSizePixel = 0
  4434. Police.Position = UDim2.new(0, 30, 0, 205)
  4435. Police.Size = UDim2.new(0, 97, 0, 25)
  4436. Police.Font = Enum.Font.SourceSansLight
  4437. Police.FontSize = Enum.FontSize.Size18
  4438. Police.Text = "Police HQ"
  4439. Police.TextColor3 = Color3.new(1, 1, 1)
  4440. Police.TextSize = 17
  4441.  
  4442. Frame_10.Parent = Police
  4443. Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4444. Frame_10.BorderSizePixel = 0
  4445. Frame_10.Position = UDim2.new(0, 0, 0, 25)
  4446. Frame_10.Size = UDim2.new(0, 97, 0, 5)
  4447.  
  4448. Vault.Name = "Vault"
  4449. Vault.Parent = TPBFrame
  4450. Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4451. Vault.BorderColor3 = Color3.new(1, 1, 1)
  4452. Vault.BorderSizePixel = 0
  4453. Vault.Position = UDim2.new(0, 30, 0, 245)
  4454. Vault.Size = UDim2.new(0, 97, 0, 25)
  4455. Vault.Font = Enum.Font.SourceSansLight
  4456. Vault.FontSize = Enum.FontSize.Size18
  4457. Vault.Text = "Bank Vault"
  4458. Vault.TextColor3 = Color3.new(1, 1, 1)
  4459. Vault.TextSize = 17
  4460.  
  4461. Frame_11.Parent = Vault
  4462. Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4463. Frame_11.BorderSizePixel = 0
  4464. Frame_11.Position = UDim2.new(0, 0, 0, 25)
  4465. Frame_11.Size = UDim2.new(0, 97, 0, 5)
  4466.  
  4467. sframe.Name = "sframe"
  4468. sframe.Parent = TPBFrame
  4469. sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4470. sframe.BorderSizePixel = 0
  4471. sframe.Position = UDim2.new(0, 30, 0, 293)
  4472. sframe.Size = UDim2.new(0, 252, 0, 70)
  4473. sframe.BottomImage = ""
  4474. sframe.CanvasSize = UDim2.new(0, 0, 1, 0)
  4475. sframe.MidImage = ""
  4476. sframe.ScrollBarThickness = 20
  4477. sframe.TopImage = ""
  4478.  
  4479. Garage.Name = "Garage"
  4480. Garage.Parent = TPBFrame
  4481. Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4482. Garage.BorderColor3 = Color3.new(1, 1, 1)
  4483. Garage.BorderSizePixel = 0
  4484. Garage.Position = UDim2.new(0, 185, 0, 205)
  4485. Garage.Size = UDim2.new(0, 97, 0, 25)
  4486. Garage.Font = Enum.Font.SourceSansLight
  4487. Garage.FontSize = Enum.FontSize.Size18
  4488. Garage.Text = "Garage"
  4489. Garage.TextColor3 = Color3.new(1, 1, 1)
  4490. Garage.TextSize = 17
  4491.  
  4492. Frame_12.Parent = Garage
  4493. Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4494. Frame_12.BorderSizePixel = 0
  4495. Frame_12.Position = UDim2.new(0, 0, 0, 25)
  4496. Frame_12.Size = UDim2.new(0, 97, 0, 5)
  4497.  
  4498. SPlayer.Name = "SPlayer"
  4499. SPlayer.Parent = TPBFrame
  4500. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  4501. SPlayer.BackgroundTransparency = 1
  4502. SPlayer.Position = UDim2.new(0, 32, 0, 379)
  4503. SPlayer.Size = UDim2.new(0, 138, 0, 17)
  4504. SPlayer.Font = Enum.Font.SourceSansLight
  4505. SPlayer.FontSize = Enum.FontSize.Size18
  4506. SPlayer.Text = "Player:"
  4507. SPlayer.TextColor3 = Color3.new(1, 1, 1)
  4508. SPlayer.TextSize = 17
  4509. SPlayer.TextWrapped = true
  4510. SPlayer.TextXAlignment = Enum.TextXAlignment.Left
  4511.  
  4512. Frame_13.Parent = TPBFrame
  4513. Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4514. Frame_13.BorderSizePixel = 0
  4515. Frame_13.Position = UDim2.new(0, 30, 0, 360)
  4516. Frame_13.Size = UDim2.new(0, 252, 0, 5)
  4517.  
  4518. Teleports.Name = "Teleports"
  4519. Teleports.Parent = UI
  4520. Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4521. Teleports.BorderColor3 = Color3.new(1, 1, 1)
  4522. Teleports.BorderSizePixel = 0
  4523. Teleports.Position = UDim2.new(0, 72, 0, 126)
  4524. Teleports.Size = UDim2.new(0, 175, 0, 38)
  4525. Teleports.Font = Enum.Font.SourceSansLight
  4526. Teleports.FontSize = Enum.FontSize.Size24
  4527. Teleports.Text = "Player Teleports"
  4528. Teleports.TextColor3 = Color3.new(1, 1, 1)
  4529. Teleports.TextSize = 20
  4530.  
  4531. Frame_14.Parent = Teleports
  4532. Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4533. Frame_14.BorderSizePixel = 0
  4534. Frame_14.Position = UDim2.new(0, 0, 0, 38)
  4535. Frame_14.Size = UDim2.new(0, 175, 0, 5)
  4536.  
  4537. FBFrame.Name = "FBFrame"
  4538. FBFrame.Parent = UI
  4539. FBFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  4540. FBFrame.BackgroundTransparency = 1
  4541. FBFrame.Position = UDim2.new(0, 0, 0, 32)
  4542. FBFrame.Size = UDim2.new(0, 318, 0, 406)
  4543. FBFrame.Visible = false
  4544.  
  4545. Noclipp.Name = "Noclipp"
  4546. Noclipp.Parent = FBFrame
  4547. Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4548. Noclipp.BorderColor3 = Color3.new(1, 1, 1)
  4549. Noclipp.BorderSizePixel = 0
  4550. Noclipp.Position = UDim2.new(0, 110, 0, 181)
  4551. Noclipp.Size = UDim2.new(0, 97, 0, 38)
  4552. Noclipp.Font = Enum.Font.SourceSansLight
  4553. Noclipp.FontSize = Enum.FontSize.Size18
  4554. Noclipp.Text = "Enable Noclip"
  4555. Noclipp.TextColor3 = Color3.new(1, 1, 1)
  4556. Noclipp.TextSize = 17
  4557.  
  4558. Frame_15.Parent = Noclipp
  4559. Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4560. Frame_15.BorderSizePixel = 0
  4561. Frame_15.Position = UDim2.new(0, 0, 0, 38)
  4562. Frame_15.Size = UDim2.new(0, 97, 0, 5)
  4563.  
  4564. God.Name = "God"
  4565. God.Parent = FBFrame
  4566. God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4567. God.BorderColor3 = Color3.new(1, 1, 1)
  4568. God.BorderSizePixel = 0
  4569. God.Position = UDim2.new(0, 110, 0, 105)
  4570. God.Size = UDim2.new(0, 97, 0, 38)
  4571. God.Font = Enum.Font.SourceSansLight
  4572. God.FontSize = Enum.FontSize.Size18
  4573. God.Text = "Godmode"
  4574. God.TextColor3 = Color3.new(1, 1, 1)
  4575. God.TextSize = 17
  4576.  
  4577. Frame_16.Parent = God
  4578. Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4579. Frame_16.BorderSizePixel = 0
  4580. Frame_16.Position = UDim2.new(0, 0, 0, 38)
  4581. Frame_16.Size = UDim2.new(0, 97, 0, 5)
  4582.  
  4583. Arrest.Name = "Arrest"
  4584. Arrest.Parent = FBFrame
  4585. Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4586. Arrest.BorderColor3 = Color3.new(1, 1, 1)
  4587. Arrest.BorderSizePixel = 0
  4588. Arrest.Position = UDim2.new(0, 110, 0, 257)
  4589. Arrest.Size = UDim2.new(0, 97, 0, 38)
  4590. Arrest.Font = Enum.Font.SourceSansLight
  4591. Arrest.FontSize = Enum.FontSize.Size18
  4592. Arrest.Text = "Arrest Spam"
  4593. Arrest.TextColor3 = Color3.new(1, 1, 1)
  4594. Arrest.TextSize = 17
  4595.  
  4596. Frame_17.Parent = Arrest
  4597. Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4598. Frame_17.BorderSizePixel = 0
  4599. Frame_17.Position = UDim2.new(0, 0, 0, 38)
  4600. Frame_17.Size = UDim2.new(0, 97, 0, 5)
  4601.  
  4602. cframe.Name = "cframe"
  4603. cframe.Parent = UI
  4604. cframe.BackgroundColor3 = Color3.new(1, 1, 1)
  4605. cframe.BackgroundTransparency = 1
  4606. cframe.BorderSizePixel = 0
  4607. cframe.Size = UDim2.new(0, 318, 0, 438)
  4608. cframe.Visible = false
  4609.  
  4610. TextLabel.Parent = cframe
  4611. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4612. TextLabel.BackgroundTransparency = 1
  4613. TextLabel.BorderSizePixel = 0
  4614. TextLabel.Position = UDim2.new(0, 23, 0, 103)
  4615. TextLabel.Size = UDim2.new(0, 273, 0, 31)
  4616. TextLabel.Font = Enum.Font.SourceSansLight
  4617. TextLabel.FontSize = Enum.FontSize.Size24
  4618. TextLabel.Text = "Design - Excrio"
  4619. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  4620. TextLabel.TextSize = 20
  4621. TextLabel.TextWrapped = true
  4622. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  4623. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  4624.  
  4625. TextLabel_2.Parent = cframe
  4626. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4627. TextLabel_2.BackgroundTransparency = 1
  4628. TextLabel_2.BorderSizePixel = 0
  4629. TextLabel_2.Position = UDim2.new(0, 23, 0, 128)
  4630. TextLabel_2.Size = UDim2.new(0, 273, 0, 31)
  4631. TextLabel_2.Font = Enum.Font.SourceSansLight
  4632. TextLabel_2.FontSize = Enum.FontSize.Size24
  4633. TextLabel_2.Text = "Code - Excrio"
  4634. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  4635. TextLabel_2.TextSize = 20
  4636. TextLabel_2.TextWrapped = true
  4637. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  4638. TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top
  4639.  
  4640. TextLabel_3.Parent = cframe
  4641. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4642. TextLabel_3.BackgroundTransparency = 1
  4643. TextLabel_3.BorderSizePixel = 0
  4644. TextLabel_3.Position = UDim2.new(0, 23, 0, 151)
  4645. TextLabel_3.Size = UDim2.new(0, 273, 0, 135)
  4646. TextLabel_3.Font = Enum.Font.SourceSansLight
  4647. TextLabel_3.FontSize = Enum.FontSize.Size24
  4648. TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that."
  4649. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  4650. TextLabel_3.TextSize = 20
  4651. TextLabel_3.TextWrapped = true
  4652. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  4653. TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top
  4654.  
  4655. TextLabel_4.Parent = cframe
  4656. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  4657. TextLabel_4.BackgroundTransparency = 1
  4658. TextLabel_4.BorderSizePixel = 0
  4659. TextLabel_4.Position = UDim2.new(0, 23, 0, 388)
  4660. TextLabel_4.Size = UDim2.new(0, 273, 0, 29)
  4661. TextLabel_4.Font = Enum.Font.SourceSansLight
  4662. TextLabel_4.FontSize = Enum.FontSize.Size24
  4663. TextLabel_4.Text = ""
  4664. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  4665. TextLabel_4.TextSize = 20
  4666. TextLabel_4.TextWrapped = true
  4667. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  4668. TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
  4669.  
  4670. TextLabel_5.Parent = cframe
  4671. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  4672. TextLabel_5.BackgroundTransparency = 1
  4673. TextLabel_5.BorderSizePixel = 0
  4674. TextLabel_5.Position = UDim2.new(0, 23, 0, 234)
  4675. TextLabel_5.Size = UDim2.new(0, 273, 0, 30)
  4676. TextLabel_5.Font = Enum.Font.SourceSansLight
  4677. TextLabel_5.FontSize = Enum.FontSize.Size28
  4678. TextLabel_5.Text = "Changelog"
  4679. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  4680. TextLabel_5.TextSize = 25
  4681. TextLabel_5.TextWrapped = true
  4682. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  4683. TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
  4684.  
  4685. TextLabel_6.Parent = cframe
  4686. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  4687. TextLabel_6.BackgroundTransparency = 1
  4688. TextLabel_6.BorderSizePixel = 0
  4689. TextLabel_6.Position = UDim2.new(0, 23, 0, 76)
  4690. TextLabel_6.Size = UDim2.new(0, 273, 0, 31)
  4691. TextLabel_6.Font = Enum.Font.SourceSansLight
  4692. TextLabel_6.FontSize = Enum.FontSize.Size28
  4693. TextLabel_6.Text = "Credit"
  4694. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  4695. TextLabel_6.TextSize = 25
  4696. TextLabel_6.TextWrapped = true
  4697. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  4698. TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
  4699.  
  4700. TextLabel_7.Parent = cframe
  4701. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  4702. TextLabel_7.BackgroundTransparency = 1
  4703. TextLabel_7.BorderSizePixel = 0
  4704. TextLabel_7.Position = UDim2.new(0, 23, 0, 263)
  4705. TextLabel_7.Size = UDim2.new(0, 273, 0, 31)
  4706. TextLabel_7.Font = Enum.Font.SourceSansLight
  4707. TextLabel_7.FontSize = Enum.FontSize.Size24
  4708. TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting"
  4709. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  4710. TextLabel_7.TextSize = 20
  4711. TextLabel_7.TextWrapped = true
  4712. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  4713. TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top
  4714.  
  4715. TextLabel_8.Parent = cframe
  4716. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  4717. TextLabel_8.BackgroundTransparency = 1
  4718. TextLabel_8.BorderSizePixel = 0
  4719. TextLabel_8.Position = UDim2.new(0, 23, 0, 286)
  4720. TextLabel_8.Size = UDim2.new(0, 273, 0, 31)
  4721. TextLabel_8.Font = Enum.Font.SourceSansLight
  4722. TextLabel_8.FontSize = Enum.FontSize.Size24
  4723. TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)"
  4724. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  4725. TextLabel_8.TextSize = 20
  4726. TextLabel_8.TextWrapped = true
  4727. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  4728. TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top
  4729.  
  4730. TextLabel_9.Parent = cframe
  4731. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  4732. TextLabel_9.BackgroundTransparency = 1
  4733. TextLabel_9.BorderSizePixel = 0
  4734. TextLabel_9.Position = UDim2.new(0, 23, 0, 306)
  4735. TextLabel_9.Size = UDim2.new(0, 273, 0, 31)
  4736. TextLabel_9.Font = Enum.Font.SourceSansLight
  4737. TextLabel_9.FontSize = Enum.FontSize.Size24
  4738. TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)"
  4739. TextLabel_9.TextColor3 = Color3.new(1, 1, 1)
  4740. TextLabel_9.TextSize = 20
  4741. TextLabel_9.TextWrapped = true
  4742. TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left
  4743. TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top
  4744.  
  4745. TextLabel_10.Parent = cframe
  4746. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  4747. TextLabel_10.BackgroundTransparency = 1
  4748. TextLabel_10.BorderSizePixel = 0
  4749. TextLabel_10.Position = UDim2.new(0, 23, 0, 327)
  4750. TextLabel_10.Size = UDim2.new(0, 273, 0, 31)
  4751. TextLabel_10.Font = Enum.Font.SourceSansLight
  4752. TextLabel_10.FontSize = Enum.FontSize.Size24
  4753. TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes"
  4754. TextLabel_10.TextColor3 = Color3.new(1, 1, 1)
  4755. TextLabel_10.TextSize = 20
  4756. TextLabel_10.TextWrapped = true
  4757. TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left
  4758. TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top
  4759.  
  4760. TextLabel_11.Parent = cframe
  4761. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  4762. TextLabel_11.BackgroundTransparency = 1
  4763. TextLabel_11.BorderSizePixel = 0
  4764. TextLabel_11.Position = UDim2.new(0, 23, 0, 351)
  4765. TextLabel_11.Size = UDim2.new(0, 273, 0, 42)
  4766. TextLabel_11.Font = Enum.Font.SourceSansLight
  4767. TextLabel_11.FontSize = Enum.FontSize.Size24
  4768. TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting"
  4769. TextLabel_11.TextColor3 = Color3.new(1, 1, 1)
  4770. TextLabel_11.TextSize = 20
  4771. TextLabel_11.TextWrapped = true
  4772. TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left
  4773. TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top
  4774.  
  4775. Functions.Name = "Functions"
  4776. Functions.Parent = UI
  4777. Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4778. Functions.BorderColor3 = Color3.new(1, 1, 1)
  4779. Functions.BorderSizePixel = 0
  4780. Functions.Position = UDim2.new(0, 72, 0, 219)
  4781. Functions.Size = UDim2.new(0, 175, 0, 38)
  4782. Functions.Font = Enum.Font.SourceSansLight
  4783. Functions.FontSize = Enum.FontSize.Size24
  4784. Functions.Text = "Player Functions"
  4785. Functions.TextColor3 = Color3.new(1, 1, 1)
  4786. Functions.TextSize = 20
  4787.  
  4788. Frame_18.Parent = Functions
  4789. Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4790. Frame_18.BorderSizePixel = 0
  4791. Frame_18.Position = UDim2.new(0, 0, 0, 38)
  4792. Frame_18.Size = UDim2.new(0, 175, 0, 5)
  4793.  
  4794. Credits.Name = "Credits"
  4795. Credits.Parent = UI
  4796. Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4797. Credits.BorderColor3 = Color3.new(1, 1, 1)
  4798. Credits.BorderSizePixel = 0
  4799. Credits.Position = UDim2.new(0, 72, 0, 315)
  4800. Credits.Size = UDim2.new(0, 175, 0, 38)
  4801. Credits.Font = Enum.Font.SourceSansLight
  4802. Credits.FontSize = Enum.FontSize.Size24
  4803. Credits.Text = "Credits / Changelog"
  4804. Credits.TextColor3 = Color3.new(1, 1, 1)
  4805. Credits.TextSize = 20
  4806.  
  4807. Frame_19.Parent = Credits
  4808. Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  4809. Frame_19.BorderSizePixel = 0
  4810. Frame_19.Position = UDim2.new(0, 0, 0, 38)
  4811. Frame_19.Size = UDim2.new(0, 175, 0, 5)
  4812.  
  4813. GoBack.Name = "GoBack"
  4814. GoBack.Parent = UI
  4815. GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4816. GoBack.BackgroundTransparency = 1
  4817. GoBack.BorderColor3 = Color3.new(1, 1, 1)
  4818. GoBack.BorderSizePixel = 0
  4819. GoBack.Position = UDim2.new(0, 0, 0, 400)
  4820. GoBack.Size = UDim2.new(0, 93, 0, 38)
  4821. GoBack.Visible = false
  4822. GoBack.Font = Enum.Font.SourceSansLight
  4823. GoBack.FontSize = Enum.FontSize.Size24
  4824. GoBack.Text = "Go Back"
  4825. GoBack.TextColor3 = Color3.new(1, 1, 1)
  4826. GoBack.TextSize = 20
  4827.  
  4828. Open.Name = "Open"
  4829. Open.Parent = JailbreakBroken
  4830. Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471)
  4831. Open.BackgroundTransparency = 1
  4832. Open.BorderColor3 = Color3.new(1, 1, 1)
  4833. Open.BorderSizePixel = 0
  4834. Open.Position = UDim2.new(0, -105, 0, 632)
  4835. Open.Size = UDim2.new(0, 318, 0, 67)
  4836.  
  4837. OpenGUI.Name = "OpenGUI"
  4838. OpenGUI.Parent = Open
  4839. OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  4840. OpenGUI.BorderColor3 = Color3.new(1, 1, 1)
  4841. OpenGUI.BorderSizePixel = 0
  4842. OpenGUI.Position = UDim2.new(0, 93, 0, 15)
  4843. OpenGUI.Size = UDim2.new(0, 97, 0, 38)
  4844. OpenGUI.Font = Enum.Font.SourceSansLight
  4845. OpenGUI.FontSize = Enum.FontSize.Size18
  4846. OpenGUI.Text = "Open GUI"
  4847. OpenGUI.TextColor3 = Color3.new(1, 1, 1)
  4848. OpenGUI.TextSize = 17
  4849.  
  4850. Frame_20.Parent = OpenGUI
  4851. Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  4852. Frame_20.BorderSizePixel = 0
  4853. Frame_20.Position = UDim2.new(0, 0, 0, 38)
  4854. Frame_20.Size = UDim2.new(0, 97, 0, 5)
  4855.  
  4856. -- Teleporting
  4857. Jail.MouseButton1Click:connect(function()
  4858. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  4859. end)
  4860.  
  4861. CrimBase1.MouseButton1Click:connect(function()
  4862. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  4863. end)
  4864.  
  4865. CrimBase2.MouseButton1Click:connect(function()
  4866. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  4867. end)
  4868.  
  4869. Police.MouseButton1Click:connect(function()
  4870. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  4871. end)
  4872.  
  4873. Bank.MouseButton1Click:connect(function()
  4874. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  4875. end)
  4876.  
  4877. Helipad1.MouseButton1Click:connect(function()
  4878. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0)
  4879. end)
  4880.  
  4881. Helipad2.MouseButton1Click:connect(function()
  4882. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0)
  4883. end)
  4884.  
  4885. Garage.MouseButton1Click:connect(function()
  4886. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  4887. end)
  4888.  
  4889. Vault.MouseButton1Click:connect(function()
  4890. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  4891. end)
  4892.  
  4893. Jewlery.MouseButton1Click:connect(function()
  4894. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  4895. end)
  4896.  
  4897. -- Player Teleporting
  4898.  
  4899. local PLR = game:GetService("Players").LocalPlayer
  4900.  
  4901. local Players = game.Players:GetPlayers()
  4902.  
  4903. local Selected1 = game.CoreGui.JailbreakBroken.UI.TPBFrame.SPlayer
  4904.  
  4905. val.Name = "Selected"
  4906.  
  4907. function alphabetize(p1, p2)
  4908. local Player1 = p1.Name:lower()
  4909. local P1 = Player1:sub(1, 1):byte()
  4910. local Player2 = p2.Name:lower()
  4911. local P2 = Player2:sub(1, 1):byte()
  4912.  
  4913.  
  4914. if P1 < P2 then return true else return false end
  4915. end
  4916. table.sort(Players, alphabetize)
  4917.  
  4918. for i = 1, #Players do
  4919. local p = Players[i]
  4920. if p ~= PLR then
  4921. local btn = Instance.new("TextButton", sframe)
  4922. btn.Name = p.Name
  4923. btn.Text = p.Name
  4924. btn.Size = UDim2.new(0, 260, 0, 25)
  4925. btn.Font = Enum.Font.Highway
  4926. btn.FontSize = Enum.FontSize.Size14
  4927. btn.TextColor3 = Color3.new(255, 255, 255)
  4928. btn.BackgroundTransparency = 1
  4929. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4930. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4931. btn.MouseButton1Click:connect(function()
  4932. val.Value = p
  4933. Selected1.Text = "Player: "..p.Name
  4934. end)
  4935.  
  4936. end
  4937. end
  4938.  
  4939. function update()
  4940.  
  4941. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  4942.  
  4943. local plrs = game.Players:GetPlayers()
  4944. table.sort(plrs, alphabetize)
  4945.  
  4946. for i = 1, #plrs do
  4947.  
  4948. local p = plrs[i]
  4949. if p ~= PLR then
  4950.  
  4951. local btn = Instance.new("TextButton", sframe)
  4952. btn.Text = p.Name
  4953. btn.Size = UDim2.new(0, 260, 0, 25)
  4954. btn.Font = Enum.Font.Highway
  4955. btn.FontSize = Enum.FontSize.Size14
  4956. btn.TextColor3 = Color3.new(255, 255, 255)
  4957. btn.BackgroundTransparency = 1
  4958. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  4959.  
  4960. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  4961.  
  4962. btn.MouseButton1Click:connect(function()
  4963. val.Value = p
  4964. SPlayer.Text = "Player: "..p.Name
  4965. end)
  4966.  
  4967. end
  4968. end
  4969.  
  4970. end
  4971. game.Players.PlayerAdded:connect(update)
  4972. game.Players.PlayerRemoving:connect(update)
  4973.  
  4974. -- Functions
  4975.  
  4976. function getPlayer()
  4977. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  4978. end
  4979.  
  4980. PTP.MouseButton1Click:connect(function()
  4981. local p = getPlayer()
  4982. if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  4983. else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end
  4984. end)
  4985.  
  4986. noclip = false
  4987. game:GetService('RunService').Stepped:connect(function()
  4988. if noclip then
  4989. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  4990. end
  4991. end)
  4992.  
  4993. Noclipp.MouseButton1Click:connect(function()
  4994. noclip = not noclip
  4995. if Noclipp.Text == "Enable Noclip" then
  4996. Noclipp.Text = "Disable Noclip"
  4997. else
  4998. Noclipp.Text = "Enable Noclip"
  4999. end
  5000. end)
  5001.  
  5002. God.MouseButton1Click:connect(function()
  5003. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5004. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5005. l.Parent = game.Players.LocalPlayer.Character
  5006. l.Name = "Humanoid"
  5007. wait(0.1)
  5008. game.Players.LocalPlayer.Character["1"]:Destroy()
  5009. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5010. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5011. wait(0.1)
  5012. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5013. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5014. end)
  5015.  
  5016. Arrest.MouseButton1Click:connect(function()
  5017. local Player = game.Players.LocalPlayer
  5018. wait(0.5)
  5019. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  5020. repeat
  5021. wait()
  5022. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  5023. until v.Team.Name ~= "Criminal"
  5024. end
  5025. end)
  5026.  
  5027.  
  5028. local frame = game.CoreGui.JailbreakBroken:WaitForChild('UI')
  5029. OpenGUI.MouseButton1Down:connect(function()
  5030. frame.Visible = not frame.Visible
  5031. if frame.Visible == true then
  5032. OpenGUI.Text = "Close GUI"
  5033. elseif
  5034. frame.Visible == false then
  5035. OpenGUI.Text = "Open GUI"
  5036. end
  5037. end)
  5038.  
  5039. Teleports.MouseButton1Click:connect(function()
  5040. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = true
  5041. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  5042. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  5043. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  5044. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  5045. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  5046. end)
  5047.  
  5048. Functions.MouseButton1Click:connect(function()
  5049. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = true
  5050. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  5051. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  5052. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  5053. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  5054. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  5055. end)
  5056.  
  5057. GoBack.MouseButton1Click:connect(function()
  5058. GoBack.Visible = false
  5059. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  5060. game.CoreGui.JailbreakBroken.UI.TPBFrame.Visible = false
  5061. Teleports.Visible = true
  5062. Functions.Visible = true
  5063. Credits.Visible = true
  5064. game.CoreGui.JailbreakBroken.UI.cframe.Visible = false
  5065. end)
  5066. Credits.MouseButton1Click:connect(function()
  5067. game.CoreGui.JailbreakBroken.UI.FBFrame.Visible = false
  5068. game.CoreGui.JailbreakBroken.UI.Teleports.Visible = false
  5069. game.CoreGui.JailbreakBroken.UI.Functions.Visible = false
  5070. game.CoreGui.JailbreakBroken.UI.Credits.Visible = false
  5071. game.CoreGui.JailbreakBroken.UI.GoBack.Visible = true
  5072. game.CoreGui.JailbreakBroken.UI.cframe.Visible = true
  5073. end)
  5074. end)
  5075.  
  5076. JailBailer.Name = "JailBailer"
  5077. JailBailer.Parent = ScrollingFrame
  5078. JailBailer.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  5079. JailBailer.Position = UDim2.new(0.107407406, 0, 0.478021979, 0)
  5080. JailBailer.Size = UDim2.new(0, 200, 0, 50)
  5081. JailBailer.Font = Enum.Font.Cartoon
  5082. JailBailer.Text = "JailBailer"
  5083. JailBailer.TextColor3 = Color3.new(0, 0, 0)
  5084. JailBailer.TextScaled = true
  5085. JailBailer.TextSize = 14
  5086. JailBailer.TextWrapped = true
  5087. JailBailer.MouseButton1Down:connect(function()
  5088. -- Made by UranicPower6
  5089. -- Here's V2 bb screw u badimo
  5090. -- Objects
  5091.  
  5092. local JailBailer = Instance.new("ScreenGui")
  5093. local Main = Instance.new("Frame")
  5094. local Topbar = Instance.new("Frame")
  5095. local Exit = Instance.new("TextButton")
  5096. local Title = Instance.new("TextLabel")
  5097. local TextLabel = Instance.new("TextLabel")
  5098. local UJB = Instance.new("TextButton")
  5099. local ITB = Instance.new("TextButton")
  5100. local AR = Instance.new("TextButton")
  5101. local IN = Instance.new("TextButton")
  5102. local JG = Instance.new("TextButton")
  5103.  
  5104. -- Properties
  5105.  
  5106. JailBailer.Name = "JailBailer"
  5107. JailBailer.Parent = game.Players.LocalPlayer.PlayerGui
  5108.  
  5109. Main.Name = "Main"
  5110. Main.Parent = JailBailer
  5111. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5112. Main.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5113. Main.Position = UDim2.new(0, 131, 0, 291)
  5114. Main.Size = UDim2.new(0, 380, 0, 278)
  5115. Main.Draggable = true
  5116. Main.Active = true
  5117. Main.ClipsDescendants = true
  5118. Main.Archivable = true
  5119.  
  5120. Topbar.Name = "Topbar"
  5121. Topbar.Parent = Main
  5122. Topbar.BackgroundColor3 = Color3.new(0.164706, 0, 0)
  5123. Topbar.BorderColor3 = Color3.new(0.164706, 0, 0)
  5124. Topbar.Size = UDim2.new(0, 380, 0, 40)
  5125.  
  5126. Exit.Name = "Exit"
  5127. Exit.Parent = Topbar
  5128. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  5129. Exit.BackgroundTransparency = 1
  5130. Exit.Position = UDim2.new(0, 340, 0, 0)
  5131. Exit.Size = UDim2.new(0, 40, 0, 40)
  5132. Exit.Font = Enum.Font.Code
  5133. Exit.Text = "X"
  5134. Exit.TextColor3 = Color3.new(1, 1, 1)
  5135. Exit.TextScaled = true
  5136. Exit.TextSize = 14
  5137. Exit.TextWrapped = true
  5138.  
  5139. Title.Name = "Title"
  5140. Title.Parent = Topbar
  5141. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  5142. Title.BackgroundTransparency = 1
  5143. Title.Size = UDim2.new(0, 296, 0, 40)
  5144. Title.Font = Enum.Font.Code
  5145. Title.Text = "JailBailer 2.0"
  5146. Title.TextColor3 = Color3.new(1, 1, 1)
  5147. Title.TextScaled = true
  5148. Title.TextSize = 14
  5149. Title.TextWrapped = true
  5150.  
  5151. TextLabel.Parent = Topbar
  5152. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5153. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  5154. TextLabel.Position = UDim2.new(0, 239, 0, 55)
  5155. TextLabel.Size = UDim2.new(0, 125, 0, 202)
  5156. TextLabel.Font = Enum.Font.Code
  5157. TextLabel.Text = "Credits: UranicPower6#0306, I didn't make any of these scripts the credits for the scripts go to their owner's"
  5158. TextLabel.TextScaled = true
  5159. TextLabel.TextSize = 14
  5160. TextLabel.TextWrapped = true
  5161.  
  5162. UJB.Name = "UJB"
  5163. UJB.Parent = Main
  5164. UJB.BackgroundColor3 = Color3.new(1, 1, 1)
  5165. UJB.BorderColor3 = Color3.new(0, 0, 0)
  5166. UJB.Position = UDim2.new(0, 17, 0, 54)
  5167. UJB.Size = UDim2.new(0, 100, 0, 50)
  5168. UJB.Font = Enum.Font.Code
  5169. UJB.Text = "Unjailbreak V1.1"
  5170. UJB.TextColor3 = Color3.new(0, 0, 0)
  5171. UJB.TextScaled = true
  5172. UJB.TextSize = 14
  5173. UJB.TextWrapped = true
  5174.  
  5175. ITB.Name = "ITB"
  5176. ITB.Parent = Main
  5177. ITB.BackgroundColor3 = Color3.new(1, 1, 1)
  5178. ITB.BorderColor3 = Color3.new(0, 0, 0)
  5179. ITB.Position = UDim2.new(0, 17, 0, 114)
  5180. ITB.Size = UDim2.new(0, 100, 0, 50)
  5181. ITB.Font = Enum.Font.Code
  5182. ITB.Text = "Invisibility/TP Bypass"
  5183. ITB.TextColor3 = Color3.new(0, 0, 0)
  5184. ITB.TextScaled = true
  5185. ITB.TextSize = 14
  5186. ITB.TextWrapped = true
  5187.  
  5188. AR.Name = "AR"
  5189. AR.Parent = Main
  5190. AR.BackgroundColor3 = Color3.new(1, 1, 1)
  5191. AR.BorderColor3 = Color3.new(0, 0, 0)
  5192. AR.Position = UDim2.new(0, 17, 0, 174)
  5193. AR.Size = UDim2.new(0, 100, 0, 50)
  5194. AR.Font = Enum.Font.Code
  5195. AR.Text = "AutoRob GUI"
  5196. AR.TextColor3 = Color3.new(0, 0, 0)
  5197. AR.TextScaled = true
  5198. AR.TextSize = 14
  5199. AR.TextWrapped = true
  5200.  
  5201. IN.Name = "IN"
  5202. IN.Parent = Main
  5203. IN.BackgroundColor3 = Color3.new(1, 1, 1)
  5204. IN.BorderColor3 = Color3.new(0, 0, 0)
  5205. IN.Position = UDim2.new(0, 127, 0, 54)
  5206. IN.Size = UDim2.new(0, 100, 0, 50)
  5207. IN.Font = Enum.Font.Code
  5208. IN.Text = "Inf Nitro"
  5209. IN.TextColor3 = Color3.new(0, 0, 0)
  5210. IN.TextScaled = true
  5211. IN.TextSize = 14
  5212. IN.TextWrapped = true
  5213.  
  5214. JG.Name = "JG"
  5215. JG.Parent = Main
  5216. JG.BackgroundColor3 = Color3.new(1, 1, 1)
  5217. JG.BorderColor3 = Color3.new(0, 0, 0)
  5218. JG.Position = UDim2.new(0, 127, 0, 114)
  5219. JG.Size = UDim2.new(0, 100, 0, 50)
  5220. JG.Font = Enum.Font.Code
  5221. JG.Text = "Jailbreak GUI"
  5222. JG.TextColor3 = Color3.new(0, 0, 0)
  5223. JG.TextScaled = true
  5224. JG.TextSize = 14
  5225. JG.TextWrapped = true
  5226.  
  5227. -- Scripts ayy lmao no copy pls
  5228.  
  5229. Exit.MouseButton1Click:connect(function()
  5230. JailBailer:Destroy()
  5231. end)
  5232.  
  5233. UJB.MouseButton1Click:connect(function()
  5234. if game.PlaceId == 606849621 then
  5235. warn("[v1.1] Unjailbreak Loaded")
  5236. warn("[v1.1] -Fixed Explorer")
  5237. warn("[v1.1] -Fixed Draggable")
  5238. warn("[v1.1] -Fixed Fly Bug")
  5239. warn("[v1.1] -Stability Improve")
  5240. warn("[v1.1] -Added Checkpoints")
  5241. warn("[Meme] -Leaked by N3xul, sorry :P")
  5242. Unjailbreak = Instance.new("ScreenGui")
  5243. MainFrame = Instance.new("Frame")
  5244. TextLabel = Instance.new("TextLabel")
  5245. BottomLine = Instance.new("TextLabel")
  5246. PlayerImage = Instance.new("ImageLabel")
  5247. TextLabel_2 = Instance.new("TextLabel")
  5248. TextLabel_3 = Instance.new("TextLabel")
  5249. HomeImage = Instance.new("ImageLabel")
  5250. TextLabel_4 = Instance.new("TextLabel")
  5251. Home = Instance.new("TextButton")
  5252. HomeImage_2 = Instance.new("ImageLabel")
  5253. TextLabel_5 = Instance.new("TextLabel")
  5254. Settings = Instance.new("TextButton")
  5255. HomeImage_3 = Instance.new("ImageLabel")
  5256. TextLabel_6 = Instance.new("TextLabel")
  5257. Teleports = Instance.new("TextButton")
  5258. HomeImage_4 = Instance.new("ImageLabel")
  5259. TextLabel_7 = Instance.new("TextLabel")
  5260. TabFrames = Instance.new("Frame")
  5261. HomeFrame = Instance.new("Frame")
  5262. TextLabel_8 = Instance.new("TextLabel")
  5263. TextLabel_9 = Instance.new("TextLabel")
  5264. TextLabel_10 = Instance.new("TextLabel")
  5265. TextLabel_11 = Instance.new("TextLabel")
  5266. TextLabel_12 = Instance.new("TextLabel")
  5267. TextLabel_13 = Instance.new("TextLabel")
  5268. TextLabel_14 = Instance.new("TextLabel")
  5269. TextLabel_15 = Instance.new("TextLabel")
  5270. TeleportsFrame = Instance.new("Frame")
  5271. JewelryStore = Instance.new("TextButton")
  5272. BankStore = Instance.new("TextButton")
  5273. BatCave = Instance.new("TextButton")
  5274. CriminalBase = Instance.new("TextButton")
  5275. PoliceHQ1 = Instance.new("TextButton")
  5276. PoliceHQ2 = Instance.new("TextButton")
  5277. DonutShop = Instance.new("TextButton")
  5278. GasStation = Instance.new("TextButton")
  5279. Prison = Instance.new("TextButton")
  5280. Garage = Instance.new("TextButton")
  5281. Bugatti = Instance.new("TextButton")
  5282. Lamborghini = Instance.new("TextButton")
  5283. Tesla3 = Instance.new("TextButton")
  5284. Porsche = Instance.new("TextButton")
  5285. SWATVan = Instance.new("TextButton")
  5286. DuneBuggy = Instance.new("TextButton")
  5287. PickUpTruck = Instance.new("TextButton")
  5288. MiniCooper = Instance.new("TextButton")
  5289. Camaro = Instance.new("TextButton")
  5290. DirtBike = Instance.new("TextButton")
  5291. sframe = Instance.new("ScrollingFrame")
  5292. GoTo = Instance.new("TextButton")
  5293. SPlayer = Instance.new("TextLabel")
  5294. SettingsFrame = Instance.new("Frame")
  5295. CDrag = Instance.new("ImageButton")
  5296. CNotifierB = Instance.new("ImageButton")
  5297. TextLabel_16 = Instance.new("TextLabel")
  5298. TextLabel_17 = Instance.new("TextLabel")
  5299. CNotifierJ = Instance.new("ImageButton")
  5300. TextLabel_18 = Instance.new("TextLabel")
  5301. TextLabel_19 = Instance.new("TextLabel")
  5302. CBigHead = Instance.new("ImageButton")
  5303. TextLabel_20 = Instance.new("TextLabel")
  5304. CESP = Instance.new("ImageButton")
  5305. TextLabel_21 = Instance.new("TextLabel")
  5306. KeybindConFrame = Instance.new("Frame")
  5307. TextLabel_22 = Instance.new("TextLabel")
  5308. JewelryKeyy = Instance.new("TextLabel")
  5309. BankKeyy = Instance.new("TextLabel")
  5310. CriminalKeyy = Instance.new("TextLabel")
  5311. KeyContinue = Instance.new("TextButton")
  5312. KeyCancel = Instance.new("TextButton")
  5313. CustomTP = Instance.new("TextButton")
  5314. JewelryKeyBox = Instance.new("TextBox")
  5315. CrimBaseBox = Instance.new("TextBox")
  5316. BankKeyBox = Instance.new("TextBox")
  5317. SetKeybind = Instance.new("TextButton")
  5318. TextLabel_23 = Instance.new("TextLabel")
  5319. Coords = Instance.new("TextButton")
  5320. UIColorButton = Instance.new("TextButton")
  5321. Reset = Instance.new("TextButton")
  5322. CForceField = Instance.new("ImageButton")
  5323. TextLabel_24 = Instance.new("TextLabel")
  5324. Explorer = Instance.new("TextButton")
  5325. GameFrame = Instance.new("Frame")
  5326. InfiniteAmmo = Instance.new("TextButton")
  5327. JumpPower = Instance.new("TextButton")
  5328. NoClip = Instance.new("TextButton")
  5329. Gravity = Instance.new("TextButton")
  5330. RemoveAll = Instance.new("TextButton")
  5331. AnnoyServer = Instance.new("TextButton")
  5332. VehicleSpeed = Instance.new("TextButton")
  5333. WalkSpeed = Instance.new("TextButton")
  5334. GodMode = Instance.new("TextButton")
  5335. AK47 = Instance.new("TextButton")
  5336. ClickTP = Instance.new("TextButton")
  5337. AutoRob = Instance.new("TextButton")
  5338. ShotGun = Instance.new("TextButton")
  5339. Btools = Instance.new("TextButton")
  5340. Pistol = Instance.new("TextButton")
  5341. SpamArrest = Instance.new("TextButton")
  5342. KeyCard = Instance.new("TextButton")
  5343. M4A4 = Instance.new("TextButton")
  5344. Fly = Instance.new("TextButton")
  5345. FlashLight = Instance.new("TextButton")
  5346. TextLabel_25 = Instance.new("TextLabel")
  5347. TextLabel_26 = Instance.new("TextLabel")
  5348. TextLabel_27 = Instance.new("TextLabel")
  5349. MainLogo2 = Instance.new("ImageLabel")
  5350. Tabs = Instance.new("ImageButton")
  5351. Dark = Instance.new("Frame")
  5352. MainLogo = Instance.new("ImageLabel")
  5353. TextLabel_28 = Instance.new("TextLabel")
  5354. JNotifierOpen = Instance.new("Frame")
  5355. TextLabel_29 = Instance.new("TextLabel")
  5356. GotoJewelry = Instance.new("TextButton")
  5357. BNotifierOpen = Instance.new("Frame")
  5358. TextLabel_30 = Instance.new("TextLabel")
  5359. GotoBank = Instance.new("TextButton")
  5360. LPlayerDetect = Instance.new("Frame")
  5361. PlayerNameDetected = Instance.new("TextLabel")
  5362. TextLabel_31 = Instance.new("TextLabel")
  5363. TextLabel_32 = Instance.new("TextLabel")
  5364. TextLabel_33 = Instance.new("TextLabel")
  5365. TextLabel_34 = Instance.new("TextLabel")
  5366. TextLabel_35 = Instance.new("TextLabel")
  5367. AdminJoined = Instance.new("Frame")
  5368. AdminDetected = Instance.new("TextLabel")
  5369. TextLabel_36 = Instance.new("TextLabel")
  5370. TextLabel_37 = Instance.new("TextLabel")
  5371. TextLabel_38 = Instance.new("TextLabel")
  5372. TextLabel_39 = Instance.new("TextLabel")
  5373. UIColorFrame = Instance.new("Frame")
  5374. TextLabel_40 = Instance.new("TextLabel")
  5375. TextLabel_41 = Instance.new("TextLabel")
  5376. Commands = Instance.new("Frame")
  5377. TextLabel_42 = Instance.new("TextLabel")
  5378. ScrollingFrame = Instance.new("ScrollingFrame")
  5379. TextLabel_43 = Instance.new("TextLabel")
  5380. TextLabel_44 = Instance.new("TextLabel")
  5381. TextLabel_45 = Instance.new("TextLabel")
  5382. TextLabel_46 = Instance.new("TextLabel")
  5383. TextLabel_47 = Instance.new("TextLabel")
  5384. TextLabel_48 = Instance.new("TextLabel")
  5385. TextLabel_49 = Instance.new("TextLabel")
  5386. TextLabel_50 = Instance.new("TextLabel")
  5387. TextLabel_51 = Instance.new("TextLabel")
  5388. TextLabel_52 = Instance.new("TextLabel")
  5389. CommandClose = Instance.new("TextButton")
  5390. StarterFrame = Instance.new("Frame")
  5391. StarterMainFrame = Instance.new("Frame")
  5392. ContinueCustomization = Instance.new("TextButton")
  5393. TextLabel_53 = Instance.new("TextLabel")
  5394. TextLabel_54 = Instance.new("TextLabel")
  5395. TextLabel_55 = Instance.new("TextLabel")
  5396. TextLabel_56 = Instance.new("TextLabel")
  5397. TextLabel_57 = Instance.new("TextLabel")
  5398. TextLabel_58 = Instance.new("TextLabel")
  5399. TextLabel_59 = Instance.new("TextLabel")
  5400. TextLabel_60 = Instance.new("TextLabel")
  5401. TextLabel_61 = Instance.new("TextLabel")
  5402. TextLabel_62 = Instance.new("TextLabel")
  5403. MainContinue = Instance.new("TextButton")
  5404. TextLabel_63 = Instance.new("TextLabel")
  5405. TextLabel_64 = Instance.new("TextLabel")
  5406. BlueColor = Instance.new("TextButton")
  5407. RedColor = Instance.new("TextButton")
  5408. OrangeColor = Instance.new("TextButton")
  5409. BlackColor = Instance.new("TextButton")
  5410. PurpleColor = Instance.new("TextButton")
  5411. TextLabel_65 = Instance.new("TextLabel")
  5412. UIKeybind = Instance.new("TextBox")
  5413. TextLabel_66 = Instance.new("TextLabel")
  5414. TextLabel_67 = Instance.new("TextLabel")
  5415. TextLabel_68 = Instance.new("TextLabel")
  5416. MainPreview = Instance.new("TextLabel")
  5417. TextLabel_69 = Instance.new("TextLabel")
  5418. Aimbotkeybind = Instance.new("TextBox")
  5419. TextLabel_70 = Instance.new("TextLabel")
  5420. TextLabel_71 = Instance.new("TextLabel")
  5421. TextLabel_72 = Instance.new("TextLabel")
  5422. TextLabel_73 = Instance.new("TextLabel")
  5423. TextLabel_74 = Instance.new("TextLabel")
  5424. TextLabel_75 = Instance.new("TextLabel")
  5425. TextLabel_76 = Instance.new("TextLabel")
  5426. local Game = Instance.new("TextButton")
  5427. ActiveMenu = Instance.new("Folder")
  5428. ButtonWheelMenu = Instance.new("Frame")
  5429. Hue = Instance.new("NumberValue")
  5430. Lig = Instance.new("NumberValue")
  5431. Sat = Instance.new("NumberValue")
  5432. HueBox = Instance.new("TextBox")
  5433. GetColor = Instance.new("BindableFunction")
  5434.  
  5435. Unjailbreak.Name = "Unjailbreak"
  5436. Unjailbreak.Parent = game.CoreGui
  5437.  
  5438. MainFrame.Name = "MainFrame"
  5439. MainFrame.Parent = Unjailbreak
  5440. MainFrame.Active = true
  5441. MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5442. MainFrame.BorderSizePixel = 0
  5443. MainFrame.ClipsDescendants = true
  5444. MainFrame.Draggable = true
  5445. MainFrame.Position = UDim2.new(0.344000012, 0, 1.10000002, -2)
  5446. MainFrame.Size = UDim2.new(0, 598, 0, 356)
  5447.  
  5448. TextLabel.Parent = MainFrame
  5449. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5450. TextLabel.BorderSizePixel = 0
  5451. TextLabel.Position = UDim2.new(0, 0, 0, 39)
  5452. TextLabel.Size = UDim2.new(0, 598, 0, 3)
  5453. TextLabel.Font = Enum.Font.SourceSans
  5454. TextLabel.FontSize = Enum.FontSize.Size14
  5455. TextLabel.Text = ""
  5456. TextLabel.TextSize = 14
  5457.  
  5458. BottomLine.Name = "BottomLine"
  5459. BottomLine.Parent = MainFrame
  5460. BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5461. BottomLine.BorderSizePixel = 0
  5462. BottomLine.Position = UDim2.new(0, 0, 0, 336)
  5463. BottomLine.Size = UDim2.new(0, 598, 0, 18)
  5464. BottomLine.Font = Enum.Font.SourceSans
  5465. BottomLine.FontSize = Enum.FontSize.Size14
  5466. BottomLine.Text = ""
  5467. BottomLine.TextSize = 14
  5468.  
  5469. PlayerImage.Name = "PlayerImage"
  5470. PlayerImage.Parent = MainFrame
  5471. PlayerImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5472. PlayerImage.BorderSizePixel = 0
  5473. PlayerImage.Position = UDim2.new(0, 0, 0, 48)
  5474. PlayerImage.Size = UDim2.new(0, 149, 0, 129)
  5475. PlayerImage.Image = "https://assetgame.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..game:GetService("Players").LocalPlayer.Name
  5476.  
  5477. TextLabel_2.Parent = MainFrame
  5478. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5479. TextLabel_2.BackgroundTransparency = 1
  5480. TextLabel_2.Position = UDim2.new(0, 199, 0, 0)
  5481. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  5482. TextLabel_2.Font = Enum.Font.Arial
  5483. TextLabel_2.FontSize = Enum.FontSize.Size24
  5484. TextLabel_2.Text = "U N J A I L B R E A K"
  5485. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  5486. TextLabel_2.TextSize = 20
  5487.  
  5488. TextLabel_3.Parent = MainFrame
  5489. TextLabel_3.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  5490. TextLabel_3.BorderSizePixel = 0
  5491. TextLabel_3.Position = UDim2.new(0, 0, 0, 177)
  5492. TextLabel_3.Size = UDim2.new(0, 149, 0, 159)
  5493. TextLabel_3.Font = Enum.Font.SourceSans
  5494. TextLabel_3.FontSize = Enum.FontSize.Size14
  5495. TextLabel_3.Text = ""
  5496. TextLabel_3.TextSize = 14
  5497.  
  5498. Game.Name = "Game"
  5499. Game.Parent = MainFrame
  5500. Game.BackgroundColor3 = Color3.new(1, 1, 1)
  5501. Game.BackgroundTransparency = 1
  5502. Game.Position = UDim2.new(0, 21, 0, 229)
  5503. Game.Size = UDim2.new(0, 118, 0, 30)
  5504. Game.Font = Enum.Font.Arial
  5505. Game.FontSize = Enum.FontSize.Size18
  5506. Game.Text = ""
  5507. Game.TextColor3 = Color3.new(1, 1, 1)
  5508. Game.TextSize = 17
  5509.  
  5510. HomeImage.Name = "HomeImage"
  5511. HomeImage.Parent = Game
  5512. HomeImage.BackgroundColor3 = Color3.new(1, 1, 1)
  5513. HomeImage.BackgroundTransparency = 1
  5514. HomeImage.Position = UDim2.new(0, 0, 0, 3)
  5515. HomeImage.Size = UDim2.new(0, 25, 0, 24)
  5516. HomeImage.Image = "rbxassetid://1022440008"
  5517.  
  5518. TextLabel_4.Parent = Game
  5519. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5520. TextLabel_4.BackgroundTransparency = 1
  5521. TextLabel_4.Position = UDim2.new(0, 33, 0, 0)
  5522. TextLabel_4.Size = UDim2.new(0, 85, 0, 30)
  5523. TextLabel_4.Font = Enum.Font.Arial
  5524. TextLabel_4.FontSize = Enum.FontSize.Size18
  5525. TextLabel_4.Text = "Game"
  5526. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  5527. TextLabel_4.TextSize = 17
  5528. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  5529.  
  5530. Home.Name = "Home"
  5531. Home.Parent = MainFrame
  5532. Home.BackgroundColor3 = Color3.new(1, 1, 1)
  5533. Home.BackgroundTransparency = 1
  5534. Home.Position = UDim2.new(0, 21, 0, 196)
  5535. Home.Size = UDim2.new(0, 118, 0, 30)
  5536. Home.Font = Enum.Font.Arial
  5537. Home.FontSize = Enum.FontSize.Size18
  5538. Home.Text = ""
  5539. Home.TextColor3 = Color3.new(1, 1, 1)
  5540. Home.TextSize = 17
  5541.  
  5542. HomeImage_2.Name = "HomeImage"
  5543. HomeImage_2.Parent = Home
  5544. HomeImage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5545. HomeImage_2.BackgroundTransparency = 1
  5546. HomeImage_2.Position = UDim2.new(0, 0, 0, 3)
  5547. HomeImage_2.Size = UDim2.new(0, 25, 0, 24)
  5548. HomeImage_2.Image = "rbxassetid://1022441323"
  5549.  
  5550. TextLabel_5.Parent = Home
  5551. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  5552. TextLabel_5.BackgroundTransparency = 1
  5553. TextLabel_5.Position = UDim2.new(0, 33, 0, 0)
  5554. TextLabel_5.Size = UDim2.new(0, 85, 0, 30)
  5555. TextLabel_5.Font = Enum.Font.Arial
  5556. TextLabel_5.FontSize = Enum.FontSize.Size18
  5557. TextLabel_5.Text = "Home"
  5558. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  5559. TextLabel_5.TextSize = 17
  5560. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  5561.  
  5562. Settings.Name = "Settings"
  5563. Settings.Parent = MainFrame
  5564. Settings.BackgroundColor3 = Color3.new(1, 1, 1)
  5565. Settings.BackgroundTransparency = 1
  5566. Settings.Position = UDim2.new(0, 21, 0, 295)
  5567. Settings.Size = UDim2.new(0, 118, 0, 30)
  5568. Settings.Font = Enum.Font.Arial
  5569. Settings.FontSize = Enum.FontSize.Size18
  5570. Settings.Text = ""
  5571. Settings.TextColor3 = Color3.new(1, 1, 1)
  5572. Settings.TextSize = 17
  5573.  
  5574. HomeImage_3.Name = "HomeImage"
  5575. HomeImage_3.Parent = Settings
  5576. HomeImage_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5577. HomeImage_3.BackgroundTransparency = 1
  5578. HomeImage_3.Position = UDim2.new(0, 0, 0, 3)
  5579. HomeImage_3.Size = UDim2.new(0, 25, 0, 24)
  5580. HomeImage_3.Image = "rbxassetid://1022442308"
  5581.  
  5582. TextLabel_6.Parent = Settings
  5583. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  5584. TextLabel_6.BackgroundTransparency = 1
  5585. TextLabel_6.Position = UDim2.new(0, 33, 0, 0)
  5586. TextLabel_6.Size = UDim2.new(0, 85, 0, 30)
  5587. TextLabel_6.Font = Enum.Font.Arial
  5588. TextLabel_6.FontSize = Enum.FontSize.Size18
  5589. TextLabel_6.Text = "Settings"
  5590. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  5591. TextLabel_6.TextSize = 17
  5592. TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
  5593.  
  5594. Teleports.Name = "Teleports"
  5595. Teleports.Parent = MainFrame
  5596. Teleports.BackgroundColor3 = Color3.new(1, 1, 1)
  5597. Teleports.BackgroundTransparency = 1
  5598. Teleports.Position = UDim2.new(0, 21, 0, 262)
  5599. Teleports.Size = UDim2.new(0, 118, 0, 30)
  5600. Teleports.Font = Enum.Font.Arial
  5601. Teleports.FontSize = Enum.FontSize.Size18
  5602. Teleports.Text = ""
  5603. Teleports.TextColor3 = Color3.new(1, 1, 1)
  5604. Teleports.TextSize = 17
  5605.  
  5606. HomeImage_4.Name = "HomeImage"
  5607. HomeImage_4.Parent = Teleports
  5608. HomeImage_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5609. HomeImage_4.BackgroundTransparency = 1
  5610. HomeImage_4.Position = UDim2.new(0, 0, 0, 3)
  5611. HomeImage_4.Size = UDim2.new(0, 25, 0, 24)
  5612. HomeImage_4.Image = "rbxassetid://1022517730"
  5613.  
  5614. TextLabel_7.Parent = Teleports
  5615. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  5616. TextLabel_7.BackgroundTransparency = 1
  5617. TextLabel_7.Position = UDim2.new(0, 33, 0, 0)
  5618. TextLabel_7.Size = UDim2.new(0, 85, 0, 30)
  5619. TextLabel_7.Font = Enum.Font.Arial
  5620. TextLabel_7.FontSize = Enum.FontSize.Size18
  5621. TextLabel_7.Text = "Teleports"
  5622. TextLabel_7.TextColor3 = Color3.new(1, 1, 1)
  5623. TextLabel_7.TextSize = 17
  5624. TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left
  5625.  
  5626. TabFrames.Name = "TabFrames"
  5627. TabFrames.Parent = MainFrame
  5628. TabFrames.BackgroundColor3 = Color3.new(1, 1, 1)
  5629. TabFrames.BorderSizePixel = 0
  5630. TabFrames.ClipsDescendants = true
  5631. TabFrames.Position = UDim2.new(0, 0, 0, 47)
  5632. TabFrames.Size = UDim2.new(0, 598, 0, 289)
  5633.  
  5634. HomeFrame.Name = "HomeFrame"
  5635. HomeFrame.Parent = TabFrames
  5636. HomeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5637. HomeFrame.BorderSizePixel = 0
  5638. HomeFrame.ClipsDescendants = true
  5639. HomeFrame.Size = UDim2.new(0, 598, 0, 289)
  5640. HomeFrame.Visible = true
  5641.  
  5642. TextLabel_8.Parent = HomeFrame
  5643. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  5644. TextLabel_8.BackgroundTransparency = 1
  5645. TextLabel_8.Position = UDim2.new(0, 199, 0, 18)
  5646. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  5647. TextLabel_8.Font = Enum.Font.Arial
  5648. TextLabel_8.FontSize = Enum.FontSize.Size24
  5649. TextLabel_8.Text = "Welcome To Unjailbreak"
  5650. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  5651. TextLabel_8.TextSize = 20
  5652.  
  5653. TextLabel_9.Parent = HomeFrame
  5654. TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1)
  5655. TextLabel_9.BackgroundTransparency = 1
  5656. TextLabel_9.Position = UDim2.new(0, 199, 0, 53)
  5657. TextLabel_9.Size = UDim2.new(0, 200, 0, 50)
  5658. TextLabel_9.Font = Enum.Font.Arial
  5659. TextLabel_9.FontSize = Enum.FontSize.Size24
  5660. TextLabel_9.Text = "Logo Created by ooga#9523"
  5661. TextLabel_9.TextColor3 = Color3.new(0, 0, 0)
  5662. TextLabel_9.TextSize = 20
  5663.  
  5664. TextLabel_10.Parent = HomeFrame
  5665. TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1)
  5666. TextLabel_10.BackgroundTransparency = 1
  5667. TextLabel_10.Position = UDim2.new(0, 199, 0, 99)
  5668. TextLabel_10.Size = UDim2.new(0, 200, 0, 25)
  5669. TextLabel_10.Font = Enum.Font.Arial
  5670. TextLabel_10.FontSize = Enum.FontSize.Size24
  5671. TextLabel_10.Text = "Whitelist Created By Aren <3"
  5672. TextLabel_10.TextColor3 = Color3.new(0, 0, 0)
  5673. TextLabel_10.TextSize = 20
  5674.  
  5675. TextLabel_11.Parent = HomeFrame
  5676. TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1)
  5677. TextLabel_11.BackgroundTransparency = 1
  5678. TextLabel_11.Position = UDim2.new(0, 199, 0, 120)
  5679. TextLabel_11.Size = UDim2.new(0, 200, 0, 50)
  5680. TextLabel_11.Font = Enum.Font.Arial
  5681. TextLabel_11.FontSize = Enum.FontSize.Size24
  5682. TextLabel_11.Text = "Credits To Ezy For Being Cool"
  5683. TextLabel_11.TextColor3 = Color3.new(0, 0, 0)
  5684. TextLabel_11.TextSize = 20
  5685.  
  5686. TextLabel_12.Parent = HomeFrame
  5687. TextLabel_12.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  5688. TextLabel_12.BorderSizePixel = 0
  5689. TextLabel_12.Position = UDim2.new(0, 100, 0, -33)
  5690. TextLabel_12.Size = UDim2.new(0, 33, 0, 409)
  5691. TextLabel_12.Font = Enum.Font.Arial
  5692. TextLabel_12.FontSize = Enum.FontSize.Size24
  5693. TextLabel_12.Text = ""
  5694. TextLabel_12.TextColor3 = Color3.new(0, 0, 0)
  5695. TextLabel_12.TextSize = 20
  5696.  
  5697. TextLabel_13.Parent = HomeFrame
  5698. TextLabel_13.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  5699. TextLabel_13.BorderSizePixel = 0
  5700. TextLabel_13.Position = UDim2.new(0, 82, 0, -60)
  5701. TextLabel_13.Size = UDim2.new(0, 9, 0, 409)
  5702. TextLabel_13.Font = Enum.Font.Arial
  5703. TextLabel_13.FontSize = Enum.FontSize.Size24
  5704. TextLabel_13.Text = ""
  5705. TextLabel_13.TextColor3 = Color3.new(0, 0, 0)
  5706. TextLabel_13.TextSize = 20
  5707.  
  5708. TextLabel_14.Parent = HomeFrame
  5709. TextLabel_14.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  5710. TextLabel_14.BorderSizePixel = 0
  5711. TextLabel_14.Position = UDim2.new(0, 570, 0, -60)
  5712. TextLabel_14.Size = UDim2.new(0, 8, 0, 409)
  5713. TextLabel_14.Font = Enum.Font.Arial
  5714. TextLabel_14.FontSize = Enum.FontSize.Size24
  5715. TextLabel_14.Text = ""
  5716. TextLabel_14.TextColor3 = Color3.new(0, 0, 0)
  5717. TextLabel_14.TextSize = 20
  5718.  
  5719. TextLabel_15.Parent = HomeFrame
  5720. TextLabel_15.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  5721. TextLabel_15.BorderSizePixel = 0
  5722. TextLabel_15.Position = UDim2.new(0, 114, 0, -21)
  5723. TextLabel_15.Size = UDim2.new(0, 10, 0, 409)
  5724. TextLabel_15.Font = Enum.Font.Arial
  5725. TextLabel_15.FontSize = Enum.FontSize.Size24
  5726. TextLabel_15.Text = ""
  5727. TextLabel_15.TextColor3 = Color3.new(0, 0, 0)
  5728. TextLabel_15.TextSize = 20
  5729.  
  5730. TeleportsFrame.Name = "TeleportsFrame"
  5731. TeleportsFrame.Parent = TabFrames
  5732. TeleportsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  5733. TeleportsFrame.BorderSizePixel = 0
  5734. TeleportsFrame.ClipsDescendants = true
  5735. TeleportsFrame.Size = UDim2.new(0, 598, 0, 289)
  5736. TeleportsFrame.Visible = false
  5737.  
  5738. JewelryStore.Name = "JewelryStore"
  5739. JewelryStore.Parent = TeleportsFrame
  5740. JewelryStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5741. JewelryStore.BorderSizePixel = 0
  5742. JewelryStore.Position = UDim2.new(0, 22, 0, 50)
  5743. JewelryStore.Size = UDim2.new(0, 89, 0, 25)
  5744. JewelryStore.AutoButtonColor = false
  5745. JewelryStore.Font = Enum.Font.Arial
  5746. JewelryStore.FontSize = Enum.FontSize.Size18
  5747. JewelryStore.Text = "Jewelry Store"
  5748. JewelryStore.TextColor3 = Color3.new(1, 1, 1)
  5749. JewelryStore.TextSize = 15
  5750.  
  5751. BankStore.Name = "BankStore"
  5752. BankStore.Parent = TeleportsFrame
  5753. BankStore.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5754. BankStore.BorderSizePixel = 0
  5755. BankStore.Position = UDim2.new(0, 120, 0, 50)
  5756. BankStore.Size = UDim2.new(0, 89, 0, 25)
  5757. BankStore.AutoButtonColor = false
  5758. BankStore.Font = Enum.Font.Arial
  5759. BankStore.FontSize = Enum.FontSize.Size18
  5760. BankStore.Text = "Bank Store"
  5761. BankStore.TextColor3 = Color3.new(1, 1, 1)
  5762. BankStore.TextSize = 15
  5763.  
  5764. BatCave.Name = "BatCave"
  5765. BatCave.Parent = TeleportsFrame
  5766. BatCave.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5767. BatCave.BorderSizePixel = 0
  5768. BatCave.Position = UDim2.new(0, 22, 0, 85)
  5769. BatCave.Size = UDim2.new(0, 89, 0, 25)
  5770. BatCave.AutoButtonColor = false
  5771. BatCave.Font = Enum.Font.Arial
  5772. BatCave.FontSize = Enum.FontSize.Size18
  5773. BatCave.Text = "Bat Cave"
  5774. BatCave.TextColor3 = Color3.new(1, 1, 1)
  5775. BatCave.TextSize = 15
  5776.  
  5777. CriminalBase.Name = "CriminalBase"
  5778. CriminalBase.Parent = TeleportsFrame
  5779. CriminalBase.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5780. CriminalBase.BorderSizePixel = 0
  5781. CriminalBase.Position = UDim2.new(0, 120, 0, 85)
  5782. CriminalBase.Size = UDim2.new(0, 89, 0, 25)
  5783. CriminalBase.AutoButtonColor = false
  5784. CriminalBase.Font = Enum.Font.Arial
  5785. CriminalBase.FontSize = Enum.FontSize.Size18
  5786. CriminalBase.Text = "Criminal Base"
  5787. CriminalBase.TextColor3 = Color3.new(1, 1, 1)
  5788. CriminalBase.TextSize = 15
  5789.  
  5790. PoliceHQ1.Name = "PoliceHQ1"
  5791. PoliceHQ1.Parent = TeleportsFrame
  5792. PoliceHQ1.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5793. PoliceHQ1.BorderSizePixel = 0
  5794. PoliceHQ1.Position = UDim2.new(0, 22, 0, 120)
  5795. PoliceHQ1.Size = UDim2.new(0, 89, 0, 25)
  5796. PoliceHQ1.AutoButtonColor = false
  5797. PoliceHQ1.Font = Enum.Font.Arial
  5798. PoliceHQ1.FontSize = Enum.FontSize.Size18
  5799. PoliceHQ1.Text = "Police HQ 1"
  5800. PoliceHQ1.TextColor3 = Color3.new(1, 1, 1)
  5801. PoliceHQ1.TextSize = 15
  5802.  
  5803. PoliceHQ2.Name = "PoliceHQ2"
  5804. PoliceHQ2.Parent = TeleportsFrame
  5805. PoliceHQ2.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5806. PoliceHQ2.BorderSizePixel = 0
  5807. PoliceHQ2.Position = UDim2.new(0, 120, 0, 120)
  5808. PoliceHQ2.Size = UDim2.new(0, 89, 0, 25)
  5809. PoliceHQ2.AutoButtonColor = false
  5810. PoliceHQ2.Font = Enum.Font.Arial
  5811. PoliceHQ2.FontSize = Enum.FontSize.Size18
  5812. PoliceHQ2.Text = "Police HQ 2"
  5813. PoliceHQ2.TextColor3 = Color3.new(1, 1, 1)
  5814. PoliceHQ2.TextSize = 15
  5815.  
  5816. DonutShop.Name = "DonutShop"
  5817. DonutShop.Parent = TeleportsFrame
  5818. DonutShop.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5819. DonutShop.BorderSizePixel = 0
  5820. DonutShop.Position = UDim2.new(0, 120, 0, 155)
  5821. DonutShop.Size = UDim2.new(0, 89, 0, 25)
  5822. DonutShop.AutoButtonColor = false
  5823. DonutShop.Font = Enum.Font.Arial
  5824. DonutShop.FontSize = Enum.FontSize.Size18
  5825. DonutShop.Text = "Donut Shop"
  5826. DonutShop.TextColor3 = Color3.new(1, 1, 1)
  5827. DonutShop.TextSize = 15
  5828.  
  5829. GasStation.Name = "GasStation"
  5830. GasStation.Parent = TeleportsFrame
  5831. GasStation.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5832. GasStation.BorderSizePixel = 0
  5833. GasStation.Position = UDim2.new(0, 22, 0, 155)
  5834. GasStation.Size = UDim2.new(0, 89, 0, 25)
  5835. GasStation.AutoButtonColor = false
  5836. GasStation.Font = Enum.Font.Arial
  5837. GasStation.FontSize = Enum.FontSize.Size18
  5838. GasStation.Text = "Gas Station"
  5839. GasStation.TextColor3 = Color3.new(1, 1, 1)
  5840. GasStation.TextSize = 15
  5841.  
  5842. Prison.Name = "Prison"
  5843. Prison.Parent = TeleportsFrame
  5844. Prison.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5845. Prison.BorderSizePixel = 0
  5846. Prison.Position = UDim2.new(0, 22, 0, 190)
  5847. Prison.Size = UDim2.new(0, 89, 0, 25)
  5848. Prison.AutoButtonColor = false
  5849. Prison.Font = Enum.Font.Arial
  5850. Prison.FontSize = Enum.FontSize.Size18
  5851. Prison.Text = "Prison"
  5852. Prison.TextColor3 = Color3.new(1, 1, 1)
  5853. Prison.TextSize = 15
  5854.  
  5855. Garage.Name = "Garage"
  5856. Garage.Parent = TeleportsFrame
  5857. Garage.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5858. Garage.BorderSizePixel = 0
  5859. Garage.Position = UDim2.new(0, 120, 0, 190)
  5860. Garage.Size = UDim2.new(0, 89, 0, 25)
  5861. Garage.AutoButtonColor = false
  5862. Garage.Font = Enum.Font.Arial
  5863. Garage.FontSize = Enum.FontSize.Size18
  5864. Garage.Text = "Garage"
  5865. Garage.TextColor3 = Color3.new(1, 1, 1)
  5866. Garage.TextSize = 15
  5867.  
  5868. Bugatti.Name = "Bugatti"
  5869. Bugatti.Parent = TeleportsFrame
  5870. Bugatti.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5871. Bugatti.BorderSizePixel = 0
  5872. Bugatti.Position = UDim2.new(0, 218, 0, 50)
  5873. Bugatti.Size = UDim2.new(0, 89, 0, 25)
  5874. Bugatti.AutoButtonColor = false
  5875. Bugatti.Font = Enum.Font.Arial
  5876. Bugatti.FontSize = Enum.FontSize.Size18
  5877. Bugatti.Text = "Bugatti"
  5878. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  5879. Bugatti.TextSize = 15
  5880.  
  5881. Lamborghini.Name = "Lamborghini"
  5882. Lamborghini.Parent = TeleportsFrame
  5883. Lamborghini.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5884. Lamborghini.BorderSizePixel = 0
  5885. Lamborghini.Position = UDim2.new(0, 318, 0, 50)
  5886. Lamborghini.Size = UDim2.new(0, 89, 0, 25)
  5887. Lamborghini.AutoButtonColor = false
  5888. Lamborghini.Font = Enum.Font.Arial
  5889. Lamborghini.FontSize = Enum.FontSize.Size18
  5890. Lamborghini.Text = "Lamborghini"
  5891. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  5892. Lamborghini.TextSize = 15
  5893.  
  5894. Tesla3.Name = "Tesla3"
  5895. Tesla3.Parent = TeleportsFrame
  5896. Tesla3.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5897. Tesla3.BorderSizePixel = 0
  5898. Tesla3.Position = UDim2.new(0, 318, 0, 85)
  5899. Tesla3.Size = UDim2.new(0, 89, 0, 25)
  5900. Tesla3.AutoButtonColor = false
  5901. Tesla3.Font = Enum.Font.Arial
  5902. Tesla3.FontSize = Enum.FontSize.Size18
  5903. Tesla3.Text = "Tesla 3"
  5904. Tesla3.TextColor3 = Color3.new(1, 1, 1)
  5905. Tesla3.TextSize = 15
  5906.  
  5907. Porsche.Name = "Porsche"
  5908. Porsche.Parent = TeleportsFrame
  5909. Porsche.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5910. Porsche.BorderSizePixel = 0
  5911. Porsche.Position = UDim2.new(0, 218, 0, 85)
  5912. Porsche.Size = UDim2.new(0, 89, 0, 25)
  5913. Porsche.AutoButtonColor = false
  5914. Porsche.Font = Enum.Font.Arial
  5915. Porsche.FontSize = Enum.FontSize.Size18
  5916. Porsche.Text = "Porsche"
  5917. Porsche.TextColor3 = Color3.new(1, 1, 1)
  5918. Porsche.TextSize = 15
  5919.  
  5920. SWATVan.Name = "SWATVan"
  5921. SWATVan.Parent = TeleportsFrame
  5922. SWATVan.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5923. SWATVan.BorderSizePixel = 0
  5924. SWATVan.Position = UDim2.new(0, 318, 0, 120)
  5925. SWATVan.Size = UDim2.new(0, 89, 0, 25)
  5926. SWATVan.AutoButtonColor = false
  5927. SWATVan.Font = Enum.Font.Arial
  5928. SWATVan.FontSize = Enum.FontSize.Size18
  5929. SWATVan.Text = "SWAT Van"
  5930. SWATVan.TextColor3 = Color3.new(1, 1, 1)
  5931. SWATVan.TextSize = 15
  5932.  
  5933. DuneBuggy.Name = "DuneBuggy"
  5934. DuneBuggy.Parent = TeleportsFrame
  5935. DuneBuggy.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5936. DuneBuggy.BorderSizePixel = 0
  5937. DuneBuggy.Position = UDim2.new(0, 218, 0, 120)
  5938. DuneBuggy.Size = UDim2.new(0, 89, 0, 25)
  5939. DuneBuggy.AutoButtonColor = false
  5940. DuneBuggy.Font = Enum.Font.Arial
  5941. DuneBuggy.FontSize = Enum.FontSize.Size18
  5942. DuneBuggy.Text = "Dune Buggy"
  5943. DuneBuggy.TextColor3 = Color3.new(1, 1, 1)
  5944. DuneBuggy.TextSize = 15
  5945.  
  5946. PickUpTruck.Name = "PickUpTruck"
  5947. PickUpTruck.Parent = TeleportsFrame
  5948. PickUpTruck.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5949. PickUpTruck.BorderSizePixel = 0
  5950. PickUpTruck.Position = UDim2.new(0, 218, 0, 155)
  5951. PickUpTruck.Size = UDim2.new(0, 89, 0, 25)
  5952. PickUpTruck.AutoButtonColor = false
  5953. PickUpTruck.Font = Enum.Font.Arial
  5954. PickUpTruck.FontSize = Enum.FontSize.Size18
  5955. PickUpTruck.Text = "PickUp Truck"
  5956. PickUpTruck.TextColor3 = Color3.new(1, 1, 1)
  5957. PickUpTruck.TextSize = 15
  5958.  
  5959. MiniCooper.Name = "MiniCooper"
  5960. MiniCooper.Parent = TeleportsFrame
  5961. MiniCooper.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5962. MiniCooper.BorderSizePixel = 0
  5963. MiniCooper.Position = UDim2.new(0, 218, 0, 190)
  5964. MiniCooper.Size = UDim2.new(0, 89, 0, 25)
  5965. MiniCooper.AutoButtonColor = false
  5966. MiniCooper.Font = Enum.Font.Arial
  5967. MiniCooper.FontSize = Enum.FontSize.Size18
  5968. MiniCooper.Text = "Mini Cooper"
  5969. MiniCooper.TextColor3 = Color3.new(1, 1, 1)
  5970. MiniCooper.TextSize = 15
  5971.  
  5972. Camaro.Name = "Camaro"
  5973. Camaro.Parent = TeleportsFrame
  5974. Camaro.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  5975. Camaro.BorderSizePixel = 0
  5976. Camaro.Position = UDim2.new(0, 318, 0, 190)
  5977. Camaro.Size = UDim2.new(0, 89, 0, 25)
  5978. Camaro.AutoButtonColor = false
  5979. Camaro.Font = Enum.Font.Arial
  5980. Camaro.FontSize = Enum.FontSize.Size18
  5981. Camaro.Text = "Camaro"
  5982. Camaro.TextColor3 = Color3.new(1, 1, 1)
  5983. Camaro.TextSize = 15
  5984.  
  5985. DirtBike.Name = "DirtBike"
  5986. DirtBike.Parent = TeleportsFrame
  5987. DirtBike.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  5988. DirtBike.BorderSizePixel = 0
  5989. DirtBike.Position = UDim2.new(0, 318, 0, 155)
  5990. DirtBike.Size = UDim2.new(0, 89, 0, 25)
  5991. DirtBike.AutoButtonColor = false
  5992. DirtBike.Font = Enum.Font.Arial
  5993. DirtBike.FontSize = Enum.FontSize.Size18
  5994. DirtBike.Text = "Dirt Bike"
  5995. DirtBike.TextColor3 = Color3.new(1, 1, 1)
  5996. DirtBike.TextSize = 15
  5997.  
  5998. sframe.Name = "sframe"
  5999. sframe.Parent = TeleportsFrame
  6000. sframe.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6001. sframe.BorderSizePixel = 0
  6002. sframe.Position = UDim2.new(0, 418, 0, 51)
  6003. sframe.Size = UDim2.new(0, 180, 0, 164)
  6004. sframe.ScrollBarThickness = 4
  6005.  
  6006. GoTo.Name = "GoTo"
  6007. GoTo.Parent = TeleportsFrame
  6008. GoTo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6009. GoTo.BorderSizePixel = 0
  6010. GoTo.Position = UDim2.new(0, 459, 0, 247)
  6011. GoTo.Size = UDim2.new(0, 89, 0, 25)
  6012. GoTo.AutoButtonColor = false
  6013. GoTo.Font = Enum.Font.Arial
  6014. GoTo.FontSize = Enum.FontSize.Size18
  6015. GoTo.Text = "GoTo"
  6016. GoTo.TextColor3 = Color3.new(1, 1, 1)
  6017. GoTo.TextSize = 15
  6018.  
  6019. SPlayer.Name = "SPlayer"
  6020. SPlayer.Parent = TeleportsFrame
  6021. SPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  6022. SPlayer.BackgroundTransparency = 1
  6023. SPlayer.Position = UDim2.new(0, 407, 0, 221)
  6024. SPlayer.Size = UDim2.new(0, 191, 0, 17)
  6025. SPlayer.Font = Enum.Font.Arial
  6026. SPlayer.FontSize = Enum.FontSize.Size14
  6027. SPlayer.Text = "Player:"
  6028. SPlayer.TextSize = 14
  6029.  
  6030. SettingsFrame.Name = "SettingsFrame"
  6031. SettingsFrame.Parent = TabFrames
  6032. SettingsFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6033. SettingsFrame.BorderSizePixel = 0
  6034. SettingsFrame.ClipsDescendants = true
  6035. SettingsFrame.Size = UDim2.new(0, 598, 0, 289)
  6036. SettingsFrame.Visible = false
  6037.  
  6038. CDrag.Name = "CDrag"
  6039. CDrag.Parent = SettingsFrame
  6040. CDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  6041. CDrag.BackgroundTransparency = 1
  6042. CDrag.Position = UDim2.new(0, 22, 0, 60)
  6043. CDrag.Size = UDim2.new(0, 25, 0, 25)
  6044. CDrag.Image = "rbxassetid://87913710"
  6045. CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  6046.  
  6047. CNotifierB.Name = "CNotifierB"
  6048. CNotifierB.Parent = SettingsFrame
  6049. CNotifierB.BackgroundColor3 = Color3.new(1, 1, 1)
  6050. CNotifierB.BackgroundTransparency = 1
  6051. CNotifierB.Position = UDim2.new(0, 22, 0, 100)
  6052. CNotifierB.Size = UDim2.new(0, 25, 0, 25)
  6053. CNotifierB.Image = "rbxassetid://87913710"
  6054. CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6055.  
  6056. TextLabel_16.Parent = SettingsFrame
  6057. TextLabel_16.BackgroundColor3 = Color3.new(1, 1, 1)
  6058. TextLabel_16.BackgroundTransparency = 1
  6059. TextLabel_16.Position = UDim2.new(0, 55, 0, 62)
  6060. TextLabel_16.Size = UDim2.new(0, 56, 0, 17)
  6061. TextLabel_16.Font = Enum.Font.Arial
  6062. TextLabel_16.FontSize = Enum.FontSize.Size18
  6063. TextLabel_16.Text = "Draggable"
  6064. TextLabel_16.TextColor3 = Color3.new(0, 0, 0)
  6065. TextLabel_16.TextSize = 15
  6066. TextLabel_16.TextXAlignment = Enum.TextXAlignment.Left
  6067.  
  6068. TextLabel_17.Parent = SettingsFrame
  6069. TextLabel_17.BackgroundColor3 = Color3.new(1, 1, 1)
  6070. TextLabel_17.BackgroundTransparency = 1
  6071. TextLabel_17.Position = UDim2.new(0, 55, 0, 102)
  6072. TextLabel_17.Size = UDim2.new(0, 56, 0, 17)
  6073. TextLabel_17.Font = Enum.Font.Arial
  6074. TextLabel_17.FontSize = Enum.FontSize.Size18
  6075. TextLabel_17.Text = "Bank Notifier"
  6076. TextLabel_17.TextColor3 = Color3.new(0, 0, 0)
  6077. TextLabel_17.TextSize = 15
  6078. TextLabel_17.TextXAlignment = Enum.TextXAlignment.Left
  6079.  
  6080. CNotifierJ.Name = "CNotifierJ"
  6081. CNotifierJ.Parent = SettingsFrame
  6082. CNotifierJ.BackgroundColor3 = Color3.new(1, 1, 1)
  6083. CNotifierJ.BackgroundTransparency = 1
  6084. CNotifierJ.Position = UDim2.new(0, 22, 0, 140)
  6085. CNotifierJ.Size = UDim2.new(0, 25, 0, 25)
  6086. CNotifierJ.Image = "rbxassetid://87913710"
  6087. CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6088.  
  6089. TextLabel_18.Parent = SettingsFrame
  6090. TextLabel_18.BackgroundColor3 = Color3.new(1, 1, 1)
  6091. TextLabel_18.BackgroundTransparency = 1
  6092. TextLabel_18.Position = UDim2.new(0, 55, 0, 142)
  6093. TextLabel_18.Size = UDim2.new(0, 56, 0, 17)
  6094. TextLabel_18.Font = Enum.Font.Arial
  6095. TextLabel_18.FontSize = Enum.FontSize.Size18
  6096. TextLabel_18.Text = "Jewelry Notifier"
  6097. TextLabel_18.TextColor3 = Color3.new(0, 0, 0)
  6098. TextLabel_18.TextSize = 15
  6099. TextLabel_18.TextXAlignment = Enum.TextXAlignment.Left
  6100.  
  6101. TextLabel_19.Parent = SettingsFrame
  6102. TextLabel_19.BackgroundColor3 = Color3.new(1, 1, 1)
  6103. TextLabel_19.BackgroundTransparency = 1
  6104. TextLabel_19.Position = UDim2.new(0, 271, 0, 210)
  6105. TextLabel_19.Size = UDim2.new(0, 56, 0, 17)
  6106. TextLabel_19.Font = Enum.Font.Arial
  6107. TextLabel_19.FontSize = Enum.FontSize.Size18
  6108. TextLabel_19.Text = "Set Current Position As Custom TP"
  6109. TextLabel_19.TextColor3 = Color3.new(0, 0, 0)
  6110. TextLabel_19.TextSize = 15
  6111.  
  6112. CBigHead.Name = "CBigHead"
  6113. CBigHead.Parent = SettingsFrame
  6114. CBigHead.BackgroundColor3 = Color3.new(1, 1, 1)
  6115. CBigHead.BackgroundTransparency = 1
  6116. CBigHead.Position = UDim2.new(0, 22, 0, 180)
  6117. CBigHead.Size = UDim2.new(0, 25, 0, 25)
  6118. CBigHead.Image = "rbxassetid://87913710"
  6119. CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6120.  
  6121. TextLabel_20.Parent = SettingsFrame
  6122. TextLabel_20.BackgroundColor3 = Color3.new(1, 1, 1)
  6123. TextLabel_20.BackgroundTransparency = 1
  6124. TextLabel_20.Position = UDim2.new(0, 55, 0, 182)
  6125. TextLabel_20.Size = UDim2.new(0, 56, 0, 17)
  6126. TextLabel_20.Font = Enum.Font.Arial
  6127. TextLabel_20.FontSize = Enum.FontSize.Size18
  6128. TextLabel_20.Text = "Big Head"
  6129. TextLabel_20.TextColor3 = Color3.new(0, 0, 0)
  6130. TextLabel_20.TextSize = 15
  6131. TextLabel_20.TextXAlignment = Enum.TextXAlignment.Left
  6132.  
  6133. CESP.Name = "CESP"
  6134. CESP.Parent = SettingsFrame
  6135. CESP.BackgroundColor3 = Color3.new(1, 1, 1)
  6136. CESP.BackgroundTransparency = 1
  6137. CESP.Position = UDim2.new(0, 22, 0, 220)
  6138. CESP.Size = UDim2.new(0, 25, 0, 25)
  6139. CESP.Image = "rbxassetid://87913710"
  6140. CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6141.  
  6142. TextLabel_21.Parent = SettingsFrame
  6143. TextLabel_21.BackgroundColor3 = Color3.new(1, 1, 1)
  6144. TextLabel_21.BackgroundTransparency = 1
  6145. TextLabel_21.Position = UDim2.new(0, 55, 0, 222)
  6146. TextLabel_21.Size = UDim2.new(0, 56, 0, 17)
  6147. TextLabel_21.Font = Enum.Font.Arial
  6148. TextLabel_21.FontSize = Enum.FontSize.Size18
  6149. TextLabel_21.Text = "ESP"
  6150. TextLabel_21.TextColor3 = Color3.new(0, 0, 0)
  6151. TextLabel_21.TextSize = 15
  6152. TextLabel_21.TextXAlignment = Enum.TextXAlignment.Left
  6153.  
  6154. KeybindConFrame.Name = "KeybindConFrame"
  6155. KeybindConFrame.Parent = SettingsFrame
  6156. KeybindConFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6157. KeybindConFrame.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  6158. KeybindConFrame.BorderSizePixel = 3
  6159. KeybindConFrame.Position = UDim2.new(0, 164, 0, 70)
  6160. KeybindConFrame.Size = UDim2.new(0, 270, 0, 150)
  6161. KeybindConFrame.Visible = false
  6162. KeybindConFrame.ZIndex = 2
  6163.  
  6164. TextLabel_22.Parent = KeybindConFrame
  6165. TextLabel_22.BackgroundColor3 = Color3.new(1, 1, 1)
  6166. TextLabel_22.BackgroundTransparency = 1
  6167. TextLabel_22.Position = UDim2.new(0, 74, 0, 10)
  6168. TextLabel_22.Size = UDim2.new(0, 122, 0, 19)
  6169. TextLabel_22.Font = Enum.Font.Arial
  6170. TextLabel_22.FontSize = Enum.FontSize.Size18
  6171. TextLabel_22.Text = "Are You Sure You Want To Continue?"
  6172. TextLabel_22.TextSize = 15
  6173. TextLabel_22.ZIndex = 2
  6174.  
  6175. JewelryKeyy.Name = "JewelryKeyy"
  6176. JewelryKeyy.Parent = KeybindConFrame
  6177. JewelryKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  6178. JewelryKeyy.BackgroundTransparency = 1
  6179. JewelryKeyy.Position = UDim2.new(0, 13, 0, 39)
  6180. JewelryKeyy.Size = UDim2.new(0, 122, 0, 19)
  6181. JewelryKeyy.Font = Enum.Font.Arial
  6182. JewelryKeyy.FontSize = Enum.FontSize.Size18
  6183. JewelryKeyy.Text = "Jewelry Key Set:"
  6184. JewelryKeyy.TextSize = 15
  6185. JewelryKeyy.TextXAlignment = Enum.TextXAlignment.Left
  6186. JewelryKeyy.ZIndex = 2
  6187.  
  6188. BankKeyy.Name = "BankKeyy"
  6189. BankKeyy.Parent = KeybindConFrame
  6190. BankKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  6191. BankKeyy.BackgroundTransparency = 1
  6192. BankKeyy.Position = UDim2.new(0, 13, 0, 56)
  6193. BankKeyy.Size = UDim2.new(0, 122, 0, 19)
  6194. BankKeyy.Font = Enum.Font.Arial
  6195. BankKeyy.FontSize = Enum.FontSize.Size18
  6196. BankKeyy.Text = "Bank Key Set:"
  6197. BankKeyy.TextSize = 15
  6198. BankKeyy.TextXAlignment = Enum.TextXAlignment.Left
  6199. BankKeyy.ZIndex = 2
  6200.  
  6201. CriminalKeyy.Name = "CriminalKeyy"
  6202. CriminalKeyy.Parent = KeybindConFrame
  6203. CriminalKeyy.BackgroundColor3 = Color3.new(1, 1, 1)
  6204. CriminalKeyy.BackgroundTransparency = 1
  6205. CriminalKeyy.Position = UDim2.new(0, 13, 0, 73)
  6206. CriminalKeyy.Size = UDim2.new(0, 122, 0, 19)
  6207. CriminalKeyy.Font = Enum.Font.Arial
  6208. CriminalKeyy.FontSize = Enum.FontSize.Size18
  6209. CriminalKeyy.Text = "Criminal Key Set:"
  6210. CriminalKeyy.TextSize = 15
  6211. CriminalKeyy.TextXAlignment = Enum.TextXAlignment.Left
  6212. CriminalKeyy.ZIndex = 2
  6213.  
  6214. KeyContinue.Name = "KeyContinue"
  6215. KeyContinue.Parent = KeybindConFrame
  6216. KeyContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6217. KeyContinue.BorderSizePixel = 0
  6218. KeyContinue.Position = UDim2.new(0, 16, 0, 104)
  6219. KeyContinue.Size = UDim2.new(0, 100, 0, 30)
  6220. KeyContinue.Font = Enum.Font.Arial
  6221. KeyContinue.FontSize = Enum.FontSize.Size18
  6222. KeyContinue.Text = "Continue"
  6223. KeyContinue.TextColor3 = Color3.new(1, 1, 1)
  6224. KeyContinue.TextSize = 16
  6225. KeyContinue.ZIndex = 2
  6226.  
  6227. KeyCancel.Name = "KeyCancel"
  6228. KeyCancel.Parent = KeybindConFrame
  6229. KeyCancel.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6230. KeyCancel.BorderSizePixel = 0
  6231. KeyCancel.Position = UDim2.new(0, 155, 0, 104)
  6232. KeyCancel.Size = UDim2.new(0, 100, 0, 30)
  6233. KeyCancel.Font = Enum.Font.Arial
  6234. KeyCancel.FontSize = Enum.FontSize.Size18
  6235. KeyCancel.Text = "Cancel"
  6236. KeyCancel.TextColor3 = Color3.new(1, 1, 1)
  6237. KeyCancel.TextSize = 16
  6238. KeyCancel.ZIndex = 2
  6239.  
  6240. CustomTP.Name = "CustomTP"
  6241. CustomTP.Parent = SettingsFrame
  6242. CustomTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6243. CustomTP.BorderSizePixel = 0
  6244. CustomTP.Position = UDim2.new(0, 248, 0, 170)
  6245. CustomTP.Size = UDim2.new(0, 101, 0, 29)
  6246. CustomTP.Font = Enum.Font.Arial
  6247. CustomTP.FontSize = Enum.FontSize.Size18
  6248. CustomTP.Text = "GoPoint"
  6249. CustomTP.TextColor3 = Color3.new(1, 1, 1)
  6250. CustomTP.TextSize = 17
  6251.  
  6252. JewelryKeyBox.Name = "JewelryKeyBox"
  6253. JewelryKeyBox.Parent = SettingsFrame
  6254. JewelryKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  6255. JewelryKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  6256. JewelryKeyBox.ClipsDescendants = true
  6257. JewelryKeyBox.Position = UDim2.new(0, 234, 0, 70)
  6258. JewelryKeyBox.Size = UDim2.new(0, 30, 0, 29)
  6259. JewelryKeyBox.ClearTextOnFocus = false
  6260. JewelryKeyBox.Font = Enum.Font.Arial
  6261. JewelryKeyBox.FontSize = Enum.FontSize.Size18
  6262. JewelryKeyBox.Text = "J"
  6263. JewelryKeyBox.TextSize = 16
  6264.  
  6265. CrimBaseBox.Name = "CrimBaseBox"
  6266. CrimBaseBox.Parent = SettingsFrame
  6267. CrimBaseBox.BackgroundColor3 = Color3.new(1, 1, 1)
  6268. CrimBaseBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  6269. CrimBaseBox.ClipsDescendants = true
  6270. CrimBaseBox.Position = UDim2.new(0, 284, 0, 70)
  6271. CrimBaseBox.Size = UDim2.new(0, 30, 0, 29)
  6272. CrimBaseBox.ClearTextOnFocus = false
  6273. CrimBaseBox.Font = Enum.Font.Arial
  6274. CrimBaseBox.FontSize = Enum.FontSize.Size18
  6275. CrimBaseBox.Text = "C"
  6276. CrimBaseBox.TextSize = 16
  6277.  
  6278. BankKeyBox.Name = "BankKeyBox"
  6279. BankKeyBox.Parent = SettingsFrame
  6280. BankKeyBox.BackgroundColor3 = Color3.new(1, 1, 1)
  6281. BankKeyBox.BorderColor3 = Color3.new(0.737255, 0.345098, 0)
  6282. BankKeyBox.ClipsDescendants = true
  6283. BankKeyBox.Position = UDim2.new(0, 334, 0, 70)
  6284. BankKeyBox.Size = UDim2.new(0, 30, 0, 29)
  6285. BankKeyBox.ClearTextOnFocus = false
  6286. BankKeyBox.Font = Enum.Font.Arial
  6287. BankKeyBox.FontSize = Enum.FontSize.Size18
  6288. BankKeyBox.Text = "B"
  6289. BankKeyBox.TextSize = 16
  6290.  
  6291. SetKeybind.Name = "SetKeybind"
  6292. SetKeybind.Parent = SettingsFrame
  6293. SetKeybind.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6294. SetKeybind.BorderSizePixel = 0
  6295. SetKeybind.Position = UDim2.new(0, 265, 0, 120)
  6296. SetKeybind.Size = UDim2.new(0, 67, 0, 29)
  6297. SetKeybind.Font = Enum.Font.Arial
  6298. SetKeybind.FontSize = Enum.FontSize.Size18
  6299. SetKeybind.Text = "Set"
  6300. SetKeybind.TextColor3 = Color3.new(1, 1, 1)
  6301. SetKeybind.TextSize = 17
  6302.  
  6303. TextLabel_23.Parent = SettingsFrame
  6304. TextLabel_23.BackgroundColor3 = Color3.new(1, 1, 1)
  6305. TextLabel_23.BackgroundTransparency = 1
  6306. TextLabel_23.Position = UDim2.new(0, 271, 0, 35)
  6307. TextLabel_23.Size = UDim2.new(0, 56, 0, 17)
  6308. TextLabel_23.Font = Enum.Font.Arial
  6309. TextLabel_23.FontSize = Enum.FontSize.Size18
  6310. TextLabel_23.Text = "Keybind"
  6311. TextLabel_23.TextColor3 = Color3.new(0, 0, 0)
  6312. TextLabel_23.TextSize = 15
  6313.  
  6314. Coords.Name = "Coords"
  6315. Coords.Parent = SettingsFrame
  6316. Coords.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6317. Coords.BorderSizePixel = 0
  6318. Coords.Position = UDim2.new(0, 248, 0, 240)
  6319. Coords.Size = UDim2.new(0, 101, 0, 29)
  6320. Coords.Font = Enum.Font.Arial
  6321. Coords.FontSize = Enum.FontSize.Size18
  6322. Coords.Text = "Checkpoint"
  6323. Coords.TextColor3 = Color3.new(1, 1, 1)
  6324. Coords.TextSize = 17
  6325.  
  6326. UIColorButton.Name = "UIColorButton"
  6327. UIColorButton.Parent = SettingsFrame
  6328. UIColorButton.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6329. UIColorButton.BorderSizePixel = 0
  6330. UIColorButton.Position = UDim2.new(0, 450, 0, 130)
  6331. UIColorButton.Size = UDim2.new(0, 101, 0, 29)
  6332. UIColorButton.Font = Enum.Font.Arial
  6333. UIColorButton.FontSize = Enum.FontSize.Size18
  6334. UIColorButton.Text = "UI Color"
  6335. UIColorButton.TextColor3 = Color3.new(1, 1, 1)
  6336. UIColorButton.TextSize = 17
  6337.  
  6338. Reset.Name = "Reset"
  6339. Reset.Parent = SettingsFrame
  6340. Reset.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  6341. Reset.BorderSizePixel = 0
  6342. Reset.Position = UDim2.new(0, 450, 0, 240)
  6343. Reset.Size = UDim2.new(0, 101, 0, 29)
  6344. Reset.Font = Enum.Font.Arial
  6345. Reset.FontSize = Enum.FontSize.Size18
  6346. Reset.Text = "RESET!"
  6347. Reset.TextColor3 = Color3.new(0.666667, 0, 0)
  6348. Reset.TextSize = 17
  6349.  
  6350. CForceField.Name = "CForceField"
  6351. CForceField.Parent = SettingsFrame
  6352. CForceField.BackgroundColor3 = Color3.new(1, 1, 1)
  6353. CForceField.BackgroundTransparency = 1
  6354. CForceField.Position = UDim2.new(0, 22, 0, 260)
  6355. CForceField.Size = UDim2.new(0, 25, 0, 25)
  6356. CForceField.Image = "rbxassetid://87913710"
  6357. CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  6358.  
  6359. TextLabel_24.Parent = SettingsFrame
  6360. TextLabel_24.BackgroundColor3 = Color3.new(1, 1, 1)
  6361. TextLabel_24.BackgroundTransparency = 1
  6362. TextLabel_24.Position = UDim2.new(0, 55, 0, 262)
  6363. TextLabel_24.Size = UDim2.new(0, 56, 0, 17)
  6364. TextLabel_24.Font = Enum.Font.Arial
  6365. TextLabel_24.FontSize = Enum.FontSize.Size18
  6366. TextLabel_24.Text = "ForceField"
  6367. TextLabel_24.TextColor3 = Color3.new(0, 0, 0)
  6368. TextLabel_24.TextSize = 15
  6369. TextLabel_24.TextXAlignment = Enum.TextXAlignment.Left
  6370.  
  6371. Explorer.Name = "Explorer"
  6372. Explorer.Parent = SettingsFrame
  6373. Explorer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6374. Explorer.BorderSizePixel = 0
  6375. Explorer.Position = UDim2.new(0, 450, 0, 185)
  6376. Explorer.Size = UDim2.new(0, 101, 0, 29)
  6377. Explorer.Font = Enum.Font.Arial
  6378. Explorer.FontSize = Enum.FontSize.Size18
  6379. Explorer.Text = "Explorer"
  6380. Explorer.TextColor3 = Color3.new(1, 1, 1)
  6381. Explorer.TextSize = 17
  6382.  
  6383. GameFrame.Name = "GameFrame"
  6384. GameFrame.Parent = TabFrames
  6385. GameFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6386. GameFrame.BorderSizePixel = 0
  6387. GameFrame.ClipsDescendants = true
  6388. GameFrame.Size = UDim2.new(0, 598, 0, 289)
  6389. GameFrame.Visible = false
  6390.  
  6391. InfiniteAmmo.Name = "InfiniteAmmo"
  6392. InfiniteAmmo.Parent = GameFrame
  6393. InfiniteAmmo.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6394. InfiniteAmmo.BorderSizePixel = 0
  6395. InfiniteAmmo.Position = UDim2.new(0, 318, 0, 50)
  6396. InfiniteAmmo.Size = UDim2.new(0, 89, 0, 25)
  6397. InfiniteAmmo.AutoButtonColor = false
  6398. InfiniteAmmo.Font = Enum.Font.Arial
  6399. InfiniteAmmo.FontSize = Enum.FontSize.Size18
  6400. InfiniteAmmo.Text = "Ammo: OFF"
  6401. InfiniteAmmo.TextColor3 = Color3.new(1, 1, 1)
  6402. InfiniteAmmo.TextSize = 15
  6403.  
  6404. JumpPower.Name = "JumpPower"
  6405. JumpPower.Parent = GameFrame
  6406. JumpPower.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6407. JumpPower.BorderSizePixel = 0
  6408. JumpPower.Position = UDim2.new(0, 218, 0, 50)
  6409. JumpPower.Size = UDim2.new(0, 89, 0, 25)
  6410. JumpPower.AutoButtonColor = false
  6411. JumpPower.Font = Enum.Font.Arial
  6412. JumpPower.FontSize = Enum.FontSize.Size18
  6413. JumpPower.Text = "Jump: OFF"
  6414. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  6415. JumpPower.TextSize = 15
  6416.  
  6417. NoClip.Name = "NoClip"
  6418. NoClip.Parent = GameFrame
  6419. NoClip.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6420. NoClip.BorderSizePixel = 0
  6421. NoClip.Position = UDim2.new(0, 22, 0, 50)
  6422. NoClip.Size = UDim2.new(0, 89, 0, 25)
  6423. NoClip.AutoButtonColor = false
  6424. NoClip.Font = Enum.Font.Arial
  6425. NoClip.FontSize = Enum.FontSize.Size18
  6426. NoClip.Text = "NoClip: OFF"
  6427. NoClip.TextColor3 = Color3.new(1, 1, 1)
  6428. NoClip.TextSize = 15
  6429.  
  6430. Gravity.Name = "Gravity"
  6431. Gravity.Parent = GameFrame
  6432. Gravity.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6433. Gravity.BorderSizePixel = 0
  6434. Gravity.Position = UDim2.new(0, 120, 0, 50)
  6435. Gravity.Size = UDim2.new(0, 89, 0, 25)
  6436. Gravity.AutoButtonColor = false
  6437. Gravity.Font = Enum.Font.Arial
  6438. Gravity.FontSize = Enum.FontSize.Size18
  6439. Gravity.Text = "Gravity: OFF"
  6440. Gravity.TextColor3 = Color3.new(1, 1, 1)
  6441. Gravity.TextSize = 15
  6442.  
  6443. RemoveAll.Name = "RemoveAll"
  6444. RemoveAll.Parent = GameFrame
  6445. RemoveAll.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6446. RemoveAll.BorderSizePixel = 0
  6447. RemoveAll.Position = UDim2.new(0, 22, 0, 85)
  6448. RemoveAll.Size = UDim2.new(0, 89, 0, 25)
  6449. RemoveAll.AutoButtonColor = false
  6450. RemoveAll.Font = Enum.Font.Arial
  6451. RemoveAll.FontSize = Enum.FontSize.Size18
  6452. RemoveAll.Text = "Remove All"
  6453. RemoveAll.TextColor3 = Color3.new(1, 1, 1)
  6454. RemoveAll.TextSize = 15
  6455.  
  6456. AnnoyServer.Name = "AnnoyServer"
  6457. AnnoyServer.Parent = GameFrame
  6458. AnnoyServer.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6459. AnnoyServer.BorderSizePixel = 0
  6460. AnnoyServer.Position = UDim2.new(0, 318, 0, 120)
  6461. AnnoyServer.Size = UDim2.new(0, 89, 0, 25)
  6462. AnnoyServer.AutoButtonColor = false
  6463. AnnoyServer.Font = Enum.Font.Arial
  6464. AnnoyServer.FontSize = Enum.FontSize.Size18
  6465. AnnoyServer.Text = "Annoy Server"
  6466. AnnoyServer.TextColor3 = Color3.new(1, 1, 1)
  6467. AnnoyServer.TextSize = 15
  6468.  
  6469. VehicleSpeed.Name = "VehicleSpeed"
  6470. VehicleSpeed.Parent = GameFrame
  6471. VehicleSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6472. VehicleSpeed.BorderSizePixel = 0
  6473. VehicleSpeed.Position = UDim2.new(0, 218, 0, 85)
  6474. VehicleSpeed.Size = UDim2.new(0, 89, 0, 25)
  6475. VehicleSpeed.AutoButtonColor = false
  6476. VehicleSpeed.Font = Enum.Font.Arial
  6477. VehicleSpeed.FontSize = Enum.FontSize.Size18
  6478. VehicleSpeed.Text = "Car Speed"
  6479. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  6480. VehicleSpeed.TextSize = 15
  6481.  
  6482. WalkSpeed.Name = "WalkSpeed"
  6483. WalkSpeed.Parent = GameFrame
  6484. WalkSpeed.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6485. WalkSpeed.BorderSizePixel = 0
  6486. WalkSpeed.Position = UDim2.new(0, 120, 0, 85)
  6487. WalkSpeed.Size = UDim2.new(0, 89, 0, 25)
  6488. WalkSpeed.AutoButtonColor = false
  6489. WalkSpeed.Font = Enum.Font.Arial
  6490. WalkSpeed.FontSize = Enum.FontSize.Size18
  6491. WalkSpeed.Text = "Walk Speed"
  6492. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  6493. WalkSpeed.TextSize = 15
  6494.  
  6495. GodMode.Name = "GodMode"
  6496. GodMode.Parent = GameFrame
  6497. GodMode.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6498. GodMode.BorderSizePixel = 0
  6499. GodMode.Position = UDim2.new(0, 218, 0, 120)
  6500. GodMode.Size = UDim2.new(0, 89, 0, 25)
  6501. GodMode.AutoButtonColor = false
  6502. GodMode.Font = Enum.Font.Arial
  6503. GodMode.FontSize = Enum.FontSize.Size18
  6504. GodMode.Text = "God Mode"
  6505. GodMode.TextColor3 = Color3.new(1, 1, 1)
  6506. GodMode.TextSize = 15
  6507.  
  6508. AK47.Name = "AK47"
  6509. AK47.Parent = GameFrame
  6510. AK47.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6511. AK47.BorderSizePixel = 0
  6512. AK47.Position = UDim2.new(0, 218, 0, 155)
  6513. AK47.Size = UDim2.new(0, 89, 0, 25)
  6514. AK47.AutoButtonColor = false
  6515. AK47.Font = Enum.Font.Arial
  6516. AK47.FontSize = Enum.FontSize.Size18
  6517. AK47.Text = "AK-47"
  6518. AK47.TextColor3 = Color3.new(1, 1, 1)
  6519. AK47.TextSize = 15
  6520.  
  6521. ClickTP.Name = "ClickTP"
  6522. ClickTP.Parent = GameFrame
  6523. ClickTP.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6524. ClickTP.BorderSizePixel = 0
  6525. ClickTP.Position = UDim2.new(0, 218, 0, 190)
  6526. ClickTP.Size = UDim2.new(0, 89, 0, 25)
  6527. ClickTP.AutoButtonColor = false
  6528. ClickTP.Font = Enum.Font.Arial
  6529. ClickTP.FontSize = Enum.FontSize.Size18
  6530. ClickTP.Text = "Click TP"
  6531. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  6532. ClickTP.TextSize = 15
  6533.  
  6534. AutoRob.Name = "AutoRob"
  6535. AutoRob.Parent = GameFrame
  6536. AutoRob.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6537. AutoRob.BorderSizePixel = 0
  6538. AutoRob.Position = UDim2.new(0, 318, 0, 190)
  6539. AutoRob.Size = UDim2.new(0, 89, 0, 25)
  6540. AutoRob.AutoButtonColor = false
  6541. AutoRob.Font = Enum.Font.Arial
  6542. AutoRob.FontSize = Enum.FontSize.Size18
  6543. AutoRob.Text = "Auto Rob"
  6544. AutoRob.TextColor3 = Color3.new(1, 1, 1)
  6545. AutoRob.TextSize = 15
  6546.  
  6547. ShotGun.Name = "ShotGun"
  6548. ShotGun.Parent = GameFrame
  6549. ShotGun.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6550. ShotGun.BorderSizePixel = 0
  6551. ShotGun.Position = UDim2.new(0, 318, 0, 155)
  6552. ShotGun.Size = UDim2.new(0, 89, 0, 25)
  6553. ShotGun.AutoButtonColor = false
  6554. ShotGun.Font = Enum.Font.Arial
  6555. ShotGun.FontSize = Enum.FontSize.Size18
  6556. ShotGun.Text = "Shot Gun"
  6557. ShotGun.TextColor3 = Color3.new(1, 1, 1)
  6558. ShotGun.TextSize = 15
  6559.  
  6560. Btools.Name = "Btools"
  6561. Btools.Parent = GameFrame
  6562. Btools.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6563. Btools.BorderSizePixel = 0
  6564. Btools.Position = UDim2.new(0, 318, 0, 85)
  6565. Btools.Size = UDim2.new(0, 89, 0, 25)
  6566. Btools.AutoButtonColor = false
  6567. Btools.Font = Enum.Font.Arial
  6568. Btools.FontSize = Enum.FontSize.Size18
  6569. Btools.Text = "Btools"
  6570. Btools.TextColor3 = Color3.new(1, 1, 1)
  6571. Btools.TextSize = 15
  6572.  
  6573. Pistol.Name = "Pistol"
  6574. Pistol.Parent = GameFrame
  6575. Pistol.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6576. Pistol.BorderSizePixel = 0
  6577. Pistol.Position = UDim2.new(0, 22, 0, 190)
  6578. Pistol.Size = UDim2.new(0, 89, 0, 25)
  6579. Pistol.AutoButtonColor = false
  6580. Pistol.Font = Enum.Font.Arial
  6581. Pistol.FontSize = Enum.FontSize.Size18
  6582. Pistol.Text = "Pistol"
  6583. Pistol.TextColor3 = Color3.new(1, 1, 1)
  6584. Pistol.TextSize = 15
  6585.  
  6586. SpamArrest.Name = "SpamArrest"
  6587. SpamArrest.Parent = GameFrame
  6588. SpamArrest.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6589. SpamArrest.BorderSizePixel = 0
  6590. SpamArrest.Position = UDim2.new(0, 22, 0, 120)
  6591. SpamArrest.Size = UDim2.new(0, 89, 0, 25)
  6592. SpamArrest.AutoButtonColor = false
  6593. SpamArrest.Font = Enum.Font.Arial
  6594. SpamArrest.FontSize = Enum.FontSize.Size18
  6595. SpamArrest.Text = "Spam Arrest"
  6596. SpamArrest.TextColor3 = Color3.new(1, 1, 1)
  6597. SpamArrest.TextSize = 15
  6598.  
  6599. KeyCard.Name = "KeyCard"
  6600. KeyCard.Parent = GameFrame
  6601. KeyCard.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6602. KeyCard.BorderSizePixel = 0
  6603. KeyCard.Position = UDim2.new(0, 120, 0, 120)
  6604. KeyCard.Size = UDim2.new(0, 89, 0, 25)
  6605. KeyCard.AutoButtonColor = false
  6606. KeyCard.Font = Enum.Font.Arial
  6607. KeyCard.FontSize = Enum.FontSize.Size18
  6608. KeyCard.Text = "Key Card"
  6609. KeyCard.TextColor3 = Color3.new(1, 1, 1)
  6610. KeyCard.TextSize = 15
  6611.  
  6612. M4A4.Name = "M4A4"
  6613. M4A4.Parent = GameFrame
  6614. M4A4.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6615. M4A4.BorderSizePixel = 0
  6616. M4A4.Position = UDim2.new(0, 120, 0, 155)
  6617. M4A4.Size = UDim2.new(0, 89, 0, 25)
  6618. M4A4.AutoButtonColor = false
  6619. M4A4.Font = Enum.Font.Arial
  6620. M4A4.FontSize = Enum.FontSize.Size18
  6621. M4A4.Text = "M4A4"
  6622. M4A4.TextColor3 = Color3.new(1, 1, 1)
  6623. M4A4.TextSize = 15
  6624.  
  6625. Fly.Name = "Fly"
  6626. Fly.Parent = GameFrame
  6627. Fly.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6628. Fly.BorderSizePixel = 0
  6629. Fly.Position = UDim2.new(0, 22, 0, 155)
  6630. Fly.Size = UDim2.new(0, 89, 0, 25)
  6631. Fly.AutoButtonColor = false
  6632. Fly.Font = Enum.Font.Arial
  6633. Fly.FontSize = Enum.FontSize.Size18
  6634. Fly.Text = "Fly: OFF"
  6635. Fly.TextColor3 = Color3.new(1, 1, 1)
  6636. Fly.TextSize = 15
  6637.  
  6638. FlashLight.Name = "FlashLight"
  6639. FlashLight.Parent = GameFrame
  6640. FlashLight.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6641. FlashLight.BorderSizePixel = 0
  6642. FlashLight.Position = UDim2.new(0, 120, 0, 190)
  6643. FlashLight.Size = UDim2.new(0, 89, 0, 25)
  6644. FlashLight.AutoButtonColor = false
  6645. FlashLight.Font = Enum.Font.Arial
  6646. FlashLight.FontSize = Enum.FontSize.Size18
  6647. FlashLight.Text = "Flash Light"
  6648. FlashLight.TextColor3 = Color3.new(1, 1, 1)
  6649. FlashLight.TextSize = 15
  6650.  
  6651. TextLabel_25.Parent = GameFrame
  6652. TextLabel_25.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  6653. TextLabel_25.BorderSizePixel = 0
  6654. TextLabel_25.Position = UDim2.new(0, 527, 0, -60)
  6655. TextLabel_25.Size = UDim2.new(0, 8, 0, 409)
  6656. TextLabel_25.Font = Enum.Font.Arial
  6657. TextLabel_25.FontSize = Enum.FontSize.Size24
  6658. TextLabel_25.Text = ""
  6659. TextLabel_25.TextColor3 = Color3.new(0, 0, 0)
  6660. TextLabel_25.TextSize = 20
  6661.  
  6662. TextLabel_26.Parent = GameFrame
  6663. TextLabel_26.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255)
  6664. TextLabel_26.BorderSizePixel = 0
  6665. TextLabel_26.Position = UDim2.new(0, 486, 0, -60)
  6666. TextLabel_26.Size = UDim2.new(0, 31, 0, 409)
  6667. TextLabel_26.Font = Enum.Font.Arial
  6668. TextLabel_26.FontSize = Enum.FontSize.Size24
  6669. TextLabel_26.Text = ""
  6670. TextLabel_26.TextColor3 = Color3.new(0, 0, 0)
  6671. TextLabel_26.TextSize = 20
  6672.  
  6673. TextLabel_27.Parent = GameFrame
  6674. TextLabel_27.BackgroundColor3 = Color3.new(0.921569, 0.431373, 0)
  6675. TextLabel_27.BorderSizePixel = 0
  6676. TextLabel_27.Position = UDim2.new(0, 467, 0, -60)
  6677. TextLabel_27.Size = UDim2.new(0, 10, 0, 409)
  6678. TextLabel_27.Font = Enum.Font.Arial
  6679. TextLabel_27.FontSize = Enum.FontSize.Size24
  6680. TextLabel_27.Text = ""
  6681. TextLabel_27.TextColor3 = Color3.new(0, 0, 0)
  6682. TextLabel_27.TextSize = 20
  6683.  
  6684. MainLogo2.Name = "MainLogo2"
  6685. MainLogo2.Parent = GameFrame
  6686. MainLogo2.BackgroundColor3 = Color3.new(1, 1, 1)
  6687. MainLogo2.BackgroundTransparency = 1
  6688. MainLogo2.Position = UDim2.new(0, 444, 0, 84)
  6689. MainLogo2.Size = UDim2.new(0, 120, 0, 120)
  6690. MainLogo2.Image = "rbxassetid://1101478778"
  6691.  
  6692. Tabs.Name = "Tabs"
  6693. Tabs.Parent = TabFrames
  6694. Tabs.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6695. Tabs.BackgroundTransparency = 1
  6696. Tabs.ClipsDescendants = true
  6697. Tabs.Position = UDim2.new(0, 7, 0, 7)
  6698. Tabs.Size = UDim2.new(0, 26, 0, 27)
  6699. Tabs.Image = "rbxassetid://1037417986"
  6700. Tabs.ImageColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6701.  
  6702. Dark.Name = "Dark"
  6703. Dark.Parent = TabFrames
  6704. Dark.BackgroundColor3 = Color3.new(0, 0, 0)
  6705. Dark.BorderSizePixel = 0
  6706. Dark.ClipsDescendants = true
  6707. Dark.Size = UDim2.new(0, 598, 0, 289)
  6708. Dark.Visible = false
  6709.  
  6710. MainLogo.Name = "MainLogo"
  6711. MainLogo.Parent = Unjailbreak
  6712. MainLogo.BackgroundColor3 = Color3.new(1, 1, 1)
  6713. MainLogo.BackgroundTransparency = 1
  6714. MainLogo.Position = UDim2.new(0.460416675, 0, 0.411829144, 0)
  6715. MainLogo.Size = UDim2.new(0, 160, 0, 160)
  6716. MainLogo.Image = "rbxassetid://1101478778"
  6717. MainLogo.ImageTransparency = 1
  6718.  
  6719. TextLabel_28.Parent = MainLogo
  6720. TextLabel_28.BackgroundColor3 = Color3.new(1, 1, 1)
  6721. TextLabel_28.BackgroundTransparency = 1
  6722. TextLabel_28.Position = UDim2.new(-0.125, 0, 1, 0)
  6723. TextLabel_28.Size = UDim2.new(0, 200, 0, 50)
  6724. TextLabel_28.Font = Enum.Font.Arial
  6725. TextLabel_28.FontSize = Enum.FontSize.Size28
  6726. TextLabel_28.Text = "Created By Unlisting"
  6727. TextLabel_28.TextColor3 = Color3.new(0.890196, 0.890196, 0.890196)
  6728. TextLabel_28.TextSize = 25
  6729. TextLabel_28.TextTransparency = 1
  6730.  
  6731. JNotifierOpen.Name = "JNotifierOpen"
  6732. JNotifierOpen.Parent = Unjailbreak
  6733. JNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  6734. JNotifierOpen.BorderSizePixel = 0
  6735. JNotifierOpen.Position = UDim2.new(1, 0, 0.720000029, 0)
  6736. JNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  6737.  
  6738. TextLabel_29.Parent = JNotifierOpen
  6739. TextLabel_29.BackgroundColor3 = Color3.new(1, 1, 1)
  6740. TextLabel_29.BackgroundTransparency = 1
  6741. TextLabel_29.Size = UDim2.new(0, 202, 0, 37)
  6742. TextLabel_29.Font = Enum.Font.Cartoon
  6743. TextLabel_29.FontSize = Enum.FontSize.Size24
  6744. TextLabel_29.Text = "Jewelry Store Is Open!"
  6745. TextLabel_29.TextColor3 = Color3.new(0, 0, 0)
  6746. TextLabel_29.TextSize = 20
  6747.  
  6748. GotoJewelry.Name = "GotoJewelry"
  6749. GotoJewelry.Parent = JNotifierOpen
  6750. GotoJewelry.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6751. GotoJewelry.BorderSizePixel = 0
  6752. GotoJewelry.Position = UDim2.new(0, 51, 0, 37)
  6753. GotoJewelry.Size = UDim2.new(0, 99, 0, 36)
  6754. GotoJewelry.Font = Enum.Font.Cartoon
  6755. GotoJewelry.FontSize = Enum.FontSize.Size24
  6756. GotoJewelry.Text = "Goto"
  6757. GotoJewelry.TextColor3 = Color3.new(1, 1, 1)
  6758. GotoJewelry.TextSize = 20
  6759.  
  6760. BNotifierOpen.Name = "BNotifierOpen"
  6761. BNotifierOpen.Parent = Unjailbreak
  6762. BNotifierOpen.BackgroundColor3 = Color3.new(1, 1, 1)
  6763. BNotifierOpen.BorderSizePixel = 0
  6764. BNotifierOpen.Position = UDim2.new(1, 0, 0.633000016, 0)
  6765. BNotifierOpen.Size = UDim2.new(0.10520833, 0, 0.0799561888, 0)
  6766.  
  6767. TextLabel_30.Parent = BNotifierOpen
  6768. TextLabel_30.BackgroundColor3 = Color3.new(1, 1, 1)
  6769. TextLabel_30.BackgroundTransparency = 1
  6770. TextLabel_30.Size = UDim2.new(0, 202, 0, 45)
  6771. TextLabel_30.Font = Enum.Font.Cartoon
  6772. TextLabel_30.FontSize = Enum.FontSize.Size24
  6773. TextLabel_30.Text = "Bank Is Now Open!"
  6774. TextLabel_30.TextColor3 = Color3.new(0, 0, 0)
  6775. TextLabel_30.TextSize = 20
  6776.  
  6777. GotoBank.Name = "GotoBank"
  6778. GotoBank.Parent = BNotifierOpen
  6779. GotoBank.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6780. GotoBank.BorderSizePixel = 0
  6781. GotoBank.Position = UDim2.new(0, 51, 0, 37)
  6782. GotoBank.Size = UDim2.new(0, 99, 0, 36)
  6783. GotoBank.Font = Enum.Font.Cartoon
  6784. GotoBank.FontSize = Enum.FontSize.Size24
  6785. GotoBank.Text = "Goto"
  6786. GotoBank.TextColor3 = Color3.new(1, 1, 1)
  6787. GotoBank.TextSize = 20
  6788.  
  6789. LPlayerDetect.Name = "LPlayerDetect"
  6790. LPlayerDetect.Parent = Unjailbreak
  6791. LPlayerDetect.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  6792. LPlayerDetect.BorderSizePixel = 0
  6793. LPlayerDetect.ClipsDescendants = true
  6794. LPlayerDetect.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  6795.  
  6796. PlayerNameDetected.Name = "PlayerNameDetected"
  6797. PlayerNameDetected.Parent = LPlayerDetect
  6798. PlayerNameDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  6799. PlayerNameDetected.BackgroundTransparency = 1
  6800. PlayerNameDetected.Position = UDim2.new(0, 83, 0, 15)
  6801. PlayerNameDetected.Size = UDim2.new(0, 200, 0, 34)
  6802. PlayerNameDetected.Font = Enum.Font.Arial
  6803. PlayerNameDetected.FontSize = Enum.FontSize.Size32
  6804. PlayerNameDetected.Text = "Player Name Here"
  6805. PlayerNameDetected.TextColor3 = Color3.new(1, 1, 1)
  6806. PlayerNameDetected.TextSize = 30
  6807.  
  6808. TextLabel_31.Parent = LPlayerDetect
  6809. TextLabel_31.BackgroundColor3 = Color3.new(1, 1, 1)
  6810. TextLabel_31.BackgroundTransparency = 1
  6811. TextLabel_31.Position = UDim2.new(0, 83, 0, 72)
  6812. TextLabel_31.Size = UDim2.new(0, 200, 0, 34)
  6813. TextLabel_31.Font = Enum.Font.Arial
  6814. TextLabel_31.FontSize = Enum.FontSize.Size24
  6815. TextLabel_31.Text = "You Were Detected As An Admin"
  6816. TextLabel_31.TextColor3 = Color3.new(1, 1, 1)
  6817. TextLabel_31.TextSize = 20
  6818.  
  6819. TextLabel_32.Parent = LPlayerDetect
  6820. TextLabel_32.BackgroundColor3 = Color3.new(1, 1, 1)
  6821. TextLabel_32.BackgroundTransparency = 1
  6822. TextLabel_32.Position = UDim2.new(0, 83, 0, 89)
  6823. TextLabel_32.Size = UDim2.new(0, 200, 0, 34)
  6824. TextLabel_32.Font = Enum.Font.Arial
  6825. TextLabel_32.FontSize = Enum.FontSize.Size24
  6826. TextLabel_32.Text = "On Unjailbreak"
  6827. TextLabel_32.TextColor3 = Color3.new(1, 1, 1)
  6828. TextLabel_32.TextSize = 20
  6829.  
  6830. TextLabel_33.Parent = LPlayerDetect
  6831. TextLabel_33.BackgroundColor3 = Color3.new(1, 1, 1)
  6832. TextLabel_33.BackgroundTransparency = 1
  6833. TextLabel_33.Position = UDim2.new(0, 83, 0, 126)
  6834. TextLabel_33.Size = UDim2.new(0, 200, 0, 34)
  6835. TextLabel_33.Font = Enum.Font.Arial
  6836. TextLabel_33.FontSize = Enum.FontSize.Size24
  6837. TextLabel_33.Text = "Your Name Has Been Announced"
  6838. TextLabel_33.TextColor3 = Color3.new(1, 1, 1)
  6839. TextLabel_33.TextSize = 20
  6840.  
  6841. TextLabel_34.Parent = LPlayerDetect
  6842. TextLabel_34.BackgroundColor3 = Color3.new(1, 1, 1)
  6843. TextLabel_34.BackgroundTransparency = 1
  6844. TextLabel_34.Position = UDim2.new(0, 83, 0, 143)
  6845. TextLabel_34.Size = UDim2.new(0, 200, 0, 34)
  6846. TextLabel_34.Font = Enum.Font.Arial
  6847. TextLabel_34.FontSize = Enum.FontSize.Size24
  6848. TextLabel_34.Text = "To Other Players Using Unjailbreak On"
  6849. TextLabel_34.TextColor3 = Color3.new(1, 1, 1)
  6850. TextLabel_34.TextSize = 20
  6851.  
  6852. TextLabel_35.Parent = LPlayerDetect
  6853. TextLabel_35.BackgroundColor3 = Color3.new(1, 1, 1)
  6854. TextLabel_35.BackgroundTransparency = 1
  6855. TextLabel_35.Position = UDim2.new(0, 83, 0, 161)
  6856. TextLabel_35.Size = UDim2.new(0, 200, 0, 34)
  6857. TextLabel_35.Font = Enum.Font.Arial
  6858. TextLabel_35.FontSize = Enum.FontSize.Size24
  6859. TextLabel_35.Text = "This Server!"
  6860. TextLabel_35.TextColor3 = Color3.new(1, 1, 1)
  6861. TextLabel_35.TextSize = 20
  6862.  
  6863. AdminJoined.Name = "AdminJoined"
  6864. AdminJoined.Parent = Unjailbreak
  6865. AdminJoined.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  6866. AdminJoined.BorderSizePixel = 0
  6867. AdminJoined.ClipsDescendants = true
  6868. AdminJoined.Position = UDim2.new(0.404687494, 0, 0.0339539982, 0)
  6869.  
  6870. AdminDetected.Name = "AdminDetected"
  6871. AdminDetected.Parent = AdminJoined
  6872. AdminDetected.BackgroundColor3 = Color3.new(1, 1, 1)
  6873. AdminDetected.BackgroundTransparency = 1
  6874. AdminDetected.Position = UDim2.new(0, 83, 0, 15)
  6875. AdminDetected.Size = UDim2.new(0, 200, 0, 34)
  6876. AdminDetected.Font = Enum.Font.Arial
  6877. AdminDetected.FontSize = Enum.FontSize.Size32
  6878. AdminDetected.Text = "Player Name Here"
  6879. AdminDetected.TextColor3 = Color3.new(1, 1, 1)
  6880. AdminDetected.TextSize = 30
  6881.  
  6882. TextLabel_36.Parent = AdminJoined
  6883. TextLabel_36.BackgroundColor3 = Color3.new(1, 1, 1)
  6884. TextLabel_36.BackgroundTransparency = 1
  6885. TextLabel_36.Position = UDim2.new(0, 83, 0, 50)
  6886. TextLabel_36.Size = UDim2.new(0, 200, 0, 34)
  6887. TextLabel_36.Font = Enum.Font.Arial
  6888. TextLabel_36.FontSize = Enum.FontSize.Size24
  6889. TextLabel_36.Text = "Has Joined Your Server"
  6890. TextLabel_36.TextColor3 = Color3.new(1, 1, 1)
  6891. TextLabel_36.TextSize = 20
  6892.  
  6893. TextLabel_37.Parent = AdminJoined
  6894. TextLabel_37.BackgroundColor3 = Color3.new(1, 1, 1)
  6895. TextLabel_37.BackgroundTransparency = 1
  6896. TextLabel_37.Position = UDim2.new(0, 83, 0, 72)
  6897. TextLabel_37.Size = UDim2.new(0, 200, 0, 34)
  6898. TextLabel_37.Font = Enum.Font.Arial
  6899. TextLabel_37.FontSize = Enum.FontSize.Size24
  6900. TextLabel_37.Text = "And Is An Admin On Unjailbreak"
  6901. TextLabel_37.TextColor3 = Color3.new(1, 1, 1)
  6902. TextLabel_37.TextSize = 20
  6903.  
  6904. TextLabel_38.Parent = AdminJoined
  6905. TextLabel_38.BackgroundColor3 = Color3.new(1, 1, 1)
  6906. TextLabel_38.BackgroundTransparency = 1
  6907. TextLabel_38.Position = UDim2.new(0, 83, 0, 106)
  6908. TextLabel_38.Size = UDim2.new(0, 200, 0, 34)
  6909. TextLabel_38.Font = Enum.Font.Arial
  6910. TextLabel_38.FontSize = Enum.FontSize.Size24
  6911. TextLabel_38.Text = "Go Say Hi To The Admin!"
  6912. TextLabel_38.TextColor3 = Color3.new(1, 1, 1)
  6913. TextLabel_38.TextSize = 20
  6914.  
  6915. TextLabel_39.Parent = AdminJoined
  6916. TextLabel_39.BackgroundColor3 = Color3.new(1, 1, 1)
  6917. TextLabel_39.BackgroundTransparency = 1
  6918. TextLabel_39.Position = UDim2.new(0, 83, 0, 146)
  6919. TextLabel_39.Size = UDim2.new(0, 200, 0, 34)
  6920. TextLabel_39.Font = Enum.Font.Arial
  6921. TextLabel_39.FontSize = Enum.FontSize.Size24
  6922. TextLabel_39.Text = "All Admins Are Dope!"
  6923. TextLabel_39.TextColor3 = Color3.new(1, 1, 1)
  6924. TextLabel_39.TextSize = 20
  6925.  
  6926. UIColorFrame.Name = "UIColorFrame"
  6927. UIColorFrame.Parent = Unjailbreak
  6928. UIColorFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  6929. UIColorFrame.BorderSizePixel = 0
  6930. UIColorFrame.ClipsDescendants = true
  6931. UIColorFrame.Position = UDim2.new(0.460999995, 0, 0.730000019, 0)
  6932. UIColorFrame.Size = UDim2.new(0, 147, 0, 244)
  6933. UIColorFrame.Visible = false
  6934.  
  6935. TextLabel_40.Parent = UIColorFrame
  6936. TextLabel_40.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  6937. TextLabel_40.BorderSizePixel = 0
  6938. TextLabel_40.Position = UDim2.new(0, 0, 0, 234)
  6939. TextLabel_40.Size = UDim2.new(0, 147, 0, 10)
  6940. TextLabel_40.Font = Enum.Font.SourceSans
  6941. TextLabel_40.FontSize = Enum.FontSize.Size14
  6942. TextLabel_40.Text = ""
  6943. TextLabel_40.TextSize = 14
  6944.  
  6945. TextLabel_41.Parent = UIColorFrame
  6946. TextLabel_41.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  6947. TextLabel_41.BorderSizePixel = 0
  6948. TextLabel_41.Size = UDim2.new(0, 147, 0, 7)
  6949. TextLabel_41.Font = Enum.Font.SourceSans
  6950. TextLabel_41.FontSize = Enum.FontSize.Size14
  6951. TextLabel_41.Text = ""
  6952. TextLabel_41.TextSize = 14
  6953.  
  6954. Commands.Name = "Commands"
  6955. Commands.Parent = Unjailbreak
  6956. Commands.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  6957. Commands.BorderSizePixel = 0
  6958. Commands.Position = UDim2.new(-0.142000005, 0, 0.333999991, 0)
  6959. Commands.Size = UDim2.new(0, 272, 0, 304)
  6960.  
  6961. TextLabel_42.Parent = Commands
  6962. TextLabel_42.BackgroundColor3 = Color3.new(1, 1, 1)
  6963. TextLabel_42.BackgroundTransparency = 1
  6964. TextLabel_42.Position = UDim2.new(0, 36, 0, 0)
  6965. TextLabel_42.Size = UDim2.new(0, 200, 0, 39)
  6966. TextLabel_42.Font = Enum.Font.Arial
  6967. TextLabel_42.FontSize = Enum.FontSize.Size24
  6968. TextLabel_42.Text = "Unjailbreak Commands"
  6969. TextLabel_42.TextColor3 = Color3.new(1, 1, 1)
  6970. TextLabel_42.TextSize = 20
  6971.  
  6972. ScrollingFrame.Parent = Commands
  6973. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  6974. ScrollingFrame.BorderSizePixel = 0
  6975. ScrollingFrame.Position = UDim2.new(0, 0, 0, 51)
  6976. ScrollingFrame.Size = UDim2.new(0, 272, 0, 253)
  6977. ScrollingFrame.BottomImage = ""
  6978. ScrollingFrame.ScrollBarThickness = 5
  6979. ScrollingFrame.TopImage = ""
  6980.  
  6981. TextLabel_43.Parent = ScrollingFrame
  6982. TextLabel_43.BackgroundColor3 = Color3.new(1, 1, 1)
  6983. TextLabel_43.BackgroundTransparency = 1
  6984. TextLabel_43.Size = UDim2.new(0, 272, 0, 21)
  6985. TextLabel_43.Font = Enum.Font.Arial
  6986. TextLabel_43.FontSize = Enum.FontSize.Size14
  6987. TextLabel_43.Text = " ;help - Opens The Unjailbreak Command List"
  6988. TextLabel_43.TextColor3 = Color3.new(1, 1, 1)
  6989. TextLabel_43.TextSize = 13
  6990. TextLabel_43.TextXAlignment = Enum.TextXAlignment.Left
  6991.  
  6992. TextLabel_44.Parent = ScrollingFrame
  6993. TextLabel_44.BackgroundColor3 = Color3.new(1, 1, 1)
  6994. TextLabel_44.BackgroundTransparency = 1
  6995. TextLabel_44.Position = UDim2.new(0, 0, 0, 23)
  6996. TextLabel_44.Size = UDim2.new(0, 272, 0, 21)
  6997. TextLabel_44.Font = Enum.Font.Arial
  6998. TextLabel_44.FontSize = Enum.FontSize.Size14
  6999. TextLabel_44.Text = " ;open - Opens The GUI"
  7000. TextLabel_44.TextColor3 = Color3.new(1, 1, 1)
  7001. TextLabel_44.TextSize = 13
  7002. TextLabel_44.TextXAlignment = Enum.TextXAlignment.Left
  7003.  
  7004. TextLabel_45.Parent = ScrollingFrame
  7005. TextLabel_45.BackgroundColor3 = Color3.new(1, 1, 1)
  7006. TextLabel_45.BackgroundTransparency = 1
  7007. TextLabel_45.Position = UDim2.new(0, 0, 0, 48)
  7008. TextLabel_45.Size = UDim2.new(0, 272, 0, 21)
  7009. TextLabel_45.Font = Enum.Font.Arial
  7010. TextLabel_45.FontSize = Enum.FontSize.Size14
  7011. TextLabel_45.Text = " ;close - Closes The GUI"
  7012. TextLabel_45.TextColor3 = Color3.new(1, 1, 1)
  7013. TextLabel_45.TextSize = 13
  7014. TextLabel_45.TextXAlignment = Enum.TextXAlignment.Left
  7015.  
  7016. TextLabel_46.Parent = ScrollingFrame
  7017. TextLabel_46.BackgroundColor3 = Color3.new(1, 1, 1)
  7018. TextLabel_46.BackgroundTransparency = 1
  7019. TextLabel_46.Position = UDim2.new(0, 0, 0, 73)
  7020. TextLabel_46.Size = UDim2.new(0, 272, 0, 21)
  7021. TextLabel_46.Font = Enum.Font.Arial
  7022. TextLabel_46.FontSize = Enum.FontSize.Size14
  7023. TextLabel_46.Text = " ;godmode - Puts You In GodMode"
  7024. TextLabel_46.TextColor3 = Color3.new(1, 1, 1)
  7025. TextLabel_46.TextSize = 13
  7026. TextLabel_46.TextXAlignment = Enum.TextXAlignment.Left
  7027.  
  7028. TextLabel_47.Parent = ScrollingFrame
  7029. TextLabel_47.BackgroundColor3 = Color3.new(1, 1, 1)
  7030. TextLabel_47.BackgroundTransparency = 1
  7031. TextLabel_47.Position = UDim2.new(0, 0, 0, 97)
  7032. TextLabel_47.Size = UDim2.new(0, 272, 0, 21)
  7033. TextLabel_47.Font = Enum.Font.Arial
  7034. TextLabel_47.FontSize = Enum.FontSize.Size14
  7035. TextLabel_47.Text = " ;fly on - Puts You In Fly Mode"
  7036. TextLabel_47.TextColor3 = Color3.new(1, 1, 1)
  7037. TextLabel_47.TextSize = 13
  7038. TextLabel_47.TextXAlignment = Enum.TextXAlignment.Left
  7039.  
  7040. TextLabel_48.Parent = ScrollingFrame
  7041. TextLabel_48.BackgroundColor3 = Color3.new(1, 1, 1)
  7042. TextLabel_48.BackgroundTransparency = 1
  7043. TextLabel_48.Position = UDim2.new(0, 0, 0, 121)
  7044. TextLabel_48.Size = UDim2.new(0, 272, 0, 21)
  7045. TextLabel_48.Font = Enum.Font.Arial
  7046. TextLabel_48.FontSize = Enum.FontSize.Size14
  7047. TextLabel_48.Text = " ;fly off - Removes Fly Mode"
  7048. TextLabel_48.TextColor3 = Color3.new(1, 1, 1)
  7049. TextLabel_48.TextSize = 13
  7050. TextLabel_48.TextXAlignment = Enum.TextXAlignment.Left
  7051.  
  7052. TextLabel_49.Parent = ScrollingFrame
  7053. TextLabel_49.BackgroundColor3 = Color3.new(1, 1, 1)
  7054. TextLabel_49.BackgroundTransparency = 1
  7055. TextLabel_49.Position = UDim2.new(0, 0, 0, 145)
  7056. TextLabel_49.Size = UDim2.new(0, 272, 0, 21)
  7057. TextLabel_49.Font = Enum.Font.Arial
  7058. TextLabel_49.FontSize = Enum.FontSize.Size14
  7059. TextLabel_49.Text = " ;esp on - Turns ESP On"
  7060. TextLabel_49.TextColor3 = Color3.new(1, 1, 1)
  7061. TextLabel_49.TextSize = 13
  7062. TextLabel_49.TextXAlignment = Enum.TextXAlignment.Left
  7063.  
  7064. TextLabel_50.Parent = ScrollingFrame
  7065. TextLabel_50.BackgroundColor3 = Color3.new(1, 1, 1)
  7066. TextLabel_50.BackgroundTransparency = 1
  7067. TextLabel_50.Position = UDim2.new(0, 0, 0, 169)
  7068. TextLabel_50.Size = UDim2.new(0, 272, 0, 21)
  7069. TextLabel_50.Font = Enum.Font.Arial
  7070. TextLabel_50.FontSize = Enum.FontSize.Size14
  7071. TextLabel_50.Text = " ;esp off - Turns ESP Off"
  7072. TextLabel_50.TextColor3 = Color3.new(1, 1, 1)
  7073. TextLabel_50.TextSize = 13
  7074. TextLabel_50.TextXAlignment = Enum.TextXAlignment.Left
  7075.  
  7076. TextLabel_51.Parent = ScrollingFrame
  7077. TextLabel_51.BackgroundColor3 = Color3.new(1, 1, 1)
  7078. TextLabel_51.BackgroundTransparency = 1
  7079. TextLabel_51.Position = UDim2.new(0, 0, 0, 194)
  7080. TextLabel_51.Size = UDim2.new(0, 272, 0, 21)
  7081. TextLabel_51.Font = Enum.Font.Arial
  7082. TextLabel_51.FontSize = Enum.FontSize.Size14
  7083. TextLabel_51.Text = " ;reset - Resets Your Character"
  7084. TextLabel_51.TextColor3 = Color3.new(1, 1, 1)
  7085. TextLabel_51.TextSize = 13
  7086. TextLabel_51.TextXAlignment = Enum.TextXAlignment.Left
  7087.  
  7088. TextLabel_52.Parent = ScrollingFrame
  7089. TextLabel_52.BackgroundColor3 = Color3.new(1, 1, 1)
  7090. TextLabel_52.BackgroundTransparency = 1
  7091. TextLabel_52.Position = UDim2.new(0, 0, 0, 216)
  7092. TextLabel_52.Size = UDim2.new(0, 272, 0, 21)
  7093. TextLabel_52.Font = Enum.Font.Arial
  7094. TextLabel_52.FontSize = Enum.FontSize.Size14
  7095. TextLabel_52.Text = " ;remove - Removes The Whole UI"
  7096. TextLabel_52.TextColor3 = Color3.new(1, 1, 1)
  7097. TextLabel_52.TextSize = 13
  7098. TextLabel_52.TextXAlignment = Enum.TextXAlignment.Left
  7099.  
  7100. CommandClose.Name = "CommandClose"
  7101. CommandClose.Parent = Commands
  7102. CommandClose.BackgroundColor3 = Color3.new(1, 1, 1)
  7103. CommandClose.BackgroundTransparency = 1
  7104. CommandClose.Position = UDim2.new(0, 247, 0, 0)
  7105. CommandClose.Size = UDim2.new(0, 25, 0, 26)
  7106. CommandClose.Font = Enum.Font.SourceSans
  7107. CommandClose.FontSize = Enum.FontSize.Size32
  7108. CommandClose.Text = "X"
  7109. CommandClose.TextColor3 = Color3.new(1, 1, 1)
  7110. CommandClose.TextSize = 30
  7111. CommandClose.TextWrapped = true
  7112.  
  7113. StarterFrame.Name = "StarterFrame"
  7114. StarterFrame.Parent = Unjailbreak
  7115. StarterFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7116. StarterFrame.BorderSizePixel = 0
  7117. StarterFrame.ClipsDescendants = true
  7118. StarterFrame.Position = UDim2.new(0.377083331, 0, 0.35377875, 0)
  7119.  
  7120. StarterMainFrame.Name = "StarterMainFrame"
  7121. StarterMainFrame.Parent = StarterFrame
  7122. StarterMainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  7123. StarterMainFrame.Size = UDim2.new(0, 944, 0, 267)
  7124.  
  7125. ContinueCustomization.Name = "ContinueCustomization"
  7126. ContinueCustomization.Parent = StarterMainFrame
  7127. ContinueCustomization.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7128. ContinueCustomization.BorderSizePixel = 0
  7129. ContinueCustomization.Position = UDim2.new(0, 187, 0, 190)
  7130. ContinueCustomization.Size = UDim2.new(0, 100, 0, 30)
  7131. ContinueCustomization.Font = Enum.Font.Arial
  7132. ContinueCustomization.FontSize = Enum.FontSize.Size18
  7133. ContinueCustomization.Text = "Customize"
  7134. ContinueCustomization.TextColor3 = Color3.new(1, 1, 1)
  7135. ContinueCustomization.TextSize = 16
  7136.  
  7137. TextLabel_53.Parent = StarterMainFrame
  7138. TextLabel_53.BackgroundColor3 = Color3.new(1, 1, 1)
  7139. TextLabel_53.BackgroundTransparency = 1
  7140. TextLabel_53.Position = UDim2.new(0, 135, 0, 85)
  7141. TextLabel_53.Size = UDim2.new(0, 200, 0, 19)
  7142. TextLabel_53.Font = Enum.Font.Arial
  7143. TextLabel_53.FontSize = Enum.FontSize.Size18
  7144. TextLabel_53.Text = "Settings Has Been Updated And You Can Now"
  7145. TextLabel_53.TextColor3 = Color3.new(0, 0, 0)
  7146. TextLabel_53.TextSize = 16
  7147.  
  7148. TextLabel_54.Parent = StarterMainFrame
  7149. TextLabel_54.BackgroundColor3 = Color3.new(1, 1, 1)
  7150. TextLabel_54.BackgroundTransparency = 1
  7151. TextLabel_54.Position = UDim2.new(0, 825, 0, 190)
  7152. TextLabel_54.Size = UDim2.new(0, 93, 0, 19)
  7153. TextLabel_54.Font = Enum.Font.Arial
  7154. TextLabel_54.FontSize = Enum.FontSize.Size18
  7155. TextLabel_54.Text = "WARNING:"
  7156. TextLabel_54.TextColor3 = Color3.new(1, 0.666667, 0)
  7157. TextLabel_54.TextSize = 16
  7158.  
  7159. TextLabel_55.Parent = StarterMainFrame
  7160. TextLabel_55.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  7161. TextLabel_55.BorderSizePixel = 0
  7162. TextLabel_55.Position = UDim2.new(0, 0, 0, 19)
  7163. TextLabel_55.Size = UDim2.new(0, 944, 0, 22)
  7164. TextLabel_55.Font = Enum.Font.SourceSans
  7165. TextLabel_55.FontSize = Enum.FontSize.Size14
  7166. TextLabel_55.Text = ""
  7167. TextLabel_55.TextSize = 14
  7168.  
  7169. TextLabel_56.Parent = StarterMainFrame
  7170. TextLabel_56.BackgroundColor3 = Color3.new(1, 1, 1)
  7171. TextLabel_56.BackgroundTransparency = 1
  7172. TextLabel_56.Position = UDim2.new(0, 135, 0, 63)
  7173. TextLabel_56.Size = UDim2.new(0, 200, 0, 19)
  7174. TextLabel_56.Font = Enum.Font.Arial
  7175. TextLabel_56.FontSize = Enum.FontSize.Size18
  7176. TextLabel_56.Text = "Welcome To Unjailbreak Full Release!"
  7177. TextLabel_56.TextColor3 = Color3.new(0, 0, 0)
  7178. TextLabel_56.TextSize = 16
  7179.  
  7180. TextLabel_57.Parent = StarterMainFrame
  7181. TextLabel_57.BackgroundColor3 = Color3.new(1, 1, 1)
  7182. TextLabel_57.BackgroundTransparency = 1
  7183. TextLabel_57.Position = UDim2.new(0, 135, 0, 21)
  7184. TextLabel_57.Size = UDim2.new(0, 200, 0, 19)
  7185. TextLabel_57.Font = Enum.Font.Arial
  7186. TextLabel_57.FontSize = Enum.FontSize.Size24
  7187. TextLabel_57.Text = "U N J A I L B R E A K"
  7188. TextLabel_57.TextColor3 = Color3.new(1, 1, 1)
  7189. TextLabel_57.TextSize = 20
  7190.  
  7191. TextLabel_58.Parent = StarterMainFrame
  7192. TextLabel_58.BackgroundColor3 = Color3.new(1, 1, 1)
  7193. TextLabel_58.BackgroundTransparency = 1
  7194. TextLabel_58.Position = UDim2.new(0, 825, 0, 210)
  7195. TextLabel_58.Size = UDim2.new(0, 93, 0, 19)
  7196. TextLabel_58.Font = Enum.Font.Arial
  7197. TextLabel_58.FontSize = Enum.FontSize.Size18
  7198. TextLabel_58.Text = "Aimbot Is Very"
  7199. TextLabel_58.TextColor3 = Color3.new(1, 0.666667, 0)
  7200. TextLabel_58.TextSize = 16
  7201.  
  7202. TextLabel_59.Parent = StarterMainFrame
  7203. TextLabel_59.BackgroundColor3 = Color3.new(1, 1, 1)
  7204. TextLabel_59.BackgroundTransparency = 1
  7205. TextLabel_59.Position = UDim2.new(0, 825, 0, 230)
  7206. TextLabel_59.Size = UDim2.new(0, 93, 0, 19)
  7207. TextLabel_59.Font = Enum.Font.Arial
  7208. TextLabel_59.FontSize = Enum.FontSize.Size18
  7209. TextLabel_59.Text = "Unstable And Laggy"
  7210. TextLabel_59.TextColor3 = Color3.new(1, 0.666667, 0)
  7211. TextLabel_59.TextSize = 16
  7212.  
  7213. TextLabel_60.Parent = StarterMainFrame
  7214. TextLabel_60.BackgroundColor3 = Color3.new(1, 1, 1)
  7215. TextLabel_60.BackgroundTransparency = 1
  7216. TextLabel_60.Position = UDim2.new(0, 135, 0, 134)
  7217. TextLabel_60.Size = UDim2.new(0, 200, 0, 19)
  7218. TextLabel_60.Font = Enum.Font.Arial
  7219. TextLabel_60.FontSize = Enum.FontSize.Size18
  7220. TextLabel_60.Text = "Anyways Enjoy The Full Release!"
  7221. TextLabel_60.TextColor3 = Color3.new(0, 0, 0)
  7222. TextLabel_60.TextSize = 16
  7223.  
  7224. TextLabel_61.Parent = StarterMainFrame
  7225. TextLabel_61.BackgroundColor3 = Color3.new(1, 1, 1)
  7226. TextLabel_61.BackgroundTransparency = 1
  7227. TextLabel_61.Position = UDim2.new(0, 135, 0, 110)
  7228. TextLabel_61.Size = UDim2.new(0, 200, 0, 19)
  7229. TextLabel_61.Font = Enum.Font.Arial
  7230. TextLabel_61.FontSize = Enum.FontSize.Size18
  7231. TextLabel_61.Text = "Set Up The Bank And Jewelry Notifiers In Settings"
  7232. TextLabel_61.TextColor3 = Color3.new(0, 0, 0)
  7233. TextLabel_61.TextSize = 16
  7234.  
  7235. TextLabel_62.Parent = StarterMainFrame
  7236. TextLabel_62.BackgroundColor3 = Color3.new(1, 1, 1)
  7237. TextLabel_62.BackgroundTransparency = 1
  7238. TextLabel_62.Position = UDim2.new(0, 610, 0, 21)
  7239. TextLabel_62.Size = UDim2.new(0, 200, 0, 19)
  7240. TextLabel_62.Font = Enum.Font.Arial
  7241. TextLabel_62.FontSize = Enum.FontSize.Size24
  7242. TextLabel_62.Text = "C U S T O M I Z A T I O N"
  7243. TextLabel_62.TextColor3 = Color3.new(1, 1, 1)
  7244. TextLabel_62.TextSize = 20
  7245.  
  7246. MainContinue.Name = "MainContinue"
  7247. MainContinue.Parent = StarterMainFrame
  7248. MainContinue.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7249. MainContinue.BorderSizePixel = 0
  7250. MainContinue.Position = UDim2.new(0, 658, 0, 230)
  7251. MainContinue.Size = UDim2.new(0, 100, 0, 30)
  7252. MainContinue.Font = Enum.Font.Arial
  7253. MainContinue.FontSize = Enum.FontSize.Size18
  7254. MainContinue.Text = "Continue"
  7255. MainContinue.TextColor3 = Color3.new(1, 1, 1)
  7256. MainContinue.TextSize = 16
  7257.  
  7258. TextLabel_63.Parent = StarterMainFrame
  7259. TextLabel_63.BackgroundColor3 = Color3.new(1, 1, 1)
  7260. TextLabel_63.BackgroundTransparency = 1
  7261. TextLabel_63.Position = UDim2.new(0, 610, 0, 51)
  7262. TextLabel_63.Size = UDim2.new(0, 200, 0, 19)
  7263. TextLabel_63.Font = Enum.Font.Arial
  7264. TextLabel_63.FontSize = Enum.FontSize.Size18
  7265. TextLabel_63.Text = "Here You Customize Your UI"
  7266. TextLabel_63.TextColor3 = Color3.new(0, 0, 0)
  7267. TextLabel_63.TextSize = 16
  7268.  
  7269. TextLabel_64.Parent = StarterMainFrame
  7270. TextLabel_64.BackgroundColor3 = Color3.new(1, 1, 1)
  7271. TextLabel_64.BackgroundTransparency = 1
  7272. TextLabel_64.Position = UDim2.new(0, 495, 0, 81)
  7273. TextLabel_64.Size = UDim2.new(0, 93, 0, 19)
  7274. TextLabel_64.Font = Enum.Font.Arial
  7275. TextLabel_64.FontSize = Enum.FontSize.Size18
  7276. TextLabel_64.Text = "Border Color"
  7277. TextLabel_64.TextColor3 = Color3.new(0, 0, 0)
  7278. TextLabel_64.TextSize = 16
  7279.  
  7280. BlueColor.Name = "BlueColor"
  7281. BlueColor.Parent = StarterMainFrame
  7282. BlueColor.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7283. BlueColor.BorderSizePixel = 0
  7284. BlueColor.Position = UDim2.new(0, 493, 0, 104)
  7285. BlueColor.Size = UDim2.new(0, 100, 0, 30)
  7286. BlueColor.Font = Enum.Font.Arial
  7287. BlueColor.FontSize = Enum.FontSize.Size18
  7288. BlueColor.Text = "Blue"
  7289. BlueColor.TextColor3 = Color3.new(1, 1, 1)
  7290. BlueColor.TextSize = 16
  7291.  
  7292. RedColor.Name = "RedColor"
  7293. RedColor.Parent = StarterMainFrame
  7294. RedColor.BackgroundColor3 = Color3.new(1, 0, 0)
  7295. RedColor.BorderSizePixel = 0
  7296. RedColor.Position = UDim2.new(0, 493, 0, 135)
  7297. RedColor.Size = UDim2.new(0, 100, 0, 30)
  7298. RedColor.Font = Enum.Font.Arial
  7299. RedColor.FontSize = Enum.FontSize.Size18
  7300. RedColor.Text = "Red"
  7301. RedColor.TextColor3 = Color3.new(1, 1, 1)
  7302. RedColor.TextSize = 16
  7303.  
  7304. OrangeColor.Name = "OrangeColor"
  7305. OrangeColor.Parent = StarterMainFrame
  7306. OrangeColor.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7307. OrangeColor.BorderSizePixel = 0
  7308. OrangeColor.Position = UDim2.new(0, 493, 0, 166)
  7309. OrangeColor.Size = UDim2.new(0, 100, 0, 30)
  7310. OrangeColor.Font = Enum.Font.Arial
  7311. OrangeColor.FontSize = Enum.FontSize.Size18
  7312. OrangeColor.Text = "Orange"
  7313. OrangeColor.TextColor3 = Color3.new(1, 1, 1)
  7314. OrangeColor.TextSize = 16
  7315.  
  7316. BlackColor.Name = "BlackColor"
  7317. BlackColor.Parent = StarterMainFrame
  7318. BlackColor.BackgroundColor3 = Color3.new(0, 0, 0)
  7319. BlackColor.BorderSizePixel = 0
  7320. BlackColor.Position = UDim2.new(0, 493, 0, 197)
  7321. BlackColor.Size = UDim2.new(0, 100, 0, 30)
  7322. BlackColor.Font = Enum.Font.Arial
  7323. BlackColor.FontSize = Enum.FontSize.Size18
  7324. BlackColor.Text = "Black"
  7325. BlackColor.TextColor3 = Color3.new(1, 1, 1)
  7326. BlackColor.TextSize = 16
  7327.  
  7328. PurpleColor.Name = "PurpleColor"
  7329. PurpleColor.Parent = StarterMainFrame
  7330. PurpleColor.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  7331. PurpleColor.BorderSizePixel = 0
  7332. PurpleColor.Position = UDim2.new(0, 493, 0, 228)
  7333. PurpleColor.Size = UDim2.new(0, 100, 0, 30)
  7334. PurpleColor.Font = Enum.Font.Arial
  7335. PurpleColor.FontSize = Enum.FontSize.Size18
  7336. PurpleColor.Text = "Purple"
  7337. PurpleColor.TextColor3 = Color3.new(1, 1, 1)
  7338. PurpleColor.TextSize = 16
  7339.  
  7340. TextLabel_65.Parent = StarterMainFrame
  7341. TextLabel_65.BackgroundColor3 = Color3.new(1, 1, 1)
  7342. TextLabel_65.BackgroundTransparency = 1
  7343. TextLabel_65.Position = UDim2.new(0, 662, 0, 81)
  7344. TextLabel_65.Size = UDim2.new(0, 93, 0, 19)
  7345. TextLabel_65.Font = Enum.Font.Arial
  7346. TextLabel_65.FontSize = Enum.FontSize.Size18
  7347. TextLabel_65.Text = "UI Keybind"
  7348. TextLabel_65.TextColor3 = Color3.new(0, 0, 0)
  7349. TextLabel_65.TextSize = 16
  7350.  
  7351. UIKeybind.Name = "UIKeybind"
  7352. UIKeybind.Parent = StarterMainFrame
  7353. UIKeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  7354. UIKeybind.BorderSizePixel = 0
  7355. UIKeybind.Position = UDim2.new(0, 660, 0, 110)
  7356. UIKeybind.Size = UDim2.new(0, 102, 0, 24)
  7357. UIKeybind.Font = Enum.Font.Arial
  7358. UIKeybind.FontSize = Enum.FontSize.Size18
  7359. UIKeybind.Text = ""
  7360. UIKeybind.TextSize = 15
  7361. UIKeybind.TextXAlignment = Enum.TextXAlignment.Left
  7362.  
  7363. TextLabel_66.Parent = StarterMainFrame
  7364. TextLabel_66.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  7365. TextLabel_66.BorderSizePixel = 0
  7366. TextLabel_66.Position = UDim2.new(0, 660, 0, 135)
  7367. TextLabel_66.Size = UDim2.new(0, 102, 0, 3)
  7368. TextLabel_66.Font = Enum.Font.Arial
  7369. TextLabel_66.FontSize = Enum.FontSize.Size18
  7370. TextLabel_66.Text = ""
  7371. TextLabel_66.TextColor3 = Color3.new(0, 0, 0)
  7372. TextLabel_66.TextSize = 16
  7373.  
  7374. TextLabel_67.Parent = StarterMainFrame
  7375. TextLabel_67.BackgroundColor3 = Color3.new(1, 1, 1)
  7376. TextLabel_67.BackgroundTransparency = 1
  7377. TextLabel_67.Position = UDim2.new(0, 662, 0, 150)
  7378. TextLabel_67.Size = UDim2.new(0, 93, 0, 19)
  7379. TextLabel_67.Font = Enum.Font.Arial
  7380. TextLabel_67.FontSize = Enum.FontSize.Size18
  7381. TextLabel_67.Text = "Normal Keybind"
  7382. TextLabel_67.TextColor3 = Color3.new(0, 0, 0)
  7383. TextLabel_67.TextSize = 16
  7384.  
  7385. TextLabel_68.Parent = StarterMainFrame
  7386. TextLabel_68.BackgroundColor3 = Color3.new(1, 1, 1)
  7387. TextLabel_68.BackgroundTransparency = 1
  7388. TextLabel_68.Position = UDim2.new(0, 662, 0, 165)
  7389. TextLabel_68.Size = UDim2.new(0, 93, 0, 19)
  7390. TextLabel_68.Font = Enum.Font.Arial
  7391. TextLabel_68.FontSize = Enum.FontSize.Size18
  7392. TextLabel_68.Text = "\"V\""
  7393. TextLabel_68.TextColor3 = Color3.new(0, 0, 0)
  7394. TextLabel_68.TextSize = 16
  7395.  
  7396. MainPreview.Name = "MainPreview"
  7397. MainPreview.Parent = StarterMainFrame
  7398. MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7399. MainPreview.BorderSizePixel = 0
  7400. MainPreview.Position = UDim2.new(0, 528, 0, 49)
  7401. MainPreview.Size = UDim2.new(0, 32, 0, 29)
  7402. MainPreview.Font = Enum.Font.Arial
  7403. MainPreview.FontSize = Enum.FontSize.Size18
  7404. MainPreview.Text = ""
  7405. MainPreview.TextColor3 = Color3.new(0, 0, 0)
  7406. MainPreview.TextSize = 16
  7407.  
  7408. TextLabel_69.Parent = StarterMainFrame
  7409. TextLabel_69.BackgroundColor3 = Color3.new(1, 1, 1)
  7410. TextLabel_69.BackgroundTransparency = 1
  7411. TextLabel_69.Position = UDim2.new(0, 825, 0, 81)
  7412. TextLabel_69.Size = UDim2.new(0, 93, 0, 19)
  7413. TextLabel_69.Font = Enum.Font.Arial
  7414. TextLabel_69.FontSize = Enum.FontSize.Size18
  7415. TextLabel_69.Text = "Aimbot Keybind"
  7416. TextLabel_69.TextColor3 = Color3.new(0, 0, 0)
  7417. TextLabel_69.TextSize = 16
  7418.  
  7419. Aimbotkeybind.Name = "Aimbotkeybind"
  7420. Aimbotkeybind.Parent = StarterMainFrame
  7421. Aimbotkeybind.BackgroundColor3 = Color3.new(1, 1, 1)
  7422. Aimbotkeybind.BorderSizePixel = 0
  7423. Aimbotkeybind.Position = UDim2.new(0, 822, 0, 110)
  7424. Aimbotkeybind.Size = UDim2.new(0, 102, 0, 24)
  7425. Aimbotkeybind.Font = Enum.Font.Arial
  7426. Aimbotkeybind.FontSize = Enum.FontSize.Size18
  7427. Aimbotkeybind.Text = ""
  7428. Aimbotkeybind.TextSize = 15
  7429. Aimbotkeybind.TextXAlignment = Enum.TextXAlignment.Left
  7430.  
  7431. TextLabel_70.Parent = StarterMainFrame
  7432. TextLabel_70.BackgroundColor3 = Color3.new(1, 1, 1)
  7433. TextLabel_70.BackgroundTransparency = 1
  7434. TextLabel_70.Position = UDim2.new(0, 825, 0, 150)
  7435. TextLabel_70.Size = UDim2.new(0, 93, 0, 19)
  7436. TextLabel_70.Font = Enum.Font.Arial
  7437. TextLabel_70.FontSize = Enum.FontSize.Size18
  7438. TextLabel_70.Text = "Set A Keybind To"
  7439. TextLabel_70.TextColor3 = Color3.new(0, 0, 0)
  7440. TextLabel_70.TextSize = 16
  7441.  
  7442. TextLabel_71.Parent = StarterMainFrame
  7443. TextLabel_71.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  7444. TextLabel_71.BorderSizePixel = 0
  7445. TextLabel_71.Position = UDim2.new(0, 821, 0, 135)
  7446. TextLabel_71.Size = UDim2.new(0, 102, 0, 3)
  7447. TextLabel_71.Font = Enum.Font.Arial
  7448. TextLabel_71.FontSize = Enum.FontSize.Size18
  7449. TextLabel_71.Text = ""
  7450. TextLabel_71.TextColor3 = Color3.new(0, 0, 0)
  7451. TextLabel_71.TextSize = 16
  7452.  
  7453. TextLabel_72.Parent = StarterMainFrame
  7454. TextLabel_72.BackgroundColor3 = Color3.new(1, 1, 1)
  7455. TextLabel_72.BackgroundTransparency = 1
  7456. TextLabel_72.Position = UDim2.new(0, 825, 0, 165)
  7457. TextLabel_72.Size = UDim2.new(0, 93, 0, 19)
  7458. TextLabel_72.Font = Enum.Font.Arial
  7459. TextLabel_72.FontSize = Enum.FontSize.Size18
  7460. TextLabel_72.Text = "Turn On Aimbot"
  7461. TextLabel_72.TextColor3 = Color3.new(0, 0, 0)
  7462. TextLabel_72.TextSize = 16
  7463.  
  7464. TextLabel_73.Parent = StarterMainFrame
  7465. TextLabel_73.BackgroundColor3 = Color3.new(1, 1, 1)
  7466. TextLabel_73.BackgroundTransparency = 1
  7467. TextLabel_73.Position = UDim2.new(0, 662, 0, 190)
  7468. TextLabel_73.Size = UDim2.new(0, 93, 0, 19)
  7469. TextLabel_73.Font = Enum.Font.Arial
  7470. TextLabel_73.FontSize = Enum.FontSize.Size18
  7471. TextLabel_73.Text = "Make All Keybinds Lower Case"
  7472. TextLabel_73.TextColor3 = Color3.new(0, 0, 0)
  7473. TextLabel_73.TextSize = 16
  7474.  
  7475. TextLabel_74.Parent = StarterMainFrame
  7476. TextLabel_74.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  7477. TextLabel_74.BorderSizePixel = 0
  7478. TextLabel_74.Position = UDim2.new(0, 40, 0, 0)
  7479. TextLabel_74.Size = UDim2.new(0, 19, 0, 267)
  7480. TextLabel_74.Font = Enum.Font.Arial
  7481. TextLabel_74.FontSize = Enum.FontSize.Size24
  7482. TextLabel_74.Text = ""
  7483. TextLabel_74.TextColor3 = Color3.new(1, 1, 1)
  7484. TextLabel_74.TextSize = 20
  7485.  
  7486. TextLabel_75.Parent = StarterMainFrame
  7487. TextLabel_75.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  7488. TextLabel_75.BorderSizePixel = 0
  7489. TextLabel_75.Position = UDim2.new(0, 26, 0, 0)
  7490. TextLabel_75.Size = UDim2.new(0, 7, 0, 267)
  7491. TextLabel_75.Font = Enum.Font.Arial
  7492. TextLabel_75.FontSize = Enum.FontSize.Size24
  7493. TextLabel_75.Text = ""
  7494. TextLabel_75.TextColor3 = Color3.new(1, 1, 1)
  7495. TextLabel_75.TextSize = 20
  7496.  
  7497. TextLabel_76.Parent = StarterMainFrame
  7498. TextLabel_76.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  7499. TextLabel_76.BorderSizePixel = 0
  7500. TextLabel_76.Position = UDim2.new(0, 408, 0, 29)
  7501. TextLabel_76.Size = UDim2.new(0, 10, 0, 238)
  7502. TextLabel_76.Font = Enum.Font.Arial
  7503. TextLabel_76.FontSize = Enum.FontSize.Size24
  7504. TextLabel_76.Text = ""
  7505. TextLabel_76.TextColor3 = Color3.new(1, 1, 1)
  7506. TextLabel_76.TextSize = 20
  7507.  
  7508. ActiveMenu.Parent = UIColorFrame
  7509. ActiveMenu.Name = "ActiveMenu"
  7510.  
  7511. ButtonWheelMenu.Parent = ActiveMenu
  7512. ButtonWheelMenu.Name = "ButtonWheelMenu"
  7513. ButtonWheelMenu.Position = UDim2.new(0,10,0,10)
  7514. ButtonWheelMenu.Size = UDim2.new(1,-20,1,-20)
  7515. ButtonWheelMenu.Visible = true
  7516.  
  7517. Hue.Parent = ButtonWheelMenu
  7518. Hue.Name = "Hue"
  7519.  
  7520. Lig.Parent = ButtonWheelMenu
  7521. Lig.Name = "Lig"
  7522.  
  7523. Sat.Parent = ButtonWheelMenu
  7524. Sat.Name = "Sat"
  7525.  
  7526. HueBox.Parent = ButtonWheelMenu
  7527. HueBox.Size = UDim2.new(0,50,0,25)
  7528. HueBox.Text = "Hue: 70"
  7529. HueBox.Font = Enum.Font.Arial
  7530. HueBox.FontSize = Enum.FontSize.Size14
  7531.  
  7532. GetColor.Parent = ActiveMenu
  7533.  
  7534. local plrname = game:GetService("Players").LocalPlayer.Name
  7535.  
  7536. if plrname == "Unlisting" or plrname == "AyeJoey" or plrname == "ColdEzy" or plrname == "NumNum00" or plrname == "Decryptance" then
  7537. game.CoreGui.Unjailbreak.LPlayerDetect.PlayerNameDetected.Text = plrname
  7538. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  7539. wait(2)
  7540. game.CoreGui.Unjailbreak.LPlayerDetect:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  7541. end
  7542.  
  7543. game:GetService("Players").PlayerAdded:connect(function(plr)
  7544. if plr.Name ~= game.Players.LocalPlayer.Name then
  7545. if plr.Name == "Unlisting" or plr.Name == "ColdEzy" or plr.Name == "AyeJoey" or plr.Name == "NumNum00" or plr.Name == "Decryptance" then
  7546. game.CoreGui.Unjailbreak.AdminJoined.AdminDetected.Text = plr.Name.." Has Joined"
  7547. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 366,0, 212),"Out","Quint",1.5,true)
  7548. wait(2)
  7549. game.CoreGui.Unjailbreak.AdminJoined:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  7550. end
  7551. end
  7552. end)
  7553.  
  7554. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  7555. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  7556. wait(0.03)
  7557. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  7558. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  7559. wait(0.03)
  7560. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  7561. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  7562. wait(0.03)
  7563. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  7564. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  7565. wait(0.03)
  7566. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  7567. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  7568. wait(0.03)
  7569. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  7570. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  7571. wait(0.03)
  7572. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  7573. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  7574. wait(0.03)
  7575. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  7576. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  7577. wait(0.03)
  7578. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  7579. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  7580. wait(0.03)
  7581. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  7582. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  7583. wait(0.03)
  7584. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0
  7585. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0
  7586.  
  7587. wait(3.5)
  7588. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.1
  7589. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.1
  7590. wait(0.03)
  7591. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.2
  7592. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.2
  7593. wait(0.03)
  7594. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.3
  7595. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.3
  7596. wait(0.03)
  7597. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.4
  7598. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.4
  7599. wait(0.03)
  7600. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.5
  7601. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.5
  7602. wait(0.03)
  7603. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.6
  7604. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.6
  7605. wait(0.03)
  7606. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.7
  7607. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.7
  7608. wait(0.03)
  7609. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.8
  7610. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.8
  7611. wait(0.03)
  7612. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 0.9
  7613. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 0.9
  7614. wait(0.03)
  7615. game.CoreGui.Unjailbreak.MainLogo.TextLabel.TextTransparency = 1
  7616. game.CoreGui.Unjailbreak.MainLogo.ImageTransparency = 1
  7617. game.CoreGui.Unjailbreak.MainLogo.Visible = false
  7618.  
  7619. wait(0.1)
  7620. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 472,0, 267),"Out","Quint",1.5,true)
  7621.  
  7622. ContinueCustomization.MouseButton1Down:connect(function()
  7623. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame:TweenPosition(UDim2.new(0, -472,0, 0),"Out","Quint",2,true)
  7624. end)
  7625.  
  7626. ENABLED = false
  7627. PLAYER = game:GetService("Players").LocalPlayer
  7628. MOUSE = PLAYER:GetMouse()
  7629. CC = game:GetService("Workspace").CurrentCamera
  7630. _G.FREE_FOR_ALL = false
  7631. _G.AIM_AT = 'Head'
  7632. local player = game:GetService("Players").LocalPlayer
  7633. local esp = false
  7634. local track = false
  7635.  
  7636. function Create(base, team)
  7637. local bb = Instance.new("BillboardGui",player.PlayerGui)
  7638. bb.Adornee = base
  7639. bb.ExtentsOffset = Vector3.new(0,1,0)
  7640. bb.AlwaysOnTop = true
  7641. bb.Size = UDim2.new(0,5,0,5)
  7642. bb.StudsOffset = Vector3.new(0,1,0)
  7643. bb.Name = "tracker"
  7644. local frame = Instance.new("Frame",bb)
  7645. frame.ZIndex = 10
  7646. frame.BackgroundTransparency = 0.3
  7647. frame.Size = UDim2.new(1,0,1,0)
  7648. frame.Position = UDim2.new(0,0,0)
  7649. frame.Transparency = 1
  7650. local txtlbl = Instance.new("TextLabel",bb)
  7651. txtlbl.ZIndex = 10
  7652. txtlbl.Text = (string.upper(base.Parent.Name))
  7653. txtlbl.BackgroundTransparency = 1
  7654. txtlbl.Position = UDim2.new(0,0,0,-35)
  7655. txtlbl.Size = UDim2.new(1,0,10,0)
  7656. txtlbl.Font = "SourceSansBold"
  7657. txtlbl.FontSize = "Size10"
  7658. txtlbl.TextStrokeTransparency = 0.5
  7659.  
  7660. local txtlbl2 = Instance.new("TextLabel",bb)
  7661. txtlbl2.ZIndex = 10
  7662. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  7663. txtlbl2.BackgroundTransparency = 1
  7664. txtlbl2.Position = UDim2.new(0,0,0,-25)
  7665. txtlbl2.Size = UDim2.new(1,0,10,0)
  7666. txtlbl2.Font = "SourceSansBold"
  7667. txtlbl2.FontSize = "Size10"
  7668.  
  7669. txtlbl2.TextStrokeTransparency = 0.5
  7670. if team then
  7671. txtlbl.TextColor3 = Color3.new(85,0,127)
  7672. txtlbl2.TextColor3 = Color3.new(85,0,127)
  7673. frame.BackgroundColor3 = Color3.new(85,0,127)
  7674.  
  7675. elseif base.Parent.Name == "Decryptance" or base.Parent.Name == "Unlisting" then
  7676. txtlbl.TextColor3 = Color3.new(0,255,0)
  7677. txtlbl2.TextColor3 = Color3.new(0,255,0)
  7678. frame.BackgroundColor3 = Color3.new(0,255,0)
  7679. txtlbl.Text = "FRIEND"
  7680. txtlbl.FontSize = "Size14"
  7681. txtlbl2.FontSize = "Size14"
  7682.  
  7683.  
  7684.  
  7685. elseif base.Parent.Name == game:GetService("Players").LocalPlayer.Name then
  7686. txtlbl2.Transparency = 1
  7687. txtlbl.Transparency = 1
  7688. frame.Transparency = 1
  7689. else
  7690. txtlbl.TextColor3 = Color3.new(85,0,127)
  7691. txtlbl2.TextColor3 = Color3.new(85,0,127)
  7692. frame.BackgroundColor3 = Color3.new(85,0,127)
  7693.  
  7694. end
  7695. end
  7696.  
  7697.  
  7698. function Find()
  7699. Clear()
  7700. track = true
  7701. spawn(function()
  7702. while wait() do
  7703. if track then
  7704. Clear()
  7705. for _,v in pairs(game:GetService("Players"):players()) do
  7706.  
  7707. if v.Character and v.Character.Head then
  7708. Create(v.Character.Head, false)
  7709. end
  7710. end
  7711. end
  7712. end
  7713. wait(1)
  7714. end)
  7715. end
  7716. function Clear()
  7717. for _,v in pairs(player.PlayerGui:children()) do
  7718. if v.Name == "tracker" and v:isA("BillboardGui") then
  7719. v:Destroy()
  7720. end
  7721. end
  7722. end
  7723.  
  7724. CESP.MouseButton1Down:connect(function()
  7725. if not esp then
  7726. Find()
  7727. warn("Jailbreak ESP Enabled")
  7728. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7729. esp = true
  7730. else
  7731. Clear()
  7732. track = false
  7733. warn("Jailbreak ESP Disabled")
  7734. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CESP.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7735. esp = false
  7736. end
  7737. end)
  7738.  
  7739. BlueColor.MouseButton1Down:connect(function()
  7740. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7741. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7742. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  7743. end)
  7744.  
  7745. RedColor.MouseButton1Down:connect(function()
  7746. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  7747. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(1, 0, 0)
  7748. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(1, 0, 0)
  7749. end)
  7750.  
  7751. OrangeColor.MouseButton1Down:connect(function()
  7752. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7753. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7754. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.737255, 0.345098, 0)
  7755. end)
  7756.  
  7757. BlackColor.MouseButton1Down:connect(function()
  7758. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  7759. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0, 0, 0)
  7760. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0, 0, 0)
  7761. end)
  7762.  
  7763. PurpleColor.MouseButton1Down:connect(function()
  7764. game.CoreGui.Unjailbreak.MainFrame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  7765. game.CoreGui.Unjailbreak.MainFrame.BottomLine.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  7766. game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.MainPreview.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  7767. end)
  7768.  
  7769. function Aimbot()
  7770.  
  7771. end
  7772.  
  7773. MainContinue.MouseButton1Down:connect(function()
  7774. game.CoreGui.Unjailbreak.StarterFrame:TweenSize(UDim2.new(0, 0,0, 0),"Out","Quint",1.5,true)
  7775. if game.CoreGui.Unjailbreak.StarterFrame.StarterMainFrame.UIKeybind.Text == "" then
  7776. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7777. mouse1.KeyDown:connect(function(key)
  7778. if key == "v" then
  7779. if Openn == true then
  7780. Openn = false
  7781. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  7782. else
  7783. Openn = true
  7784. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  7785. end
  7786. end
  7787. end)
  7788. else
  7789. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  7790. mouse1.KeyDown:connect(function(key)
  7791. if key == UIKeybind.Text then
  7792. if Openn == true then
  7793. Openn = false
  7794. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,1.1, 0),"Out","Quint",1,true)
  7795. else
  7796. Openn = true
  7797. game.CoreGui.Unjailbreak.MainFrame:TweenPosition(UDim2.new(0.344, 0,0.307, 0),"Out","Quint",1,true)
  7798. end
  7799. end
  7800. end)
  7801. end
  7802. end)
  7803.  
  7804. local i=20 do
  7805. wait()
  7806. 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
  7807. end
  7808.  
  7809. Tabs.MouseButton1Down:connect(function()
  7810. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 150,0, 47), 'Out', 'Quint', 1, true)
  7811. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = true
  7812. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Transparency = 0.5
  7813. end)
  7814.  
  7815. Home.MouseButton1Down:connect(function()
  7816. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = true
  7817. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  7818. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  7819. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  7820. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  7821. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  7822. end)
  7823.  
  7824. Game.MouseButton1Down:connect(function()
  7825. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  7826. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = true
  7827. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  7828. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  7829. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  7830. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  7831. end)
  7832.  
  7833. Teleports.MouseButton1Down:connect(function()
  7834. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  7835. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  7836. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = true
  7837. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = false
  7838. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  7839. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  7840. end)
  7841.  
  7842. Settings.MouseButton1Down:connect(function()
  7843. game.CoreGui.Unjailbreak.MainFrame.TabFrames.HomeFrame.Visible = false
  7844. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Visible = false
  7845. game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.Visible = false
  7846. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.Visible = true
  7847. game.CoreGui.Unjailbreak.MainFrame.TabFrames:TweenPosition(UDim2.new(0, 0,0, 47), 'Out', 'Quint', 1, true)
  7848. game.CoreGui.Unjailbreak.MainFrame.TabFrames.Dark.Visible = false
  7849. end)
  7850.  
  7851. SetKeybind.MouseButton1Down:connect(function()
  7852. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = true
  7853. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text = "Jewelry Color Set: "..JewelryKeyBox.Text
  7854. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text = "Criminal Key Set: "..CrimBaseBox.Text
  7855. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text = "Bank Key Set: "..BankKeyBox.Text
  7856. end)
  7857.  
  7858. KeyContinue.MouseButton1Down:connect(function()
  7859. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  7860.  
  7861. --Jewelry
  7862. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  7863. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.JewelryKeyy.Text then
  7864. for i=1,20 do
  7865. wait()
  7866. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  7867. end
  7868. end
  7869. end)
  7870.  
  7871.  
  7872. --Bank
  7873. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  7874. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.BankKeyy.Text then
  7875. for i=1,20 do
  7876. wait()
  7877. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0)
  7878. end
  7879. end
  7880. end)
  7881.  
  7882.  
  7883. --Criminal
  7884. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  7885. if string.lower(key) == game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.CriminalKeyy.Text then
  7886. for i=1,20 do
  7887. wait()
  7888. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  7889. end
  7890. end
  7891. end)
  7892. end)
  7893.  
  7894. KeyCancel.MouseButton1Click:connect(function()
  7895. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.KeybindConFrame.Visible = false
  7896. end)
  7897.  
  7898. CDrag.MouseButton1Down:connect(function()
  7899. if Dragg == true then
  7900. Dragg = false
  7901. game.CoreGui.Unjailbreak.MainFrame.Draggable = true
  7902. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7903. else
  7904. Dragg = true
  7905. game.CoreGui.Unjailbreak.MainFrame.Draggable = false
  7906. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CDrag.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7907. end
  7908. end)
  7909.  
  7910. local ee = true
  7911. CNotifierB.MouseButton1Down:connect(function()
  7912. if BNotif == true then
  7913. BNotif = false
  7914. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7915. ee = false
  7916. else
  7917. ee = true
  7918. BNotif = true
  7919. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierB.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7920. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  7921. while ee do
  7922. wait(1)
  7923. if v.Extra.Light.SurfaceLight.Enabled == true then
  7924. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 578),"Out","Quint",2,true)
  7925. else
  7926. game.CoreGui.Unjailbreak.BNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 578),"Out","Quint",2,true)
  7927. end
  7928. end
  7929. end
  7930. end
  7931. end)
  7932.  
  7933. local eeee = true
  7934. CNotifierJ.MouseButton1Down:connect(function()
  7935. if JNotif == true then
  7936. JNotif = false
  7937. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7938. eeee = false
  7939. else
  7940. eeee = true
  7941. JNotif = true
  7942. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CNotifierJ.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7943. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  7944. while eeee do
  7945. wait(1)
  7946. if v.Extra.Light.SurfaceLight.Enabled == true then
  7947. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1718,0, 657),"Out","Quint",2,true)
  7948. else
  7949. game.CoreGui.Unjailbreak.JNotifierOpen:TweenPosition(UDim2.new(0, 1950,0, 657),"Out","Quint",2,true)
  7950. end
  7951. end
  7952. end
  7953. end
  7954. end)
  7955.  
  7956. function bigggHead()
  7957. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  7958. if v.TeamValue.Value == "Police" then
  7959. v.Character.HumanoidRootPart.Transparency = 0
  7960. v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Blue")
  7961. v.Character.HumanoidRootPart.Size = Vector3.new(16,16,16)
  7962. end
  7963. end
  7964. end
  7965.  
  7966. CBigHead.MouseButton1Down:connect(function()
  7967. if bigheadd == true then
  7968. bigheadd = false
  7969. bigggHead(false)
  7970. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7971. else
  7972. bigheadd = true
  7973. bigggHead(true)
  7974. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CBigHead.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7975. end
  7976. end)
  7977.  
  7978. CForceField.MouseButton1Down:connect(function()
  7979. if forcefieldd == true then
  7980. forcefieldd = false
  7981. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  7982. else
  7983. forcefieldd = true
  7984. game.CoreGui.Unjailbreak.MainFrame.TabFrames.SettingsFrame.CForceField.ImageColor3 = Color3.new(0.211765, 0.635294, 0)
  7985. local es = true
  7986. while es do
  7987. wait(0.1)
  7988. for i, v in pairs(game:GetService("Players"):GetChildren()) do
  7989. if v.TeamValue.Value == "Police" then
  7990. if (game:GetService("Players").Character.Torso.Position - v.Position).magnitude <= 5 then
  7991. for i=1,20 do
  7992. wait()
  7993. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  7994. end
  7995. end
  7996. end
  7997. end
  7998. end
  7999. end
  8000. end)
  8001.  
  8002. local Checkpoint = {}
  8003. Coords.MouseButton1Down:connect(function()
  8004. table.remove(Checkpoint, 1)
  8005. table.insert(Checkpoint, game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position)
  8006. end)
  8007.  
  8008. CustomTP.MouseButton1Down:connect(function()
  8009. for i=1, 20 do
  8010. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Checkpoint[1]) + Vector3.new(1,0,0)
  8011. end
  8012. end)
  8013.  
  8014. Reset.MouseButton1Down:connect(function()
  8015. game.CoreGui.Unjailbreak:Remove()
  8016. end)
  8017.  
  8018. InfiniteAmmo.MouseButton1Down:connect(function()
  8019. if magInf == true then
  8020. magInf = false
  8021. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = false
  8022. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: OFF"
  8023. else
  8024. magInf = true
  8025. game:GetService("Players").LocalPlayer.PlayerGui.ScreenGui.Ammo.MagSize.RobloxLocked = true
  8026. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.InfiniteAmmo.Text = "Ammo: ON"
  8027. end
  8028. end)
  8029.  
  8030. Prison.MouseButton1Down:connect(function()
  8031. for i=1,20 do
  8032. wait()
  8033. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  8034. end
  8035. end)
  8036.  
  8037. CriminalBase.MouseButton1Down:connect(function()
  8038. for i=1,20 do
  8039. wait()
  8040. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  8041. end
  8042. end)
  8043.  
  8044. BatCave.MouseButton1Down:connect(function()
  8045. for i=1,20 do
  8046. wait()
  8047. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0)
  8048. end
  8049. end)
  8050.  
  8051. PoliceHQ1.MouseButton1Click:connect(function()
  8052. for i=1,20 do
  8053. wait()
  8054. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  8055. end
  8056. end)
  8057.  
  8058. PoliceHQ2.MouseButton1Down:connect(function()
  8059. for i=1,20 do
  8060. wait()
  8061. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(736.232239, 38.1125107, 1130.04456) + Vector3.new(1,0,0)
  8062. end
  8063. end)
  8064.  
  8065. Garage.MouseButton1Click:connect(function()
  8066. for i=1,20 do
  8067. wait()
  8068. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0)
  8069. end
  8070. end)
  8071.  
  8072. BankStore.MouseButton1Down:connect(function()
  8073. for i=1,20 do
  8074. wait()
  8075. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  8076. end
  8077. end)
  8078.  
  8079. JewelryStore.MouseButton1Down:connect(function()
  8080. for i=1,20 do
  8081. wait()
  8082. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  8083. end
  8084. end)
  8085.  
  8086. GasStation.MouseButton1Click:connect(function()
  8087. for i=1,20 do
  8088. wait()
  8089. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1548.20093, 17.7475166, 701.546997) + Vector3.new(1,0,0)
  8090. end
  8091. end)
  8092.  
  8093. DonutShop.MouseButton1Down:connect(function()
  8094. for i=1,20 do
  8095. wait()
  8096. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(267.315552, 17.6180038, -1796.33093) + Vector3.new(1,0,0)
  8097. end
  8098. end)
  8099.  
  8100. Lamborghini.MouseButton1Down:connect(function()
  8101. for i=1,20 do
  8102. wait()
  8103. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(144.794067, 17.6189003, 768.572693) + Vector3.new(1,0,0)
  8104. end
  8105. end)
  8106.  
  8107. Bugatti.MouseButton1Down:connect(function()
  8108. for i=1,20 do
  8109. wait()
  8110. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.938766, 17.6064777, 1372.15076) + Vector3.new(1,0,0)
  8111. end
  8112. end)
  8113.  
  8114. SWATVan.MouseButton1Down:connect(function()
  8115. for i=1,20 do
  8116. wait()
  8117. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1355.2417, 18, -1531.86047) + Vector3.new(1,0,0)
  8118. end
  8119. end)
  8120.  
  8121. DuneBuggy.MouseButton1Down:connect(function()
  8122. for i=1,20 do
  8123. wait()
  8124. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(571.526733, 16.66436, -470.50943) + Vector3.new(1,0,0)
  8125. end
  8126. end)
  8127.  
  8128. PickUpTruck.MouseButton1Down:connect(function()
  8129. for i=1,20 do
  8130. wait()
  8131. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1541.10388, 17.746624, 729) + Vector3.new(1,0,0)
  8132. end
  8133. end)
  8134.  
  8135. DirtBike.MouseButton1Down:connect(function()
  8136. for i=1,20 do
  8137. wait()
  8138. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1313.71118, 17.3656254, 370.085327) + Vector3.new(1,0,0)
  8139. end
  8140. end)
  8141.  
  8142. Porsche.MouseButton1Down:connect(function()
  8143. for i=1,20 do
  8144. wait()
  8145. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1112.11475, 101.16069, 1290.57654) + Vector3.new(1,0,0)
  8146. end
  8147. end)
  8148.  
  8149. Camaro.MouseButton1Down:connect(function()
  8150. for i=1,20 do
  8151. wait()
  8152. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-956.153564, 19.8500576, -1451.23572) + Vector3.new(1,0,0)
  8153. end
  8154. end)
  8155.  
  8156. MiniCooper.MouseButton1Down:connect(function()
  8157. for i=1,20 do
  8158. wait()
  8159. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(767.823242, 17.3656254, -1216.83643) + Vector3.new(1,0,0)
  8160. end
  8161. end)
  8162.  
  8163. Tesla3.MouseButton1Down:connect(function()
  8164. for i=1,20 do
  8165. wait()
  8166. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-111.571999, 17.6169529, 541.515747) + Vector3.new(1,0,0)
  8167. end
  8168. end)
  8169.  
  8170. GodMode.MouseButton1Down:connect(function()
  8171. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  8172. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  8173. l.Parent = game:GetService("Players").LocalPlayer.Character
  8174. l.Name = "Humanoid"
  8175. wait(0.1)
  8176. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  8177. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  8178. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  8179. wait(0.1)
  8180. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  8181. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  8182. end)
  8183.  
  8184. Btools.MouseButton1Down:connect(function()
  8185. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  8186. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  8187. if child.ClassName == "Part" then
  8188. child.Locked = false
  8189. end
  8190. if child.ClassName == "MeshPart" then
  8191. child.Locked = false
  8192. end
  8193. if child.ClassName == "UnionOperation" then
  8194. child.Locked = false
  8195. end
  8196. if child.ClassName == "Model" then
  8197. for index, chil in pairs(child:GetChildren()) do
  8198. if chil.ClassName == "Part" then
  8199. chil.Locked = false
  8200. end
  8201. if chil.ClassName == "MeshPart" then
  8202. chil.Locked = false
  8203. end
  8204. if chil.ClassName == "UnionOperation" then
  8205. chil.Locked = false
  8206. end
  8207. if chil.ClassName == "Model" then
  8208. for index, childe in pairs(chil:GetChildren()) do
  8209. if childe.ClassName == "Part" then
  8210. childe.Locked = false
  8211. end
  8212. if childe.ClassName == "MeshPart" then
  8213. childe.Locked = false
  8214. end
  8215. if childe.ClassName == "UnionOperation" then
  8216. childe.Locked = false
  8217. end
  8218. if childe.ClassName == "Model" then
  8219. for index, childeo in pairs(childe:GetChildren()) do
  8220. if childeo.ClassName == "Part" then
  8221. childeo.Locked = false
  8222. end
  8223. if childeo.ClassName == "MeshPart" then
  8224. childeo.Locked = false
  8225. end
  8226. if childeo.ClassName == "UnionOperation" then
  8227. childeo.Locked = false
  8228. end
  8229. if childeo.ClassName == "Model" then
  8230. end
  8231. end
  8232. end
  8233. end
  8234. end
  8235. end
  8236. end
  8237. end
  8238. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8239. c.BinType = Enum.BinType.Hammer
  8240. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8241. c.BinType = Enum.BinType.Clone
  8242. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  8243. c.BinType = Enum.BinType.Grab
  8244. end)
  8245.  
  8246. RemoveAll.MouseButton1Down:connect(function()
  8247. for i, v in pairs(game:GetService("Workspace").Jewelrys:GetChildren()) do
  8248. v.Lasers:Remove()
  8249. v.Cameras:Remove()
  8250. v.FloorLasers:Remove()
  8251. end
  8252. game:GetService("Workspace").Cells:Remove()
  8253. game:GetService("Workspace").Doors:Remove()
  8254. game:GetService("Workspace").EscapeRoutes.ExplodeWall:Destroy()
  8255. game:GetService("Workspace").EscapeRoutes.LiftGate:Remove()
  8256. for i, v in pairs(game:GetService("Workspace").Banks:GetChildren()) do
  8257. v.Door:Destroy()
  8258. v.TriggerDoor:Destroy()
  8259. v.Lasers:Remove()
  8260. end
  8261. end)
  8262.  
  8263. AnnoyServer.MouseButton1Down:connect(function()
  8264. if annnoy == true then
  8265. annnoy = false
  8266. e = false
  8267. else
  8268. annnoy = true
  8269. e = true
  8270. while eee do
  8271. for _,plr in pairs(game:GetService("Players"):GetPlayers()) do
  8272. pcall(function()
  8273. for _,obj in pairs(plr.Character.Head:GetChildren()) do
  8274. if obj:IsA("Sound") then
  8275. obj:Play()
  8276. end
  8277. end
  8278. end)
  8279. end
  8280. end
  8281. end
  8282. end)
  8283.  
  8284. SpamArrest.MouseButton1Down:connect(function()
  8285. local Player = game:GetService("Players").LocalPlayer
  8286. wait(0.5)
  8287. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  8288. repeat
  8289. wait()
  8290. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  8291. until v.Team.Name ~= "Criminal"
  8292. end
  8293. end)
  8294.  
  8295. noclip = false
  8296. game:GetService('RunService').Stepped:connect(function()
  8297. if noclip then
  8298. game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11)
  8299. end
  8300. end)
  8301.  
  8302. NoClip.MouseButton1Down:connect(function()
  8303. noclip = not noclip
  8304. if NoClip.Text == "NoClip: ON" then
  8305. NoClip.Text = "NoClip: OFF"
  8306. else
  8307. NoClip.Text = "NoClip: ON"
  8308. end
  8309. end)
  8310.  
  8311. WalkSpeed.MouseButton1Down:connect(function()
  8312. down = false
  8313. velocity = Instance.new("BodyVelocity")
  8314. velocity.maxForce = Vector3.new(100000, 0, 100000)
  8315. local speed = 150
  8316. gyro = Instance.new("BodyGyro")
  8317. gyro.maxTorque = Vector3.new(100000, 0, 100000)
  8318.  
  8319. local hum = game:GetService("Players").LocalPlayer.Character.Humanoid
  8320.  
  8321. function onButton1Down(mouse)
  8322. down = true
  8323. velocity.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  8324. velocity.velocity = (hum.MoveDirection) * speed
  8325. gyro.Parent = game:GetService("Players").LocalPlayer.Character.UpperTorso
  8326. while down do
  8327. if not down then break end
  8328. velocity.velocity = (hum.MoveDirection) * speed
  8329. local refpos = gyro.Parent.Position + (gyro.Parent.Position - workspace.CurrentCamera.CoordinateFrame.p).unit * 5
  8330. gyro.cframe = CFrame.new(gyro.Parent.Position, Vector3.new(refpos.x, gyro.Parent.Position.y, refpos.z))
  8331. wait(0.1)
  8332. end
  8333. end
  8334.  
  8335. function onButton1Up(mouse)
  8336. velocity.Parent = nil
  8337. gyro.Parent = nil
  8338. down = false
  8339. end
  8340.  
  8341. function onSelected(mouse)
  8342. mouse.KeyDown:connect(function(k) if k:lower()=="q"then onButton1Down(mouse)end end)
  8343. mouse.KeyUp:connect(function(k) if k:lower()=="q"then onButton1Up(mouse)end end)
  8344. end
  8345.  
  8346. onSelected(game:GetService("Players").LocalPlayer:GetMouse())
  8347. end)
  8348.  
  8349. Gravity.MouseButton1Down:connect(function()
  8350. if Gravity == true then
  8351. Gravity = false
  8352. game:GetService("Workspace").Gravity = 196.2
  8353. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: OFF"
  8354. else
  8355. Gravity = true
  8356. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Gravity.Text = "Gravity: ON"
  8357. game:GetService("Workspace").Gravity = 45
  8358. end
  8359. end)
  8360.  
  8361. JumpPower.MouseButton1Down:connect(function()
  8362. if Jump == true then
  8363. Jump = false
  8364. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50
  8365. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: OFF"
  8366. else
  8367. Jump = true
  8368. game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100
  8369. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.JumpPower.Text = "Jump: ON"
  8370. end
  8371. end)
  8372.  
  8373. VehicleSpeed.MouseButton1Down:connect(function()
  8374. dir = 0
  8375. gs = game.GetService
  8376. gs(game,"RunService").RenderStepped:connect(function()
  8377. for i,v in next,workspace.Vehicles:children() do
  8378. if v.Name ~= "Heli" then
  8379. if v:FindFirstChild("Engine") then
  8380. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  8381. if not bf then
  8382. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  8383. if bf then
  8384. bf = bf:Clone()
  8385. bf.Parent = v.Engine
  8386. bf.Name = "NewForce"
  8387. end
  8388. end
  8389. if bf then
  8390. local fa = 1
  8391. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  8392. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  8393. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  8394. end
  8395. end
  8396. end
  8397. end
  8398. end)
  8399. val = {
  8400. {Enum.KeyCode.W,1};
  8401. {Enum.KeyCode.S,-1};
  8402. }
  8403. uis = gs(game,"UserInputService")
  8404. chk = function(k)
  8405. for i,v in next,val do
  8406. if v[1]==k.KeyCode then
  8407. return v[2]
  8408. end
  8409. end
  8410. end
  8411. uis.InputBegan:connect(function(k)
  8412. dir = chk(k) or dir
  8413. end)
  8414. uis.InputEnded:connect(function(k)
  8415. if chk(k) == dir then
  8416. dir = 0
  8417. end
  8418. end)
  8419. end)
  8420.  
  8421. KeyCard.MouseButton1Down:connect(function()
  8422. game:GetService("Players").LocalPlayer.TeamValue.Value= "Police"
  8423. end)
  8424.  
  8425. local mouse=game:GetService("Players").LocalPlayer:GetMouse''
  8426. localplayer=game:GetService("Players").LocalPlayer
  8427. game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  8428. local torso = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart
  8429. local speed=0
  8430. local keys={a=false,d=false,w=false,s=false}
  8431. local e1
  8432. local e2
  8433. local function start()
  8434. local pos = Instance.new("BodyPosition",torso)
  8435. local gyro = Instance.new("BodyGyro",torso)
  8436. pos.Name="EPIXPOS"
  8437. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  8438. pos.position = torso.Position
  8439. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8440. gyro.cframe = torso.CFrame
  8441. repeat
  8442. wait()
  8443. localplayer.Character.Humanoid.PlatformStand=true
  8444. local new=gyro.cframe - gyro.cframe.p + pos.position
  8445. if not keys.w and not keys.s and not keys.a and not keys.d then
  8446. speed=1
  8447. end
  8448. if keys.w then
  8449. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  8450. speed=speed+0.01
  8451. end
  8452. if keys.s then
  8453. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  8454. speed=speed+0.01
  8455. end
  8456. if keys.d then
  8457. new = new * CFrame.new(speed,0,0)
  8458. speed=speed+0.01
  8459. end
  8460. if keys.a then
  8461. new = new * CFrame.new(-speed,0,0)
  8462. speed=speed+0.01
  8463. end
  8464. if speed>5 then
  8465. speed=5
  8466. end
  8467. pos.position=new.p
  8468. if keys.w then
  8469. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  8470. elseif keys.s then
  8471. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  8472. else
  8473. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  8474. end
  8475. until not Fly
  8476. if gyro then gyro:Destroy() end
  8477. if pos then pos:Destroy() end
  8478. flying=false
  8479. localplayer.Character.Humanoid.PlatformStand=false
  8480. speed=0
  8481. end
  8482. e1=mouse.KeyDown:connect(function(key)
  8483. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  8484. if key=="w" then
  8485. keys.w=true
  8486. elseif key=="s" then
  8487. keys.s=true
  8488. elseif key=="a" then
  8489. keys.a=true
  8490. elseif key=="d" then
  8491. keys.d=true
  8492. end
  8493. end)
  8494. e2=mouse.KeyUp:connect(function(key)
  8495. if key=="w" then
  8496. keys.w=false
  8497. elseif key=="s" then
  8498. keys.s=false
  8499. elseif key=="a" then
  8500. keys.a=false
  8501. elseif key=="d" then
  8502. keys.d=false
  8503. end
  8504. end)
  8505.  
  8506. Fly.MouseButton1Down:connect(function()
  8507. if flyy == true then
  8508. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: OFF"
  8509. flyy = false
  8510. Fly = false
  8511. start()
  8512. else
  8513. game.CoreGui.Unjailbreak.MainFrame.TabFrames.GameFrame.Fly.Text = "Fly: ON"
  8514. flyy = true
  8515. Fly = true
  8516. start()
  8517. end
  8518. end)
  8519.  
  8520. FlashLight.MouseButton1Down:connect(function()
  8521. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8522.  
  8523. a = Instance.new("Part", workspace)
  8524. a.Anchored = true
  8525. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8526. a.CanCollide = false
  8527.  
  8528. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8529. if v.Name == "Station" then
  8530. for a, b in pairs(v:GetChildren()) do
  8531. if b:IsA("StringValue") then
  8532. if b.Value == "Flashlight" then
  8533. v.CFrame = CFrame.new(hit)
  8534. end
  8535. end
  8536. end
  8537. end
  8538. end
  8539. end)
  8540.  
  8541. M4A4.MouseButton1Down:connect(function()
  8542. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8543.  
  8544. a = Instance.new("Part", workspace)
  8545. a.Anchored = true
  8546. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8547. a.CanCollide = false
  8548.  
  8549. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8550. if v.Name == "Station" then
  8551. for a, b in pairs(v:GetChildren()) do
  8552. if b:IsA("StringValue") then
  8553. if b.Value == "RifleSWAT" then
  8554. v.CFrame = CFrame.new(hit)
  8555. end
  8556. end
  8557. end
  8558. end
  8559. end
  8560. end)
  8561.  
  8562. AK47.MouseButton1Down:connect(function()
  8563. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8564.  
  8565. a = Instance.new("Part", workspace)
  8566. a.Anchored = true
  8567. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8568. a.CanCollide = false
  8569.  
  8570. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8571. if v.Name == "ShootingRange" then
  8572. for a, b in pairs(v:GetChildren()) do
  8573. if b:IsA("StringValue") then
  8574. if b.Value == "AK47" then
  8575. v.CFrame = CFrame.new(hit)
  8576. end
  8577. end
  8578. end
  8579. end
  8580. end
  8581. end)
  8582.  
  8583. ShotGun.MouseButton1Down:connect(function()
  8584. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8585.  
  8586. a = Instance.new("Part", workspace)
  8587. a.Anchored = true
  8588. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8589. a.CanCollide = false
  8590.  
  8591. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8592. if v.Name == "Station" then
  8593. for a, b in pairs(v:GetChildren()) do
  8594. if b:IsA("StringValue") then
  8595. if b.Value == "Shotgun" then
  8596. v.CFrame = CFrame.new(hit)
  8597. end
  8598. end
  8599. end
  8600. end
  8601. end
  8602. end)
  8603.  
  8604. Pistol.MouseButton1Down:connect(function()
  8605. local hit = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8606.  
  8607. a = Instance.new("Part", workspace)
  8608. a.Anchored = true
  8609. a.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,0,-3)
  8610. a.CanCollide = false
  8611.  
  8612. for i, v in pairs(game:GetService("Workspace").Givers:GetChildren()) do
  8613. if v.Name == "Station" then
  8614. for a, b in pairs(v:GetChildren()) do
  8615. if b:IsA("StringValue") then
  8616. if b.Value == "Pistol" then
  8617. v.CFrame = CFrame.new(hit)
  8618. end
  8619. end
  8620. end
  8621. end
  8622. end
  8623. end)
  8624.  
  8625. GotoBank.MouseButton1Down:connect(function()
  8626. for i=1,20 do
  8627. wait()
  8628. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0)
  8629. end
  8630. end)
  8631.  
  8632. GotoJewelry.MouseButton1Down:connect(function()
  8633. for i=1,20 do
  8634. wait()
  8635. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  8636. end
  8637. end);
  8638.  
  8639. GoTo.MouseButton1Down:connect(function()
  8640. p = getPlayer()
  8641. if p then
  8642. for i=1,20 do
  8643. wait()
  8644. PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  8645. end
  8646. else
  8647. GoTo.Text = "Retry"; wait(1); GoTo.Text = "GoTo" end
  8648. end)
  8649.  
  8650. Explorer.MouseButton1Down:connect(function()
  8651. 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"}
  8652. 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"}
  8653. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "AllowSweep", "WaterColor", "ParallelPhysics", "Is30FpsThrottleEnabled", "HeadsUpDisplay", "Texture", "Value", "WaterColor", "SkinColor", "SparkleColor", "FogColor", "HeadColor", "LeftArmColor", "RightArmColor", "TorsoColor", "RightLegColor", "LeftLegColor","ShadowColor", "Ambient", "SecondaryColor"}
  8654. s = Instance.new("ScreenGui", game.CoreGui)
  8655. pgr = Instance.new("TextButton")
  8656. pgr.Parent = s
  8657. pgr.Size = UDim2.new(0,100,0,40)
  8658. pgr.Position = UDim2.new(0,30,0,440)
  8659. pgr.Text="Xplorer"
  8660. pgr.BackgroundTransparency = 0.7
  8661. pgr.TextColor = BrickColor.new("Black")
  8662. pgr.BackgroundColor = BrickColor.new("Really Black")
  8663. pgr.BorderColor = BrickColor.new("Black")
  8664. pgr.Font = "ArialBold"
  8665. pgr.FontSize = "Size14"
  8666. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  8667. pgr.TextStrokeTransparency = 0.3
  8668. pgr.BorderSizePixel = 1
  8669. pgr.BorderColor = BrickColor.new("White")
  8670.  
  8671. if game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer") then
  8672. game.Players.LocalPlayer.PlayerGui:findFirstChild("Explorer"):Remove()
  8673. end
  8674.  
  8675. Banned = {}
  8676.  
  8677.  
  8678.  
  8679. function isBanned()
  8680. for i,v in pairs(game.Players:GetPlayers()) do
  8681. if v.Name == Banned then
  8682. v:Destroy();
  8683. else
  8684. print("Player: "..v.Name.." has passed the test of banishments.");
  8685. end
  8686. end
  8687. end
  8688.  
  8689.  
  8690.  
  8691. local Cloned
  8692. local Deleted
  8693. local DeleteParent
  8694. local Player
  8695. local Search
  8696. local ScriptSearch
  8697. local Gui
  8698. local Cloned = nil
  8699. local Deleted = nil
  8700. local DeleteParent = nil
  8701. local Current = 0
  8702. local CurrentOption = 0
  8703.  
  8704. function Clear()
  8705. if Gui then
  8706. Gui:Remove()
  8707. end
  8708. Current = 0
  8709. CurrentOption = 0
  8710. end
  8711.  
  8712. function AddButton(N, Function, Color, Copy)
  8713. if not N then
  8714. error("RenderButton - No Name Specified")
  8715. end
  8716. if not Function then
  8717. error("RenderButton - No Function Specified")
  8718. end
  8719. if not Color then
  8720. Color = Color3.new(1, 1, 1)
  8721. end
  8722. if Copy == nil then
  8723. Copy = true
  8724. end
  8725. P = Instance.new("TextButton")
  8726. if Copy then
  8727. P.Size = UDim2.new(0, 110, 0, 20)
  8728. else
  8729. P.Size = UDim2.new(0, 130, 0, 20)
  8730. end
  8731. P.Text = N.Name
  8732. P.Name = N.Name
  8733. P.Parent = Gui
  8734. P.BackgroundColor3 = Color
  8735. P.TextColor3 = Color3.new(0, 0, 0)
  8736. P.BackgroundTransparency = 0.5
  8737. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  8738. P.MouseButton1Click:connect(function()
  8739. Function(P)
  8740. end)
  8741. D = Instance.new("TextButton")
  8742. D.Size = UDim2.new(0, 20, 0, 20)
  8743. D.Text = "X"
  8744. D.Name = N.Name
  8745. D.Parent = Gui
  8746. D.BackgroundColor3 = Color3.new(1, 0, 0)
  8747. D.TextColor3 = Color3.new(0, 0, 0)
  8748. D.BackgroundTransparency = 0.5
  8749. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  8750. D.MouseButton1Click:connect(function()
  8751. Deleted = N
  8752. DeleteParent = N.Parent
  8753. N.Parent = nil
  8754. Clear()
  8755. Search(DeleteParent)
  8756. end)
  8757. if Copy then
  8758. C = Instance.new("TextButton")
  8759. C.Size = UDim2.new(0, 20, 0, 20)
  8760. C.Text = "C"
  8761. C.Name = N.Name
  8762. C.Parent = Gui
  8763. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  8764. C.TextColor3 = Color3.new(0, 0, 0)
  8765. C.BackgroundTransparency = 0.5
  8766. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  8767. C.MouseButton1Click:connect(function()
  8768. Cloned = N
  8769. Clear()
  8770. Search(N.Parent)
  8771. end)
  8772. end
  8773. Current = Current + 1
  8774. return P
  8775. end
  8776.  
  8777. function AddOption(N, Function, Color, Text)
  8778. if not N then
  8779. error("RenderButton - No Name Specified")
  8780. end
  8781. if not Color then
  8782. Color = Color3.new(1, 1, 1)
  8783. end
  8784. if Text == nil then
  8785. Text = false
  8786. end
  8787. if Text then
  8788. P = Instance.new("TextBox")
  8789. else
  8790. P = Instance.new("TextButton")
  8791. end
  8792. P.Text = N
  8793. P.Name = N
  8794. P.Parent = Gui
  8795. P.BackgroundColor3 = Color
  8796. P.TextColor3 = Color3.new(0, 0, 0)
  8797. P.BackgroundTransparency = 0.5
  8798. P.Size = UDim2.new(0, 150, 0, 20)
  8799. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  8800. if not Text and Function then
  8801. P.MouseButton1Click:connect(function() Function(P) end)
  8802. end
  8803. CurrentOption = CurrentOption + 1
  8804. return P
  8805. end
  8806.  
  8807. function AddTextOption(Obj, Prop)
  8808. local Ob = Obj
  8809. local Pro = Prop
  8810. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  8811. CurrentOption = CurrentOption + 1
  8812. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  8813. CurrentOption = CurrentOption - 2
  8814. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  8815. CurrentOption = CurrentOption + 1
  8816. end
  8817. end
  8818.  
  8819. function AddBrickColorOption(Obj, Prop)
  8820. local Ob = Obj
  8821. local Pro = Prop
  8822. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  8823. CurrentOption = CurrentOption + 1
  8824. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  8825. CurrentOption = CurrentOption - 2
  8826. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  8827. CurrentOption = CurrentOption + 1
  8828. end
  8829. end
  8830.  
  8831. function UnanchorObject(Objects)
  8832. local function Recurse(Base)
  8833. for _, Object in pairs(Base:GetChildren()) do
  8834. if _G.TestProperty(Object, "Anchored") then
  8835. Object.Anchored = not Object.Anchored
  8836. end
  8837. Recurse(Object)
  8838. end
  8839. end
  8840. Recurse(Objects)
  8841. end
  8842.  
  8843.  
  8844.  
  8845.  
  8846. function AddBoolOption(Obj, Prop)
  8847. local Ob = Obj
  8848. local Pro = Prop
  8849. if type(Ob[Pro]) == "boolean" then
  8850. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  8851. O.MouseButton1Click:connect(function()
  8852. if Ob[Pro] then
  8853. Ob[Pro] = false
  8854. O.Text = Pro..": false"
  8855. else
  8856. Ob[Pro] = true
  8857. O.Text = Pro..": true"
  8858. end
  8859. end)
  8860. end
  8861. end
  8862.  
  8863. function TestProperty(Obj, Property)
  8864. Success = pcall(function()
  8865. if Obj[Property] then
  8866. return
  8867. end
  8868. end)
  8869. return Success
  8870. end
  8871.  
  8872. function LoadOptions(Object)
  8873. for Num, Prop in pairs(TextProperties) do
  8874. if TestProperty(Object, Prop) then
  8875. AddTextOption(Object, Prop)
  8876. end
  8877. end
  8878. for Num, Prop in pairs(BoolProperties) do
  8879. if TestProperty(Object, Prop) then
  8880. AddBoolOption(Object, Prop)
  8881. end
  8882. end
  8883. for Num, Prop in pairs(BrickColorProperties) do
  8884. if TestProperty(Object, Prop) then
  8885. AddBrickColorOption(Object, Prop)
  8886. end
  8887. end
  8888. end
  8889.  
  8890.  
  8891. function AddForceField(Player)
  8892. Instance.new("ForceField", Player.Character)
  8893. end
  8894. function Killp(Player)
  8895. Player.Character.Humanoid.Health=0
  8896. end
  8897. function AddExplode(Player)
  8898. Instance.new("Explosion", Player.Character)
  8899. end
  8900. function AddSparkles(Player)
  8901. Instance.new("Sparkles", Player.Character)
  8902. end
  8903.  
  8904.  
  8905. function FreezeParts(b)
  8906. if (b.className == "Part") then
  8907. b.Anchored=true;
  8908. end
  8909. end
  8910.  
  8911. function TPToObject(Object1)
  8912. local localplr = game.Players.LocalPlayer.Character.Torso
  8913. localplr.Position = Object1.Position
  8914. end
  8915.  
  8916.  
  8917. function Search(Object)
  8918. Gui = Instance.new("ScreenGui")
  8919. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  8920. Gui.Name = "Explorer"
  8921. if Object ~= game then
  8922. AddOption("Back", function()
  8923. Clear();
  8924. Search(Object.Parent)
  8925. end, Color3.new(0.5, 1, 1), false)
  8926. end
  8927. if Object:IsA("Sound") then
  8928. AddOption("Copy ID", function() CopyString(tostring(Object.SoundId):sub(14)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  8929. AddOption("Play", function() Object:Play(); Clear(); Search(Object); end, Color3.new(0, 0, 1), false)
  8930. AddOption("Stop", function() Object:Stop(); Clear(); Search(Object); end, Color3.new(1, 1, 0), false)
  8931. end
  8932. if Object:IsA("Workspace") then
  8933. 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)
  8934. end
  8935. if Object:IsA("IntValue") or Object:IsA("StringValue") or Object:IsA("NumberValue") then
  8936. AddOption("Copy Value", function() CopyString(tostring(Object.Value)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  8937. end
  8938. if Object:IsA("TextLabel") or Object:IsA("TextBox") or Object:IsA("Message") then
  8939. AddOption("Copy Value", function() CopyString(tostring(Object.Text)); warn("Copied."); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  8940. end
  8941. AddOption("Get Path", function() CopyString(tostring("game." .. Object:GetFullName())) Clear(); Search(Object) end, Color3.new(0.5, 1, 1), false)
  8942. if Object ~= game then
  8943. AddOption("Unanchor Children", function() UnanchorObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  8944. AddOption("ClearAllChildren", function() Object:ClearAllChildren(); Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  8945. end
  8946. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  8947. if Cloned then
  8948. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  8949. end
  8950. if Deleted then
  8951. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  8952. end
  8953. if Object:IsA("Player") then
  8954. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  8955. AddOption("Kill", function() Killp(Object) end, Color3.new(1,0.6,0.1), false)
  8956. AddOption("ForceField", function() AddForceField(Object); end, Color3.new(1, 0.6, 0.1), false)
  8957. AddOption("Freeze", function() FreezeParts(Object.Character.Torso); end, Color3.new(1, 0.6, 0.1), false)
  8958. AddOption("Unequip Tools", function() Object.Character.Humanoid:UnequipTools() end, Color3.new(1, 0.6, 0.1), false)
  8959. AddOption("Ban", function() table.insert(Banned, Object.Name); end, Color3.new(1,0.6,0.1), false)
  8960. --AddOption("Explode", function() AddExplode(Object); end, Color3.new(1, 0.6, 0.1), false)
  8961. end
  8962. if Object:IsA("Lighting") then
  8963. AddOption("Night", function() Object.TimeOfDay="24:24:24" end, Color3.new(1.,0.6,0.1), false)
  8964. AddOption("Day", function() Object.TimeOfDay="12:12:12" end, Color3.new(1.,0.6,0.1), false)
  8965. end
  8966. if Object:IsA("LocalScript") then
  8967. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  8968. end
  8969. if Object:IsA("Terrain") then
  8970. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  8971. end
  8972. 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
  8973. AddOption("Teleport To Part", function() TPToObject(Object); Clear(); Search(Object); end, Color3.new(1, 0.2, 0), false)
  8974. end
  8975.  
  8976. LoadOptions(Object)
  8977. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  8978. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  8979. for Num, Obj in pairs(Object:GetChildren()) do
  8980. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  8981. if true then
  8982. if Obj:IsA("LocalScript") then
  8983. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  8984. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  8985. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  8986. elseif Obj.Parent == game then
  8987. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  8988. else
  8989. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  8990. end
  8991. end
  8992. end
  8993. end
  8994. function MoveUp(Place, Amount)
  8995. for i,v in pairs(Place:GetChildren()) do
  8996. if v:IsA("TextLabel") or v:IsA("TextBox") then
  8997. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  8998. end
  8999. end
  9000. end
  9001. function MoveDown(Place, Amount)
  9002. for i,v in pairs(Place:GetChildren()) do
  9003. if v:IsA("TextLabel") or v:IsA("TextBox") then
  9004. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  9005. end
  9006. end
  9007. end
  9008. i=0
  9009. function ScriptSearch(S)
  9010. Script2 = S
  9011. Script = decompile(Script2)
  9012. Table = {}
  9013. Enabled = true
  9014. Gui = Instance.new("ScreenGui")
  9015. Gui.Parent = game.Players.LocalPlayer.PlayerGui
  9016. Gui.Name = "Explorer"
  9017. while Enabled do
  9018. Start, End = string.find(Script, '\n')
  9019. print(Start, End)
  9020. if Start and End then
  9021. table.insert(Table, string.sub(Script, 1, End))
  9022. New = string.sub(Script, End+1, string.len(Script))
  9023. Script = New
  9024. else
  9025. Enabled = false
  9026. table.insert(Table, string.sub(Script, 1, End))
  9027. print("Finished")
  9028. end
  9029. end
  9030. P = Instance.new("TextLabel")
  9031. P.Size = UDim2.new(0, 500, 0, 20)
  9032. P.Text = Script2.Name
  9033. P.Name = "Script Line"
  9034. P.Parent = Gui
  9035. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9036. P.TextColor3 = Color3.new(0, 0, 0)
  9037. P.BackgroundTransparency = 0.5
  9038. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  9039. P.TextXAlignment = "Left"
  9040. i=i+1
  9041. New = {}
  9042. for I,Val in pairs(Table) do
  9043. print(Val)
  9044. P = Instance.new("TextBox")
  9045. P.ClearTextOnFocus = false
  9046. P.Size = UDim2.new(0, 500, 0, 20)
  9047. P.Text = Val
  9048. P.Name = "Script Line"
  9049. P.Parent = Gui
  9050. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9051. P.TextColor3 = Color3.new(0, 0, 0)
  9052. P.BackgroundTransparency = 0.5
  9053. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  9054. P.TextXAlignment = "Left"
  9055. table.insert(New, P)
  9056. i=i+1
  9057. end
  9058. i=1
  9059. P = Instance.new("TextButton")
  9060. P.Size = UDim2.new(0, 20, 0, 20)
  9061. P.Text = "^"
  9062. P.Name = "Scroll"
  9063. P.Parent = Gui
  9064. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9065. P.TextColor3 = Color3.new(0, 0, 0)
  9066. P.BackgroundTransparency = 0.5
  9067. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9068. P.MouseButton1Click:connect(function()
  9069. MoveUp(Gui, -20)
  9070. end)
  9071. i=i+1
  9072. P = Instance.new("TextButton")
  9073. P.Size = UDim2.new(0, 20, 0, 20)
  9074. P.Text = "v"
  9075. P.Name = "Scroll"
  9076. P.Parent = Gui
  9077. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9078. P.TextColor3 = Color3.new(0, 0, 0)
  9079. P.BackgroundTransparency = 0.5
  9080. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9081. P.MouseButton1Click:connect(function()
  9082. MoveDown(Gui, -20)
  9083. end)
  9084. i=i+1
  9085. P = Instance.new("TextButton")
  9086. P.Size = UDim2.new(0, 20, 0, 20)
  9087. P.Text = "^^"
  9088. P.Name = "Scroll"
  9089. P.Parent = Gui
  9090. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9091. P.TextColor3 = Color3.new(0, 0, 0)
  9092. P.BackgroundTransparency = 0.5
  9093. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9094. P.MouseButton1Click:connect(function()
  9095. MoveUp(Gui, -200)
  9096. end)
  9097. i=i+1
  9098. P = Instance.new("TextButton")
  9099. P.Size = UDim2.new(0, 20, 0, 20)
  9100. P.Text = "vv"
  9101. P.Name = "Scroll"
  9102. P.Parent = Gui
  9103. P.BackgroundColor3 = Color3.new(1, 1, 1)
  9104. P.TextColor3 = Color3.new(0, 0, 0)
  9105. P.BackgroundTransparency = 0.5
  9106. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9107. P.MouseButton1Click:connect(function()
  9108. MoveDown(Gui, -200)
  9109. end)
  9110. i=i+1
  9111. P = Instance.new("TextButton")
  9112. P.Size = UDim2.new(0, 20, 0, 20)
  9113. P.Text = "S"
  9114. P.Name = "Save"
  9115. P.Parent = Gui
  9116. P.BackgroundColor3 = Color3.new(0, 1, 0)
  9117. P.TextColor3 = Color3.new(0, 0, 0)
  9118. P.BackgroundTransparency = 0.5
  9119. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9120. P.MouseButton1Click:connect(function()
  9121. StringS = ""
  9122. for Num, Obj in pairs(New) do
  9123. StringS = StringS..Obj.Text..'\n'
  9124. end
  9125. S.Source = StringS
  9126. S.Disabled = true
  9127. S.Disabled = false
  9128. end)
  9129. i=i+1
  9130. P = Instance.new("TextButton")
  9131. P.Size = UDim2.new(0, 20, 0, 20)
  9132. P.Text = "C"
  9133. P.Name = "Copy"
  9134. P.Parent = Gui
  9135. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  9136. P.TextColor3 = Color3.new(0, 0, 0)
  9137. P.BackgroundTransparency = 0.5
  9138. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9139. P.MouseButton1Click:connect(function()
  9140. StringS = ""
  9141. for Num, Obj in pairs(New) do
  9142. StringS = StringS..Obj.Text..'\n'
  9143. end
  9144. CopyString(StringS)
  9145. end)
  9146. i=i+1
  9147. P = Instance.new("TextButton")
  9148. P.Size = UDim2.new(0, 20, 0, 20)
  9149. P.Text = "x"
  9150. P.Name = "Back"
  9151. P.Parent = Gui
  9152. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  9153. P.TextColor3 = Color3.new(0, 0, 0)
  9154. P.BackgroundTransparency = 0.5
  9155. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9156. P.MouseButton1Click:connect(function()
  9157. Clear()
  9158. i=0
  9159. Search(S)
  9160. end)
  9161. i=i+1
  9162. P = Instance.new("TextButton")
  9163. P.Size = UDim2.new(0, 20, 0, 20)
  9164. P.Text = "CB"
  9165. P.Name = "Back"
  9166. P.Parent = Gui
  9167. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  9168. P.TextColor3 = Color3.new(0, 0, 0)
  9169. P.BackgroundTransparency = 0.5
  9170. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  9171. P.MouseButton1Click:connect(function()
  9172. CopyString(decompile(Script2,true))
  9173. end)
  9174. i=i+1
  9175. end
  9176. end
  9177.  
  9178. pgr.MouseButton1Click:connect(function()
  9179. Clear()
  9180. Search(game)
  9181. end)
  9182. end)
  9183.  
  9184. UIColorButton.MouseButton1Down:connect(function()
  9185. print("not ready")
  9186. end)
  9187.  
  9188. PLR = game:GetService("Players").LocalPlayer
  9189.  
  9190. Players = game:GetService("Players"):GetPlayers()
  9191.  
  9192. Selected1 = game.CoreGui.Unjailbreak.MainFrame.TabFrames.TeleportsFrame.SPlayer
  9193.  
  9194. val.Name = "Selected"
  9195.  
  9196. function alphabetize(p1, p2)
  9197. Player1 = p1.Name:lower()
  9198. P1 = Player1:sub(1, 1):byte()
  9199. Player2 = p2.Name:lower()
  9200. P2 = Player2:sub(1, 1):byte()
  9201.  
  9202.  
  9203. if P1 < P2 then return true else return false end
  9204. end
  9205. table.sort(Players, alphabetize)
  9206.  
  9207. for i = 1, #Players do
  9208. p = Players[i]
  9209. if p ~= PLR then
  9210. btn = Instance.new("TextButton", sframe)
  9211. btn.Name = p.Name
  9212. btn.Text = p.Name
  9213. btn.Size = UDim2.new(0, 260, 0, 25)
  9214. btn.Font = Enum.Font.Highway
  9215. btn.FontSize = Enum.FontSize.Size14
  9216. btn.TextColor3 = Color3.new(255, 255, 255)
  9217. btn.BackgroundTransparency = 1
  9218. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  9219. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  9220. btn.MouseButton1Click:connect(function()
  9221. val.Value = p
  9222. Selected1.Text = "Player: "..p.Name
  9223. end)
  9224.  
  9225. end
  9226. end
  9227.  
  9228. function update()
  9229.  
  9230. for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end
  9231.  
  9232. plrs = game:GetService("Players"):GetPlayers()
  9233. table.sort(plrs, alphabetize)
  9234.  
  9235. for i = 1, #plrs do
  9236.  
  9237. p = plrs[i]
  9238. if p ~= PLR then
  9239.  
  9240. btn = Instance.new("TextButton", sframe)
  9241. btn.Text = p.Name
  9242. btn.Size = UDim2.new(0, 260, 0, 25)
  9243. btn.Font = Enum.Font.Highway
  9244. btn.FontSize = Enum.FontSize.Size14
  9245. btn.TextColor3 = Color3.new(255, 255, 255)
  9246. btn.BackgroundTransparency = 1
  9247. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  9248.  
  9249. sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25)
  9250.  
  9251. btn.MouseButton1Click:connect(function()
  9252. val.Value = p
  9253. SPlayer.Text = "Player: "..p.Name
  9254. end)
  9255.  
  9256. end
  9257. end
  9258.  
  9259. end
  9260. game:GetService("Players").PlayerAdded:connect(update)
  9261. game:GetService("Players").PlayerRemoving:connect(update)
  9262.  
  9263. function getPlayer()
  9264. if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end
  9265. end
  9266. end
  9267.  
  9268. if game.PlaceId == 292439477 then
  9269. ESP = true
  9270.  
  9271. Sniper = {"INTERVENTION", "REMINGTON 700", "AWS", "L115A3", "MOSIN NAGANT", "OBREZ"}
  9272. SpecialSniper = {"BFG 50", "SFG 50"}
  9273. WeakSniper = {"MK11", "SKS", "SCAR SSR", "DRAGUNOV SVU", "HENRY 45-70"}
  9274. 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"}
  9275. WeakSMG = {"MP5K", "UMP45", "MP7", "MAC10", "MP5", "COLT SMG 635", "MP5SD", "MP10", "MP5/10", "KRISS VECTOR"}
  9276. ShotGun = {"REMINGTON 870", "KSG 12", "KS-23M", "SERBU SHOTGUN"}
  9277. LMG = {"COLT LMG", "M60", "AUG HBAR", "MG36", "L86 LSW", "RPK", "SCAR HAMR", "RPK74"}
  9278. Other = {"M9", "GLOCK 17", "M1911", "DEAGLE 44", "GLOCK 18", "M93R", "TEC9", "MP412 REX"}
  9279. Melee = {"KNIFE", "MACHETE"}
  9280.  
  9281. warn("Phantom Forces ESP Created By Unlisting")
  9282.  
  9283. if ESP == true then
  9284. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  9285. pass = false
  9286. if workspace:FindFirstChild(v.Name) then
  9287. if v.Team == game:GetService("Players").LocalPlayer.Team then
  9288. if v.Character:FindFirstChild("HumanoidRootPart") then
  9289. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  9290. v.Character.HumanoidRootPart.ESP:Destroy()
  9291. end
  9292. end
  9293. end
  9294. if v.Team ~= game:GetService("Players").LocalPlayer.Team then
  9295. if v.Character:FindFirstChild("HumanoidRootPart") then
  9296. for i,v in pairs(v.Character:GetChildren()) do
  9297. if v:IsA("Model") then
  9298. pass = true
  9299. break
  9300. end
  9301. end
  9302.  
  9303. shirt = nil
  9304. passer = false
  9305. for i,v in pairs(v.Character:GetChildren()) do
  9306. if v:IsA("Shirt") then
  9307. shirt = v
  9308. break
  9309. end
  9310. end
  9311.  
  9312. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do
  9313. if v:IsA("Shirt") then
  9314. if shirt ~= nil then
  9315. if v.Name ~= shirt.Name then
  9316. passer = true
  9317. break
  9318. end
  9319. end
  9320. end
  9321. end
  9322.  
  9323. if passer == true then
  9324. if v.Character:FindFirstChild("HumanoidRootPart") then
  9325. if v.Character.HumanoidRootPart:FindFirstChild("ESP") then
  9326.  
  9327. v.Character.HumanoidRootPart.ESP.TextLabel.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  9328.  
  9329. hitting = false
  9330.  
  9331.  
  9332. 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)
  9333. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9334. if part then
  9335. if part.Parent == v.Character then
  9336. hitting = true
  9337. end
  9338. end
  9339. if hitting == false then
  9340. elseif hitting == true then
  9341. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9342. end
  9343.  
  9344. if hitting == false then
  9345. 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)
  9346. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9347. if part then
  9348. if part.Parent == v.Character then
  9349. hitting = true
  9350. end
  9351. end
  9352. if hitting == false then
  9353. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9354. elseif hitting == true then
  9355. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9356. end
  9357.  
  9358. if hitting == false then
  9359. elseif hitting == true then
  9360. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  9361. end
  9362.  
  9363.  
  9364.  
  9365.  
  9366.  
  9367.  
  9368.  
  9369.  
  9370.  
  9371.  
  9372.  
  9373. if hitting == false then
  9374. 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)
  9375. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9376. if part then
  9377. if part:IsA("BasePart") then
  9378.  
  9379. CurrentGun = nil
  9380. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  9381. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  9382. if v:IsA("Model") then
  9383. if v:FindFirstChild("Flame") then
  9384. CurrentGun = v
  9385. break
  9386. end
  9387. end
  9388. end
  9389. end
  9390.  
  9391. found = false
  9392.  
  9393. if found == false then
  9394. for i = 1,#Sniper do
  9395. if CurrentGun ~= nil then
  9396. if Sniper[i] == CurrentGun.Name then
  9397. found = true
  9398. Min = 2.75
  9399. Max = 3
  9400. break
  9401. end
  9402. end
  9403. end
  9404. end
  9405.  
  9406. if found == false then
  9407. for i = 1,#SpecialSniper do
  9408. if CurrentGun ~= nil then
  9409. if SpecialSniper[i] == CurrentGun.Name then
  9410. found = true
  9411. Min = 3.25
  9412. Max = 3.5
  9413. break
  9414. end
  9415. end
  9416. end
  9417. end
  9418.  
  9419. if found == false then
  9420. for i = 1,#WeakSniper do
  9421. if CurrentGun ~= nil then
  9422. if WeakSniper[i] == CurrentGun.Name then
  9423. found = true
  9424. Min = 2.75
  9425. Max = 3
  9426. break
  9427. end
  9428. end
  9429. end
  9430. end
  9431.  
  9432. if found == false then
  9433. for i = 1,#WeakSMG do
  9434. if CurrentGun ~= nil then
  9435. if WeakSMG[i] == CurrentGun.Name then
  9436. found = true
  9437. Min = 2.25
  9438. Max = 3
  9439. break
  9440. end
  9441. end
  9442. end
  9443. end
  9444.  
  9445. if found == false then
  9446. for i = 1,#SMG do
  9447. if CurrentGun ~= nil then
  9448. if SMG[i] == CurrentGun.Name then
  9449. found = true
  9450. Min = 2.5
  9451. Max = 3
  9452. break
  9453. end
  9454. end
  9455. end
  9456. end
  9457.  
  9458. if found == false then
  9459. for i = 1,#ShotGun do
  9460. if CurrentGun ~= nil then
  9461. if ShotGun[i] == CurrentGun.Name then
  9462. found = true
  9463. Min = 2.75
  9464. Max = 3
  9465. break
  9466. end
  9467. end
  9468. end
  9469. end
  9470.  
  9471. if found == false then
  9472. for i = 1,#LMG do
  9473. if CurrentGun ~= nil then
  9474. if LMG[i] == CurrentGun.Name then
  9475. found = true
  9476. Min = 2.5
  9477. Max = 3
  9478. break
  9479. end
  9480. end
  9481. end
  9482. end
  9483.  
  9484. if found == false then
  9485. for i = 1,#Other do
  9486. if CurrentGun ~= nil then
  9487. if Other[i] == CurrentGun.Name then
  9488. found = true
  9489. Min = 0
  9490. Max = 0
  9491. break
  9492. end
  9493. end
  9494. end
  9495. end
  9496.  
  9497. if found == false then
  9498. for i = 1,#Melee do
  9499. if CurrentGun ~= nil then
  9500. if Melee[i] == CurrentGun.Name then
  9501. found = true
  9502. Min = 0
  9503. Max = 0
  9504. break
  9505. end
  9506. end
  9507. end
  9508. end
  9509.  
  9510. if found == false then
  9511. Min = 0
  9512. Max = 0
  9513. end
  9514.  
  9515. if part.Parent.Name == "Map" then
  9516. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9517. hitting = true
  9518. parter = part
  9519. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9520. hitting = true
  9521. parter = part
  9522. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9523. hitting = true
  9524. parter = part
  9525. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9526. hitting = true
  9527. parter = part
  9528. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9529. hitting = true
  9530. parter = part
  9531. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9532. hitting = true
  9533. parter = part
  9534. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9535. hitting = true
  9536. parter = part
  9537. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9538. hitting = true
  9539. parter = part
  9540. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9541. hitting = true
  9542. parter = part
  9543. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9544. hitting = true
  9545. parter = part
  9546. end
  9547. end
  9548. end
  9549. end
  9550. if hitting == true then
  9551. hitting = false
  9552. part = parter
  9553. list = {}
  9554. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9555. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9556. Reg = Region3.new(pos1, pos2)
  9557. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  9558. o = 1
  9559. if TouchingParts ~= nil then
  9560. for i,v in pairs(TouchingParts) do
  9561. if v ~= parter then
  9562.  
  9563.  
  9564. part = v
  9565. if part.Parent.Name == "Map" then
  9566. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9567. hitting = true
  9568. parter = part
  9569. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9570. hitting = true
  9571. parter = part
  9572. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9573. hitting = true
  9574. parter = part
  9575. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9576. hitting = true
  9577. parter = part
  9578. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9579. hitting = true
  9580. parter = part
  9581. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9582. hitting = true
  9583. parter = part
  9584. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9585. hitting = true
  9586. parter = part
  9587. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9588. hitting = true
  9589. parter = part
  9590. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9591. hitting = true
  9592. parter = part
  9593. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9594. hitting = true
  9595. parter = part
  9596. end
  9597. end
  9598.  
  9599.  
  9600. if hitting == true then
  9601. table.insert(list, o, v)
  9602. o = o + 1
  9603. end
  9604. end
  9605. end
  9606. end
  9607.  
  9608. hitting = false
  9609.  
  9610. part = parter
  9611.  
  9612. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9613. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9614.  
  9615. 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)
  9616. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  9617. if part then
  9618. if part.Parent == v.Character then
  9619. hitting = true
  9620. end
  9621. end
  9622. if hitting == false then
  9623. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9624. elseif hitting == true then
  9625. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  9626. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9627. else
  9628. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9629. end
  9630. end
  9631.  
  9632. elseif hitting == false then
  9633. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9634. end
  9635. end
  9636.  
  9637.  
  9638.  
  9639.  
  9640.  
  9641.  
  9642.  
  9643.  
  9644.  
  9645.  
  9646. if hitting == false then
  9647. 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)
  9648. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore}, false, true)
  9649. if part then
  9650. if part:IsA("BasePart") then
  9651.  
  9652. CurrentGun = nil
  9653. for i,v in pairs(workspace.CurrentCamera:GetChildren()) do
  9654. if v.Name ~= "Right Arm" and v.Name ~= "Left Arm" then
  9655. if v:IsA("Model") then
  9656. if v:FindFirstChild("Flame") then
  9657. CurrentGun = v
  9658. break
  9659. end
  9660. end
  9661. end
  9662. end
  9663.  
  9664. found = false
  9665.  
  9666. if found == false then
  9667. for i = 1,#Sniper do
  9668. if CurrentGun ~= nil then
  9669. if Sniper[i] == CurrentGun.Name then
  9670. found = true
  9671. Min = 2.75
  9672. Max = 3
  9673. break
  9674. end
  9675. end
  9676. end
  9677. end
  9678.  
  9679. if found == false then
  9680. for i = 1,#SpecialSniper do
  9681. if CurrentGun ~= nil then
  9682. if SpecialSniper[i] == CurrentGun.Name then
  9683. found = true
  9684. Min = 3.25
  9685. Max = 3.5
  9686. break
  9687. end
  9688. end
  9689. end
  9690. end
  9691.  
  9692. if found == false then
  9693. for i = 1,#WeakSniper do
  9694. if CurrentGun ~= nil then
  9695. if WeakSniper[i] == CurrentGun.Name then
  9696. found = true
  9697. Min = 2.75
  9698. Max = 3
  9699. break
  9700. end
  9701. end
  9702. end
  9703. end
  9704.  
  9705. if found == false then
  9706. for i = 1,#WeakSMG do
  9707. if CurrentGun ~= nil then
  9708. if WeakSMG[i] == CurrentGun.Name then
  9709. found = true
  9710. Min = 2.25
  9711. Max = 3
  9712. break
  9713. end
  9714. end
  9715. end
  9716. end
  9717.  
  9718. if found == false then
  9719. for i = 1,#SMG do
  9720. if CurrentGun ~= nil then
  9721. if SMG[i] == CurrentGun.Name then
  9722. found = true
  9723. Min = 2.5
  9724. Max = 3
  9725. break
  9726. end
  9727. end
  9728. end
  9729. end
  9730.  
  9731. if found == false then
  9732. for i = 1,#ShotGun do
  9733. if CurrentGun ~= nil then
  9734. if ShotGun[i] == CurrentGun.Name then
  9735. found = true
  9736. Min = 2.75
  9737. Max = 3
  9738. break
  9739. end
  9740. end
  9741. end
  9742. end
  9743.  
  9744. if found == false then
  9745. for i = 1,#LMG do
  9746. if CurrentGun ~= nil then
  9747. if LMG[i] == CurrentGun.Name then
  9748. found = true
  9749. Min = 2.5
  9750. Max = 3
  9751. break
  9752. end
  9753. end
  9754. end
  9755. end
  9756.  
  9757. if found == false then
  9758. for i = 1,#Other do
  9759. if CurrentGun ~= nil then
  9760. if Other[i] == CurrentGun.Name then
  9761. found = true
  9762. Min = 0
  9763. Max = 0
  9764. break
  9765. end
  9766. end
  9767. end
  9768. end
  9769.  
  9770. if found == false then
  9771. for i = 1,#Melee do
  9772. if CurrentGun ~= nil then
  9773. if Melee[i] == CurrentGun.Name then
  9774. found = true
  9775. Min = 0
  9776. Max = 0
  9777. break
  9778. end
  9779. end
  9780. end
  9781. end
  9782.  
  9783. if found == false then
  9784. Min = 0
  9785. Max = 0
  9786. end
  9787.  
  9788. if part.Parent.Name == "Map" then
  9789. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9790. hitting = true
  9791. parter = part
  9792. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9793. hitting = true
  9794. parter = part
  9795. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9796. hitting = true
  9797. parter = part
  9798. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9799. hitting = true
  9800. parter = part
  9801. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9802. hitting = true
  9803. parter = part
  9804. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9805. hitting = true
  9806. parter = part
  9807. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9808. hitting = true
  9809. parter = part
  9810. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9811. hitting = true
  9812. parter = part
  9813. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9814. hitting = true
  9815. parter = part
  9816. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9817. hitting = true
  9818. parter = part
  9819. end
  9820. end
  9821. end
  9822. end
  9823. if hitting == true then
  9824. hitting = false
  9825. part = parter
  9826. list = {}
  9827. pos1 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9828. pos2 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9829. Reg = Region3.new(pos1, pos2)
  9830. TouchingParts = game.Workspace:FindPartsInRegion3(Reg)
  9831. o = 1
  9832. if TouchingParts ~= nil then
  9833. for i,v in pairs(TouchingParts) do
  9834. if v ~= parter then
  9835.  
  9836.  
  9837. part = v
  9838. if part.Parent.Name == "Map" then
  9839. if part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9840. hitting = true
  9841. parter = part
  9842. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y >= Max then
  9843. hitting = true
  9844. parter = part
  9845. elseif part.Size.X <= Min and part.Size.Z >= Max and part.Size.Y <= Min then
  9846. hitting = true
  9847. parter = part
  9848. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Min then
  9849. hitting = true
  9850. parter = part
  9851. elseif part.Size.X <= Min and part.Size.Z >= Min and part.Size.Y <= Min then
  9852. hitting = true
  9853. parter = part
  9854. elseif part.Size.X >= Max and part.Size.Z <= Min and part.Size.Y <= Min then
  9855. hitting = true
  9856. parter = part
  9857. elseif part.Size.X >= Max and part.Size.Z >= Max and part.Size.Y <= Min-1 then
  9858. hitting = true
  9859. parter = part
  9860. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y <= Max then
  9861. hitting = true
  9862. parter = part
  9863. elseif part.Size.X <= Min and part.Size.Z <= Min and part.Size.Y >= Max then
  9864. hitting = true
  9865. parter = part
  9866. elseif part.Size.X <= Min or part.Size.Z <= Min or part.Size.Z <= Min then
  9867. hitting = true
  9868. parter = part
  9869. end
  9870. end
  9871.  
  9872.  
  9873. if hitting == true then
  9874. table.insert(list, o, v)
  9875. o = o + 1
  9876. end
  9877. end
  9878. end
  9879. end
  9880.  
  9881. hitting = false
  9882.  
  9883. part = parter
  9884.  
  9885. pos1 = part.Position + (part.Size/2) + Vector3.new(0.01,0.01,0.01)
  9886. pos2 = part.Position - (part.Size/2) - Vector3.new(0.01,0.01,0.01)
  9887.  
  9888. 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)
  9889. local part, position = workspace:FindPartOnRayWithIgnoreList(ray, {game:GetService("Players").LocalPlayer.Character, workspace.CurrentCamera, workspace.Ignore, parter, unpack(list)}, false, true)
  9890. if part then
  9891. if part.Parent == v.Character then
  9892. hitting = true
  9893. end
  9894. end
  9895. if hitting == false then
  9896. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9897. elseif hitting == true then
  9898. if ((parter.Position - v.Character.HumanoidRootPart.Position).magnitude) <= 40 then
  9899. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9900. else
  9901. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9902. end
  9903. end
  9904.  
  9905. elseif hitting == false then
  9906. v.Character.HumanoidRootPart.ESP.Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  9907. end
  9908. end
  9909. end
  9910.  
  9911.  
  9912.  
  9913. elseif pass == true then
  9914. local ESP = Instance.new("BillboardGui",v.Character.HumanoidRootPart)
  9915. ESP.Name = "ESP"
  9916. ESP.Size = UDim2.new(6, 0, 8, 0)
  9917. ESP.StudsOffset = Vector3.new(0, 0.75, 0)
  9918. ESP.AlwaysOnTop = true
  9919. local Frame = Instance.new("Frame",ESP)
  9920. Frame.ZIndex = 1000
  9921. Frame.Size = UDim2.new(0.6, 0, 0.8, 0)
  9922. Frame.Position = UDim2.new(0.2, 0, 0.3, 0)
  9923. Frame.BorderSizePixel = 3
  9924. Frame.BackgroundTransparency = 0.3
  9925. Frame.BackgroundColor3 = Color3.new(1, 0.666667, 0)
  9926. Label = Instance.new("TextLabel", ESP)
  9927. Label.Position = UDim2.new(0, 0, -0.1, 0)
  9928. Label.Size = UDim2.new(1, 0, 0.3, 0)
  9929. Label.Font = "SourceSansLight"
  9930. Label.TextColor3 = Color3.new(1,1,1)
  9931. Label.TextStrokeColor3 = Color3.new(0,0,0)
  9932. Label.TextStrokeTransparency = 0
  9933. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  9934. Label.TextScaled = true
  9935. Label.Text = v.Name.." Distance: "..math.floor(((game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position - v.Character.HumanoidRootPart.Position).magnitude))
  9936. Label.BackgroundTransparency = 1
  9937. end
  9938. end
  9939. end
  9940. end
  9941. end
  9942. end
  9943. end
  9944. end
  9945. end
  9946.  
  9947. if game.PlaceId ~= 606849621 or 292439477 then
  9948. warn("Unjailbreak Is Not Compatible With This Game!")
  9949. end
  9950. end) -- end of big axss script
  9951.  
  9952. JG.MouseButton1Click:connect(function()
  9953. local plr = game:GetService("Players").LocalPlayer
  9954.  
  9955. local TpMethod = 2
  9956.  
  9957. function JailbreakTp(...)
  9958. getfenv()["TpMethod" .. TpMethod](...)
  9959. end
  9960.  
  9961. function TpMethod1(...)
  9962. local char = plr.Character
  9963. local root = char.HumanoidRootPart
  9964. local args = {...}
  9965. for i=0,1,0.05 do
  9966. wait()
  9967. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  9968. end
  9969. end
  9970.  
  9971. function TpMethod2(...)
  9972. local args = {...}
  9973. local char = plr.Character
  9974. local target = Vector3.new(unpack(args,1,3))
  9975. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  9976. dist = math.floor(dist / 100) + 1
  9977. for i=0,dist * 4 do
  9978. wait()
  9979. char:MoveTo(Vector3.new(...))
  9980. end
  9981. if args[#args] == true then
  9982. wait()
  9983. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  9984. end
  9985. end
  9986.  
  9987. function Tween(obj, t, properties)
  9988. local TweenService = game:GetService("TweenService")
  9989. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  9990. local tween = TweenService:Create(obj,tweenInfo,properties)
  9991. tween:Play()
  9992. return tween
  9993. end
  9994.  
  9995. local Tracers = {}
  9996.  
  9997. local function AddLasso(p,team)
  9998. if not Tracers[team.Name] then return end
  9999. if p == plr then return end
  10000. spawn(function()
  10001. if p.Character then
  10002. local l = Instance.new("SelectionPartLasso")
  10003. l.Parent = p.Character
  10004. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  10005. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  10006. l.Visible = true
  10007. l.Color3 = team.TeamColor.Color
  10008. for i=0,5 do
  10009. local sg = Instance.new("SurfaceGui")
  10010. sg.Face = i
  10011. sg.Parent = p.Character
  10012. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  10013. sg.AlwaysOnTop = true
  10014. local f = Instance.new("Frame", sg)
  10015. f.Size = UDim2.new(1,0,1,0)
  10016. f.BorderSizePixel = 0
  10017. f.BackgroundColor3 = team.TeamColor.Color
  10018. f.BackgroundTransparency = 0.5
  10019. end
  10020. end
  10021. end)
  10022. end
  10023.  
  10024. local w = getfenv()[string.char(115, 116, 114, 105, 110, 103)]
  10025. getfenv()[string.char(115, 116, 114, 105, 110, 103)] = setmetatable({char = function(...)
  10026. local t = {...}
  10027. for i,v in pairs(t) do
  10028. t[i] = v + 1
  10029. end
  10030. return w.char(unpack(t))
  10031. end}, {__index = string})
  10032. getfenv()[string.char(121)] = getfenv()[string.char(102, 100, 115, 113, 96, 118, 108, 100, 115, 96, 115, 96, 97, 107, 100)]
  10033.  
  10034. local function RemoveLasso(p)
  10035. if not p.Character then return end
  10036. for i,v in pairs(p.Character:GetDescendants()) do
  10037. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  10038. v:Destroy()
  10039. end
  10040. end
  10041. end
  10042.  
  10043. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  10044. team.PlayerAdded:connect(function(p)
  10045. AddLasso(p,team)
  10046. end)
  10047.  
  10048. team.PlayerRemoved:connect(function(p)
  10049. RemoveLasso(p)
  10050. end)
  10051. end
  10052.  
  10053. function ToggleTracers(team, bool)
  10054. Tracers[team] = bool
  10055. local t = game:GetService("Teams"):FindFirstChild(team)
  10056. if not t then return end
  10057. for i,v in pairs(t:GetPlayers()) do
  10058. if bool then
  10059. AddLasso(v,t)
  10060. else
  10061. RemoveLasso(v)
  10062. end
  10063. end
  10064. end
  10065.  
  10066. local function CharAdded(plr, char)
  10067. if Tracers[tostring(plr.Team)] then
  10068. AddLasso(plr,plr.Team)
  10069. end
  10070. end
  10071.  
  10072. local function PlrAdded(plr)
  10073. plr.CharacterAdded:connect(function(char)
  10074. CharAdded(plr, char)
  10075. end)
  10076. if plr.Character then
  10077. CharAdded(plr, plr.Character)
  10078. end
  10079. end
  10080.  
  10081. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  10082. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  10083. PlrAdded(v)
  10084. end
  10085.  
  10086. pcall(function() --this is the ragdoll bypass okay? I don't want new users to copy/paste this to their scripts
  10087. local a = z(getfenv()[string.char(102, 96, 108, 100)])
  10088. local x = getfenv()[string.char(108, 96, 106, 100, 94, 118, 113, 104, 115, 100, 96, 97, 107, 100)]
  10089. if x then
  10090. x(a)
  10091. end
  10092. local y = getfenv()[string.char(114, 100, 115, 113, 100, 96, 99, 110, 109, 107, 120)]
  10093. if y then
  10094. y(a, false)
  10095. end
  10096.  
  10097. local b = a[string.char(94, 94, 104, 109, 99, 100, 119)]
  10098. a[string.char(94, 94, 104, 109, 99, 100, 119)] = function(c, d)
  10099. 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
  10100. 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)))
  10101. elseif d == "WalkSpeed" then
  10102. return 16
  10103. elseif d == "JumpPower" then
  10104. return 50
  10105. end
  10106. return b(c, d)
  10107. end
  10108. end)
  10109.  
  10110. game:GetService("UserInputService").InputBegan:connect(function(iobj, gp)
  10111. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  10112. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  10113. wait()
  10114. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  10115. end
  10116. end)
  10117.  
  10118. --Creating Gui--
  10119.  
  10120. local function Create(classname)
  10121. return function(t)
  10122. local ins = Instance.new(classname)
  10123. for i,v in pairs(t) do
  10124. ins[i] = v
  10125. end
  10126. return ins
  10127. end
  10128. end
  10129.  
  10130. local main = Create "Frame" {
  10131. Active = true,
  10132. ClipsDescendants = true,
  10133. Draggable = true,
  10134. BackgroundColor3 = Color3.new(1,1,1),
  10135. BorderSizePixel = 0,
  10136. Size = UDim2.new(0,400,0,300),
  10137. Position = UDim2.new(0.5,-200,0,-300),
  10138. BackgroundTransparency = 1,
  10139. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  10140. }
  10141. do
  10142. local effect = Create "Frame" {
  10143. Parent = main,
  10144. Size = UDim2.new(1,0,0,50),
  10145. BackgroundColor3 = Color3.fromRGB(85,170,255),
  10146. BorderSizePixel = 0,
  10147. ClipsDescendants = true,
  10148. }
  10149. local lb = Create "TextLabel" {
  10150. Parent = effect,
  10151. Size = UDim2.new(1,0,1,0),
  10152. BackgroundTransparency = 1,
  10153. BorderSizePixel = 0,
  10154. TextSize = 30,
  10155. TextColor3 = Color3.new(1,1,1),
  10156. TextXAlignment = "Left",
  10157. Font = "SourceSansBold",
  10158. Text = "Jailbreak GUI",
  10159. ZIndex = 2,
  10160. }
  10161. local function GTween()
  10162. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  10163. if ts == Enum.TweenStatus.Completed then
  10164. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  10165. GTween()
  10166. end
  10167. end)
  10168. end
  10169. GTween()
  10170. end
  10171.  
  10172. local Menu = Create "Frame" {
  10173. BackgroundColor3 = Color3.new(1,1,1),
  10174. BorderSizePixel = 0,
  10175. Position = UDim2.new(0,0,0,50),
  10176. Size = UDim2.new(1,0,1,-50),
  10177. Parent = main,
  10178. }
  10179.  
  10180. local MenuLabel = Create "TextLabel" {
  10181. BackgroundTransparency = 1,
  10182. BorderSizePixel = 0,
  10183. TextColor3 = Color3.new(0,0,0),
  10184. TextSize = 20,
  10185. Font = "SourceSans",
  10186. 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),
  10187. TextWrapped = true,
  10188. Size = UDim2.new(1,0,0,50),
  10189. Parent = Menu
  10190. }
  10191.  
  10192. local function CreateButton(text,parent)
  10193. return Create "TextButton" {
  10194. Active = true,
  10195. AutoButtonColor = true,
  10196. BackgroundColor3 = Color3.fromRGB(0,155,232),
  10197. BorderSizePixel = 1,
  10198. Size = UDim2.new(0,100,0,30),
  10199. Font = "SourceSansBold",
  10200. TextColor3 = Color3.new(1,1,0),
  10201. TextSize = 20,
  10202. Text = text,
  10203. Parent = parent
  10204. }
  10205. end
  10206.  
  10207. local function CreateFrame(name)
  10208. local f = Create "Frame" {
  10209. BackgroundColor3 = Color3.new(1,1,1),
  10210. BorderSizePixel = 0,
  10211. Position = UDim2.new(0,0,0,50),
  10212. Size = UDim2.new(1,0,1,-50),
  10213. Visible = false,
  10214. }
  10215. local lb = Create "TextLabel" {
  10216. BackgroundTransparency = 1,
  10217. BorderSizePixel = 0,
  10218. TextSize = 20,
  10219. TextColor3 = Color3.new(1,1,0),
  10220. Position = UDim2.new(0,0,0,5),
  10221. Text = name,
  10222. Parent = f,
  10223. TextXAlignment = "Center",
  10224. TextYAlignment = "Center",
  10225. Size = UDim2.new(1,0,0,30),
  10226. }
  10227. local exit = CreateButton("Back", f)
  10228. exit.Position = UDim2.new(0.5,-50,1,-45)
  10229. exit.MouseButton1Click:connect(function()
  10230. Menu.Visible = true
  10231. f.Visible = false
  10232. ActiveFrame = Menu
  10233. end)
  10234. return f
  10235. end
  10236.  
  10237. ActiveFrame = Menu
  10238.  
  10239. local TeleportsFrame = CreateFrame("Teleports")
  10240. TeleportsFrame.Parent = main
  10241.  
  10242. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  10243. BankIn.Position = UDim2.new(0,15,0,40)
  10244. BankIn.Size = UDim2.new(0,80,0,30)
  10245. BankIn.MouseButton1Click:connect(function()
  10246. JailbreakTp(32,0.715,814, true)
  10247. end)
  10248.  
  10249. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  10250. BankOut.Position = UDim2.new(0,105,0,40)
  10251. BankOut.MouseButton1Click:connect(function()
  10252. JailbreakTp(10, 18, 784)
  10253. end)
  10254.  
  10255. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  10256. JailIn.Position = UDim2.new(0,215,0,40)
  10257. JailIn.Size = UDim2.new(0,80,0,30)
  10258. JailIn.MouseButton1Click:connect(function()
  10259. JailbreakTp(-1310, 18, -1658)
  10260. end)
  10261.  
  10262. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  10263. JailOut.Position = UDim2.new(0,305,0,40)
  10264. JailOut.Size = UDim2.new(0,80,0,30)
  10265. JailOut.MouseButton1Click:connect(function()
  10266. JailbreakTp(-1133, 18, -1355)
  10267. end)
  10268.  
  10269. local Garage = CreateButton("Garage", TeleportsFrame)
  10270. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  10271. Garage.Size = UDim2.new(0,60,0,30)
  10272. Garage.MouseButton1Click:connect(function()
  10273. JailbreakTp(-352, 23, 1175)
  10274. end)
  10275.  
  10276. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  10277. JewelIn.Position = UDim2.new(0,25,0,80)
  10278. JewelIn.MouseButton1Click:connect(function()
  10279. JailbreakTp(133, 18, 1320, true)
  10280. end)
  10281.  
  10282. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  10283. JewelOut.Position = UDim2.new(0,135,0,80)
  10284. JewelOut.Size = UDim2.new(0,115,0,30)
  10285. JewelOut.MouseButton1Click:connect(function()
  10286. JailbreakTp(142, 18, 1365)
  10287. end)
  10288.  
  10289. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  10290. Crim1.Position = UDim2.new(0,5,0,120)
  10291. Crim1.MouseButton1Click:connect(function()
  10292. JailbreakTp(-226, 18, 1590, true)
  10293. end)
  10294.  
  10295. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  10296. Crim2.Position = UDim2.new(0,115,0,120)
  10297. Crim2.MouseButton1Click:connect(function()
  10298. JailbreakTp(true, 1637, 50, -1768, true)
  10299. end)
  10300.  
  10301. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  10302. Donut.Position = UDim2.new(0,225,0,120)
  10303. Donut.MouseButton1Click:connect(function()
  10304. JailbreakTp(268, 18, -1760, true)
  10305. end)
  10306.  
  10307. local Gas = CreateButton("Gas Station", TeleportsFrame)
  10308. Gas.Position = UDim2.new(0,260,0,80)
  10309. Gas.MouseButton1Click:connect(function()
  10310. JailbreakTp(-1583, 18, 724, true)
  10311. end)
  10312.  
  10313. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  10314. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  10315. TeleportsBtn.MouseButton1Click:connect(function()
  10316. TeleportsFrame.Visible = true
  10317. Menu.Visible = false
  10318. ActiveFrame = TeleportsFrame
  10319. end)
  10320.  
  10321. local StuffFrame = CreateFrame("Stuff")
  10322. StuffFrame.Parent = main
  10323.  
  10324. local StuffBtn = CreateButton("Stuff", MenuLabel)
  10325. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  10326. StuffBtn.MouseButton1Click:connect(function()
  10327. StuffFrame.Visible = true
  10328. Menu.Visible = false
  10329. ActiveFrame = StuffFrame
  10330. end)
  10331.  
  10332. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  10333. RemoveDoors.Size = UDim2.new(0,120,0,30)
  10334. RemoveDoors.Position = UDim2.new(0,10,0,50)
  10335. RemoveDoors.MouseButton1Click:connect(function()
  10336. local doors = workspace:FindFirstChild("Doors")
  10337. if not doors then return end
  10338. for i,v in pairs(doors:GetChildren()) do
  10339. v:Destroy()
  10340. end
  10341. end)
  10342.  
  10343. local Platform = CreateButton("Platform", StuffFrame)
  10344. Platform.Position = UDim2.new(0.5,-60,0,50)
  10345. Platform.MouseButton1Click:connect(function()
  10346. local p = Instance.new("Part", workspace)
  10347. p.Size = Vector3.new(30,0.5,30)
  10348. p.Anchored = true
  10349. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  10350. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  10351. spawn(function()
  10352. while p.Parent do
  10353. wait(1)
  10354. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  10355. p:Destroy()
  10356. end
  10357. end
  10358. end)
  10359. end)
  10360.  
  10361. local Tracers = CreateButton("Tracers: None", StuffFrame)
  10362. Tracers.Size = UDim2.new(0,140,0,30)
  10363. Tracers.Position = UDim2.new(1,-150,0,50)
  10364. Tracers.MouseButton1Click:connect(function()
  10365. local curr = Tracers.Text:sub(10)
  10366. if curr ~= "None" then
  10367. ToggleTracers(curr, false)
  10368. end
  10369. local teams = {"None", "Police", "Criminal", "Prisoner"}
  10370. local new = ""
  10371. for i,v in pairs(teams) do
  10372. if v == curr then
  10373. new = teams[i + 1] or teams[1]
  10374. end
  10375. end
  10376. if new ~= "None" then
  10377. ToggleTracers(new, true)
  10378. end
  10379. Tracers.Text = "Tracers: " .. new
  10380. end)
  10381.  
  10382. local BtoolActive = false
  10383. local m = plr:GetMouse()
  10384.  
  10385. local Btool = CreateButton("Btool: Off", StuffFrame)
  10386. Btool.Position = UDim2.new(0,10,0,90)
  10387. Btool.MouseButton1Click:connect(function()
  10388. spawn(function()
  10389. local status = Btool.Text:sub(8)
  10390. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  10391. Btool.Text = "Btool: " .. newstatus
  10392. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  10393. if BtoolActive then
  10394. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  10395. local ev = m.Button1Down:connect(function()
  10396. if m.Target then
  10397. m.Target:Destroy()
  10398. end
  10399. end)
  10400. while BtoolActive do
  10401. wait()
  10402. if m.Target then
  10403. sb.Adornee = m.Target
  10404. end
  10405. end
  10406. ev:Disconnect()
  10407. else
  10408. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  10409. if sb then sb:Destroy() end
  10410. end
  10411. end)
  10412. end)
  10413.  
  10414. local ClickTpEnabled = false
  10415. m.Button1Down:connect(function()
  10416. if ClickTpEnabled and m.Target then
  10417. plr.Character:MoveTo(m.Hit.p)
  10418. end
  10419. end)
  10420.  
  10421. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  10422. ClickTp.Position = UDim2.new(0,120,0,90)
  10423. ClickTp.MouseButton1Click:connect(function()
  10424. spawn(function()
  10425. local status = ClickTp.Text:sub(10)
  10426. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  10427. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  10428. ClickTp.Text = "ClickTp: " .. newstatus
  10429. local ind = Create "Part" {
  10430. Anchored = true,
  10431. CanCollide = false,
  10432. Transparency = 0.3,
  10433. Size = Vector3.new(1.2,0.3,1.2),
  10434. BrickColor = BrickColor.Green(),
  10435. Parent = workspace
  10436. }
  10437. Instance.new("CylinderMesh", ind)
  10438. m.TargetFilter = ind
  10439. local beam = Create "Part" {
  10440. Anchored = true,
  10441. CanCollide = false,
  10442. Transparency = 0.3,
  10443. BrickColor = BrickColor.Green(),
  10444. TopSurface = "Smooth",
  10445. BottomSurface = "Smooth",
  10446. Size = Vector3.new(0.3,0.3,1),
  10447. Parent = workspace
  10448.  
  10449. }
  10450. while ClickTpEnabled do
  10451. wait()
  10452. ind.CFrame = CFrame.new(m.Hit.p)
  10453. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  10454. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  10455. if dist > 150 then
  10456. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  10457. else
  10458. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  10459. end
  10460. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  10461. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  10462. end
  10463. ind:Destroy()
  10464. beam:Destroy()
  10465. end)
  10466. end)
  10467.  
  10468. local Gravity = CreateButton("Low Gravity", StuffFrame)
  10469. Gravity.Position = UDim2.new(0,230,0,90)
  10470. Gravity.Size = UDim2.new(0,130,0,30)
  10471. Gravity.MouseButton1Click:connect(function()
  10472. local t = Gravity.Text == "Low Gravity" and true or false
  10473. workspace.Gravity = t and 50 or 196.2
  10474. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  10475. end)
  10476.  
  10477. local InfiniteJumpEnabled = false
  10478. game:GetService("UserInputService").JumpRequest:connect(function()
  10479. if InfiniteJumpEnabled then
  10480. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  10481. end
  10482. end)
  10483. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  10484. InfiniteJump.Position = UDim2.new(0,10,0,130)
  10485. InfiniteJump.Size = UDim2.new(0,150,0,30)
  10486. InfiniteJump.MouseButton1Click:connect(function()
  10487. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  10488. local new = state == "Off" and "On" or state == "On" and "Off"
  10489. InfiniteJumpEnabled = new == "On"
  10490. InfiniteJump.Text = "Infinite Jump: " .. new
  10491. end)
  10492.  
  10493. local Giver = nil
  10494. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  10495. ItemsGiver.Position = UDim2.new(0,170,0,130)
  10496. ItemsGiver.MouseButton1Click:connect(function()
  10497. if not workspace:FindFirstChild("Givers") then return end
  10498. if Giver then
  10499. for i,v in pairs(Giver) do
  10500. v.ClickDetector.Parent = v.OriginalParent
  10501. v.Event:Disconnect()
  10502. end
  10503. getmetatable(Giver):Destroy()
  10504. end
  10505. Giver = {}
  10506. local g = Giver
  10507. local p = Instance.new("Part", workspace)
  10508. p.Anchored = true
  10509. p.CanCollide = false
  10510. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  10511. setmetatable(Giver, {__metatable = p})
  10512. for i,v in pairs(workspace.Givers:GetChildren()) do
  10513. local cd = v:FindFirstChildOfClass"ClickDetector"
  10514. if cd then
  10515. local newt = {}
  10516. newt.ClickDetector = cd
  10517. newt.OriginalParent = v
  10518. cd.Parent = p
  10519. newt.Event = cd.MouseClick:connect(function()
  10520. cd.Parent = v
  10521. end)
  10522. table.insert(Giver, newt)
  10523. end
  10524. end
  10525. spawn(function()
  10526. wait(10)
  10527. if Giver == g then
  10528. Giver = nil
  10529. for i,v in pairs(g) do
  10530. v.ClickDetector.Parent = v.OriginalParent
  10531. v.Event:Disconnect()
  10532. end
  10533. getmetatable(g):Destroy()
  10534. end
  10535. end)
  10536. end)
  10537.  
  10538. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  10539. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  10540. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  10541. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  10542. BankAutoRobBtn.MouseButton1Click:connect(function()
  10543. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  10544. local Info = Bank.Extra.Sign
  10545. if Info.Decal.Transparency == 0 then
  10546. game:GetService("StarterGui"):SetCore("SendNotification",{
  10547. Title = "Bank is closed!",
  10548. Text = "You need to wait for the bank to open!",
  10549. Duration = 7,
  10550. Button1 = "Dismiss",
  10551. })
  10552. return
  10553. end
  10554. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  10555. local root = plr.Character.HumanoidRootPart
  10556. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  10557.  
  10558. if (bankpos - plrpos).magnitude > 150 then
  10559. local cb = Instance.new"BindableFunction"
  10560.  
  10561. cb.OnInvoke = function(arg)
  10562. if arg == "Teleport" then
  10563. JailbreakTp(10, 18, 784)
  10564. end
  10565. end
  10566.  
  10567. game:GetService("StarterGui"):SetCore("SendNotification",{
  10568. Title = "You are too far!",
  10569. Text = "You need to get closer to the bank (use tp)",
  10570. Duration = 7,
  10571. Button1 = "Dismiss",
  10572. Button2 = "Teleport",
  10573. Callback = cb
  10574. })
  10575. else
  10576. RobTheBank()
  10577. end
  10578. end)
  10579.  
  10580. local TpStores = CreateButton("Tp Stores", StuffFrame)
  10581. TpStores.Position = UDim2.new(0,10,0,170)
  10582. TpStores.MouseButton1Click:connect(function()
  10583. 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))
  10584. if not a then return end
  10585. for i,v in pairs(a:GetChildren()) do
  10586. v[string.char(83, 113, 96, 109, 114, 111, 96, 113, 100, 109, 98, 120)] = 0
  10587. 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))
  10588. end
  10589. end)
  10590.  
  10591. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  10592. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  10593. InfAmmo.MouseButton1Click:connect(function()
  10594. pcall(function()
  10595. plr:FindFirstChildOfClass"PlayerGui".MainGui.Ammo.MagSize.RobloxLocked = true
  10596. end)
  10597. end)
  10598.  
  10599. local SettingsFrame = CreateFrame("More Stuff")
  10600. SettingsFrame.Parent = main
  10601.  
  10602. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  10603. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  10604. Settingsbtn.MouseButton1Click:connect(function()
  10605. SettingsFrame.Visible = true
  10606. Menu.Visible = false
  10607. ActiveFrame = SettingsFrame
  10608. end)
  10609.  
  10610. local TpMethodBtn = CreateButton("Teleport Method: 2", SettingsFrame)
  10611. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  10612. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  10613. TpMethodBtn.MouseButton1Click:connect(function()
  10614. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  10615. curr = tonumber(curr)
  10616. local new = curr == 1 and 2 or curr == 2 and 1
  10617. TpMethod = new
  10618. TpMethodBtn.Text = "Teleport Method: " .. new
  10619. end)
  10620.  
  10621. local WalkSpeedTB = Create "TextBox" {
  10622. Active = true,
  10623. BackgroundColor3 = Color3.new(1,1,1),
  10624. BorderSizePixel = 1,
  10625. Size = UDim2.new(0,50,0,30),
  10626. Font = "SourceSansBold",
  10627. TextColor3 = Color3.new(1,1,0),
  10628. TextSize = 20,
  10629. Text = "16",
  10630. Parent = SettingsFrame,
  10631. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  10632. }
  10633.  
  10634. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  10635. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  10636. SetWS.Size = UDim2.new(0,120,0,30)
  10637. SetWS.MouseButton1Click:connect(function()
  10638. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  10639. end)
  10640.  
  10641. local WalkSpeedLocked = false
  10642. local LockWS = Create "ImageButton" {
  10643. Image = "rbxassetid://1042366236",
  10644. Active = true,
  10645. BackgroundColor3 = Color3.new(1,0,0),
  10646. BorderSizePixel = 1,
  10647. Size = UDim2.new(0,30,0,30),
  10648. Parent = SettingsFrame,
  10649. Position = SetWS.Position + UDim2.new(0,120,0,0)
  10650. }
  10651. LockWS.MouseButton1Click:connect(function()
  10652. WalkSpeedLocked = not WalkSpeedLocked
  10653. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  10654. end)
  10655.  
  10656. local JumpPowerTB = Create "TextBox" {
  10657. Active = true,
  10658. BackgroundColor3 = Color3.new(1,1,1),
  10659. BorderSizePixel = 1,
  10660. Size = UDim2.new(0,50,0,30),
  10661. Font = "SourceSansBold",
  10662. TextColor3 = Color3.new(1,1,0),
  10663. TextSize = 20,
  10664. Text = "16",
  10665. Parent = SettingsFrame,
  10666. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  10667. }
  10668.  
  10669. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  10670. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  10671. SetJP.Size = UDim2.new(0,120,0,30)
  10672. SetJP.MouseButton1Click:connect(function()
  10673. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  10674. end)
  10675.  
  10676. local JumpPowerLocked = false
  10677. local LockJP = Create "ImageButton" {
  10678. Image = "rbxassetid://1042366236",
  10679. Active = true,
  10680. BackgroundColor3 = Color3.new(1,0,0),
  10681. BorderSizePixel = 1,
  10682. Size = UDim2.new(0,30,0,30),
  10683. Parent = SettingsFrame,
  10684. Position = SetJP.Position + UDim2.new(0,120,0,0)
  10685. }
  10686. LockJP.MouseButton1Click:connect(function()
  10687. JumpPowerLocked = not JumpPowerLocked
  10688. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  10689. end)
  10690.  
  10691. local NoClipActive = false
  10692. local NoClip = CreateButton("NoClip", SettingsFrame)
  10693. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  10694. NoClip.MouseButton1Click:connect(function()
  10695. NoClipActive = not NoClipActive
  10696. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  10697. if NoClipActive then
  10698. spawn(function()
  10699. while NoClipActive do
  10700. wait()
  10701. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  10702. plr.Character.Humanoid:ChangeState(11)
  10703. end
  10704. end)
  10705. end
  10706. end)
  10707. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  10708.  
  10709. pcall(function()
  10710. local t = Enum.HumanoidStateType
  10711. local mt = getrawmetatable(t)
  10712. make_writeable(mt)
  10713.  
  10714. local old = mt.__index
  10715. mt.__index = function(self, i)
  10716. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  10717. return 1337
  10718. end
  10719. return old(self, i)
  10720. end
  10721. end)
  10722.  
  10723. pcall(function()
  10724. local mt = getrawmetatable(game)
  10725. make_writeable(mt)
  10726.  
  10727. local old = mt.__newindex
  10728. mt.__newindex = function(self,i,v)
  10729. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  10730. return
  10731. end
  10732. return old(self,i,v)
  10733. end
  10734. end)
  10735.  
  10736. local ExitBtn = CreateButton("Exit", MenuLabel)
  10737. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  10738. ExitBtn.MouseButton1Click:connect(function()
  10739. main:Destroy()
  10740. script.Disabled = true
  10741. script:Destroy()
  10742. end)
  10743.  
  10744. local BankJewelStatus = Create "TextLabel" {
  10745. BackgroundTransparency = 1,
  10746. TextSize = 8,
  10747. TextColor3 = Color3.new(0,0,0),
  10748. Font = "Legacy",
  10749. TextXAlignment = "Left",
  10750. TextYAlignment = "Top",
  10751. Size = UDim2.new(0,100,0,100),
  10752. Position = UDim2.new(0,10,0,220),
  10753. Text = "Bank:\nJewelry:",
  10754. Parent = Menu
  10755. }
  10756.  
  10757. local BankStatus = BankJewelStatus:Clone()
  10758. BankStatus.Text = "Unknown"
  10759. BankStatus.Size = UDim2.new(0,100,0,100)
  10760. BankStatus.Position = UDim2.new(0,46,0,220)
  10761. BankStatus.Parent = Menu
  10762. BankStatus.TextColor3 = Color3.new(1,0,0)
  10763.  
  10764. local JewelryStatus = BankStatus:Clone()
  10765. JewelryStatus.Text = "Unknown"
  10766. JewelryStatus.Size = UDim2.new(0,100,0,100)
  10767. JewelryStatus.Position = UDim2.new(0,59,0,232)
  10768. JewelryStatus.Parent = Menu
  10769. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  10770.  
  10771. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  10772.  
  10773. local TransparencyTweens = {}
  10774. main.MouseLeave:connect(function()
  10775. spawn(function()
  10776. local bool = false
  10777. local ev = main.MouseEnter:connect(function()
  10778. bool = true
  10779. end)
  10780. wait(1)
  10781. ev:Disconnect()
  10782. if bool then return end
  10783. for i,v in pairs(TransparencyTweens) do
  10784. v:Pause()
  10785. end
  10786. TransparencyTweens = {}
  10787. for i,v in pairs(main:GetDescendants()) do
  10788. if v.Visible then
  10789. local totween = {}
  10790. if v.ClassName:sub(1,4) == "Text" then
  10791. totween.TextTransparency = 0.7
  10792. end
  10793. if v.BackgroundTransparency ~= 1 then
  10794. totween.BackgroundTransparency = 0.7
  10795. end
  10796. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  10797. end
  10798. end
  10799. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  10800. end)
  10801. end)
  10802. main.MouseEnter:connect(function()
  10803. for i,v in pairs(TransparencyTweens) do
  10804. v:Pause()
  10805. end
  10806. TransparencyTweens = {}
  10807. for i,v in pairs(main:GetDescendants()) do
  10808. if v.Visible then
  10809. local totween = {}
  10810. if v.ClassName:sub(1,4) == "Text" then
  10811. totween.TextTransparency = 0
  10812. end
  10813. if v.BackgroundTransparency ~= 1 then
  10814. totween.BackgroundTransparency = 0
  10815. end
  10816. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  10817. end
  10818. end
  10819. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  10820. end)
  10821.  
  10822. --AutoRob stuff--
  10823. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  10824. local BankAutoRob = {
  10825. {
  10826. Pos = {51, 18.06, 856.5},
  10827. Yield = 2,
  10828. Status = "Starting the robbery"
  10829. },
  10830. {
  10831. Pos = {29.71, 0.73, 815.25},
  10832. Yield = 15,
  10833. Status = "Opening the vault"
  10834. },
  10835. {
  10836. Pos = {18.37, 0.7659, 822.25},
  10837. Yield = DuffelBag and 60 or 30,
  10838. Status = "Collecting $$$"
  10839. },
  10840. {
  10841. Pos = {10, 18, 784},
  10842. Status = "Finishing the robbery"
  10843. }
  10844. }
  10845.  
  10846. local function Tp(...)
  10847. local char = plr.Character
  10848. for i=1,2 do
  10849. wait()
  10850. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  10851. end
  10852. end
  10853.  
  10854. function RobTheBank()
  10855. for _,v in pairs(BankAutoRob) do
  10856. Tp(unpack(v.Pos))
  10857. wait(v.Yield)
  10858. end
  10859. end
  10860. if MenuLabel.Text:len() ~= 60 then
  10861. plr[string.char(74, 104, 98, 106)](plr)
  10862. end
  10863.  
  10864. --Bank notification--
  10865. pcall(function()
  10866. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  10867. local Info = Bank.Extra.Sign.Decal
  10868. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  10869. if Info.Transparency ~= 0 then
  10870. BankStatus.Text = "Open"
  10871. BankStatus.TextColor3 = Color3.new(0,1,0)
  10872. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  10873. local cb = Instance.new("BindableFunction")
  10874. cb.OnInvoke = function(arg)
  10875. if arg == "Teleport" then
  10876. JailbreakTp(10, 18, 784)
  10877. elseif arg == "AutoRob" then
  10878. RobTheBank()
  10879. end
  10880. end
  10881. game:GetService("StarterGui"):SetCore("SendNotification",{
  10882. Title = "Bank is ready!",
  10883. Text = "Bank is ready!",
  10884. Duration = 15,
  10885. Button1 = "Dismiss",
  10886. 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",
  10887. Callback = cb
  10888. })
  10889. else
  10890. BankStatus.Text = "Closed"
  10891. BankStatus.TextColor3 = Color3.new(1,0,0)
  10892. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  10893. end
  10894. end)
  10895. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  10896. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10897. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10898. end)
  10899. --Jewelry notification--
  10900. pcall(function()
  10901. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  10902. local Info = Jewelry.Extra.Sign.Decal
  10903. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  10904. if Info.Transparency ~= 0 then
  10905. JewelryStatus.Text = "Open"
  10906. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  10907. local cb = Instance.new("BindableFunction")
  10908. cb.OnInvoke = function(arg)
  10909. if arg == "Teleport" then
  10910. JailbreakTp(142, 18, 1365)
  10911. end
  10912. end
  10913. game:GetService("StarterGui"):SetCore("SendNotification",{
  10914. Title = "Jewelry is ready!",
  10915. Text = "Jewelry is ready!",
  10916. Duration = 15,
  10917. Button1 = "Dismiss",
  10918. Button2 = "Teleport",
  10919. Callback = cb
  10920. })
  10921. else
  10922. JewelryStatus.Text = "Closed"
  10923. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  10924. end
  10925. end)
  10926. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  10927. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  10928. end)
  10929. end)
  10930.  
  10931. ITB.MouseButton1Click:connect(function()
  10932. local char = game:GetService("Players").LocalPlayer.Character
  10933. local des = workspace:GetDescendants()
  10934. for i=1,#des do
  10935. local v = des[i]
  10936. if v.ClassName=="Seat" and v.Occupant==nil then
  10937. v:Sit(char.Humanoid)
  10938. break
  10939. end
  10940. end
  10941. wait(0.5)
  10942. char:MoveTo(char.PrimaryPart.CFrame.p+char.PrimaryPart.CFrame.lookVector*5)
  10943. end)
  10944.  
  10945. IN.MouseButton1Click:connect(function()
  10946. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "Nitr"
  10947. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:Destroy()
  10948. end) --2fast5u
  10949.  
  10950. AR.MouseButton1Click:connect(function()
  10951. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  10952. end)
  10953. end)
  10954.  
  10955. JailBreakTP.Name = "JailBreak TP"
  10956. JailBreakTP.Parent = ScrollingFrame
  10957. JailBreakTP.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  10958. JailBreakTP.Position = UDim2.new(0.1037037, 0, 0.543956101, 0)
  10959. JailBreakTP.Size = UDim2.new(0, 200, 0, 50)
  10960. JailBreakTP.Font = Enum.Font.Cartoon
  10961. JailBreakTP.Text = "JailBreak TP GUI"
  10962. JailBreakTP.TextColor3 = Color3.new(0, 0, 0)
  10963. JailBreakTP.TextScaled = true
  10964. JailBreakTP.TextSize = 14
  10965. JailBreakTP.TextWrapped = true
  10966. JailBreakTP.MouseButton1Down:connect(function()
  10967. loadstring(game:HttpGet("https://pastebin.com/raw/PjDYbRgV", true))();
  10968. end)
  10969.  
  10970. JailBreakNOTI.Name = "JailBreak NOTI"
  10971. JailBreakNOTI.Parent = ScrollingFrame
  10972. JailBreakNOTI.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  10973. JailBreakNOTI.Position = UDim2.new(0.1037037, 0, 0.610989034, 0)
  10974. JailBreakNOTI.Size = UDim2.new(0, 200, 0, 50)
  10975. JailBreakNOTI.Font = Enum.Font.Cartoon
  10976. JailBreakNOTI.Text = "Jailbreak Gui"
  10977. JailBreakNOTI.TextColor3 = Color3.new(0, 0, 0)
  10978. JailBreakNOTI.TextScaled = true
  10979. JailBreakNOTI.TextSize = 14
  10980. JailBreakNOTI.TextWrapped = true
  10981. JailBreakNOTI.MouseButton1Down:connect(function()
  10982. local requiredFunctions = {debug.getupvalues, getreg, getrawmetatable, getgenv, newcclosure, checkcaller, setreadonly, islclosure}
  10983. if #requiredFunctions < 8 then
  10984. game:GetService("StarterGui"):SetCore("SendNotification",{
  10985. Title = "Missing functions!",
  10986. Text = "Your exploit is missing " .. tostring(7 - #requiredFunctions) .. " required functions. The gui may not work properly!",
  10987. Duration = 15,
  10988. Button1 = "Dismiss",
  10989. })
  10990. end
  10991.  
  10992. if not getreg then
  10993. getreg = function() return {} end
  10994. end
  10995. if not getgenv then
  10996. getgenv = function() return shared end
  10997. end
  10998. if not newcclosure then
  10999. newcclosure = function(...) return ... end
  11000. end
  11001. if not checkcaller then
  11002. checkcaller = function() return false end
  11003. end
  11004.  
  11005. if not islclosure then
  11006. islclosure = function(v) return pcall(string.dump, v) end
  11007. end
  11008.  
  11009. local guiSize = UDim2.new(0,400,0,350)
  11010.  
  11011. local plr = game:GetService("Players").LocalPlayer
  11012.  
  11013. local TpMethod = 1
  11014.  
  11015. function JailbreakTp(...)
  11016. getfenv()["TpMethod" .. TpMethod](...)
  11017. end
  11018.  
  11019. function TpMethod1(...)
  11020. local char = plr.Character
  11021. local root = char.HumanoidRootPart
  11022. local args = {...}
  11023. for i=0,1,0.05 do
  11024. wait()
  11025. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  11026. end
  11027. end
  11028.  
  11029. function TpMethod2(...)
  11030. local args = {...}
  11031. local char = plr.Character
  11032. local target = Vector3.new(unpack(args,1,3))
  11033. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  11034. dist = math.floor(dist / 100) + 1
  11035. for i=0,dist * 4 do
  11036. wait()
  11037. char:MoveTo(Vector3.new(...))
  11038. end
  11039. if args[#args] == true then
  11040. wait()
  11041. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  11042. end
  11043. end
  11044.  
  11045. function Tween(obj, t, properties)
  11046. local TweenService = game:GetService("TweenService")
  11047. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  11048. local tween = TweenService:Create(obj,tweenInfo,properties)
  11049. tween:Play()
  11050. return tween
  11051. end
  11052.  
  11053. local Tracers = {}
  11054.  
  11055. local function AddLasso(p,team)
  11056. if not Tracers[team.Name] then return end
  11057. if p == plr then return end
  11058. spawn(function()
  11059. if p.Character then
  11060. local l = Instance.new("SelectionPartLasso")
  11061. l.Parent = p.Character
  11062. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  11063. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  11064. l.Visible = true
  11065. l.Color3 = team.TeamColor.Color
  11066. for i=0,5 do
  11067. local sg = Instance.new("SurfaceGui")
  11068. sg.Face = i
  11069. sg.Parent = p.Character
  11070. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  11071. sg.AlwaysOnTop = true
  11072. local f = Instance.new("Frame", sg)
  11073. f.Size = UDim2.new(1,0,1,0)
  11074. f.BorderSizePixel = 0
  11075. f.BackgroundColor3 = team.TeamColor.Color
  11076. f.BackgroundTransparency = 0.5
  11077. end
  11078. end
  11079. end)
  11080. end
  11081.  
  11082. local function RemoveLasso(p)
  11083. if not p.Character then return end
  11084. for i,v in pairs(p.Character:GetDescendants()) do
  11085. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  11086. v:Destroy()
  11087. end
  11088. end
  11089. end
  11090.  
  11091. local function RegF(f, t)
  11092. if not debug.getupvalues then
  11093. return
  11094. end
  11095. for i,v in pairs(t or getreg()) do
  11096. if type(v) == "function" then
  11097. local uvs = debug.getupvalues(v)
  11098. for i,v in pairs(uvs) do
  11099. if type(v) == "function" and islclosure(v) and f(i,v) then
  11100. break
  11101. end
  11102. end
  11103. end
  11104. end
  11105. end
  11106.  
  11107. local function Reg(f, t)
  11108. if not debug.getupvalues then
  11109. return
  11110. end
  11111. for i,v in pairs(t or getreg()) do
  11112. if type(v) == "function" then
  11113. local uvs = debug.getupvalues(v)
  11114. for i,v in pairs(uvs) do
  11115. if f(i,v) then
  11116. break
  11117. end
  11118. end
  11119. end
  11120. end
  11121. end
  11122.  
  11123. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  11124. team.PlayerAdded:Connect(function(p)
  11125. AddLasso(p,team)
  11126. end)
  11127.  
  11128. team.PlayerRemoved:Connect(function(p)
  11129. RemoveLasso(p)
  11130. end)
  11131. end
  11132.  
  11133. function ToggleTracers(team, bool)
  11134. Tracers[team] = bool
  11135. local t = game:GetService("Teams"):FindFirstChild(team)
  11136. if not t then return end
  11137. for i,v in pairs(t:GetPlayers()) do
  11138. if bool then
  11139. AddLasso(v,t)
  11140. else
  11141. RemoveLasso(v)
  11142. end
  11143. end
  11144. end
  11145.  
  11146. local function CharAdded(plr, char)
  11147. if Tracers[tostring(plr.Team)] then
  11148. AddLasso(plr,plr.Team)
  11149. end
  11150. end
  11151.  
  11152. local function PlrAdded(plr)
  11153. plr.CharacterAdded:Connect(function(char)
  11154. CharAdded(plr, char)
  11155. end)
  11156. if plr.Character then
  11157. CharAdded(plr, plr.Character)
  11158. end
  11159. end
  11160.  
  11161. game:GetService("Players").PlayerAdded:Connect(PlrAdded)
  11162. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  11163. PlrAdded(v)
  11164. end
  11165.  
  11166. --Anti RagDoll & Infinite nitro (please don't skid the code, or at least put a credit)
  11167. local theTable
  11168. local vals = {
  11169. LastVehicleExit = function() return tick() + 10 end,
  11170. --Jailbreak will not ragdoll you if you just exited a vehicle
  11171. Nitro = function() return 50 end
  11172. }
  11173.  
  11174. Reg(function(i,v)
  11175. if type(v) == "table" and rawget(v, "LastVehicleExit") then
  11176. theTable = v
  11177. return true
  11178. end
  11179. end)
  11180.  
  11181. if theTable then
  11182. setmetatable(theTable, {
  11183. __index = function(self, i)
  11184. return vals[i] and vals[i]()
  11185. end,
  11186. __newindex = function(self, i, v)
  11187. if vals[i] then
  11188. return
  11189. end
  11190. rawset(self, i, v)
  11191. end,
  11192. __metatable = false
  11193. })
  11194. for i,v in pairs(vals) do
  11195. theTable[i] = nil
  11196. end
  11197. else
  11198. --warn("Couldn't find the table!")
  11199. end
  11200.  
  11201.  
  11202. --JailBreak's FireServer
  11203. for i,v in pairs(getreg()) do
  11204. if jbFs then break end
  11205. if type(v) == "function" then
  11206. for i,v in pairs(debug.getupvalues(v)) do
  11207. if type(v) == "table" and rawget(v, "FireServer") then
  11208. getgenv().jbFs = v
  11209. break
  11210. end
  11211. end
  11212. end
  11213. end
  11214.  
  11215. local function FIT(t,vv)
  11216. for i,v in pairs(t) do
  11217. if v == vv then
  11218. return i
  11219. end
  11220. end
  11221. return false
  11222. end
  11223.  
  11224. --JailBreak's keys
  11225.  
  11226. getgenv().jbKeys = jbKeys or {}
  11227. do
  11228.  
  11229. RegF(function(i,v)
  11230. if jbKeys.Arrest then return true end
  11231. local const = debug.getconstants(v)
  11232. if FIT(const, "ShouldArrest") and FIT(const, "ShouldPickpocket") then
  11233. RegF(function(i,v)
  11234. const = debug.getconstants(v)
  11235. if FIT(const, "Reloading") and FIT(const, "Handcuffs") then
  11236. RegF(function(i,v)
  11237. const = debug.getconstants(v)
  11238. if FIT(const, "FireServer") then
  11239. jbKeys.Arrest = const[FIT(const, "FireServer") + 1]
  11240. end
  11241. end, {v})
  11242. return true
  11243. end
  11244. end, {v})
  11245. return true
  11246. end
  11247. end)
  11248. end
  11249.  
  11250. local function FindKey(name)
  11251. local key
  11252. Reg(function(i,v)
  11253. if type(v) == "function" and islclosure(v) then
  11254. local const = debug.getconstants(v)
  11255. if FIT(const, name) then
  11256. for i,c in pairs(const) do
  11257. if c == "FireServer" then
  11258. key = const[i + 1]
  11259. return
  11260. end
  11261. end
  11262. end
  11263. end
  11264. end)
  11265. return key
  11266. end
  11267. jbKeys.Punch = jbKeys.Punch or FindKey("Punch")
  11268.  
  11269. game:GetService("UserInputService").InputBegan:Connect(function(iobj, gp)
  11270. if not gp and iobj.KeyCode == Enum.KeyCode.LeftControl then
  11271. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Jumping")
  11272. wait()
  11273. game:GetService"Players".LocalPlayer.Character.Humanoid:ChangeState("Seated")
  11274. end
  11275. end)
  11276.  
  11277. --Creating Gui--
  11278.  
  11279. local function Create(classname)
  11280. return function(t)
  11281. local ins = Instance.new(classname)
  11282. for i,v in pairs(t) do
  11283. ins[i] = v
  11284. end
  11285. return ins
  11286. end
  11287. end
  11288.  
  11289. local main = Create "Frame" {
  11290. Active = true,
  11291. ClipsDescendants = true,
  11292. Draggable = true,
  11293. BackgroundColor3 = Color3.new(1,1,1),
  11294. BorderSizePixel = 0,
  11295. Size = guiSize,
  11296. Position = UDim2.new(0.5,-200,0,-300),
  11297. BackgroundTransparency = 1,
  11298. Parent = Instance.new("ScreenGui", game:GetService"CoreGui")
  11299. }
  11300. do
  11301. local effect = Create "Frame" {
  11302. Parent = main,
  11303. Size = UDim2.new(1,0,0,50),
  11304. BackgroundColor3 = Color3.fromRGB(85,170,255),
  11305. BorderSizePixel = 0,
  11306. ClipsDescendants = true,
  11307. }
  11308. local lb = Create "TextLabel" {
  11309. Parent = effect,
  11310. Size = UDim2.new(1,0,1,0),
  11311. BackgroundTransparency = 1,
  11312. BorderSizePixel = 0,
  11313. TextSize = 30,
  11314. TextColor3 = Color3.new(1,1,1),
  11315. TextXAlignment = "Left",
  11316. Font = "SourceSansBold",
  11317. Text = "Jailbreak GUI (v1.0.7)",
  11318. ZIndex = 2,
  11319. }
  11320. local function GTween()
  11321. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  11322. if ts == Enum.TweenStatus.Completed then
  11323. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  11324. GTween()
  11325. end
  11326. end)
  11327. end
  11328. GTween()
  11329. end
  11330.  
  11331. local Menu = Create "Frame" {
  11332. BackgroundColor3 = Color3.new(1,1,1),
  11333. BorderSizePixel = 0,
  11334. Position = UDim2.new(0,0,0,50),
  11335. Size = UDim2.new(1,0,1,-50),
  11336. Parent = main,
  11337. }
  11338.  
  11339. local MenuLabel = Create "TextLabel" {
  11340. BackgroundTransparency = 1,
  11341. BorderSizePixel = 0,
  11342. TextColor3 = Color3.new(0,0,0),
  11343. TextSize = 20,
  11344. Font = "SourceSans",
  11345. Text = "Made by refrfgrtgef for v3rm",
  11346. TextWrapped = true,
  11347. Size = UDim2.new(1,0,0,50),
  11348. Parent = Menu
  11349. }
  11350.  
  11351. local function CreateButton(text,parent)
  11352. return Create "TextButton" {
  11353. Active = true,
  11354. AutoButtonColor = true,
  11355. BackgroundColor3 = Color3.fromRGB(0,155,232),
  11356. BorderSizePixel = 1,
  11357. Size = UDim2.new(0,100,0,30),
  11358. Font = "SourceSansBold",
  11359. TextColor3 = Color3.new(1,1,0),
  11360. TextSize = 20,
  11361. Text = text,
  11362. Parent = parent
  11363. }
  11364. end
  11365.  
  11366. local function CreateFrame(name)
  11367. local f = Create "Frame" {
  11368. BackgroundColor3 = Color3.new(1,1,1),
  11369. BorderSizePixel = 0,
  11370. Position = UDim2.new(0,0,0,50),
  11371. Size = UDim2.new(1,0,1,-50),
  11372. Visible = false,
  11373. }
  11374. local lb = Create "TextLabel" {
  11375. BackgroundTransparency = 1,
  11376. BorderSizePixel = 0,
  11377. TextSize = 20,
  11378. TextColor3 = Color3.new(1,1,0),
  11379. Position = UDim2.new(0,0,0,5),
  11380. Text = name,
  11381. Parent = f,
  11382. TextXAlignment = "Center",
  11383. TextYAlignment = "Center",
  11384. Size = UDim2.new(1,0,0,30),
  11385. }
  11386. local exit = CreateButton("Back", f)
  11387. exit.Position = UDim2.new(0.5,-50,1,-45)
  11388. exit.MouseButton1Click:Connect(function()
  11389. Menu.Visible = true
  11390. f.Visible = false
  11391. ActiveFrame = Menu
  11392. end)
  11393. return f
  11394. end
  11395.  
  11396. ActiveFrame = Menu
  11397.  
  11398. local TeleportsFrame = CreateFrame("Teleports")
  11399. TeleportsFrame.Parent = main
  11400.  
  11401. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  11402. BankIn.Position = UDim2.new(0,15,0,40)
  11403. BankIn.Size = UDim2.new(0,80,0,30)
  11404. BankIn.MouseButton1Click:Connect(function()
  11405. JailbreakTp(32,0.715,814, true)
  11406. end)
  11407.  
  11408. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  11409. BankOut.Position = UDim2.new(0,105,0,40)
  11410. BankOut.MouseButton1Click:Connect(function()
  11411. JailbreakTp(10, 18, 784)
  11412. end)
  11413.  
  11414. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  11415. JailIn.Position = UDim2.new(0,215,0,40)
  11416. JailIn.Size = UDim2.new(0,80,0,30)
  11417. JailIn.MouseButton1Click:Connect(function()
  11418. JailbreakTp(-1310, 18, -1658)
  11419. end)
  11420.  
  11421. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  11422. JailOut.Position = UDim2.new(0,305,0,40)
  11423. JailOut.Size = UDim2.new(0,80,0,30)
  11424. JailOut.MouseButton1Click:Connect(function()
  11425. JailbreakTp(-1133, 18, -1355)
  11426. end)
  11427.  
  11428. local Garage = CreateButton("Garage", TeleportsFrame)
  11429. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  11430. Garage.Size = UDim2.new(0,60,0,30)
  11431. Garage.MouseButton1Click:Connect(function()
  11432. JailbreakTp(-352, 23, 1175)
  11433. end)
  11434.  
  11435. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  11436. JewelIn.Position = UDim2.new(0,25,0,80)
  11437. JewelIn.MouseButton1Click:Connect(function()
  11438. JailbreakTp(133, 18, 1320, true)
  11439. end)
  11440.  
  11441. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  11442. JewelOut.Position = UDim2.new(0,135,0,80)
  11443. JewelOut.Size = UDim2.new(0,115,0,30)
  11444. JewelOut.MouseButton1Click:Connect(function()
  11445. JailbreakTp(142, 18, 1365)
  11446. end)
  11447.  
  11448. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  11449. Crim1.Position = UDim2.new(0,5,0,120)
  11450. Crim1.MouseButton1Click:Connect(function()
  11451. JailbreakTp(-226, 18, 1590, true)
  11452. end)
  11453.  
  11454. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  11455. Crim2.Position = UDim2.new(0,115,0,120)
  11456. Crim2.MouseButton1Click:Connect(function()
  11457. JailbreakTp(1640, 50, -1770, true)
  11458. end)
  11459.  
  11460. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  11461. Donut.Position = UDim2.new(0,225,0,120)
  11462. Donut.MouseButton1Click:Connect(function()
  11463. JailbreakTp(268, 18, -1760, true)
  11464. end)
  11465.  
  11466. local Gas = CreateButton("Gas Station", TeleportsFrame)
  11467. Gas.Position = UDim2.new(0,260,0,80)
  11468. Gas.MouseButton1Click:Connect(function()
  11469. JailbreakTp(-1583, 18, 724, true)
  11470. end)
  11471.  
  11472. local Museum = CreateButton("Museum (Out)", TeleportsFrame)
  11473. Museum.Position = Crim1.Position + UDim2.new(0,0,0,40)
  11474. Museum.Size = UDim2.new(0,115,0,30)
  11475. Museum.MouseButton1Click:Connect(function()
  11476. JailbreakTp(1158, 102, 1272)
  11477. end)
  11478.  
  11479. local MuseumInLeft = CreateButton("Museum (In, Left)", TeleportsFrame)
  11480. MuseumInLeft.Position = Museum.Position + UDim2.new(0,125,0,0)
  11481. MuseumInLeft.Size = UDim2.new(0,135,0,30)
  11482. MuseumInLeft.MouseButton1Click:Connect(function()
  11483. JailbreakTp(1035, 117, 1249)
  11484. end)
  11485.  
  11486. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  11487. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  11488. TeleportsBtn.MouseButton1Click:Connect(function()
  11489. TeleportsFrame.Visible = true
  11490. Menu.Visible = false
  11491. ActiveFrame = TeleportsFrame
  11492. end)
  11493.  
  11494. local StuffFrame = CreateFrame("Stuff")
  11495. StuffFrame.Parent = main
  11496.  
  11497. local StuffBtn = CreateButton("Stuff", MenuLabel)
  11498. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  11499. StuffBtn.MouseButton1Click:Connect(function()
  11500. StuffFrame.Visible = true
  11501. Menu.Visible = false
  11502. ActiveFrame = StuffFrame
  11503. end)
  11504.  
  11505. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  11506. RemoveDoors.Size = UDim2.new(0,120,0,30)
  11507. RemoveDoors.Position = UDim2.new(0,10,0,50)
  11508. RemoveDoors.MouseButton1Click:Connect(function()
  11509. local doors = workspace:FindFirstChild("Doors")
  11510. if not doors then return end
  11511. for i,v in pairs(doors:GetChildren()) do
  11512. v:Destroy()
  11513. end
  11514. end)
  11515.  
  11516. local Platform = CreateButton("Platform", StuffFrame)
  11517. Platform.Position = UDim2.new(0.5,-60,0,50)
  11518. Platform.MouseButton1Click:Connect(function()
  11519. local p = Instance.new("Part", workspace)
  11520. p.Size = Vector3.new(30,0.5,30)
  11521. p.Anchored = true
  11522. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  11523. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  11524. spawn(function()
  11525. while p.Parent do
  11526. wait(1)
  11527. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  11528. p:Destroy()
  11529. end
  11530. end
  11531. end)
  11532. end)
  11533.  
  11534. local Tracers = CreateButton("Tracers: None", StuffFrame)
  11535. Tracers.Size = UDim2.new(0,140,0,30)
  11536. Tracers.Position = UDim2.new(1,-150,0,50)
  11537. Tracers.MouseButton1Click:Connect(function()
  11538. local curr = Tracers.Text:sub(10)
  11539. if curr ~= "None" then
  11540. ToggleTracers(curr, false)
  11541. end
  11542. local teams = {"None", "Police", "Criminal", "Prisoner"}
  11543. local new = ""
  11544. for i,v in pairs(teams) do
  11545. if v == curr then
  11546. new = teams[i + 1] or teams[1]
  11547. end
  11548. end
  11549. if new ~= "None" then
  11550. ToggleTracers(new, true)
  11551. end
  11552. Tracers.Text = "Tracers: " .. new
  11553. end)
  11554.  
  11555. local BtoolActive = false
  11556. local m = plr:GetMouse()
  11557.  
  11558. local Btool = CreateButton("Btool: Off", StuffFrame)
  11559. Btool.Position = UDim2.new(0,10,0,90)
  11560. Btool.MouseButton1Click:Connect(function()
  11561. spawn(function()
  11562. local status = Btool.Text:sub(8)
  11563. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  11564. Btool.Text = "Btool: " .. newstatus
  11565. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  11566. if BtoolActive then
  11567. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  11568. local ev = m.Button1Down:Connect(function()
  11569. if m.Target then
  11570. m.Target:Destroy()
  11571. end
  11572. end)
  11573. while BtoolActive do
  11574. wait()
  11575. if m.Target then
  11576. sb.Adornee = m.Target
  11577. end
  11578. end
  11579. ev:Disconnect()
  11580. else
  11581. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  11582. if sb then sb:Destroy() end
  11583. end
  11584. end)
  11585. end)
  11586.  
  11587. local ClickTpEnabled = false
  11588. m.Button1Down:Connect(function()
  11589. if ClickTpEnabled and m.Target then
  11590. plr.Character:MoveTo(m.Hit.p)
  11591. end
  11592. end)
  11593.  
  11594. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  11595. ClickTp.Position = UDim2.new(0,120,0,90)
  11596. ClickTp.MouseButton1Click:Connect(function()
  11597. spawn(function()
  11598. local status = ClickTp.Text:sub(10)
  11599. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  11600. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  11601. ClickTp.Text = "ClickTp: " .. newstatus
  11602. local ind = Create "Part" {
  11603. Anchored = true,
  11604. CanCollide = false,
  11605. Transparency = 0.3,
  11606. Size = Vector3.new(1.2,0.3,1.2),
  11607. BrickColor = BrickColor.Green(),
  11608. Parent = workspace
  11609. }
  11610. Instance.new("CylinderMesh", ind)
  11611. m.TargetFilter = ind
  11612. local beam = Create "Part" {
  11613. Anchored = true,
  11614. CanCollide = false,
  11615. Transparency = 0.3,
  11616. BrickColor = BrickColor.Green(),
  11617. TopSurface = "Smooth",
  11618. BottomSurface = "Smooth",
  11619. Size = Vector3.new(0.3,0.3,1),
  11620. Parent = workspace
  11621.  
  11622. }
  11623. while ClickTpEnabled do
  11624. wait()
  11625. ind.CFrame = CFrame.new(m.Hit.p)
  11626. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  11627. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  11628. if dist > 150 then
  11629. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  11630. else
  11631. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  11632. end
  11633. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  11634. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  11635. end
  11636. ind:Destroy()
  11637. beam:Destroy()
  11638. end)
  11639. end)
  11640.  
  11641. local Gravity = CreateButton("Low Gravity", StuffFrame)
  11642. Gravity.Position = UDim2.new(0,230,0,90)
  11643. Gravity.Size = UDim2.new(0,130,0,30)
  11644. Gravity.MouseButton1Click:Connect(function()
  11645. local t = Gravity.Text == "Low Gravity" and true or false
  11646. workspace.Gravity = t and 50 or 196.2
  11647. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  11648. end)
  11649.  
  11650. local InfiniteJumpEnabled = false
  11651. game:GetService("UserInputService").JumpRequest:Connect(function()
  11652. if InfiniteJumpEnabled then
  11653. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  11654. end
  11655. end)
  11656. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  11657. InfiniteJump.Position = UDim2.new(0,10,0,130)
  11658. InfiniteJump.Size = UDim2.new(0,150,0,30)
  11659. InfiniteJump.MouseButton1Click:Connect(function()
  11660. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  11661. local new = state == "Off" and "On" or state == "On" and "Off"
  11662. InfiniteJumpEnabled = new == "On"
  11663. InfiniteJump.Text = "Infinite Jump: " .. new
  11664. end)
  11665.  
  11666. local Giver = nil
  11667. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  11668. ItemsGiver.Position = UDim2.new(0,170,0,130)
  11669. ItemsGiver.MouseButton1Click:Connect(function()
  11670. if not workspace:FindFirstChild("Givers") then return end
  11671. if Giver then
  11672. for i,v in pairs(Giver) do
  11673. v.ClickDetector.Parent = v.OriginalParent
  11674. v.Event:Disconnect()
  11675. end
  11676. getmetatable(Giver):Destroy()
  11677. end
  11678. Giver = {}
  11679. local g = Giver
  11680. local p = Instance.new("Part", workspace)
  11681. p.Anchored = true
  11682. p.CanCollide = false
  11683. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  11684. setmetatable(Giver, {__metatable = p})
  11685. for i,v in pairs(workspace.Givers:GetChildren()) do
  11686. local cd = v:FindFirstChildOfClass"ClickDetector"
  11687. if cd then
  11688. local newt = {}
  11689. newt.ClickDetector = cd
  11690. newt.OriginalParent = v
  11691. cd.Parent = p
  11692. newt.Event = cd.MouseClick:Connect(function()
  11693. cd.Parent = v
  11694. end)
  11695. table.insert(Giver, newt)
  11696. end
  11697. end
  11698. spawn(function()
  11699. wait(10)
  11700. if Giver == g then
  11701. Giver = nil
  11702. for i,v in pairs(g) do
  11703. v.ClickDetector.Parent = v.OriginalParent
  11704. v.Event:Disconnect()
  11705. end
  11706. getmetatable(g):Destroy()
  11707. end
  11708. end)
  11709. end)
  11710.  
  11711. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  11712. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  11713. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  11714. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  11715. BankAutoRobBtn.MouseButton1Click:Connect(function()
  11716. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  11717. local Info = Bank.Extra.Sign
  11718. if Info.Decal.Transparency == 0 then
  11719. game:GetService("StarterGui"):SetCore("SendNotification",{
  11720. Title = "Bank is closed!",
  11721. Text = "You need to wait for the bank to open!",
  11722. Duration = 7,
  11723. Button1 = "Dismiss",
  11724. })
  11725. return
  11726. end
  11727. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  11728. local root = plr.Character.HumanoidRootPart
  11729. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  11730.  
  11731. if (bankpos - plrpos).magnitude > 150 then
  11732. local cb = Instance.new"BindableFunction"
  11733.  
  11734. cb.OnInvoke = function(arg)
  11735. if arg == "Teleport" then
  11736. JailbreakTp(10, 18, 784)
  11737. end
  11738. end
  11739.  
  11740. game:GetService("StarterGui"):SetCore("SendNotification",{
  11741. Title = "You are too far!",
  11742. Text = "You need to get closer to the bank (use tp)",
  11743. Duration = 7,
  11744. Button1 = "Dismiss",
  11745. Button2 = "Teleport",
  11746. Callback = cb
  11747. })
  11748. else
  11749. RobTheBank()
  11750. end
  11751. end)
  11752.  
  11753. local TpStores = CreateButton("Tp Stores", StuffFrame)
  11754. TpStores.Position = UDim2.new(0,10,0,170)
  11755. TpStores.MouseButton1Click:Connect(function()
  11756. local a = workspace:FindFirstChild("SmallStores")
  11757. if not a then return end
  11758. for i,v in pairs(a:GetChildren()) do
  11759. v.Transparency = 0
  11760. v.CFrame = plr.Character:WaitForChild("HumanoidRootPart").CFrame * CFrame.new(math.random(-3,3),0,math.random(-3,3))
  11761. end
  11762. end)
  11763.  
  11764. local InfAmmo = CreateButton("Inf Ammo", StuffFrame)
  11765. InfAmmo.Position = UDim2.new(0,StuffFrame.AbsoluteSize.X - 110,0,170)
  11766. InfAmmo.MouseButton1Click:Connect(function()
  11767. Reg(function(i,v)
  11768. if type(v) == "table" and rawget(v, "AmmoCurrent") then
  11769. v.AmmoCurrent = math.huge
  11770. end
  11771. end)
  11772. end)
  11773.  
  11774. local BulletNoDelay = CreateButton("Inf Fire Frequency", StuffFrame)
  11775. BulletNoDelay.Position = TpStores.Position + UDim2.new(0,110,0,0)
  11776. BulletNoDelay.Size = UDim2.new(0,160,0,30)
  11777. BulletNoDelay.MouseButton1Click:Connect(function()
  11778. Reg(function(i,v)
  11779. if type(v) == "table" and rawget(v, "Pistol") then
  11780. for i,v in pairs(v) do
  11781. if rawget(v, "FireFreq") then
  11782. v.FireFreq = math.huge
  11783. v.CamShakeMagnitude = 1
  11784. v.FireAuto = true
  11785. end
  11786. end
  11787. return true
  11788. end
  11789. end)
  11790. end)
  11791.  
  11792. local SettingsFrame = CreateFrame("More Stuff") --why is it called SettingsFrame? well, I'm too lazy to rename it
  11793. SettingsFrame.Parent = main
  11794.  
  11795. local Settingsbtn = CreateButton("More Stuff", MenuLabel)
  11796. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  11797. Settingsbtn.MouseButton1Click:Connect(function()
  11798. SettingsFrame.Visible = true
  11799. Menu.Visible = false
  11800. ActiveFrame = SettingsFrame
  11801. end)
  11802.  
  11803. local TpMethodBtn = CreateButton("Teleport Method: 1", SettingsFrame)
  11804. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  11805. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  11806. TpMethodBtn.MouseButton1Click:Connect(function()
  11807. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  11808. curr = tonumber(curr)
  11809. local new = curr == 1 and 2 or curr == 2 and 1
  11810. TpMethod = new
  11811. TpMethodBtn.Text = "Teleport Method: " .. new
  11812. end)
  11813.  
  11814. local WalkSpeedTB = Create "TextBox" {
  11815. Active = true,
  11816. BackgroundColor3 = Color3.new(1,1,1),
  11817. BorderSizePixel = 1,
  11818. Size = UDim2.new(0,50,0,30),
  11819. Font = "SourceSansBold",
  11820. TextColor3 = Color3.new(1,1,0),
  11821. TextSize = 20,
  11822. Text = "16",
  11823. Parent = SettingsFrame,
  11824. Position = TpMethodBtn.Position + UDim2.new(0,170,0,0)
  11825. }
  11826.  
  11827. local SetWS = CreateButton("Set WalkSpeed", SettingsFrame)
  11828. SetWS.Position = WalkSpeedTB.Position + UDim2.new(0,50,0,0)
  11829. SetWS.Size = UDim2.new(0,120,0,30)
  11830. SetWS.MouseButton1Click:Connect(function()
  11831. plr.Character.Humanoid.WalkSpeed = tonumber(WalkSpeedTB.Text) or 16
  11832. end)
  11833.  
  11834. local WalkSpeedLocked = false
  11835. local LockWS = Create "ImageButton" {
  11836. Image = "rbxassetid://1042366236",
  11837. Active = true,
  11838. BackgroundColor3 = Color3.new(1,0,0),
  11839. BorderSizePixel = 1,
  11840. Size = UDim2.new(0,30,0,30),
  11841. Parent = SettingsFrame,
  11842. Position = SetWS.Position + UDim2.new(0,120,0,0)
  11843. }
  11844. LockWS.MouseButton1Click:Connect(function()
  11845. WalkSpeedLocked = not WalkSpeedLocked
  11846. LockWS.BackgroundColor3 = WalkSpeedLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  11847. end)
  11848.  
  11849. local JumpPowerTB = Create "TextBox" {
  11850. Active = true,
  11851. BackgroundColor3 = Color3.new(1,1,1),
  11852. BorderSizePixel = 1,
  11853. Size = UDim2.new(0,50,0,30),
  11854. Font = "SourceSansBold",
  11855. TextColor3 = Color3.new(1,1,0),
  11856. TextSize = 20,
  11857. Text = "16",
  11858. Parent = SettingsFrame,
  11859. Position = TpMethodBtn.Position + UDim2.new(0,0,0,40)
  11860. }
  11861.  
  11862. local SetJP = CreateButton("Set JumpPower", SettingsFrame)
  11863. SetJP.Position = JumpPowerTB.Position + UDim2.new(0,50,0,0)
  11864. SetJP.Size = UDim2.new(0,120,0,30)
  11865. SetJP.MouseButton1Click:Connect(function()
  11866. plr.Character.Humanoid.JumpPower = tonumber(JumpPowerTB.Text) or 50
  11867. end)
  11868.  
  11869. local JumpPowerLocked = false
  11870. local LockJP = Create "ImageButton" {
  11871. Image = "rbxassetid://1042366236",
  11872. Active = true,
  11873. BackgroundColor3 = Color3.new(1,0,0),
  11874. BorderSizePixel = 1,
  11875. Size = UDim2.new(0,30,0,30),
  11876. Parent = SettingsFrame,
  11877. Position = SetJP.Position + UDim2.new(0,120,0,0)
  11878. }
  11879. LockJP.MouseButton1Click:Connect(function()
  11880. JumpPowerLocked = not JumpPowerLocked
  11881. LockJP.BackgroundColor3 = JumpPowerLocked and Color3.new(0,1,0) or Color3.new(1,0,0)
  11882. end)
  11883.  
  11884. local NoClipActive = false
  11885. local NoClip = CreateButton("NoClip", SettingsFrame)
  11886. NoClip.Position = LockJP.Position + UDim2.new(0,40,0,0)
  11887. NoClip.MouseButton1Click:Connect(function()
  11888. NoClipActive = not NoClipActive
  11889. NoClip.BackgroundColor3 = NoClipActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  11890. if NoClipActive then
  11891. spawn(function()
  11892. while NoClipActive do
  11893. wait()
  11894. plr.Character:WaitForChild"Humanoid":SetStateEnabled(11, true)
  11895. plr.Character.Humanoid:ChangeState(11)
  11896. end
  11897. end)
  11898. end
  11899. end)
  11900. NoClip.BackgroundColor3 = Color3.new(1,0,0)
  11901.  
  11902. local SpamPunchActive = false
  11903. local SpamPunch = CreateButton("Spam Punch", SettingsFrame)
  11904.  
  11905. SpamPunch.Position = JumpPowerTB.Position + UDim2.new(0,0,0,40)
  11906. SpamPunch.MouseButton1Click:Connect(function()
  11907. SpamPunchActive = not SpamPunchActive
  11908. SpamPunch.BackgroundColor3 = SpamPunchActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  11909. if SpamPunchActive then
  11910. spawn(function()
  11911. while wait() and SpamPunchActive do
  11912. jbFs.FireServer(jbFs, jbKeys.Punch)
  11913. end
  11914. end)
  11915. end
  11916. end)
  11917. SpamPunch.BackgroundColor3 = Color3.new(1,0,0)
  11918.  
  11919. local function GetNearestPlayerFromCriminals()
  11920. local hrp = plr.Character:FindFirstChild("HumanoidRootPart")
  11921. if not hrp then return nil end
  11922.  
  11923. local pos = hrp.Position
  11924.  
  11925. local closest = {}
  11926. for i,v in pairs(game:GetService"Teams".Criminal:GetPlayers()) do
  11927. if v.Character and v.Character:FindFirstChild("HumanoidRootPart") and (#closest == 0 or (v.Character.HumanoidRootPart.Position - pos).magnitude < closest[2]) then
  11928. closest[1] = v.Name
  11929. closest[2] = (v.Character.HumanoidRootPart.Position - pos).magnitude
  11930. end
  11931. end
  11932. return closest[1]
  11933. end
  11934.  
  11935. local AutoArrestActive = false
  11936. --local ArrestKey = "k0rifhn4"
  11937. local AutoArrest = CreateButton("Auto Arrest", SettingsFrame)
  11938. AutoArrest.Position = SpamPunch.Position + UDim2.new(0,110,0,0)
  11939. AutoArrest.MouseButton1Click:Connect(function()
  11940. if not jbFs then return end
  11941. if plr.Team.Name ~= "Police" then return end --why'd you do that anyways lol
  11942. AutoArrestActive = not AutoArrestActive
  11943.  
  11944. AutoArrest.BackgroundColor3 = AutoArrestActive and Color3.new(0,1,0) or Color3.new(1,0,0)
  11945. if AutoArrestActive then
  11946. spawn(function()
  11947. while wait() and AutoArrestActive do
  11948. jbFs.FireServer(jbFs, jbKeys.Arrest, GetNearestPlayerFromCriminals())
  11949. end
  11950. end)
  11951. end
  11952. end)
  11953. AutoArrest.BackgroundColor3 = Color3.new(1,0,0)
  11954.  
  11955. pcall(function()
  11956. if not getrawmetatable then
  11957. return
  11958. end
  11959. local t = Enum.HumanoidStateType
  11960. local mt = getrawmetatable(t)
  11961. if setreadonly then
  11962. setreadonly(mt, false)
  11963. elseif make_writeable then
  11964. make_writeable(mt)
  11965. end
  11966.  
  11967. local old = mt.__index
  11968. mt.__index = newcclosure(function(self, i)
  11969. if self == t and i == "StrafingNoPhysics" and not checkcaller() then
  11970. return 1337
  11971. end
  11972. return old(self, i)
  11973. end)
  11974. end)
  11975.  
  11976. pcall(function()
  11977. if not getrawmetatable then
  11978. return
  11979. end
  11980. local mt = getrawmetatable(game)
  11981. if setreadonly then
  11982. setreadonly(mt, false)
  11983. elseif make_writeable then
  11984. make_writeable(mt)
  11985. end
  11986.  
  11987. local old = mt.__newindex
  11988. mt.__newindex = newcclosure(function(self,i,v)
  11989. if (i == "WalkSpeed" and WalkSpeedLocked and not checkcaller()) or (i == "JumpPower" and JumpPowerLocked and not checkcaller()) then
  11990. return
  11991. end
  11992. return old(self,i,v)
  11993. end)
  11994. end)
  11995.  
  11996. local ExitBtn = CreateButton("Exit", MenuLabel)
  11997. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  11998. ExitBtn.MouseButton1Click:Connect(function()
  11999. main:Destroy()
  12000. script.Disabled = true
  12001. script:Destroy()
  12002. end)
  12003.  
  12004. local BankJewelStatus = Create "TextLabel" {
  12005. BackgroundTransparency = 1,
  12006. TextSize = 8,
  12007. TextColor3 = Color3.new(0,0,0),
  12008. Font = "Legacy",
  12009. TextXAlignment = "Left",
  12010. TextYAlignment = "Top",
  12011. Size = UDim2.new(0,100,0,100),
  12012. Position = UDim2.new(0,10,0,270),
  12013. Text = "Bank:\nJewelry:",
  12014. Parent = Menu
  12015. }
  12016.  
  12017. local BankStatus = BankJewelStatus:Clone()
  12018. BankStatus.Text = "Unknown"
  12019. BankStatus.Size = UDim2.new(0,100,0,100)
  12020. BankStatus.Position = UDim2.new(0,46,0,270)
  12021. BankStatus.Parent = Menu
  12022. BankStatus.TextColor3 = Color3.new(1,0,0)
  12023.  
  12024. local JewelryStatus = BankStatus:Clone()
  12025. JewelryStatus.Text = "Unknown"
  12026. JewelryStatus.Size = UDim2.new(0,100,0,100)
  12027. JewelryStatus.Position = UDim2.new(0,59,0,282)
  12028. JewelryStatus.Parent = Menu
  12029. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  12030.  
  12031. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  12032.  
  12033. local AutoHideEnabled = true
  12034.  
  12035. local ToggleAutoHide = CreateButton("AutoHide", Menu)
  12036. ToggleAutoHide.Position = UDim2.new(0,290,0,260)
  12037. ToggleAutoHide.BackgroundColor3 = Color3.new(0,1,0)
  12038. ToggleAutoHide.MouseButton1Click:Connect(function()
  12039. AutoHideEnabled = not AutoHideEnabled
  12040. ToggleAutoHide.BackgroundColor3 = AutoHideEnabled and Color3.new(0,1,0) or Color3.new(1,0,0)
  12041. end)
  12042.  
  12043. local TransparencyTweens = {}
  12044. main.MouseLeave:Connect(function()
  12045. if not AutoHideEnabled then return end
  12046. spawn(function()
  12047. local bool = false
  12048. local ev = main.MouseEnter:Connect(function()
  12049. bool = true
  12050. end)
  12051. wait(1)
  12052. ev:Disconnect()
  12053. if bool then return end
  12054. for i,v in pairs(TransparencyTweens) do
  12055. v:Pause()
  12056. end
  12057. TransparencyTweens = {}
  12058. for i,v in pairs(main:GetDescendants()) do
  12059. if v.Visible then
  12060. local totween = {}
  12061. if v.ClassName:sub(1,4) == "Text" then
  12062. totween.TextTransparency = 0.7
  12063. end
  12064. if v.BackgroundTransparency ~= 1 then
  12065. totween.BackgroundTransparency = 0.7
  12066. end
  12067. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  12068. end
  12069. end
  12070. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  12071. end)
  12072. end)
  12073. main.MouseEnter:Connect(function()
  12074. for i,v in pairs(TransparencyTweens) do
  12075. v:Pause()
  12076. end
  12077. TransparencyTweens = {}
  12078. for i,v in pairs(main:GetDescendants()) do
  12079. if v.Visible then
  12080. local totween = {}
  12081. if v.ClassName:sub(1,4) == "Text" then
  12082. totween.TextTransparency = 0
  12083. end
  12084. if v.BackgroundTransparency ~= 1 then
  12085. totween.BackgroundTransparency = 0
  12086. end
  12087. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  12088. end
  12089. end
  12090. main:TweenSize(guiSize,nil,nil,nil,true)
  12091. end)
  12092.  
  12093. --AutoRob stuff--
  12094. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  12095. local BankAutoRob = {
  12096. {
  12097. Pos = {51, 18.06, 856.5},
  12098. Yield = 2,
  12099. Status = "Starting the robbery"
  12100. },
  12101. {
  12102. Pos = {29.71, 0.73, 815.25},
  12103. Yield = 15,
  12104. Status = "Opening the vault"
  12105. },
  12106. {
  12107. Pos = {18.37, 0.7659, 822.25},
  12108. Yield = DuffelBag and 60 or 30,
  12109. Status = "Collecting $$$"
  12110. },
  12111. {
  12112. Pos = {10, 18, 784},
  12113. Status = "Finishing the robbery"
  12114. }
  12115. }
  12116.  
  12117. local function Tp(...)
  12118. local char = plr.Character
  12119. for i=1,2 do
  12120. wait()
  12121. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  12122. end
  12123. end
  12124.  
  12125. function RobTheBank()
  12126. for _,v in pairs(BankAutoRob) do
  12127. Tp(unpack(v.Pos))
  12128. wait(v.Yield)
  12129. end
  12130. end
  12131.  
  12132. --Bank notification--
  12133. pcall(function()
  12134. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  12135. local Info = Bank.Extra.Sign.Decal
  12136. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  12137. if Info.Transparency ~= 0 then
  12138. BankStatus.Text = "Open"
  12139. BankStatus.TextColor3 = Color3.new(0,1,0)
  12140. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  12141. local cb = Instance.new("BindableFunction")
  12142. cb.OnInvoke = function(arg)
  12143. if arg == "Teleport" then
  12144. JailbreakTp(10, 18, 784)
  12145. elseif arg == "AutoRob" then
  12146. RobTheBank()
  12147. end
  12148. end
  12149. game:GetService("StarterGui"):SetCore("SendNotification",{
  12150. Title = "Bank is ready!",
  12151. Text = "Bank is ready!",
  12152. Duration = 15,
  12153. Button1 = "Dismiss",
  12154. 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",
  12155. Callback = cb
  12156. })
  12157. else
  12158. BankStatus.Text = "Closed"
  12159. BankStatus.TextColor3 = Color3.new(1,0,0)
  12160. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  12161. end
  12162. end)
  12163. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  12164. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  12165. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  12166. end)
  12167. --Jewelry notification--
  12168. pcall(function()
  12169. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  12170. local Info = Jewelry.Extra.Sign.Decal
  12171. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  12172. if Info.Transparency ~= 0 then
  12173. JewelryStatus.Text = "Open"
  12174. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  12175. local cb = Instance.new("BindableFunction")
  12176. cb.OnInvoke = function(arg)
  12177. if arg == "Teleport" then
  12178. JailbreakTp(142, 18, 1365)
  12179. end
  12180. end
  12181. game:GetService("StarterGui"):SetCore("SendNotification",{
  12182. Title = "Jewelry is ready!",
  12183. Text = "Jewelry is ready!",
  12184. Duration = 15,
  12185. Button1 = "Dismiss",
  12186. Button2 = "Teleport",
  12187. Callback = cb
  12188. })
  12189. else
  12190. JewelryStatus.Text = "Closed"
  12191. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  12192. end
  12193. end)
  12194. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  12195. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  12196. end)
  12197. end)
  12198.  
  12199. Corruption.Name = "Corruption"
  12200. Corruption.Parent = ScrollingFrame
  12201. Corruption.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  12202. Corruption.Position = UDim2.new(0.107407406, 0, 0.676923096, 0)
  12203. Corruption.Size = UDim2.new(0, 200, 0, 50)
  12204. Corruption.Font = Enum.Font.Cartoon
  12205. Corruption.Text = "Corruption v0.3"
  12206. Corruption.TextColor3 = Color3.new(0, 0, 0)
  12207. Corruption.TextScaled = true
  12208. Corruption.TextSize = 14
  12209. Corruption.TextWrapped = true
  12210. Corruption.MouseButton1Down:connect(function()
  12211. local Corruption = Instance.new("ScreenGui")
  12212. local Main = Instance.new("Frame")
  12213. local CorruptionL = Instance.new("TextLabel")
  12214. local TeleportsB = Instance.new("TextButton")
  12215. local ToggleablesB = Instance.new("TextButton")
  12216. local Home = Instance.new("Frame")
  12217. local Welcome1 = Instance.new("TextLabel")
  12218. local Welcome2 = Instance.new("TextLabel")
  12219. local Close = Instance.new("TextButton")
  12220. local TeleportsF = Instance.new("Frame")
  12221. local BankFrontB = Instance.new("TextButton")
  12222. local BankVaultB = Instance.new("TextButton")
  12223. local CrimBase1B = Instance.new("TextButton")
  12224. local CrimBase2B = Instance.new("TextButton")
  12225. local Jewl1B = Instance.new("TextButton")
  12226. local Jewl2B = Instance.new("TextButton")
  12227. local GunStoreB = Instance.new("TextButton")
  12228. local GarageB = Instance.new("TextButton")
  12229. local DShopB = Instance.new("TextButton")
  12230. local PoliceBaseB = Instance.new("TextButton")
  12231. local HeliB = Instance.new("TextButton")
  12232. local PoliceCarsB = Instance.new("TextButton")
  12233. local ToggleablesF = Instance.new("Frame")
  12234. local WalkSpeedB = Instance.new("TextButton")
  12235. local JumpPowerB = Instance.new("TextButton")
  12236. local GravityB = Instance.new("TextButton")
  12237. local AutoArrestB = Instance.new("TextButton")
  12238. local RemoveablesB = Instance.new("TextButton")
  12239. local RemoveablesF = Instance.new("Frame")
  12240. local DoorsB = Instance.new("TextButton")
  12241. local BankB = Instance.new("TextButton")
  12242. local JewelryB = Instance.new("TextButton")
  12243. local CellB = Instance.new("TextButton")
  12244. local Open = Instance.new("TextButton")
  12245. local Player = game.Players.LocalPlayer
  12246.  
  12247. Corruption.Name = "Corruption"
  12248. Corruption.Parent = game.CoreGui
  12249. Corruption.ResetOnSpawn = false
  12250. Walk = false
  12251. Jump = false
  12252. Gravity = false
  12253. Arrest = false
  12254.  
  12255. Main.Name = "Main"
  12256. Main.Parent = Corruption
  12257. Main.Active = true
  12258. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  12259. Main.BorderSizePixel = 0
  12260. Main.Draggable = true
  12261. Main.Position = UDim2.new(0.300000012, 0, 0.300000012, 0)
  12262. Main.Size = UDim2.new(0, 145, 0, 225)
  12263. Main.Visible = false
  12264.  
  12265. CorruptionL.Name = "CorruptionL"
  12266. CorruptionL.Parent = Main
  12267. CorruptionL.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12268. CorruptionL.BackgroundTransparency = 1
  12269. CorruptionL.BorderSizePixel = 0
  12270. CorruptionL.Size = UDim2.new(0, 145, 0, 25)
  12271. CorruptionL.Font = Enum.Font.SourceSansBold
  12272. CorruptionL.FontSize = Enum.FontSize.Size18
  12273. CorruptionL.Text = "Corruption v0.3"
  12274. CorruptionL.TextColor3 = Color3.new(1, 1, 1)
  12275. CorruptionL.TextSize = 18
  12276.  
  12277. TeleportsB.Name = "TeleportsB"
  12278. TeleportsB.Parent = Main
  12279. TeleportsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12280. TeleportsB.BorderSizePixel = 0
  12281. TeleportsB.Position = UDim2.new(0, 10, 0, 35)
  12282. TeleportsB.Size = UDim2.new(0, 125, 0, 25)
  12283. TeleportsB.Font = Enum.Font.SourceSansBold
  12284. TeleportsB.FontSize = Enum.FontSize.Size18
  12285. TeleportsB.Text = "Teleports"
  12286. TeleportsB.TextColor3 = Color3.new(1, 1, 1)
  12287. TeleportsB.TextSize = 16
  12288. TeleportsB.MouseButton1Down:connect(function()
  12289. Home.Visible = false
  12290. TeleportsF.Visible = true
  12291. ToggleablesF.Visible = false
  12292. RemoveablesF.Visible = false
  12293. end)
  12294.  
  12295. ToggleablesB.Name = "ToggleablesB"
  12296. ToggleablesB.Parent = Main
  12297. ToggleablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12298. ToggleablesB.BorderSizePixel = 0
  12299. ToggleablesB.Position = UDim2.new(0, 10, 0, 70)
  12300. ToggleablesB.Size = UDim2.new(0, 125, 0, 25)
  12301. ToggleablesB.Font = Enum.Font.SourceSansBold
  12302. ToggleablesB.FontSize = Enum.FontSize.Size18
  12303. ToggleablesB.Text = "Toggleables"
  12304. ToggleablesB.TextColor3 = Color3.new(1, 1, 1)
  12305. ToggleablesB.TextSize = 16
  12306. ToggleablesB.MouseButton1Down:connect(function()
  12307. Home.Visible = false
  12308. TeleportsF.Visible = false
  12309. ToggleablesF.Visible = true
  12310. RemoveablesF.Visible = false
  12311. end)
  12312.  
  12313. Home.Name = "Home"
  12314. Home.Parent = Main
  12315. Home.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  12316. Home.BorderSizePixel = 0
  12317. Home.Position = UDim2.new(0, 145, 0, 0)
  12318. Home.Size = UDim2.new(0, 415, 0, 225)
  12319.  
  12320. Welcome1.Name = "Welcome1"
  12321. Welcome1.Parent = Home
  12322. Welcome1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12323. Welcome1.BackgroundTransparency = 1
  12324. Welcome1.BorderSizePixel = 0
  12325. Welcome1.Size = UDim2.new(0, 415, 0, 25)
  12326. Welcome1.Font = Enum.Font.SourceSansBold
  12327. Welcome1.FontSize = Enum.FontSize.Size18
  12328. Welcome1.Text = "Welcome To Corruption v0.3!"
  12329. Welcome1.TextColor3 = Color3.new(1, 1, 1)
  12330. Welcome1.TextSize = 16
  12331.  
  12332. Welcome2.Name = "Welcome2"
  12333. Welcome2.Parent = Home
  12334. Welcome2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12335. Welcome2.BackgroundTransparency = 1
  12336. Welcome2.BorderSizePixel = 0
  12337. Welcome2.Position = UDim2.new(0, 0, 0, 25)
  12338. Welcome2.Size = UDim2.new(0, 415, 0, 25)
  12339. Welcome2.Font = Enum.Font.SourceSansBold
  12340. Welcome2.FontSize = Enum.FontSize.Size18
  12341. Welcome2.Text = "Made by tntmyles"
  12342. Welcome2.TextColor3 = Color3.new(1, 1, 1)
  12343. Welcome2.TextSize = 16
  12344.  
  12345. Close.Name = "Close"
  12346. Close.Parent = Main
  12347. Close.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12348. Close.BorderSizePixel = 0
  12349. Close.Position = UDim2.new(0, 10, 0, 190)
  12350. Close.Size = UDim2.new(0, 125, 0, 25)
  12351. Close.Font = Enum.Font.SourceSansBold
  12352. Close.FontSize = Enum.FontSize.Size18
  12353. Close.Text = "Close"
  12354. Close.TextColor3 = Color3.new(1, 1, 1)
  12355. Close.TextSize = 16
  12356. Close.MouseButton1Down:connect(function()
  12357. Main.Visible = false
  12358. Open.Visible = true
  12359. end)
  12360.  
  12361. TeleportsF.Name = "TeleportsF"
  12362. TeleportsF.Parent = Main
  12363. TeleportsF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  12364. TeleportsF.BorderSizePixel = 0
  12365. TeleportsF.Position = UDim2.new(0, 145, 0, 0)
  12366. TeleportsF.Size = UDim2.new(0, 415, 0, 225)
  12367. TeleportsF.Visible = false
  12368.  
  12369. BankFrontB.Name = "BankFrontB"
  12370. BankFrontB.Parent = TeleportsF
  12371. BankFrontB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12372. BankFrontB.BorderSizePixel = 0
  12373. BankFrontB.Position = UDim2.new(0, 10, 0, 10)
  12374. BankFrontB.Size = UDim2.new(0, 125, 0, 25)
  12375. BankFrontB.Font = Enum.Font.SourceSansBold
  12376. BankFrontB.FontSize = Enum.FontSize.Size18
  12377. BankFrontB.Text = "Bank Front"
  12378. BankFrontB.TextColor3 = Color3.new(1, 1, 1)
  12379. BankFrontB.TextSize = 16
  12380. BankFrontB.MouseButton1Down:connect(function()
  12381. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147) + Vector3.new(1,0,0)
  12382. end)
  12383.  
  12384. BankVaultB.Name = "BankVaultB"
  12385. BankVaultB.Parent = TeleportsF
  12386. BankVaultB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12387. BankVaultB.BorderSizePixel = 0
  12388. BankVaultB.Position = UDim2.new(0, 10, 0, 45)
  12389. BankVaultB.Size = UDim2.new(0, 125, 0, 25)
  12390. BankVaultB.Font = Enum.Font.SourceSansBold
  12391. BankVaultB.FontSize = Enum.FontSize.Size18
  12392. BankVaultB.Text = "Bank Vault"
  12393. BankVaultB.TextColor3 = Color3.new(1, 1, 1)
  12394. BankVaultB.TextSize = 16
  12395. BankVaultB.MouseButton1Click:connect(function()
  12396. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(33.3059082,-1.67172456,803.200806) + Vector3.new(1,0,0)
  12397. end)
  12398.  
  12399. CrimBase1B.Name = "CrimBase1B"
  12400. CrimBase1B.Parent = TeleportsF
  12401. CrimBase1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12402. CrimBase1B.BorderSizePixel = 0
  12403. CrimBase1B.Position = UDim2.new(0, 280, 0, 10)
  12404. CrimBase1B.Size = UDim2.new(0, 125, 0, 25)
  12405. CrimBase1B.Font = Enum.Font.SourceSansBold
  12406. CrimBase1B.FontSize = Enum.FontSize.Size18
  12407. CrimBase1B.Text = "Criminal Base 1"
  12408. CrimBase1B.TextColor3 = Color3.new(1, 1, 1)
  12409. CrimBase1B.TextSize = 16
  12410. CrimBase1B.MouseButton1Click:connect(function()
  12411. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0)
  12412. end)
  12413.  
  12414. CrimBase2B.Name = "CrimBase2B"
  12415. CrimBase2B.Parent = TeleportsF
  12416. CrimBase2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12417. CrimBase2B.BorderSizePixel = 0
  12418. CrimBase2B.Position = UDim2.new(0, 280, 0, 45)
  12419. CrimBase2B.Size = UDim2.new(0, 125, 0, 25)
  12420. CrimBase2B.Font = Enum.Font.SourceSansBold
  12421. CrimBase2B.FontSize = Enum.FontSize.Size18
  12422. CrimBase2B.Text = "Criminal Base 2"
  12423. CrimBase2B.TextColor3 = Color3.new(1, 1, 1)
  12424. CrimBase2B.TextSize = 16
  12425. CrimBase2B.MouseButton1Click:connect(function()
  12426. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1818, 49, -1657.4) + Vector3.new(1,0,0)
  12427. end)
  12428.  
  12429. Jewl1B.Name = "Jewl1B"
  12430. Jewl1B.Parent = TeleportsF
  12431. Jewl1B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12432. Jewl1B.BorderSizePixel = 0
  12433. Jewl1B.Position = UDim2.new(0, 145, 0, 10)
  12434. Jewl1B.Size = UDim2.new(0, 125, 0, 25)
  12435. Jewl1B.Font = Enum.Font.SourceSansBold
  12436. Jewl1B.FontSize = Enum.FontSize.Size18
  12437. Jewl1B.Text = "Jewelry Store Top"
  12438. Jewl1B.TextColor3 = Color3.new(1, 1, 1)
  12439. Jewl1B.TextSize = 16
  12440. Jewl1B.MouseButton1Click:connect(function()
  12441. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175) + Vector3.new(1,0,0)
  12442. end)
  12443.  
  12444. Jewl2B.Name = "Jewl2B"
  12445. Jewl2B.Parent = TeleportsF
  12446. Jewl2B.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12447. Jewl2B.BorderSizePixel = 0
  12448. Jewl2B.Position = UDim2.new(0, 145, 0, 45)
  12449. Jewl2B.Size = UDim2.new(0, 125, 0, 25)
  12450. Jewl2B.Font = Enum.Font.SourceSansBold
  12451. Jewl2B.FontSize = Enum.FontSize.Size18
  12452. Jewl2B.Text = "Jewelry Store Inside"
  12453. Jewl2B.TextColor3 = Color3.new(1, 1, 1)
  12454. Jewl2B.TextSize = 16
  12455. Jewl2B.MouseButton1Click:connect(function()
  12456. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124.339157,17.9125443,1318.82336) + Vector3.new(1,0,0)
  12457. end)
  12458.  
  12459. GunStoreB.Name = "GunStoreB"
  12460. GunStoreB.Parent = TeleportsF
  12461. GunStoreB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12462. GunStoreB.BorderSizePixel = 0
  12463. GunStoreB.Position = UDim2.new(0, 10, 0, 80)
  12464. GunStoreB.Size = UDim2.new(0, 125, 0, 25)
  12465. GunStoreB.Font = Enum.Font.SourceSansBold
  12466. GunStoreB.FontSize = Enum.FontSize.Size18
  12467. GunStoreB.Text = "Gun Store"
  12468. GunStoreB.TextColor3 = Color3.new(1, 1, 1)
  12469. GunStoreB.TextSize = 16
  12470. GunStoreB.MouseButton1Click:connect(function()
  12471. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-24.4, 18, -1763) + Vector3.new(1,0,0)
  12472. end)
  12473.  
  12474. GarageB.Name = "GarageB"
  12475. GarageB.Parent = TeleportsF
  12476. GarageB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12477. GarageB.BorderSizePixel = 0
  12478. GarageB.Position = UDim2.new(0, 145, 0, 80)
  12479. GarageB.Size = UDim2.new(0, 125, 0, 25)
  12480. GarageB.Font = Enum.Font.SourceSansBold
  12481. GarageB.FontSize = Enum.FontSize.Size18
  12482. GarageB.Text = "Garage"
  12483. GarageB.TextColor3 = Color3.new(1, 1, 1)
  12484. GarageB.TextSize = 16
  12485. GarageB.MouseButton1Click:connect(function()
  12486. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-342.130798, 19.3135223, 1182.73669) + Vector3.new(1,0,0)
  12487. end)
  12488.  
  12489. DShopB.Name = "DShopB"
  12490. DShopB.Parent = TeleportsF
  12491. DShopB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12492. DShopB.BorderSizePixel = 0
  12493. DShopB.Position = UDim2.new(0, 280, 0, 80)
  12494. DShopB.Size = UDim2.new(0, 125, 0, 25)
  12495. DShopB.Font = Enum.Font.SourceSansBold
  12496. DShopB.FontSize = Enum.FontSize.Size18
  12497. DShopB.Text = "Donut Shop"
  12498. DShopB.TextColor3 = Color3.new(1, 1, 1)
  12499. DShopB.TextSize = 16
  12500. DShopB.MouseButton1Click:connect(function()
  12501. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(273, 18, -1807) + Vector3.new(1,0,0)
  12502. end)
  12503.  
  12504. PoliceBaseB.Name = "PoliceBaseB"
  12505. PoliceBaseB.Parent = TeleportsF
  12506. PoliceBaseB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12507. PoliceBaseB.BorderSizePixel = 0
  12508. PoliceBaseB.Position = UDim2.new(0, 10, 0, 115)
  12509. PoliceBaseB.Size = UDim2.new(0, 125, 0, 25)
  12510. PoliceBaseB.Font = Enum.Font.SourceSansBold
  12511. PoliceBaseB.FontSize = Enum.FontSize.Size18
  12512. PoliceBaseB.Text = "Police Base"
  12513. PoliceBaseB.TextColor3 = Color3.new(1, 1, 1)
  12514. PoliceBaseB.TextSize = 16
  12515. PoliceBaseB.MouseButton1Click:connect(function()
  12516. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0)
  12517. end)
  12518.  
  12519. HeliB.Name = "HeliB"
  12520. HeliB.Parent = TeleportsF
  12521. HeliB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12522. HeliB.BorderSizePixel = 0
  12523. HeliB.Position = UDim2.new(0, 145, 0, 115)
  12524. HeliB.Size = UDim2.new(0, 125, 0, 25)
  12525. HeliB.Font = Enum.Font.SourceSansBold
  12526. HeliB.FontSize = Enum.FontSize.Size18
  12527. HeliB.Text = "Helicopter Pad"
  12528. HeliB.TextColor3 = Color3.new(1, 1, 1)
  12529. HeliB.TextSize = 16
  12530. HeliB.MouseButton1Click:connect(function()
  12531. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  12532. end)
  12533.  
  12534. PoliceCarsB.Name = "PoliceCarsB"
  12535. PoliceCarsB.Parent = TeleportsF
  12536. PoliceCarsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12537. PoliceCarsB.BorderSizePixel = 0
  12538. PoliceCarsB.Position = UDim2.new(0, 280, 0, 115)
  12539. PoliceCarsB.Size = UDim2.new(0, 125, 0, 25)
  12540. PoliceCarsB.Font = Enum.Font.SourceSansBold
  12541. PoliceCarsB.FontSize = Enum.FontSize.Size18
  12542. PoliceCarsB.Text = "Police Cars"
  12543. PoliceCarsB.TextColor3 = Color3.new(1, 1, 1)
  12544. PoliceCarsB.TextSize = 16
  12545. PoliceCarsB.MouseButton1Click:connect(function()
  12546. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  12547. end)
  12548.  
  12549. ToggleablesF.Name = "ToggleablesF"
  12550. ToggleablesF.Parent = Main
  12551. ToggleablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  12552. ToggleablesF.BorderSizePixel = 0
  12553. ToggleablesF.Position = UDim2.new(0, 145, 0, 0)
  12554. ToggleablesF.Size = UDim2.new(0, 415, 0, 225)
  12555. ToggleablesF.Visible = false
  12556.  
  12557. WalkSpeedB.Name = "WalkSpeedB"
  12558. WalkSpeedB.Parent = ToggleablesF
  12559. WalkSpeedB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12560. WalkSpeedB.BorderSizePixel = 0
  12561. WalkSpeedB.Position = UDim2.new(0, 10, 0, 10)
  12562. WalkSpeedB.Size = UDim2.new(0, 125, 0, 25)
  12563. WalkSpeedB.Font = Enum.Font.SourceSansBold
  12564. WalkSpeedB.FontSize = Enum.FontSize.Size18
  12565. WalkSpeedB.Text = "WalkSpeed"
  12566. WalkSpeedB.TextColor3 = Color3.new(1, 1, 1)
  12567. WalkSpeedB.TextSize = 16
  12568. WalkSpeedB.MouseButton1Down:connect(function()
  12569. if Walk == true then
  12570. Walk = false
  12571. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  12572. else
  12573. Walk = true
  12574. end
  12575. end)
  12576.  
  12577. JumpPowerB.Name = "JumpPowerB"
  12578. JumpPowerB.Parent = ToggleablesF
  12579. JumpPowerB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12580. JumpPowerB.BorderSizePixel = 0
  12581. JumpPowerB.Position = UDim2.new(0, 145, 0, 10)
  12582. JumpPowerB.Size = UDim2.new(0, 125, 0, 25)
  12583. JumpPowerB.Font = Enum.Font.SourceSansBold
  12584. JumpPowerB.FontSize = Enum.FontSize.Size18
  12585. JumpPowerB.Text = "JumpPower"
  12586. JumpPowerB.TextColor3 = Color3.new(1, 1, 1)
  12587. JumpPowerB.TextSize = 16
  12588. JumpPowerB.MouseButton1Down:connect(function()
  12589. if Jump == true then
  12590. Jump = false
  12591. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  12592. else
  12593. Jump = true
  12594. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  12595. end
  12596. end)
  12597.  
  12598. GravityB.Name = "GravityB"
  12599. GravityB.Parent = ToggleablesF
  12600. GravityB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12601. GravityB.BorderSizePixel = 0
  12602. GravityB.Position = UDim2.new(0, 280, 0, 10)
  12603. GravityB.Size = UDim2.new(0, 125, 0, 25)
  12604. GravityB.Font = Enum.Font.SourceSansBold
  12605. GravityB.FontSize = Enum.FontSize.Size18
  12606. GravityB.Text = "Gravity"
  12607. GravityB.TextColor3 = Color3.new(1, 1, 1)
  12608. GravityB.TextSize = 16
  12609. GravityB.MouseButton1Down:connect(function()
  12610. if Gravity == true then
  12611. Gravity = false
  12612. game.workspace.Gravity = 196.2
  12613. else
  12614. Gravity = true
  12615. game.workspace.Gravity = 45
  12616. end
  12617. end)
  12618.  
  12619. AutoArrestB.Name = "AutoArrestB"
  12620. AutoArrestB.Parent = ToggleablesF
  12621. AutoArrestB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12622. AutoArrestB.BorderSizePixel = 0
  12623. AutoArrestB.Position = UDim2.new(0, 10, 0, 45)
  12624. AutoArrestB.Size = UDim2.new(0, 125, 0, 25)
  12625. AutoArrestB.Font = Enum.Font.SourceSansBold
  12626. AutoArrestB.FontSize = Enum.FontSize.Size18
  12627. AutoArrestB.Text = "Auto Arrest"
  12628. AutoArrestB.TextColor3 = Color3.new(1, 1, 1)
  12629. AutoArrestB.TextSize = 16
  12630. AutoArrestB.MouseButton1Down:connect(function()
  12631. if Arrest == true then
  12632. Arrest = false
  12633. else
  12634. Arrest = true
  12635. end
  12636. end)
  12637.  
  12638. RemoveablesB.Name = "RemoveablesB"
  12639. RemoveablesB.Parent = Main
  12640. RemoveablesB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12641. RemoveablesB.BorderSizePixel = 0
  12642. RemoveablesB.Position = UDim2.new(0, 10, 0, 105)
  12643. RemoveablesB.Size = UDim2.new(0, 125, 0, 25)
  12644. RemoveablesB.Font = Enum.Font.SourceSansBold
  12645. RemoveablesB.FontSize = Enum.FontSize.Size18
  12646. RemoveablesB.Text = "Removeables"
  12647. RemoveablesB.TextColor3 = Color3.new(1, 1, 1)
  12648. RemoveablesB.TextSize = 16
  12649. RemoveablesB.TextSize = 16
  12650. RemoveablesB.MouseButton1Down:connect(function()
  12651. Home.Visible = false
  12652. TeleportsF.Visible = false
  12653. ToggleablesF.Visible = false
  12654. RemoveablesF.Visible = true
  12655. end)
  12656.  
  12657. RemoveablesF.Name = "RemoveablesF"
  12658. RemoveablesF.Parent = Main
  12659. RemoveablesF.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  12660. RemoveablesF.BorderSizePixel = 0
  12661. RemoveablesF.Position = UDim2.new(0, 145, 0, 0)
  12662. RemoveablesF.Size = UDim2.new(0, 415, 0, 225)
  12663. RemoveablesF.Visible = false
  12664.  
  12665. DoorsB.Name = "DoorsB"
  12666. DoorsB.Parent = RemoveablesF
  12667. DoorsB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12668. DoorsB.BorderSizePixel = 0
  12669. DoorsB.Position = UDim2.new(0, 10, 0, 10)
  12670. DoorsB.Size = UDim2.new(0, 125, 0, 25)
  12671. DoorsB.Font = Enum.Font.SourceSansBold
  12672. DoorsB.FontSize = Enum.FontSize.Size18
  12673. DoorsB.Text = "Doors"
  12674. DoorsB.TextColor3 = Color3.new(1, 1, 1)
  12675. DoorsB.TextSize = 16
  12676. DoorsB.MouseButton1Down:connect(function()
  12677. game.Workspace.Doors:Remove()
  12678. end)
  12679.  
  12680. BankB.Name = "BankB"
  12681. BankB.Parent = RemoveablesF
  12682. BankB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12683. BankB.BorderSizePixel = 0
  12684. BankB.Position = UDim2.new(0, 145, 0, 10)
  12685. BankB.Size = UDim2.new(0, 125, 0, 25)
  12686. BankB.Font = Enum.Font.SourceSansBold
  12687. BankB.FontSize = Enum.FontSize.Size18
  12688. BankB.Text = "Bank Lasers"
  12689. BankB.TextColor3 = Color3.new(1, 1, 1)
  12690. BankB.TextSize = 16
  12691. BankB.MouseButton1Down:connect(function()
  12692. game.Workspace.Banks.Bank.Lasers:Remove()
  12693. end)
  12694.  
  12695. JewelryB.Name = "JewelryB"
  12696. JewelryB.Parent = RemoveablesF
  12697. JewelryB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12698. JewelryB.BorderSizePixel = 0
  12699. JewelryB.Position = UDim2.new(0, 280, 0, 10)
  12700. JewelryB.Size = UDim2.new(0, 125, 0, 25)
  12701. JewelryB.Font = Enum.Font.SourceSansBold
  12702. JewelryB.FontSize = Enum.FontSize.Size18
  12703. JewelryB.Text = "Jewelry Store Lasers"
  12704. JewelryB.TextColor3 = Color3.new(1, 1, 1)
  12705. JewelryB.TextSize = 16
  12706. JewelryB.MouseButton1Down:connect(function()
  12707. game.Workspace.Jewelrys.Jewelry.Lasers:Remove()
  12708. game.Workspace.Jewelrys.Jewelry.Cameras:Remove()
  12709. game.Workspace.Jewelrys.Jewelry.FloorLasers:Remove()
  12710. end)
  12711.  
  12712. CellB.Name = "CellB"
  12713. CellB.Parent = RemoveablesF
  12714. CellB.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12715. CellB.BorderSizePixel = 0
  12716. CellB.Position = UDim2.new(0, 10, 0, 45)
  12717. CellB.Size = UDim2.new(0, 125, 0, 25)
  12718. CellB.Font = Enum.Font.SourceSansBold
  12719. CellB.FontSize = Enum.FontSize.Size18
  12720. CellB.Text = "Cell Bars"
  12721. CellB.TextColor3 = Color3.new(1, 1, 1)
  12722. CellB.TextSize = 16
  12723. CellB.MouseButton1Down:connect(function()
  12724. game.Workspace.Cells:Remove()
  12725. end)
  12726.  
  12727. Open.Name = "Open"
  12728. Open.Parent = Corruption
  12729. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.588235)
  12730. Open.BorderSizePixel = 0
  12731. Open.Position = UDim2.new(0, 0, 0.600000024, 0)
  12732. Open.Size = UDim2.new(0, 125, 0, 25)
  12733. Open.Font = Enum.Font.SourceSansBold
  12734. Open.FontSize = Enum.FontSize.Size18
  12735. Open.Text = "Open"
  12736. Open.TextColor3 = Color3.new(1, 1, 1)
  12737. Open.TextSize = 16
  12738. Open.MouseButton1Down:connect(function()
  12739. Main.Visible = true
  12740. Open.Visible = false
  12741. end)
  12742. while true do
  12743. wait()
  12744. if Arrest == true then
  12745. local Player = game.Players.LocalPlayer
  12746. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  12747. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  12748. end
  12749. elseif Walk == true then
  12750. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 10000
  12751. end
  12752. end
  12753. end)
  12754.  
  12755. Jailbreakcool.Name = "Jailbreak cool"
  12756. Jailbreakcool.Parent = ScrollingFrame
  12757. Jailbreakcool.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  12758. Jailbreakcool.Position = UDim2.new(0.103703499, 0, 0.746153831, 0)
  12759. Jailbreakcool.Size = UDim2.new(0, 200, 0, 50)
  12760. Jailbreakcool.Font = Enum.Font.Cartoon
  12761. Jailbreakcool.Text = "Jailbreak Sick GUI"
  12762. Jailbreakcool.TextColor3 = Color3.new(0, 0, 0)
  12763. Jailbreakcool.TextScaled = true
  12764. Jailbreakcool.TextSize = 14
  12765. Jailbreakcool.TextWrapped = true
  12766. Jailbreakcool.MouseButton1Down:connect(function()
  12767. loadstring(game:GetObjects("rbxassetid://1566925013")[1].Source)()
  12768. end)
  12769.  
  12770. Jailbreako.Name = "Jailbreako"
  12771. Jailbreako.Parent = ScrollingFrame
  12772. Jailbreako.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  12773. Jailbreako.Position = UDim2.new(0.107407406, 0, 0.815384686, 0)
  12774. Jailbreako.Size = UDim2.new(0, 200, 0, 50)
  12775. Jailbreako.Font = Enum.Font.Cartoon
  12776. Jailbreako.Text = "JailBreako GUI"
  12777. Jailbreako.TextColor3 = Color3.new(0, 0, 0)
  12778. Jailbreako.TextScaled = true
  12779. Jailbreako.TextSize = 14
  12780. Jailbreako.TextWrapped = true
  12781. Jailbreako.MouseButton1Down:connect(function()
  12782. -- Objects
  12783. local player = game.Players.LocalPlayer
  12784. local mouse = player:GetMouse()
  12785. local ScreenGui = Instance.new("ScreenGui")
  12786. local Window = Instance.new("Frame")
  12787. local Bank = Instance.new("TextButton")
  12788. local Circle = Instance.new("ImageLabel")
  12789. local Jewelry = Instance.new("TextButton")
  12790. local Circle_2 = Instance.new("ImageLabel")
  12791. local JLRY = Instance.new("Frame")
  12792. local Top = Instance.new("TextButton")
  12793. local Bottom = Instance.new("TextButton")
  12794. local Frame = Instance.new("Frame")
  12795. local TextLabel = Instance.new("TextLabel")
  12796. local Frame_2 = Instance.new("Frame")
  12797. local TextLabel_2 = Instance.new("TextLabel")
  12798. local Helicopter = Instance.new("TextButton")
  12799. local Circle_3 = Instance.new("ImageLabel")
  12800. local Heli = Instance.new("Frame")
  12801. local Base2 = Instance.new("TextButton")
  12802. local Base1 = Instance.new("TextButton")
  12803. local Ban = Instance.new("Frame")
  12804. local Vault = Instance.new("TextButton")
  12805. local Top2 = Instance.new("TextButton")
  12806. local Prison = Instance.new("TextButton")
  12807. local Circle_4 = Instance.new("ImageLabel")
  12808. local Priso = Instance.new("Frame")
  12809. local Cars = Instance.new("TextButton")
  12810. local Field = Instance.new("TextButton")
  12811. local Front = Instance.new("TextButton")
  12812. local Other = Instance.new("TextButton")
  12813. local Circle_5 = Instance.new("ImageLabel")
  12814. local Othe = Instance.new("Frame")
  12815. local Cave = Instance.new("TextButton")
  12816. local SR = Instance.new("TextButton")
  12817. local DOnut = Instance.new("TextButton")
  12818.  
  12819. -- Properties
  12820.  
  12821. ScreenGui.Parent = game.CoreGui
  12822.  
  12823. Window.Name = "Window"
  12824. Window.Parent = ScreenGui
  12825. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  12826. Window.BorderSizePixel = 0
  12827. Window.Position = UDim2.new(0, 0, 0.25, 0)
  12828. Window.Size = UDim2.new(0.150000006, 0, 0.5, 0)
  12829.  
  12830. Bank.Name = "Bank"
  12831. Bank.Parent = Window
  12832. Bank.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  12833. Bank.BorderSizePixel = 0
  12834. Bank.ClipsDescendants = true
  12835. Bank.Position = UDim2.new(0, 20, 0, 50)
  12836. Bank.Size = UDim2.new(0, 80, 0, 50)
  12837. Bank.Font = Enum.Font.SourceSansBold
  12838. Bank.FontSize = Enum.FontSize.Size24
  12839. Bank.Text = "Bank"
  12840. Bank.TextColor3 = Color3.new(1, 1, 1)
  12841. Bank.TextSize = 20
  12842. Bank.TextWrapped = true
  12843.  
  12844. Circle.Name = "Circle"
  12845. Circle.Parent = Bank
  12846. Circle.BackgroundColor3 = Color3.new(1, 1, 1)
  12847. Circle.BackgroundTransparency = 1
  12848. Circle.Position = UDim2.new(0, 32, 0, 20)
  12849. Circle.Image = "rbxassetid://232918622"
  12850. Circle.ImageColor3 = Color3.new(0, 0, 0)
  12851.  
  12852. Jewelry.Name = "Jewelry"
  12853. Jewelry.Parent = Window
  12854. Jewelry.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  12855. Jewelry.BorderSizePixel = 0
  12856. Jewelry.ClipsDescendants = true
  12857. Jewelry.Position = UDim2.new(0, 20, 0, 110)
  12858. Jewelry.Size = UDim2.new(0, 80, 0, 50)
  12859. Jewelry.Font = Enum.Font.SourceSansBold
  12860. Jewelry.FontSize = Enum.FontSize.Size24
  12861. Jewelry.Text = "Jewelry"
  12862. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  12863. Jewelry.TextSize = 20
  12864. Jewelry.TextWrapped = true
  12865.  
  12866. Circle_2.Name = "Circle"
  12867. Circle_2.Parent = Jewelry
  12868. Circle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  12869. Circle_2.BackgroundTransparency = 1
  12870. Circle_2.Position = UDim2.new(0, 32, 0, 20)
  12871. Circle_2.Image = "rbxassetid://232918622"
  12872. Circle_2.ImageColor3 = Color3.new(0, 0, 0)
  12873.  
  12874. JLRY.Name = "JLRY"
  12875. JLRY.Parent = Window
  12876. JLRY.BackgroundColor3 = Color3.new(1, 0, 0)
  12877. JLRY.BorderSizePixel = 0
  12878. JLRY.Position = UDim2.new(0, 100, 0, 110)
  12879. JLRY.Size = UDim2.new(0, 80, 0, 50)
  12880. JLRY.Visible = false
  12881.  
  12882. Top.Name = "Top"
  12883. Top.Parent = JLRY
  12884. Top.BackgroundColor3 = Color3.new(1, 0, 0)
  12885. Top.BorderSizePixel = 0
  12886. Top.ClipsDescendants = true
  12887. Top.Size = UDim2.new(0, 80, 0, 25)
  12888. Top.Font = Enum.Font.SourceSansBold
  12889. Top.FontSize = Enum.FontSize.Size24
  12890. Top.Text = "Top"
  12891. Top.TextColor3 = Color3.new(1, 1, 1)
  12892. Top.TextSize = 20
  12893. Top.TextWrapped = true
  12894.  
  12895. Bottom.Name = "Bottom"
  12896. Bottom.Parent = JLRY
  12897. Bottom.BackgroundColor3 = Color3.new(0, 0, 1)
  12898. Bottom.BorderSizePixel = 0
  12899. Bottom.ClipsDescendants = true
  12900. Bottom.Position = UDim2.new(0, 0, 0, 25)
  12901. Bottom.Size = UDim2.new(0, 80, 0, 25)
  12902. Bottom.Font = Enum.Font.SourceSansBold
  12903. Bottom.FontSize = Enum.FontSize.Size24
  12904. Bottom.Text = "Bottom"
  12905. Bottom.TextColor3 = Color3.new(1, 1, 1)
  12906. Bottom.TextSize = 20
  12907. Bottom.TextWrapped = true
  12908.  
  12909. Frame.Parent = Window
  12910. Frame.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  12911. Frame.BorderSizePixel = 0
  12912. Frame.Size = UDim2.new(1, 0, 0, 20)
  12913.  
  12914. TextLabel.Parent = Frame
  12915. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  12916. TextLabel.BackgroundTransparency = 1
  12917. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  12918. TextLabel.Font = Enum.Font.SourceSansBold
  12919. TextLabel.FontSize = Enum.FontSize.Size14
  12920. TextLabel.Text = "Jailbreak GUI made by dogew121"
  12921. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  12922. TextLabel.TextScaled = true
  12923. TextLabel.TextSize = 14
  12924. TextLabel.TextWrapped = true
  12925. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  12926.  
  12927. Frame_2.Parent = Window
  12928. Frame_2.BackgroundColor3 = Color3.new(1, 0, 0)
  12929. Frame_2.BorderSizePixel = 0
  12930. Frame_2.Position = UDim2.new(0, 0, 0, 20)
  12931. Frame_2.Size = UDim2.new(1, 0, 0, 20)
  12932.  
  12933. TextLabel_2.Parent = Frame_2
  12934. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  12935. TextLabel_2.BackgroundTransparency = 1
  12936. TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
  12937. TextLabel_2.Font = Enum.Font.SourceSansBold
  12938. TextLabel_2.FontSize = Enum.FontSize.Size14
  12939. TextLabel_2.Text = "N to close M to open"
  12940. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  12941. TextLabel_2.TextScaled = true
  12942. TextLabel_2.TextSize = 14
  12943. TextLabel_2.TextWrapped = true
  12944. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Right
  12945.  
  12946. Helicopter.Name = "Helicopter"
  12947. Helicopter.Parent = Window
  12948. Helicopter.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  12949. Helicopter.BorderSizePixel = 0
  12950. Helicopter.ClipsDescendants = true
  12951. Helicopter.Position = UDim2.new(0, 20, 0, 170)
  12952. Helicopter.Size = UDim2.new(0, 80, 0, 50)
  12953. Helicopter.Font = Enum.Font.SourceSansBold
  12954. Helicopter.FontSize = Enum.FontSize.Size24
  12955. Helicopter.Text = "Helicopter"
  12956. Helicopter.TextColor3 = Color3.new(1, 1, 1)
  12957. Helicopter.TextSize = 20
  12958. Helicopter.TextWrapped = true
  12959.  
  12960. Circle_3.Name = "Circle"
  12961. Circle_3.Parent = Helicopter
  12962. Circle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  12963. Circle_3.BackgroundTransparency = 1
  12964. Circle_3.Position = UDim2.new(0, 32, 0, 20)
  12965. Circle_3.Image = "rbxassetid://232918622"
  12966. Circle_3.ImageColor3 = Color3.new(0, 0, 0)
  12967.  
  12968. Heli.Name = "Heli"
  12969. Heli.Parent = Window
  12970. Heli.BackgroundColor3 = Color3.new(1, 0, 0)
  12971. Heli.BorderSizePixel = 0
  12972. Heli.Position = UDim2.new(0, 100, 0, 170)
  12973. Heli.Size = UDim2.new(0, 80, 0, 50)
  12974. Heli.Visible = false
  12975.  
  12976. Base2.Name = "Base2"
  12977. Base2.Parent = Heli
  12978. Base2.BackgroundColor3 = Color3.new(0, 0, 1)
  12979. Base2.BorderSizePixel = 0
  12980. Base2.ClipsDescendants = true
  12981. Base2.Position = UDim2.new(0, 0, 0, 25)
  12982. Base2.Size = UDim2.new(0, 80, 0, 25)
  12983. Base2.Font = Enum.Font.SourceSansBold
  12984. Base2.FontSize = Enum.FontSize.Size24
  12985. Base2.Text = "2nd Base"
  12986. Base2.TextColor3 = Color3.new(1, 1, 1)
  12987. Base2.TextSize = 20
  12988. Base2.TextWrapped = true
  12989.  
  12990. Base1.Name = "Base1"
  12991. Base1.Parent = Heli
  12992. Base1.BackgroundColor3 = Color3.new(1, 0, 0)
  12993. Base1.BorderSizePixel = 0
  12994. Base1.ClipsDescendants = true
  12995. Base1.Size = UDim2.new(0, 80, 0, 25)
  12996. Base1.Font = Enum.Font.SourceSansBold
  12997. Base1.FontSize = Enum.FontSize.Size24
  12998. Base1.Text = "1st Base"
  12999. Base1.TextColor3 = Color3.new(1, 1, 1)
  13000. Base1.TextSize = 20
  13001. Base1.TextWrapped = true
  13002.  
  13003. Ban.Name = "Ban"
  13004. Ban.Parent = Window
  13005. Ban.BackgroundColor3 = Color3.new(1, 0, 0)
  13006. Ban.BorderSizePixel = 0
  13007. Ban.Position = UDim2.new(0, 100, 0, 50)
  13008. Ban.Size = UDim2.new(0, 80, 0, 50)
  13009. Ban.Visible = false
  13010.  
  13011. Vault.Name = "Vault"
  13012. Vault.Parent = Ban
  13013. Vault.BackgroundColor3 = Color3.new(0, 0, 1)
  13014. Vault.BorderSizePixel = 0
  13015. Vault.ClipsDescendants = true
  13016. Vault.Position = UDim2.new(0, 0, 0, 25)
  13017. Vault.Size = UDim2.new(0, 80, 0, 25)
  13018. Vault.Font = Enum.Font.SourceSansBold
  13019. Vault.FontSize = Enum.FontSize.Size24
  13020. Vault.Text = "Vault"
  13021. Vault.TextColor3 = Color3.new(1, 1, 1)
  13022. Vault.TextSize = 20
  13023. Vault.TextWrapped = true
  13024.  
  13025. Top2.Name = "Top2"
  13026. Top2.Parent = Ban
  13027. Top2.BackgroundColor3 = Color3.new(1, 0, 0)
  13028. Top2.BorderSizePixel = 0
  13029. Top2.ClipsDescendants = true
  13030. Top2.Size = UDim2.new(0, 80, 0, 25)
  13031. Top2.Font = Enum.Font.SourceSansBold
  13032. Top2.FontSize = Enum.FontSize.Size24
  13033. Top2.Text = "Top"
  13034. Top2.TextColor3 = Color3.new(1, 1, 1)
  13035. Top2.TextSize = 20
  13036. Top2.TextWrapped = true
  13037.  
  13038. Prison.Name = "Prison"
  13039. Prison.Parent = Window
  13040. Prison.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  13041. Prison.BorderSizePixel = 0
  13042. Prison.ClipsDescendants = true
  13043. Prison.Position = UDim2.new(0, 20, 0, 230)
  13044. Prison.Size = UDim2.new(0, 80, 0, 50)
  13045. Prison.Font = Enum.Font.SourceSansBold
  13046. Prison.FontSize = Enum.FontSize.Size24
  13047. Prison.Text = "Prison"
  13048. Prison.TextColor3 = Color3.new(1, 1, 1)
  13049. Prison.TextSize = 20
  13050. Prison.TextWrapped = true
  13051.  
  13052. Circle_4.Name = "Circle"
  13053. Circle_4.Parent = Prison
  13054. Circle_4.BackgroundColor3 = Color3.new(1, 1, 1)
  13055. Circle_4.BackgroundTransparency = 1
  13056. Circle_4.Position = UDim2.new(0, 32, 0, 20)
  13057. Circle_4.Image = "rbxassetid://232918622"
  13058. Circle_4.ImageColor3 = Color3.new(0, 0, 0)
  13059.  
  13060. Priso.Name = "Priso"
  13061. Priso.Parent = Window
  13062. Priso.BackgroundColor3 = Color3.new(1, 0, 0)
  13063. Priso.BorderSizePixel = 0
  13064. Priso.Position = UDim2.new(0, 100, 0, 230)
  13065. Priso.Size = UDim2.new(0, 80, 0, 50)
  13066. Priso.Visible = false
  13067.  
  13068. Cars.Name = "Cars"
  13069. Cars.Parent = Priso
  13070. Cars.BackgroundColor3 = Color3.new(0, 0, 1)
  13071. Cars.BorderSizePixel = 0
  13072. Cars.ClipsDescendants = true
  13073. Cars.Position = UDim2.new(0, 0, 0, 25)
  13074. Cars.Size = UDim2.new(0, 80, 0, 25)
  13075. Cars.Font = Enum.Font.SourceSansBold
  13076. Cars.FontSize = Enum.FontSize.Size24
  13077. Cars.Text = "Cars"
  13078. Cars.TextColor3 = Color3.new(1, 1, 1)
  13079. Cars.TextSize = 20
  13080. Cars.TextWrapped = true
  13081.  
  13082. Field.Name = "Field"
  13083. Field.Parent = Priso
  13084. Field.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  13085. Field.BorderSizePixel = 0
  13086. Field.ClipsDescendants = true
  13087. Field.Position = UDim2.new(0, 80, 0, 0)
  13088. Field.Size = UDim2.new(0, 25, 0, 50)
  13089. Field.Font = Enum.Font.SourceSansBold
  13090. Field.FontSize = Enum.FontSize.Size24
  13091. Field.Text = "Field"
  13092. Field.TextColor3 = Color3.new(1, 1, 1)
  13093. Field.TextSize = 20
  13094. Field.TextWrapped = true
  13095.  
  13096. Front.Name = "Front"
  13097. Front.Parent = Priso
  13098. Front.BackgroundColor3 = Color3.new(1, 0, 0)
  13099. Front.BorderSizePixel = 0
  13100. Front.ClipsDescendants = true
  13101. Front.Size = UDim2.new(0, 80, 0, 25)
  13102. Front.Font = Enum.Font.SourceSansBold
  13103. Front.FontSize = Enum.FontSize.Size24
  13104. Front.Text = "Front"
  13105. Front.TextColor3 = Color3.new(1, 1, 1)
  13106. Front.TextSize = 20
  13107. Front.TextWrapped = true
  13108.  
  13109. Other.Name = "Other"
  13110. Other.Parent = Window
  13111. Other.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  13112. Other.BorderSizePixel = 0
  13113. Other.ClipsDescendants = true
  13114. Other.Position = UDim2.new(0, 20, 0, 290)
  13115. Other.Size = UDim2.new(0, 80, 0, 50)
  13116. Other.Font = Enum.Font.SourceSansBold
  13117. Other.FontSize = Enum.FontSize.Size24
  13118. Other.Text = "Other"
  13119. Other.TextColor3 = Color3.new(1, 1, 1)
  13120. Other.TextSize = 20
  13121. Other.TextWrapped = true
  13122.  
  13123. Circle_5.Name = "Circle"
  13124. Circle_5.Parent = Other
  13125. Circle_5.BackgroundColor3 = Color3.new(1, 1, 1)
  13126. Circle_5.BackgroundTransparency = 1
  13127. Circle_5.Position = UDim2.new(0, 32, 0, 20)
  13128. Circle_5.Image = "rbxassetid://232918622"
  13129. Circle_5.ImageColor3 = Color3.new(0, 0, 0)
  13130.  
  13131. Othe.Name = "Othe"
  13132. Othe.Parent = Window
  13133. Othe.BackgroundColor3 = Color3.new(1, 0, 0)
  13134. Othe.BorderSizePixel = 0
  13135. Othe.Position = UDim2.new(0, 100, 0, 290)
  13136. Othe.Size = UDim2.new(0, 80, 0, 50)
  13137. Othe.Visible = false
  13138.  
  13139. Cave.Name = "Cave"
  13140. Cave.Parent = Othe
  13141. Cave.BackgroundColor3 = Color3.new(0, 0, 1)
  13142. Cave.BorderSizePixel = 0
  13143. Cave.ClipsDescendants = true
  13144. Cave.Position = UDim2.new(0, 0, 0, 25)
  13145. Cave.Size = UDim2.new(0, 80, 0, 25)
  13146. Cave.Font = Enum.Font.SourceSansBold
  13147. Cave.FontSize = Enum.FontSize.Size24
  13148. Cave.Text = "Cave"
  13149. Cave.TextColor3 = Color3.new(1, 1, 1)
  13150. Cave.TextSize = 20
  13151. Cave.TextWrapped = true
  13152.  
  13153. SR.Name = "SR"
  13154. SR.Parent = Othe
  13155. SR.BackgroundColor3 = Color3.new(1, 0, 0)
  13156. SR.BorderSizePixel = 0
  13157. SR.ClipsDescendants = true
  13158. SR.Size = UDim2.new(0, 80, 0, 25)
  13159. SR.Font = Enum.Font.SourceSansBold
  13160. SR.FontSize = Enum.FontSize.Size24
  13161. SR.Text = "Shooting Range"
  13162. SR.TextColor3 = Color3.new(1, 1, 1)
  13163. SR.TextScaled = true
  13164. SR.TextSize = 20
  13165. SR.TextWrapped = true
  13166.  
  13167. DOnut.Name = "DOnut"
  13168. DOnut.Parent = Othe
  13169. DOnut.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  13170. DOnut.BorderSizePixel = 0
  13171. DOnut.ClipsDescendants = true
  13172. DOnut.Position = UDim2.new(0, 80, 0, 0)
  13173. DOnut.Size = UDim2.new(0, 80, 0, 25)
  13174. DOnut.Font = Enum.Font.SourceSansBold
  13175. DOnut.FontSize = Enum.FontSize.Size24
  13176. DOnut.Text = "Donut"
  13177. DOnut.TextColor3 = Color3.new(1, 1, 1)
  13178. DOnut.TextSize = 20
  13179. DOnut.TextWrapped = true
  13180.  
  13181. -- SCRIPTS
  13182. --Open
  13183. Prison.MouseButton1Click:connect(function()
  13184. Priso.Visible = true
  13185. Circle_4:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  13186. Circle_4:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  13187. Circle_4.ImageTransparency = 0.01
  13188. wait(0.01)
  13189. Circle_4.ImageTransparency = 0.2
  13190. wait(0.01)
  13191. Circle_4.ImageTransparency = 0.3
  13192. wait(0.01)
  13193. Circle_4.ImageTransparency = 0.4
  13194. wait(0.01)
  13195. Circle_4.ImageTransparency = 0.5
  13196. wait(0.01)
  13197. Circle_4.ImageTransparency = 0.6
  13198. wait(0.01)
  13199. Circle_4.ImageTransparency = 0.7
  13200. wait(0.01)
  13201. Circle_4.ImageTransparency = 0.8
  13202. wait(0.01)
  13203. Circle_4.ImageTransparency = 0.9
  13204. wait(0.01)
  13205. Circle_4.ImageTransparency = 1
  13206. wait(0.01)
  13207. Circle_4.ImageTransparency = 0
  13208. Circle_4:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  13209. Circle_4:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  13210. end)
  13211. Jewelry.MouseButton1Click:connect(function()
  13212. JLRY.Visible = true
  13213. Circle_2:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  13214. Circle_2:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  13215. Circle_2.ImageTransparency = 0.01
  13216. wait(0.01)
  13217. Circle_2.ImageTransparency = 0.2
  13218. wait(0.01)
  13219. Circle_2.ImageTransparency = 0.3
  13220. wait(0.01)
  13221. Circle_2.ImageTransparency = 0.4
  13222. wait(0.01)
  13223. Circle_2.ImageTransparency = 0.5
  13224. wait(0.01)
  13225. Circle_2.ImageTransparency = 0.6
  13226. wait(0.01)
  13227. Circle_2.ImageTransparency = 0.7
  13228. wait(0.01)
  13229. Circle_2.ImageTransparency = 0.8
  13230. wait(0.01)
  13231. Circle_2.ImageTransparency = 0.9
  13232. wait(0.01)
  13233. Circle_2.ImageTransparency = 1
  13234. wait(0.01)
  13235. Circle_2.ImageTransparency = 0
  13236. Circle_2:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  13237. Circle_2:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  13238. end)
  13239. Helicopter.MouseButton1Click:connect(function()
  13240. Heli.Visible = true
  13241. Circle_3:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  13242. Circle_3:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  13243. Circle_3.ImageTransparency = 0.01
  13244. wait(0.01)
  13245. Circle_3.ImageTransparency = 0.2
  13246. wait(0.01)
  13247. Circle_3.ImageTransparency = 0.3
  13248. wait(0.01)
  13249. Circle_3.ImageTransparency = 0.4
  13250. wait(0.01)
  13251. Circle_3.ImageTransparency = 0.5
  13252. wait(0.01)
  13253. Circle_3.ImageTransparency = 0.6
  13254. wait(0.01)
  13255. Circle_3.ImageTransparency = 0.7
  13256. wait(0.01)
  13257. Circle_3.ImageTransparency = 0.8
  13258. wait(0.01)
  13259. Circle_3.ImageTransparency = 0.9
  13260. wait(0.01)
  13261. Circle_3.ImageTransparency = 1
  13262. wait(0.01)
  13263. Circle_3.ImageTransparency = 0
  13264. Circle_3:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  13265. Circle_3:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  13266. end)
  13267. Bank.MouseButton1Click:connect(function()
  13268. Ban.Visible = true
  13269. Circle:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  13270. Circle:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  13271. Circle.ImageTransparency = 0.01
  13272. wait(0.01)
  13273. Circle.ImageTransparency = 0.2
  13274. wait(0.01)
  13275. Circle.ImageTransparency = 0.3
  13276. wait(0.01)
  13277. Circle.ImageTransparency = 0.4
  13278. wait(0.01)
  13279. Circle.ImageTransparency = 0.5
  13280. wait(0.01)
  13281. Circle.ImageTransparency = 0.6
  13282. wait(0.01)
  13283. Circle.ImageTransparency = 0.7
  13284. wait(0.01)
  13285. Circle.ImageTransparency = 0.8
  13286. wait(0.01)
  13287. Circle.ImageTransparency = 0.9
  13288. wait(0.01)
  13289. Circle.ImageTransparency = 1
  13290. wait(0.01)
  13291. Circle.ImageTransparency = 0
  13292. Circle:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  13293. Circle:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  13294. end)
  13295. Other.MouseButton1Click:connect(function()
  13296. Othe.Visible = true
  13297. Circle_5:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  13298. Circle_5:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  13299. Circle_5.ImageTransparency = 0.01
  13300. wait(0.01)
  13301. Circle_5.ImageTransparency = 0.2
  13302. wait(0.01)
  13303. Circle_5.ImageTransparency = 0.3
  13304. wait(0.01)
  13305. Circle_5.ImageTransparency = 0.4
  13306. wait(0.01)
  13307. Circle_5.ImageTransparency = 0.5
  13308. wait(0.01)
  13309. Circle_5.ImageTransparency = 0.6
  13310. wait(0.01)
  13311. Circle_5.ImageTransparency = 0.7
  13312. wait(0.01)
  13313. Circle_5.ImageTransparency = 0.8
  13314. wait(0.01)
  13315. Circle_5.ImageTransparency = 0.9
  13316. wait(0.01)
  13317. Circle_5.ImageTransparency = 1
  13318. wait(0.01)
  13319. Circle_5.ImageTransparency = 0
  13320. Circle_5:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  13321. Circle_5:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  13322. end)
  13323. -- Bank
  13324. Vault.MouseButton1Click:connect(function()
  13325. Ban.Visible = false
  13326. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(35.4850616, 0.715307713, 809.113647) + Vector3.new(1,0,0)
  13327. end)
  13328. Top2.MouseButton1Click:connect(function()
  13329. Ban.Visible = false
  13330. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.18, 17.9, 788.27) + Vector3.new(1,0,0)
  13331. end)
  13332.  
  13333. -- Jewelry
  13334. Bottom.MouseButton1Click:connect(function()
  13335. JLRY.Visible = false
  13336. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  13337. end)
  13338. Top.MouseButton1Click:connect(function()
  13339. JLRY.Visible = false
  13340. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(109.72, 98.65, 1304.22) + Vector3.new(1,0,0)
  13341. end)
  13342.  
  13343. -- Others
  13344. SR.MouseButton1Click:connect(function()
  13345. Othe.Visible = false
  13346. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-22.68, 17.81, -1758.71) + Vector3.new(1,0,0)
  13347. end)
  13348. DOnut.MouseButton1Click:connect(function()
  13349. Othe.Visible = false
  13350. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.92, 17.81, -1756.59) + Vector3.new(1,0,0)
  13351. end)
  13352. Cave.MouseButton1Click:connect(function()
  13353. Othe.Visible = false
  13354. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1642.32, 49.77, -1736.75) + Vector3.new(1,0,0)
  13355. end)
  13356.  
  13357. -- Prison
  13358. Field.MouseButton1Click:connect(function()
  13359. Priso.Visible = false
  13360. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1219.61, 17.79, -1760.19) + Vector3.new(1,0,0)
  13361. end)
  13362. Front.MouseButton1Click:connect(function()
  13363. Priso.Visible = false
  13364. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  13365. end)
  13366. Cars.MouseButton1Click:connect(function()
  13367. Priso.Visible = false
  13368. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  13369. end)
  13370.  
  13371. -- Heli
  13372. Base1.MouseButton1Click:connect(function()
  13373. Heli.Visible = false
  13374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  13375. end)
  13376. Base2.MouseButton1Click:connect(function()
  13377. Heli.Visible = false
  13378. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(751.44,69.52,1124.96) + Vector3.new(1,0,0)
  13379. end)
  13380.  
  13381. mouse.KeyDown:connect(function(key)
  13382. if key == "n" then
  13383. ScreenGui.Enabled = false
  13384. elseif key == "m" then
  13385. ScreenGui.Enabled = true
  13386. end
  13387. end)
  13388. end)
  13389.  
  13390. TextLabel_2.Parent = ScrollingFrame
  13391. TextLabel_2.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
  13392. TextLabel_2.Position = UDim2.new(0.107407406, 0, 0.883177638, 0)
  13393. TextLabel_2.Size = UDim2.new(0, 200, 0, 106)
  13394. TextLabel_2.Font = Enum.Font.Cartoon
  13395. TextLabel_2.Text = "DM ludde#0011 ABOUT BUGS/PATCHED"
  13396. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  13397. TextLabel_2.TextScaled = true
  13398. TextLabel_2.TextSize = 14
  13399. TextLabel_2.TextWrapped = true
  13400.  
  13401. TextLabel_3.Parent = Main
  13402. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  13403. TextLabel_3.Position = UDim2.new(0.589986444, 0, 0.839560449, 0)
  13404. TextLabel_3.Size = UDim2.new(0, 303, 0, 73)
  13405. TextLabel_3.Font = Enum.Font.Cartoon
  13406. TextLabel_3.Text = "GUI BY LUDDE2K ON V3RM"
  13407. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  13408. TextLabel_3.TextScaled = true
  13409. TextLabel_3.TextSize = 14
  13410. TextLabel_3.TextWrapped = true
  13411.  
  13412. TextLabel_4.Parent = Main
  13413. TextLabel_4.BackgroundColor3 = Color3.new(0.388235, 0.388235, 0.388235)
  13414. TextLabel_4.Position = UDim2.new(0.370771319, 0, 0.138461545, 0)
  13415. TextLabel_4.Size = UDim2.new(0, 160, 0, 392)
  13416. TextLabel_4.Font = Enum.Font.Bodoni
  13417. TextLabel_4.Text = "CREDIT TO THE CREATORS OF THE GUIS!"
  13418. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  13419. TextLabel_4.TextScaled = true
  13420. TextLabel_4.TextSize = 14
  13421. TextLabel_4.TextWrapped = true
  13422.  
  13423. Close.Name = "Close"
  13424. Close.Parent = Main
  13425. Close.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  13426. Close.BorderSizePixel = 0
  13427. Close.Position = UDim2.new(0.82814616, 0, 0.0131868133, 0)
  13428. Close.Size = UDim2.new(0, 111, 0, 50)
  13429. Close.Font = Enum.Font.SourceSans
  13430. Close.Text = "X"
  13431. Close.TextColor3 = Color3.new(1, 1, 1)
  13432. Close.TextSize = 80
  13433. Close.MouseButton1Down:connect(function()
  13434. OpenFrame.Visible = true
  13435. Main.Visible = false
  13436. end)
  13437.  
  13438. OpenFrame.Name = "OpenFrame"
  13439. OpenFrame.Parent = ScreenGui
  13440. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  13441. OpenFrame.Position = UDim2.new(0.970044613, 0, 0.588452101, 0)
  13442. OpenFrame.Size = UDim2.new(0, 47, 0, 50)
  13443.  
  13444. Open.Name = "Open"
  13445. Open.Parent = OpenFrame
  13446. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  13447. Open.Position = UDim2.new(-0.178524017, 0, 6.10947609e-07, 0)
  13448. Open.Size = UDim2.new(0, 62, 0, 50)
  13449. Open.Font = Enum.Font.Cartoon
  13450. Open.Text = "X"
  13451. Open.TextColor3 = Color3.new(0, 0, 0)
  13452. Open.TextSize = 70
  13453. Open.TextWrapped = true
  13454. Open.MouseButton1Down:connect(function()
  13455. Main.Visible = true
  13456. OpenFrame.Visible = false
  13457. end)
  13458. -- Scripts:
Add Comment
Please, Sign In to add comment