Advertisement
Guest User

Exploit Jailbreak

a guest
Jan 29th, 2020
1,872
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.80 KB | None | 0 0
  1. -- Objects
  2.  
  3. local JailbreakExploit = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Top = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local MadeBy = Instance.new("TextLabel")
  8. local ExitOfGui = Instance.new("TextButton")
  9. local Ws = Instance.new("TextButton")
  10. local Bank = Instance.new("TextButton")
  11. local Jewelry = Instance.new("TextButton")
  12. local CriminalBase = Instance.new("TextButton")
  13. local Btools = Instance.new("TextButton")
  14. local Noclip = Instance.new("TextButton")
  15. local OpenGui = Instance.new("TextButton")
  16.  
  17. -- Properties
  18.  
  19. JailbreakExploit.Name = "Jailbreak Exploit"
  20. JailbreakExploit.Parent = game.CoreGui
  21. JailbreakExploit.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Main.Name = "Main "
  24. Main.Parent = JailbreakExploit
  25. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  26. Main.Position = UDim2.new(0.232587397, 0, 0.143426299, 0)
  27. Main.Visible = false
  28. Main.Active = true
  29. Main.Draggable = true
  30.  
  31. Main.Size = UDim2.new(0, 346, 0, 217)
  32.  
  33. Top.Name = "Top"
  34. Top.Parent = Main
  35. Top.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Top.Position = UDim2.new(-0.000558048312, 0, -0.000354503165, 0)
  37. Top.Size = UDim2.new(0, 346, 0, 44)
  38.  
  39. Title.Name = "Title"
  40. Title.Parent = Top
  41. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  42. Title.Position = UDim2.new(-0.00289017335, 0, 0, 0)
  43. Title.Size = UDim2.new(0, 346, 0, 44)
  44. Title.Font = Enum.Font.SourceSans
  45. Title.Text = "JØⱧ₦ ĐØɆ  Jailbreak"
  46. Title.TextColor3 = Color3.new(0.207843, 0.415686, 0)
  47. Title.TextSize = 25
  48. Exit.MousseButtonlDown:connect(function()
  49.     Main.Visible = false
  50.     Open.Visible = true
  51. end)
  52.  
  53. MadeBy.Name = "Made By"
  54. MadeBy.Parent = Top
  55. MadeBy.BackgroundColor3 = Color3.new(0.333333, 0.666667, 0)
  56. MadeBy.Position = UDim2.new(0, 0, 4.61363649, 0)
  57. MadeBy.Size = UDim2.new(0, 103, 0, 14)
  58. MadeBy.Font = Enum.Font.SourceSans
  59. MadeBy.Text = "Made by danil20934"
  60. MadeBy.TextColor3 = Color3.new(0, 0, 0)
  61. MadeBy.TextSize = 14
  62.  
  63. ExitOfGui.Name = "Exit Of Gui"
  64. ExitOfGui.Parent = Top
  65. ExitOfGui.BackgroundColor3 = Color3.new(0, 0, 0)
  66. ExitOfGui.Position = UDim2.new(0.910404623, 0, -2.38418579e-07, 0)
  67. ExitOfGui.Size = UDim2.new(0, 31, 0, 25)
  68. ExitOfGui.Font = Enum.Font.SourceSans
  69. ExitOfGui.Text = "X"
  70. ExitOfGui.TextColor3 = Color3.new(0, 0.333333, 0)
  71. ExitOfGui.TextSize = 20
  72. WS.MouseButton1Down:connect(function()
  73.     local walkspeedplayer = game:GetService("Players").LocalPlayer
  74.     local walkspeedmouse = walkspeedplayer:GetMouse()
  75.    
  76.     local walkspeedenabled = false
  77.    
  78.     function x_walkspeed(key)
  79.         if (key == "x") then
  80.             if walkspeedenabled == false then
  81.                 _G.WS = 100;
  82.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  83.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  84.                 Humanoid.WalkSpeed = _G.WS;
  85.                 end)
  86.                 Humanoid.WalkSpeed = _G.WS;
  87.                
  88.                 walkspeedenabled = true
  89.             elseif walkspeedenabled == true then
  90.                 _G.WS = 16;
  91.                 local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
  92.                 Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
  93.                 Humanoid.WalkSpeed = _G.WS;
  94.                 end)
  95.                 Humanoid.WalkSpeed = _G.WS;
  96.                
  97.                 walkspeedenabled = false
  98.             end
  99.         end
  100.     end
  101.    
  102.     walkspeedmouse.KeyDown:connect(x_walkspeed)
  103.    
  104. end)
  105.  
  106. Ws.Name = "Ws"
  107. Ws.Parent = Top
  108. Ws.BackgroundColor3 = Color3.new(0, 0, 0)
  109. Ws.Position = UDim2.new(-0.00085388124, 0, 1.44041991, 0)
  110. Ws.Size = UDim2.new(0, 104, 0, 37)
  111. Ws.Font = Enum.Font.SourceSans
  112. Ws.Text = "Walkspeed"
  113. Ws.TextColor3 = Color3.new(0, 0.333333, 0)
  114. Ws.TextSize = 26
  115.  
  116. Bank.Name = "Bank"
  117. Bank.Parent = Top
  118. Bank.BackgroundColor3 = Color3.new(0, 0, 0)
  119. Bank.Position = UDim2.new(0.348857105, 0, 1.44041991, 0)
  120. Bank.Size = UDim2.new(0, 104, 0, 37)
  121. Bank.Font = Enum.Font.SourceSans
  122. Bank.Text = "Bank"
  123. Bank.TextColor3 = Color3.new(0, 0.333333, 0)
  124. Bank.TextSize = 26
  125. Bank.MouseButton1Down:connect(function()
  126.     for i = 1,45 do
  127. wait(.08)
  128. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.92591476, 17.8639755, 786.788147)
  129. end
  130. end)
  131.  
  132. Jewelry.Name = "Jewelry"
  133. Jewelry.Parent = Top
  134. Jewelry.BackgroundColor3 = Color3.new(0, 0, 0)
  135. Jewelry.Position = UDim2.new(-0.00085388124, 0, 2.57678366, 0)
  136. Jewelry.Size = UDim2.new(0, 104, 0, 37)
  137. Jewelry.Font = Enum.Font.SourceSans
  138. Jewelry.Text = "CrimBase"
  139. Jewelry.TextColor3 = Color3.new(0, 0.333333, 0)
  140. Jewelry.TextSize = 26
  141. Jewelry.MouseButton1Down:connect(function()
  142.     for i = 1,45 do
  143. wait(.08)
  144. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(101.211128, 98.6576996, 1310.54175)
  145. end
  146. end)
  147.  
  148. CriminalBase.Name = "Criminal Base"
  149. CriminalBase.Parent = Top
  150. CriminalBase.BackgroundColor3 = Color3.new(0, 0, 0)
  151. CriminalBase.Position = UDim2.new(0.348857105, 0, 2.57678366, 0)
  152. CriminalBase.Size = UDim2.new(0, 104, 0, 37)
  153. CriminalBase.Font = Enum.Font.SourceSans
  154. CriminalBase.Text = "Btools"
  155. CriminalBase.TextColor3 = Color3.new(0, 0.333333, 0)
  156. CriminalBase.TextSize = 26
  157. rimBase.MouseButton1Down:connect(function()
  158.     for i = 1,45 do
  159. wait(.08)
  160. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-221.723099, 18, 1578.80261)
  161. end
  162. end)
  163. Btools.Name = "Btools"
  164. Btools.Parent = Top
  165. Btools.BackgroundColor3 = Color3.new(0, 0, 0)
  166. Btools.Position = UDim2.new(0.698568106, 0, 1.41769278, 0)
  167. Btools.Size = UDim2.new(0, 104, 0, 37)
  168. Btools.Font = Enum.Font.SourceSans
  169. Btools.Text = "Jewelry"
  170. Btools.TextColor3 = Color3.new(0, 0.333333, 0)
  171. Btools.TextSize = 26
  172. BTools.MouseButton1Down:connect(function()
  173.     game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  174. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  175.    if child.ClassName == "Part" then
  176.        child.Locked = false
  177.    end
  178.    if child.ClassName == "MeshPart" then
  179.        child.Locked = false
  180.    end
  181.    if child.ClassName == "UnionOperation" then
  182.        child.Locked = false
  183.    end
  184.    if child.ClassName == "Model" then
  185.        for index, chil in pairs(child:GetChildren()) do
  186.            if chil.ClassName == "Part" then
  187.                chil.Locked = false
  188.            end
  189.            if chil.ClassName == "MeshPart" then
  190.                chil.Locked = false
  191.            end
  192.            if chil.ClassName == "UnionOperation" then
  193.                chil.Locked = false
  194.            end
  195.            if chil.ClassName == "Model" then
  196.                for index, childe in pairs(chil:GetChildren()) do
  197.                    if childe.ClassName == "Part" then
  198.                        childe.Locked = false
  199.                    end
  200.                    if childe.ClassName == "MeshPart" then
  201.                        childe.Locked = false
  202.                    end
  203.                    if childe.ClassName == "UnionOperation" then
  204.                        childe.Locked = false
  205.                    end
  206.                    if childe.ClassName == "Model" then
  207.                        for index, childeo in pairs(childe:GetChildren()) do
  208.                            if childeo.ClassName == "Part" then
  209.                                childeo.Locked = false
  210.                            end
  211.                            if childeo.ClassName == "MeshPart" then
  212.                                childeo.Locked = false
  213.                            end
  214.                            if childeo.ClassName == "UnionOperation" then
  215.                                childeo.Locked = false
  216.                            end
  217.                            if childeo.ClassName == "Model" then
  218.                            end
  219.                        end
  220.                    end
  221.                end
  222.            end
  223.        end
  224.    end
  225. end
  226. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  227. c.BinType = Enum.BinType.Hammer
  228. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  229. c.BinType = Enum.BinType.Clone
  230. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  231. c.BinType = Enum.BinType.Grab
  232. end)
  233.  
  234. Noclip.Name = "Noclip"
  235. Noclip.Parent = Top
  236. Noclip.BackgroundColor3 = Color3.new(0, 0, 0)
  237. Noclip.Position = UDim2.new(0.698568106, 0, 2.55405641, 0)
  238. Noclip.Size = UDim2.new(0, 104, 0, 37)
  239. Noclip.Font = Enum.Font.SourceSans
  240. Noclip.Text = "Noclip"
  241. Noclip.TextColor3 = Color3.new(0, 0.333333, 0)
  242. Noclip.TextSize = 26
  243. NoClip.MouseButton1Down:connect(function()
  244.     game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
  245. if obj ~= workspace.Terrain then
  246. obj.CanCollide = false
  247. wait(1)
  248. obj.CanCollide = true
  249. end
  250. end)
  251. end)
  252.  
  253. OpenGui.Name = "Open Gui"
  254. OpenGui.Parent = JailbreakExploit
  255. OpenGui.BackgroundColor3 = Color3.new(0, 0, 0)
  256. OpenGui.Position = UDim2.new(0.80245012, 0, 0.912350357, 0)
  257. OpenGui.Size = UDim2.new(0, 104, 0, 44)
  258. OpenGui.Font = Enum.Font.SourceSans
  259. OpenGui.Text = "Open Gui"
  260. OpenGui.TextColor3 = Color3.new(0, 0.333333, 0)
  261. OpenGui.TextSize = 26
  262. Open.MousseButtonlDown:connect(function()
  263.     Open.Visible = false
  264.     Main.Visible = true
  265. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement