gesrhtewntwaenta

Untitled

Sep 11th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.24 KB | None | 0 0
  1. -- Jailbreaker V1.2
  2. local plr = game:GetService("Players").LocalPlayer
  3.  
  4.  
  5. local TpMethod = 2
  6.  
  7.  
  8.  
  9. function JailbreakTp(...)
  10. getfenv()["TpMethod" .. TpMethod](...)
  11. end
  12.  
  13. function TpMethod1(...)
  14. local char = plr.Character
  15. local root = char.HumanoidRootPart
  16. local args = {...}
  17. for i=0,1,0.05 do
  18. wait()
  19. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  20. end
  21. end
  22.  
  23. function TpMethod2(...)
  24. local args = {...}
  25. local char = plr.Character
  26. local target = Vector3.new(unpack(args,1,3))
  27. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  28. dist = math.floor(dist / 100) + 1
  29. for i=0,dist * 4 do
  30. wait()
  31. char:MoveTo(Vector3.new(...))
  32. end
  33. if args[#args] == true then
  34. wait()
  35. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  36. end
  37. end
  38.  
  39. function Tween(obj, t, properties)
  40. local TweenService = game:GetService("TweenService")
  41. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  42. local tween = TweenService:Create(obj,tweenInfo,properties)
  43. tween:Play()
  44. return tween
  45. end
  46. -- Instances:
  47. local JailBreakerV12 = Instance.new("ScreenGui")
  48. local Main = Instance.new("Frame")
  49. local TPS = Instance.new("Frame")
  50. local gas = Instance.new("TextButton")
  51. local donut = Instance.new("TextButton")
  52. local JewOut = Instance.new("TextButton")
  53. local JewIn = Instance.new("TextButton")
  54. local BankVault = Instance.new("TextButton")
  55. local BankFront = Instance.new("TextButton")
  56. local crim1 = Instance.new("TextButton")
  57. local crim2 = Instance.new("TextButton")
  58. local train = Instance.new("TextButton")
  59. local Gravity = Instance.new("TextButton")
  60. local Walkspeed = Instance.new("TextButton")
  61. local autoarrest = Instance.new("TextButton")
  62. local MuseumTop = Instance.new("TextButton")
  63. local Museum = Instance.new("TextButton")
  64. local RemoveALL = Instance.new("TextButton")
  65. local JB2 = Instance.new("Frame")
  66. local CarFly = Instance.new("TextButton")
  67. local CtrlDelete = Instance.new("TextButton")
  68. local Noclip = Instance.new("TextButton")
  69. local BTools = Instance.new("TextButton")
  70. local InfiniteHealth = Instance.new("TextButton")
  71. local InfiniteNitro = Instance.new("TextButton")
  72. local InfiniteAmmo = Instance.new("TextButton")
  73. local Stuff = Instance.new("Frame")
  74. local Jailbreak2 = Instance.new("TextButton")
  75. local Teleports = Instance.new("TextButton")
  76. local Jailbreak3 = Instance.new("TextButton")
  77. local Design2 = Instance.new("Frame")
  78. local Exit = Instance.new("TextButton")
  79. local Name = Instance.new("TextLabel")
  80. local JB3 = Instance.new("Frame")
  81. local PlayerTP_Input = Instance.new("TextBox")
  82. local PlayerTP_Teleport = Instance.new("TextButton")
  83. local BankAutoRobBtn = Instance.new("TextButton")
  84. local BankStatus = Instance.new("TextLabel")
  85. local JewelryStatus = Instance.new("TextLabel")
  86. local Open = Instance.new("TextButton")
  87. --Properties:
  88. JailBreakerV12.Name = "JailBreaker V1.2"
  89. JailBreakerV12.Parent = game.CoreGui
  90.  
  91. Main.Name = "Main"
  92. Main.Parent = JailBreakerV12
  93. Main.Active = true
  94. Main.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  95. Main.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  96. Main.Position = UDim2.new(0.400000006, 0, 1.70000005, 0)
  97. Main.Size = UDim2.new(0, 406, 0, 320)
  98. Main.Draggable = true
  99.  
  100. TPS.Name = "TPS"
  101. TPS.Parent = Main
  102. TPS.BackgroundColor3 = Color3.new(1, 1, 0)
  103. TPS.BackgroundTransparency = 1
  104. TPS.Position = UDim2.new(0, 0, 0.321875006, 0)
  105. TPS.Size = UDim2.new(0, 575, 0, 211)
  106.  
  107. gas.Name = "gas"
  108. gas.Parent = TPS
  109. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  110. gas.Position = UDim2.new(0.248333335, 0, 0.215721205, 0)
  111. gas.Size = UDim2.new(0, 120, 0, 30)
  112. gas.Font = Enum.Font.ArialBold
  113. gas.Text = "Gas Station"
  114. gas.TextScaled = true
  115. gas.TextSize = 14
  116. gas.TextWrapped = true
  117.  
  118. donut.Name = "donut"
  119. donut.Parent = TPS
  120. donut.BackgroundColor3 = Color3.new(1, 0, 0)
  121. donut.Position = UDim2.new(0.248333335, 0, 0.590128779, 0)
  122. donut.Size = UDim2.new(0, 120, 0, 30)
  123. donut.Font = Enum.Font.ArialBold
  124. donut.Text = "Donut Shop"
  125. donut.TextScaled = true
  126. donut.TextSize = 14
  127. donut.TextWrapped = true
  128.  
  129. JewOut.Name = "JewOut"
  130. JewOut.Parent = TPS
  131. JewOut.BackgroundColor3 = Color3.new(1, 0, 0)
  132. JewOut.Position = UDim2.new(0.0116666555, 0, 0.593464613, 0)
  133. JewOut.Size = UDim2.new(0, 120, 0, 30)
  134. JewOut.Font = Enum.Font.ArialBold
  135. JewOut.Text = "Jewelry Top"
  136. JewOut.TextScaled = true
  137. JewOut.TextSize = 14
  138. JewOut.TextWrapped = true
  139.  
  140. JewIn.Name = "JewIn"
  141. JewIn.Parent = TPS
  142. JewIn.BackgroundColor3 = Color3.new(1, 0, 0)
  143. JewIn.Position = UDim2.new(0.0116666853, 0, 0.399151802, 0)
  144. JewIn.Size = UDim2.new(0, 120, 0, 30)
  145. JewIn.Font = Enum.Font.ArialBold
  146. JewIn.Text = "Jewelry Inside"
  147. JewIn.TextScaled = true
  148. JewIn.TextSize = 14
  149. JewIn.TextWrapped = true
  150.  
  151. BankVault.Name = "BankVault"
  152. BankVault.Parent = TPS
  153. BankVault.BackgroundColor3 = Color3.new(1, 0, 0)
  154. BankVault.Position = UDim2.new(0.0116666555, 0, 0.218009472, 0)
  155. BankVault.Size = UDim2.new(0, 120, 0, 30)
  156. BankVault.Font = Enum.Font.ArialBold
  157. BankVault.Text = "BankVault"
  158. BankVault.TextScaled = true
  159. BankVault.TextSize = 14
  160. BankVault.TextWrapped = true
  161.  
  162. BankFront.Name = "BankFront"
  163. BankFront.Parent = TPS
  164. BankFront.BackgroundColor3 = Color3.new(1, 0, 0)
  165. BankFront.Position = UDim2.new(0.0116666667, 0, 0.0284360182, 0)
  166. BankFront.Size = UDim2.new(0, 120, 0, 30)
  167. BankFront.Font = Enum.Font.ArialBold
  168. BankFront.Text = "BankFront"
  169. BankFront.TextScaled = true
  170. BankFront.TextSize = 14
  171. BankFront.TextWrapped = true
  172.  
  173. crim1.Name = "crim1"
  174. crim1.Parent = TPS
  175. crim1.BackgroundColor3 = Color3.new(1, 0, 0)
  176. crim1.Position = UDim2.new(0.0116666853, 0, 0.791977763, 0)
  177. crim1.Size = UDim2.new(0, 120, 0, 30)
  178. crim1.Font = Enum.Font.ArialBold
  179. crim1.Text = "Criminal Base 1"
  180. crim1.TextScaled = true
  181. crim1.TextSize = 14
  182. crim1.TextWrapped = true
  183.  
  184. crim2.Name = "crim2"
  185. crim2.Parent = TPS
  186. crim2.BackgroundColor3 = Color3.new(1, 0, 0)
  187. crim2.Position = UDim2.new(0.24833335, 0, 0.0306429788, 0)
  188. crim2.Size = UDim2.new(0, 120, 0, 30)
  189. crim2.Font = Enum.Font.ArialBold
  190. crim2.Text = "Criminal Base 2"
  191. crim2.TextScaled = true
  192. crim2.TextSize = 14
  193. crim2.TextWrapped = true
  194.  
  195. train.Name = "train"
  196. train.Parent = TPS
  197. train.BackgroundColor3 = Color3.new(1, 0, 0)
  198. train.Position = UDim2.new(0.24833332, 0, 0.39810428, 0)
  199. train.Size = UDim2.new(0, 120, 0, 30)
  200. train.Font = Enum.Font.ArialBold
  201. train.Text = "Train Spawn"
  202. train.TextScaled = true
  203. train.TextSize = 14
  204. train.TextWrapped = true
  205.  
  206. Gravity.Name = "Gravity"
  207. Gravity.Parent = TPS
  208. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  209. Gravity.Position = UDim2.new(0.482666641, 0, 0.591469228, 0)
  210. Gravity.Size = UDim2.new(0, 120, 0, 30)
  211. Gravity.Font = Enum.Font.ArialBold
  212. Gravity.Text = "Gravity"
  213. Gravity.TextScaled = true
  214. Gravity.TextSize = 14
  215. Gravity.TextWrapped = true
  216.  
  217. Walkspeed.Name = "Walkspeed"
  218. Walkspeed.Parent = TPS
  219. Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
  220. Walkspeed.Position = UDim2.new(0.482971013, 0, 0.399052143, 0)
  221. Walkspeed.Size = UDim2.new(0, 120, 0, 30)
  222. Walkspeed.Font = Enum.Font.ArialBold
  223. Walkspeed.Text = "Walkspeed [X]"
  224. Walkspeed.TextScaled = true
  225. Walkspeed.TextSize = 14
  226. Walkspeed.TextWrapped = true
  227. Walkspeed.MouseButton1Down:connect(function()
  228. local walkspeedplayer = game:GetService("Players").LocalPlayer
  229. local walkspeedmouse = walkspeedplayer:GetMouse()
  230.  
  231. local walkspeedenabled = false
  232.  
  233. function x_walkspeed(key)
  234. if (key == "x") then
  235. if walkspeedenabled == false then
  236. _G.WS = 200;
  237. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  238. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  239. Humanoid.WalkSpeed = _G.WS;
  240. end)
  241. Humanoid.WalkSpeed = _G.WS;
  242.  
  243. walkspeedenabled = true
  244. elseif walkspeedenabled == true then
  245. _G.WS = 20;
  246. local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  247. Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  248. Humanoid.WalkSpeed = _G.WS;
  249. end)
  250. Humanoid.WalkSpeed = _G.WS;
  251.  
  252. walkspeedenabled = false
  253. end
  254. end
  255. end
  256.  
  257. walkspeedmouse.KeyDown:connect(x_walkspeed)
  258.  
  259. end)
  260. autoarrest.Name = "autoarrest"
  261. autoarrest.Parent = TPS
  262. autoarrest.BackgroundColor3 = Color3.new(1, 0, 0)
  263. autoarrest.Position = UDim2.new(0.48333329, 0, 0.199052066, 0)
  264. autoarrest.Size = UDim2.new(0, 120, 0, 30)
  265. autoarrest.Font = Enum.Font.ArialBold
  266. autoarrest.Text = "Auto Arrest"
  267. autoarrest.TextScaled = true
  268. autoarrest.TextSize = 14
  269. autoarrest.TextWrapped = true
  270. autoarrest.MouseButton1Down:connect(function()
  271. local Player = game.Players.LocalPlayer
  272. wait(0.5)
  273. for i,v in pairs(game.Teams.Criminal:GetPlayers()) do
  274. repeat
  275. wait()
  276. Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  277. until v.Team.Name ~= "Criminal"
  278. end
  279.  
  280. end)
  281. MuseumTop.Name = "MuseumTop"
  282. MuseumTop.Parent = TPS
  283. MuseumTop.BackgroundColor3 = Color3.new(1, 0, 0)
  284. MuseumTop.Position = UDim2.new(0.482971072, 0, 0.0303317457, 0)
  285. MuseumTop.Size = UDim2.new(0, 120, 0, 30)
  286. MuseumTop.Font = Enum.Font.ArialBold
  287. MuseumTop.Text = "Museum Roof"
  288. MuseumTop.TextScaled = true
  289. MuseumTop.TextSize = 14
  290. MuseumTop.TextWrapped = true
  291. MuseumTop.MouseButton1Down:connect(function()
  292. for i = 1,45 do
  293. wait(.08)
  294. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1078.45, 153.904, 1176.52) + Vector3.new(1,0,0)
  295. end
  296. end)
  297. Museum.Name = "Museum"
  298. Museum.Parent = TPS
  299. Museum.BackgroundColor3 = Color3.new(1, 0, 0)
  300. Museum.Position = UDim2.new(0.248333335, 0, 0.789180934, 0)
  301. Museum.Size = UDim2.new(0, 120, 0, 30)
  302. Museum.Font = Enum.Font.ArialBold
  303. Museum.Text = "Museum In"
  304. Museum.TextScaled = true
  305. Museum.TextSize = 14
  306. Museum.TextWrapped = true
  307. Museum.MouseButton1Down:connect(function()
  308. for i = 1,45 do
  309. wait(.08)
  310. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1063.02, 117.562, 1218.757) + Vector3.new(1,0,0)
  311. end
  312. end)
  313. RemoveALL.Name = "RemoveALL"
  314. RemoveALL.Parent = TPS
  315. RemoveALL.BackgroundColor3 = Color3.new(1, 0, 0)
  316. RemoveALL.Position = UDim2.new(0.483333349, 0, 0.791469157, 0)
  317. RemoveALL.Size = UDim2.new(0, 120, 0, 30)
  318. RemoveALL.Font = Enum.Font.ArialBold
  319. RemoveALL.Text = "Remove ALL"
  320. RemoveALL.TextScaled = true
  321. RemoveALL.TextSize = 14
  322. RemoveALL.TextWrapped = true
  323. RemoveALL.MouseButton1Down:connect(function()
  324. game.Workspace.Cells:Remove()
  325.  
  326. game.Workspace.Museum.CaseLasers:Remove()
  327.  
  328. game.Workspace.Museum.Lights:Remove()
  329.  
  330. game.Workspace.Museum.Doors:Remove()
  331.  
  332. game.Workspace.EscapeRoutes:Remove()
  333.  
  334. for i,v in pairs(workspace.Doors:GetChildren()) do
  335. v:Destroy()
  336.  
  337. end
  338. end)
  339.  
  340. RemoveALL.MouseButton1Down:connect(function()
  341. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  342. banklasers[1].Lasers:Destroy()
  343. end)
  344.  
  345. RemoveALL.MouseButton1Down:connect(function()
  346. local jewelry = game:GetService("Workspace").Jewelrys:GetChildren()
  347.  
  348. for i = 1,4 do
  349. local xd = jewelry[1].Model.BarbedWire
  350. xd:Destroy()
  351. end
  352. end)
  353.  
  354. RemoveALL.MouseButton1Down:connect(function()
  355. local banklasers = game:GetService("Workspace").Banks:GetChildren()
  356. banklasers[1].Door.Model:Destroy()
  357. end)
  358. JB2.Name = "JB2"
  359. JB2.Parent = Main
  360. JB2.Active = true
  361. JB2.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  362. JB2.Position = UDim2.new(0, 0, 0.303124994, 0)
  363. JB2.Size = UDim2.new(0, 406, 0, 223)
  364. JB2.Visible = false
  365.  
  366. CarFly.Name = "CarFly"
  367. CarFly.Parent = JB2
  368. CarFly.BackgroundColor3 = Color3.new(1, 0, 0)
  369. CarFly.Position = UDim2.new(0.0134848487, 0, 0.351305991, 0)
  370. CarFly.Size = UDim2.new(0, 120, 0, 30)
  371. CarFly.Font = Enum.Font.ArialBold
  372. CarFly.Text = "Broken"
  373. CarFly.TextScaled = true
  374. CarFly.TextSize = 14
  375. CarFly.TextWrapped = true
  376.  
  377.  
  378. CtrlDelete.Name = "CtrlDelete"
  379. CtrlDelete.Parent = JB2
  380. CtrlDelete.BackgroundColor3 = Color3.new(1, 0, 0)
  381. CtrlDelete.Position = UDim2.new(0.684413791, 0, 0.0256950557, 0)
  382. CtrlDelete.Size = UDim2.new(0, 120, 0, 30)
  383. CtrlDelete.Font = Enum.Font.ArialBold
  384. CtrlDelete.Text = "Broken"
  385. CtrlDelete.TextScaled = true
  386. CtrlDelete.TextSize = 14
  387. CtrlDelete.TextWrapped = true
  388.  
  389. Noclip.Name = "Noclip"
  390. Noclip.Parent = JB2
  391. Noclip.BackgroundColor3 = Color3.new(1, 0, 0)
  392. Noclip.Position = UDim2.new(0.011808035, 0, 0.0278536938, 0)
  393. Noclip.Size = UDim2.new(0, 120, 0, 30)
  394. Noclip.Font = Enum.Font.ArialBold
  395. Noclip.Text = "Noclip[B]"
  396. Noclip.TextScaled = true
  397. Noclip.TextSize = 14
  398. Noclip.TextWrapped = true
  399.  
  400. BTools.Name = "BTools"
  401. BTools.Parent = JB2
  402. BTools.BackgroundColor3 = Color3.new(1, 0, 0)
  403. BTools.Position = UDim2.new(0.0134630539, 0, 0.189484313, 0)
  404. BTools.Size = UDim2.new(0, 120, 0, 30)
  405. BTools.Font = Enum.Font.ArialBold
  406. BTools.Text = "BTools"
  407. BTools.TextScaled = true
  408. BTools.TextSize = 14
  409. BTools.TextWrapped = true
  410.  
  411. InfiniteHealth.Name = "InfiniteHealth"
  412. InfiniteHealth.Parent = JB2
  413. InfiniteHealth.BackgroundColor3 = Color3.new(1, 0, 0)
  414. InfiniteHealth.Position = UDim2.new(0.352975368, 0, 0.348161429, 0)
  415. InfiniteHealth.Size = UDim2.new(0, 120, 0, 30)
  416. InfiniteHealth.Font = Enum.Font.ArialBold
  417. InfiniteHealth.Text = "Infinite Health"
  418. InfiniteHealth.TextScaled = true
  419. InfiniteHealth.TextSize = 14
  420. InfiniteHealth.TextWrapped = true
  421.  
  422. InfiniteNitro.Name = "InfiniteNitro"
  423. InfiniteNitro.Parent = JB2
  424. InfiniteNitro.BackgroundColor3 = Color3.new(1, 0, 0)
  425. InfiniteNitro.Position = UDim2.new(0.352214128, 0, 0.186933994, 0)
  426. InfiniteNitro.Size = UDim2.new(0, 120, 0, 30)
  427. InfiniteNitro.Font = Enum.Font.ArialBold
  428. InfiniteNitro.Text = "Infinite Nitro"
  429. InfiniteNitro.TextScaled = true
  430. InfiniteNitro.TextSize = 14
  431. InfiniteNitro.TextWrapped = true
  432.  
  433. InfiniteAmmo.Name = "InfiniteAmmo"
  434. InfiniteAmmo.Parent = JB2
  435. InfiniteAmmo.BackgroundColor3 = Color3.new(1, 0, 0)
  436. InfiniteAmmo.Position = UDim2.new(0.351287931, 0, 0.0284955502, 0)
  437. InfiniteAmmo.Size = UDim2.new(0, 120, 0, 30)
  438. InfiniteAmmo.Font = Enum.Font.ArialBold
  439. InfiniteAmmo.Text = "Infinite Ammo"
  440. InfiniteAmmo.TextScaled = true
  441. InfiniteAmmo.TextSize = 14
  442. InfiniteAmmo.TextWrapped = true
  443.  
  444. Stuff.Name = "Stuff"
  445. Stuff.Parent = Main
  446. Stuff.Active = true
  447. Stuff.BackgroundColor3 = Color3.new(1, 0, 0)
  448. Stuff.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  449. Stuff.Position = UDim2.new(0, 0, 0.112499997, 0)
  450. Stuff.Size = UDim2.new(0, 406, 0, 61)
  451.  
  452. Jailbreak2.Name = "Jailbreak 2"
  453. Jailbreak2.Parent = Stuff
  454. Jailbreak2.BackgroundColor3 = Color3.new(1, 1, 0)
  455. Jailbreak2.Position = UDim2.new(0.35221675, 0, 0.245901644, 0)
  456. Jailbreak2.Size = UDim2.new(0, 120, 0, 30)
  457. Jailbreak2.Font = Enum.Font.SourceSansBold
  458. Jailbreak2.Text = "JailBreak 2"
  459. Jailbreak2.TextScaled = true
  460. Jailbreak2.TextSize = 14
  461. Jailbreak2.TextWrapped = true
  462. Jailbreak2.MouseButton1Down:connect(function()
  463. TPS.Visible = false
  464. JB3.Visible = false
  465. JB2.Visible = true
  466. end)
  467. Teleports.Name = "Teleports"
  468. Teleports.Parent = Stuff
  469. Teleports.BackgroundColor3 = Color3.new(1, 1, 0)
  470. Teleports.Position = UDim2.new(0.0172413792, 0, 0.245901644, 0)
  471. Teleports.Size = UDim2.new(0, 120, 0, 30)
  472. Teleports.Font = Enum.Font.SourceSansBold
  473. Teleports.Text = "Jailbreak"
  474. Teleports.TextScaled = true
  475. Teleports.TextSize = 14
  476. Teleports.TextWrapped = true
  477. Teleports.MouseButton1Down:connect(function()
  478. TPS.Visible = true
  479. JB3.Visible = false
  480. JB2.Visible = false
  481. end)
  482. Jailbreak3.Name = "Jailbreak 3"
  483. Jailbreak3.Parent = Stuff
  484. Jailbreak3.BackgroundColor3 = Color3.new(1, 1, 0)
  485. Jailbreak3.Position = UDim2.new(0.68472904, 0, 0.245901644, 0)
  486. Jailbreak3.Size = UDim2.new(0, 120, 0, 30)
  487. Jailbreak3.Font = Enum.Font.SourceSansBold
  488. Jailbreak3.Text = "JailBreak 3"
  489. Jailbreak3.TextScaled = true
  490. Jailbreak3.TextSize = 14
  491. Jailbreak3.TextWrapped = true
  492. Jailbreak3.MouseButton1Down:connect(function()
  493. TPS.Visible = false
  494. JB3.Visible = true
  495. JB2.Visible = false
  496. end)
  497. Design2.Name = "Design2"
  498. Design2.Parent = Main
  499. Design2.Active = true
  500. Design2.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  501. Design2.BorderColor3 = Color3.new(0.0627451, 0.101961, 0.129412)
  502. Design2.Size = UDim2.new(0, 406, 0, 36)
  503.  
  504. Exit.Name = "Exit"
  505. Exit.Parent = Design2
  506. Exit.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  507. Exit.BackgroundTransparency = 1
  508. Exit.BorderColor3 = Color3.new(0.364706, 0, 1)
  509. Exit.BorderSizePixel = 0
  510. Exit.Position = UDim2.new(0.918333352, 0, 0.166666672, 0)
  511. Exit.Size = UDim2.new(0, 38, 0, 25)
  512. Exit.Font = Enum.Font.SourceSans
  513. Exit.Text = ""
  514. Exit.TextColor3 = Color3.new(0, 0, 0)
  515. Exit.TextScaled = true
  516. Exit.TextSize = 14
  517. Exit.TextWrapped = true
  518.  
  519. Name.Name = "Name"
  520. Name.Parent = Design2
  521. Name.BackgroundColor3 = Color3.new(0.760784, 0, 0)
  522. Name.Position = UDim2.new(0.0116666667, 0, 0.166666672, 0)
  523. Name.Size = UDim2.new(0, 233, 0, 25)
  524. Name.Font = Enum.Font.Cartoon
  525. Name.Text = "JailBreaker V1.2"
  526. Name.TextColor3 = Color3.new(0, 0, 0)
  527. Name.TextScaled = true
  528. Name.TextSize = 14
  529. Name.TextWrapped = true
  530.  
  531. JB3.Name = "JB3"
  532. JB3.Parent = Main
  533. JB3.Active = true
  534. JB3.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  535. JB3.Position = UDim2.new(0, 0, 0.303124994, 0)
  536. JB3.Size = UDim2.new(0, 406, 0, 223)
  537. JB3.Visible = false
  538.  
  539. PlayerTP_Input.Name = "PlayerTP_Input"
  540. PlayerTP_Input.Parent = JB3
  541. PlayerTP_Input.BackgroundColor3 = Color3.new(1, 0, 0)
  542. PlayerTP_Input.Position = UDim2.new(0.0172413792, 0, 0.188340813, 0)
  543. PlayerTP_Input.Size = UDim2.new(0, 391, 0, 50)
  544. PlayerTP_Input.Font = Enum.Font.ArialBold
  545. PlayerTP_Input.Text = "Player Name"
  546. PlayerTP_Input.TextSize = 20
  547. PlayerTP_Input.TextWrapped = true
  548.  
  549. PlayerTP_Teleport.Name = "PlayerTP_Teleport"
  550. PlayerTP_Teleport.Parent = JB3
  551. PlayerTP_Teleport.BackgroundColor3 = Color3.new(0.4, 0.0980392, 1)
  552. PlayerTP_Teleport.Position = UDim2.new(0.0172413792, 0, 0.4573991, 0)
  553. PlayerTP_Teleport.Size = UDim2.new(0, 391, 0, 50)
  554. PlayerTP_Teleport.Font = Enum.Font.SourceSansBold
  555. PlayerTP_Teleport.Text = "Teleport To Player"
  556. PlayerTP_Teleport.TextScaled = true
  557. PlayerTP_Teleport.TextSize = 14
  558. PlayerTP_Teleport.TextWrapped = true
  559.  
  560. BankAutoRobBtn.Name = "BankAutoRobBtn"
  561. BankAutoRobBtn.Parent = JB3
  562. BankAutoRobBtn.BackgroundColor3 = Color3.new(1, 0, 0)
  563. BankAutoRobBtn.Position = UDim2.new(0.0172413792, 0, 0.0269058291, 0)
  564. BankAutoRobBtn.Size = UDim2.new(0, 391, 0, 30)
  565. BankAutoRobBtn.Font = Enum.Font.ArialBold
  566. BankAutoRobBtn.Text = "Bank Auto Rob"
  567. BankAutoRobBtn.TextScaled = true
  568. BankAutoRobBtn.TextSize = 14
  569. BankAutoRobBtn.TextWrapped = true
  570. BankAutoRobBtn.MouseButton1Click:connect(function()
  571. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  572. local Info = Bank.Extra.Sign
  573. if Info.Decal.Transparency == 0 then
  574. game:GetService("StarterGui"):SetCore("SendNotification",{
  575. Title = "Bank is closed!",
  576. Text = "You need to wait for the bank to open!",
  577. Duration = 7,
  578. Button1 = "Dismiss",
  579. })
  580. return
  581. end
  582. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  583. local root = plr.Character.HumanoidRootPart
  584. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  585.  
  586. if (bankpos - plrpos).magnitude > 150 then
  587. local cb = Instance.new"BindableFunction"
  588.  
  589. cb.OnInvoke = function(arg)
  590. if arg == "Teleport" then
  591. JailbreakTp(10, 18, 784)
  592. end
  593. end
  594.  
  595. game:GetService("StarterGui"):SetCore("SendNotification",{
  596. Title = "You are too far!",
  597. Text = "You need to get closer to the bank (use tp)",
  598. Duration = 7,
  599. Button1 = "Dismiss",
  600. Button2 = "Teleport",
  601. Callback = cb
  602. })
  603. else
  604. RobTheBank()
  605. end
  606. end)
  607. BankStatus.Name = "BankStatus"
  608. BankStatus.Parent = JB3
  609. BankStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  610. BankStatus.Position = UDim2.new(0.731034517, 0, 0.86007303, 0)
  611. BankStatus.Size = UDim2.new(0, 101, 0, 26)
  612. BankStatus.Font = Enum.Font.SourceSans
  613. BankStatus.Text = "Bank:"
  614. BankStatus.TextColor3 = Color3.new(0, 0, 0)
  615. BankStatus.TextSize = 14
  616.  
  617. JewelryStatus.Name = "JewelryStatus"
  618. JewelryStatus.Parent = JB3
  619. JewelryStatus.BackgroundColor3 = Color3.new(0, 0.384314, 1)
  620. JewelryStatus.Position = UDim2.new(0.0174630284, 0, 0.86007303, 0)
  621. JewelryStatus.Size = UDim2.new(0, 101, 0, 26)
  622. JewelryStatus.Font = Enum.Font.SourceSans
  623. JewelryStatus.Text = "Jewelry:"
  624. JewelryStatus.TextColor3 = Color3.new(0, 0, 0)
  625. JewelryStatus.TextSize = 14
  626.  
  627. Open.Name = "Open"
  628. Open.Parent = JailBreakerV12
  629. Open.BackgroundColor3 = Color3.new(1, 0, 0)
  630. Open.Position = UDim2.new(0, 0, 0.75, 0)
  631. Open.Size = UDim2.new(0, 100, 0, 40)
  632. Open.Font = Enum.Font.Bodoni
  633. Open.Text = "Open/Close"
  634. Open.TextWrapped = true
  635. Open.TextScaled = true
  636. local toogle = false
  637. Open.MouseButton1Down:connect(function()
  638. if toogle == false then
  639. Main:TweenPosition(UDim2.new(0.4,0,0.25,0), 'Out', 'Bounce', 1)
  640. toogle = true
  641. else
  642. Main:TweenPosition(UDim2.new(0.4,0,1.7,0), 'Out', 'Bounce', 1)
  643. toogle = false
  644. end
  645. end)
  646.  
  647.  
  648. -- Scripts:
  649. gas.MouseButton1Down:connect(function()
  650. for i = 1,45 do
  651. wait(.08)
  652. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1586.41101, 17.8481865, 709.37262)
  653. end
  654. end)
  655.  
  656. donut.MouseButton1Down:connect(function()
  657. for i = 1,45 do
  658. wait(.08)
  659. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(257.191101, 17.81828869, -1753.11206)
  660. end
  661. end)
  662.  
  663. JewOut.MouseButton1Down:connect(function()
  664. for i = 1,45 do
  665. wait(.08)
  666. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  667. end
  668. end)
  669.  
  670. JewIn.MouseButton1Down:connect(function()
  671. for i = 1,45 do
  672. wait(.08)
  673. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(133.300705, 17.9375954, 1316.42407)
  674. end
  675. end)
  676.  
  677. BankVault.MouseButton1Down:connect(function()
  678. for i = 1,45 do
  679. wait(.08)
  680. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(18.3854294, 0.765628457, 815.506348)
  681. end
  682. end)
  683.  
  684. BankFront.MouseButton1Down:connect(function()
  685. for i = 1,45 do
  686. wait(.08)
  687. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  688. end
  689. end)
  690.  
  691. crim1.MouseButton1Down:connect(function()
  692. for i = 1,45 do
  693. wait(.08)
  694. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 17.8924026, 1578.80261)
  695. end
  696. end)
  697.  
  698. crim2.MouseButton1Down:connect(function()
  699. for i = 1,45 do
  700. wait(.08)
  701. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1650.80896, 49.863636, -1770.66626)
  702. end
  703. end)
  704.  
  705. train.MouseButton1Down:connect(function()
  706. for i = 1,45 do
  707. wait(.08)
  708. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1954.95007, 68.0448606, -603.844116)
  709. end
  710. end)
  711.  
  712.  
  713.  
  714. --- other stuff
  715.  
  716. BTools.MouseButton1Down:connect(function()
  717. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  718. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  719. if child.ClassName == "Part" then
  720. child.Locked = false
  721. end
  722. if child.ClassName == "MeshPart" then
  723. child.Locked = false
  724. end
  725. if child.ClassName == "UnionOperation" then
  726. child.Locked = false
  727. end
  728. if child.ClassName == "Model" then
  729. for index, chil in pairs(child:GetChildren()) do
  730. if chil.ClassName == "Part" then
  731. chil.Locked = false
  732. end
  733. if chil.ClassName == "MeshPart" then
  734. chil.Locked = false
  735. end
  736. if chil.ClassName == "UnionOperation" then
  737. chil.Locked = false
  738. end
  739. if chil.ClassName == "Model" then
  740. for index, childe in pairs(chil:GetChildren()) do
  741. if childe.ClassName == "Part" then
  742. childe.Locked = false
  743. end
  744. if childe.ClassName == "MeshPart" then
  745. childe.Locked = false
  746. end
  747. if childe.ClassName == "UnionOperation" then
  748. childe.Locked = false
  749. end
  750. if childe.ClassName == "Model" then
  751. for index, childeo in pairs(childe:GetChildren()) do
  752. if childeo.ClassName == "Part" then
  753. childeo.Locked = false
  754. end
  755. if childeo.ClassName == "MeshPart" then
  756. childeo.Locked = false
  757. end
  758. if childeo.ClassName == "UnionOperation" then
  759. childeo.Locked = false
  760. end
  761. if childeo.ClassName == "Model" then
  762. end
  763. end
  764. end
  765. end
  766. end
  767. end
  768. end
  769. end
  770. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  771. c.BinType = Enum.BinType.Hammer
  772. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  773. c.BinType = Enum.BinType.Clone
  774. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  775. c.BinType = Enum.BinType.Grab
  776. end)
  777.  
  778. Gravity.MouseButton1Down:connect(function()
  779. if Gravity == true then
  780. Gravity = false
  781. game.workspace.Gravity = 196.2
  782. else
  783. Gravity = true
  784. game.workspace.Gravity = 45
  785. end
  786. end)
  787.  
  788. InfiniteAmmo.MouseButton1Down:connect(function()
  789. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Ammo.Current:Destroy()
  790. end)
  791.  
  792. InfiniteHealth.MouseButton1Down:connect(function()
  793. game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1
  794. local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone()
  795. l.Parent = game:GetService("Players").LocalPlayer.Character
  796. l.Name = "Humanoid"
  797. wait(0.1)
  798. game:GetService("Players").LocalPlayer.Character["1"]:Destroy()
  799. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character
  800. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true
  801. wait(0.1)
  802. game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false
  803. game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  804. end)
  805.  
  806. InfiniteNitro.MouseButton1Down:connect(function()
  807. game:GetService('Players').LocalPlayer.PlayerGui.MainGui.Nitro.Name = "69696969"
  808. game:GetService('Players').LocalPlayer.PlayerGui.ProductGui.Nitro:ClearAllChildren()
  809. end)
  810.  
  811. Noclip.MouseButton1Down:connect(function()
  812. local noclipplayer = game:GetService("Players").LocalPlayer
  813. local noclipmouse = noclipplayer:GetMouse()
  814.  
  815. local donoclip = false
  816. local noclip = false
  817.  
  818. function b_noclip(key)
  819. if (key == "b") then
  820. if noclip == false then
  821. donoclip = true
  822.  
  823. noclip = true
  824. elseif noclip == true then
  825. donoclip = false
  826.  
  827. noclip = false
  828. end
  829. end
  830. end
  831.  
  832. noclipmouse.KeyDown:connect(b_noclip)
  833.  
  834. game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  835. if obj ~= workspace.Terrain then
  836. if donoclip == true then
  837. obj.CanCollide = false
  838. else
  839. obj.CanCollide = true
  840. end
  841. end
  842. end)
  843. end)
  844.  
  845.  
  846.  
  847. -- player tp
  848. PlayerTP_Teleport.MouseButton1Down:connect(function()
  849. local tp_namedplayer = PlayerTP_Input.Text
  850. local tp_player = game:GetService("Players")[tp_namedplayer]
  851. local PLR = game:GetService("Players").LocalPlayer
  852. local p = PlayerTP_Input.Text
  853.  
  854. if tp_player then
  855. for i = 1,45 do
  856. wait(.08)
  857. PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  858. end
  859. end
  860. end)
  861.  
  862.  
  863. --AutoRob stuff--
  864. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  865. local BankAutoRob = {
  866. {
  867. Pos = {51, 18.06, 856.5},
  868. Yield = 2,
  869. Status = "Starting the robbery"
  870. },
  871. {
  872. Pos = {29.71, 0.73, 815.25},
  873. Yield = 15,
  874. Status = "Opening the vault"
  875. },
  876. {
  877. Pos = {18.37, 0.7659, 822.25},
  878. Yield = DuffelBag and 50 or 40,
  879. Status = "Collecting $$$"
  880. },
  881. {
  882. Pos = {10, 18, 784},
  883. Status = "Finishing the robbery"
  884. }
  885. }
  886.  
  887. local function Tp(...)
  888. local char = plr.Character
  889. for i=1,2 do
  890. wait()
  891. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  892. end
  893. end
  894.  
  895. function RobTheBank()
  896. for _,v in pairs(BankAutoRob) do
  897. Tp(unpack(v.Pos))
  898. wait(v.Yield)
  899. end
  900. end
  901.  
  902. --Bank notification--
  903. pcall(function()
  904. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  905. local Info = Bank.Extra.Sign.Decal
  906. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  907. if Info.Transparency ~= 0 then
  908. BankStatus.Text = "Bank:Open"
  909. BankStatus.TextColor3 = Color3.new(0,1,0)
  910. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  911. local cb = Instance.new("BindableFunction")
  912. cb.OnInvoke = function(arg)
  913. if arg == "Teleport" then
  914. JailbreakTp(10, 18, 784)
  915. elseif arg == "AutoRob" then
  916. RobTheBank()
  917. end
  918. end
  919. game:GetService("StarterGui"):SetCore("SendNotification",{
  920. Title = "Bank is ready!",
  921. Text = "Bank is ready!",
  922. Duration = 15,
  923. Button1 = "Dismiss",
  924. 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",
  925. Callback = cb
  926. })
  927. else
  928. BankStatus.Text = "Bank:Closed"
  929. BankStatus.TextColor3 = Color3.new(1,0,0)
  930. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  931. end
  932. end)
  933. BankStatus.Text = Info.Transparency == 0 and "Bank:Closed" or "Bank:Open"
  934. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  935. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  936. end)
  937. --Jewelry notification--
  938. pcall(function()
  939. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  940. local Info = Jewelry.Extra.Sign.Decal
  941. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  942. if Info.Transparency ~= 0 then
  943. JewelryStatus.Text = "Jewelry:Open"
  944. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  945. BankStatus.TextColor3 = Color3.new(0,1,0)
  946. local cb = Instance.new("BindableFunction")
  947. cb.OnInvoke = function(arg)
  948. if arg == "Teleport" then
  949. JailbreakTp(142, 18, 1365)
  950. end
  951. end
  952. game:GetService("StarterGui"):SetCore("SendNotification",{
  953. Title = "Jewelry is ready!",
  954. Text = "Jewelry is ready!",
  955. Duration = 15,
  956. Button1 = "Dismiss",
  957. Button2 = "Teleport",
  958. Callback = cb
  959. })
  960. else
  961. JewelryStatus.Text = "Jewelry:Closed"
  962. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  963. end
  964. end)
  965. JewelryStatus.Text = Info.Transparency == 0 and "Jewelry:Closed" or "Jewelry:Open"
  966. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  967. end)
Add Comment
Please, Sign In to add comment