Advertisement
TalkToMe

JAILBREAK GUI

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