Project_MAtrix_ZERGO

Roblox Jailbreak Hack GUi 1,2,3

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