FurkingBoi

jailbreak new gui

Jan 2nd, 2020
48,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.77 KB | None | 0 0
  1. local vu = game:GetService("VirtualUser")
  2. game:GetService("Players").LocalPlayer.Idled:connect(function()
  3. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  4. wait(1)
  5. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  6. end)
  7.  
  8. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local d=Instance.new("TextButton")local e=Instance.new("Frame")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextButton")local i=Instance.new("TextButton")local j=Instance.new("TextButton")local k=Instance.new("TextButton")local l=Instance.new("Frame")local m=Instance.new("TextButton")local n=Instance.new("TextButton")local o=Instance.new("TextButton")local p=Instance.new("TextButton")local q=Instance.new("TextButton")local r=Instance.new("TextButton")local s=Instance.new("TextButton")a.Name="Jailbreak V1.1"a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Name="OpenFrame"b.Parent=a;b.Active=true;b.BackgroundColor3=Color3.fromRGB(0,0,0)b.BorderSizePixel=0;b.Position=UDim2.new(0,0,0.481566578,0)b.Size=UDim2.new(0,116,0,36)d.Name="Open"d.Parent=b;d.BackgroundColor3=Color3.fromRGB(0,0,0)d.BorderSizePixel=0;d.Position=UDim2.new(-0.00567436218,0,-0.0609004498,0)d.Size=UDim2.new(0,116,0,35)d.Font=Enum.Font.Cartoon;d.Text="Open"d.TextColor3=Color3.fromRGB(255,255,255)d.TextSize=35.000;d.MouseButton1Down:connect(function()e.Visible=true;l.Visible=true;b.Visible=false end)e.Name="Main"e.Parent=a;e.Active=true;e.BackgroundColor3=Color3.fromRGB(0,0,0)e.BackgroundTransparency=0.200;e.BorderColor3=Color3.fromRGB(31,49,62)e.BorderSizePixel=3;e.Position=UDim2.new(0.0820481554,0,0.0296465214,0)e.Size=UDim2.new(0,158,0,295)e.Visible=false;e.Draggable=true;f.Name="Local Player"f.Parent=e;f.Active=false;f.BackgroundColor3=Color3.fromRGB(0,18,18)f.BackgroundTransparency=0.300;f.BorderColor3=Color3.fromRGB(31,49,62)f.BorderSizePixel=0;f.Position=UDim2.new(0,0,-0.00294530834,0)f.Size=UDim2.new(0,157,0,26)f.AutoButtonColor=false;f.Font=Enum.Font.Cartoon;f.Text="Local player"f.TextColor3=Color3.fromRGB(255,255,255)f.TextSize=20.000;f.TextWrapped=true;g.Name="Noclip"g.Parent=e;g.BackgroundColor3=Color3.fromRGB(0,18,18)g.BackgroundTransparency=0.300;g.Position=UDim2.new(0.076792717,0,0.124901913,0)g.Size=UDim2.new(0,133,0,35)g.Font=Enum.Font.Cartoon;g.Text="Noclip"g.TextColor3=Color3.fromRGB(255,255,255)g.TextSize=22.000;g.MouseButton1Down:connect(function()if _G.Noclip==nil or not _G.Noclip.Connected then lp=game:service'Players'.LocalPlayer;_G.Noclip=game:service'RunService'.Stepped:Connect(function()lp.Character.Head.CanCollide=false;lp.Character.LowerTorso.CanCollide=false;lp.Character.UpperTorso.CanCollide=false;lp.Character.HumanoidRootPart.CanCollide=false;if lp.Character:FindFirstChild'Badge'then lp.Character.Badge.CanCollide=false end end)end end)h.Name="Low Grav"h.Parent=e;h.BackgroundColor3=Color3.fromRGB(0,18,18)h.BackgroundTransparency=0.300;h.Position=UDim2.new(0.0743875504,0,0.465369195,0)h.Size=UDim2.new(0,133,0,35)h.Font=Enum.Font.Cartoon;h.Text="Low Grav"h.TextColor3=Color3.fromRGB(255,255,255)h.TextSize=22.000;h.MouseButton1Down:connect(function()if Gravity==true then Gravity=false;game.workspace.Gravity=90 else Gravity=false;game.workspace.Gravity=45 end end)i.Name="Speed"i.Parent=e;i.BackgroundColor3=Color3.fromRGB(0,18,18)i.BackgroundTransparency=0.300;i.Position=UDim2.new(0.0754846334,0,0.291096389,0)i.Size=UDim2.new(0,133,0,35)i.Font=Enum.Font.Cartoon;i.Text="Speed (X)"i.TextColor3=Color3.fromRGB(255,255,255)i.TextSize=22.000;i.MouseButton1Down:connect(function()local t=game:GetService("Players").LocalPlayer;local u=t:GetMouse()local v=false;function x_walkspeed(w)if w=="x"then if v==false then _G.WS=110;local Humanoid=game:GetService("Players").LocalPlayer.Character.Humanoid;Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()Humanoid.WalkSpeed=_G.WS end)Humanoid.WalkSpeed=_G.WS;v=true elseif v==true then _G.WS=20;local Humanoid=game:GetService("Players").LocalPlayer.Character.Humanoid;Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()Humanoid.WalkSpeed=_G.WS end)Humanoid.WalkSpeed=_G.WS;v=false end end end;u.KeyDown:connect(x_walkspeed)end)j.Name="Gui 2"j.Parent=e;j.BackgroundColor3=Color3.fromRGB(0,18,18)j.BackgroundTransparency=0.300;j.Position=UDim2.new(0.0704636574,0,0.800533414,0)j.Size=UDim2.new(0,133,0,35)j.Font=Enum.Font.Cartoon;j.Text="OTHER OP GUI"j.TextColor3=Color3.fromRGB(255,255,255)j.TextSize=21.000;j.MouseButton1Down:connect(function()loadstring(game:HttpGet("https://pastebin.com/raw/yvmWLNP0",true))()end)k.Name="Normal Grav"k.Parent=e;k.BackgroundColor3=Color3.fromRGB(0,18,18)k.BackgroundTransparency=0.300;k.Position=UDim2.new(0.0767928362,0,0.635015309,0)k.Size=UDim2.new(0,133,0,35)k.Font=Enum.Font.Cartoon;k.Text="Normal Grav"k.TextColor3=Color3.fromRGB(255,255,255)k.TextSize=22.000;k.MouseButton1Down:connect(function()if Gravity==true then Gravity=false;game.workspace.Gravity=90 else Gravity=true;game.workspace.Gravity=196.2 end end)l.Name="Main2"l.Parent=a;l.Active=true;l.BackgroundColor3=Color3.fromRGB(0,0,0)l.BackgroundTransparency=0.300;l.BorderColor3=Color3.fromRGB(31,49,62)l.BorderSizePixel=3;l.Position=UDim2.new(0.212831602,0,0.0285062715,0)l.Size=UDim2.new(0,158,0,295)l.Visible=false;l.Draggable=true;m.Name="Alt Delete"m.Parent=l;m.BackgroundColor3=Color3.fromRGB(0,18,18)m.BackgroundTransparency=0.300;m.BorderColor3=Color3.fromRGB(31,49,62)m.BorderSizePixel=3;m.Position=UDim2.new(0.0759491771,0,0.279024124,0)m.Size=UDim2.new(0,133,0,30)m.Font=Enum.Font.Cartoon;m.Text="Alt Delete"m.TextColor3=Color3.fromRGB(255,255,255)m.TextSize=25.000;m.MouseButton1Down:connect(function()local x=game:GetService("Players").LocalPlayer;local y=x:GetMouse()y.Button1Down:connect(function()if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftAlt)then return end;if not y.Target then return end;y.Target:Destroy()end)end)n.Name="CntrlTP"n.Parent=l;n.BackgroundColor3=Color3.fromRGB(0,18,18)n.BackgroundTransparency=0.300;n.BorderColor3=Color3.fromRGB(31,49,62)n.BorderSizePixel=3;n.Position=UDim2.new(0.0759491771,0,0.469019532,0)n.Size=UDim2.new(0,133,0,30)n.Font=Enum.Font.Cartoon;n.Text="Btools"n.TextColor3=Color3.fromRGB(255,255,255)n.TextSize=25.000;n.MouseButton1Down:connect(function()game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack,true)for z,A in pairs(game:GetService("Workspace"):GetChildren())do if A.ClassName=="Part"then A.Locked=false end;if A.ClassName=="MeshPart"then A.Locked=false end;if A.ClassName=="UnionOperation"then A.Locked=false end;if A.ClassName=="Model"then for z,B in pairs(A:GetChildren())do if B.ClassName=="Part"then B.Locked=false end;if B.ClassName=="MeshPart"then B.Locked=false end;if B.ClassName=="UnionOperation"then B.Locked=false end;if B.ClassName=="Model"then for z,C in pairs(B:GetChildren())do if C.ClassName=="Part"then C.Locked=false end;if C.ClassName=="MeshPart"then C.Locked=false end;if C.ClassName=="UnionOperation"then C.Locked=false end;if C.ClassName=="Model"then for z,D in pairs(C:GetChildren())do if D.ClassName=="Part"then D.Locked=false end;if D.ClassName=="MeshPart"then D.Locked=false end;if D.ClassName=="UnionOperation"then D.Locked=false end;if D.ClassName=="Model"then end end end end end end end end;c=Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack)c.BinType=Enum.BinType.Hammer;c=Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack)c.BinType=Enum.BinType.Clone;c=Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack)c.BinType=Enum.BinType.Grab end)o.Name="Inf Jump"o.Parent=l;o.BackgroundColor3=Color3.fromRGB(0,18,18)o.BackgroundTransparency=0.300;o.BorderColor3=Color3.fromRGB(31,49,62)o.BorderSizePixel=3;o.Position=UDim2.new(0.0759491771,0,0.662030756,0)o.Size=UDim2.new(0,133,0,30)o.Font=Enum.Font.Cartoon;o.Text="Inf Jump"o.TextColor3=Color3.fromRGB(255,255,255)o.TextSize=25.000;o.MouseButton1Down:connect(function()_G.infinjump=true;local E=game:GetService("Players").LocalPlayer;local y=E:GetMouse()y.KeyDown:connect(function(F)if _G.infinjump then if F:byte()==32 then Humanoid=game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")Humanoid:ChangeState("Jumping")wait(0.1)Humanoid:ChangeState("Seated")end end end)local E=game:GetService("Players").LocalPlayer;local y=E:GetMouse()y.KeyDown:connect(function(F)F=F:lower()if F=="f"then if _G.infinjump==true then _G.infinjump=false else _G.infinjump=true end end end)end)p.Name="AutoRob"p.Parent=l;p.BackgroundColor3=Color3.fromRGB(0,18,18)p.BackgroundTransparency=0.300;p.BorderColor3=Color3.fromRGB(31,49,62)p.BorderSizePixel=3;p.Position=UDim2.new(0.0759491771,0,0.840279877,0)p.Size=UDim2.new(0,133,0,29)p.Font=Enum.Font.Cartoon;p.Text="AutoRob (OP)"p.TextColor3=Color3.fromRGB(255,255,255)p.TextSize=22.000;p.MouseButton1Down:connect(function()loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()end)q.Name="Updated"q.Parent=l;q.BackgroundColor3=Color3.fromRGB(0,18,18)q.BackgroundTransparency=0.300;q.BorderColor3=Color3.fromRGB(31,49,62)q.BorderSizePixel=3;q.Position=UDim2.new(0.0759491771,0,0.128048241,0)q.Size=UDim2.new(0,133,0,29)q.Font=Enum.Font.Cartoon;q.Text="Updated 2/14/20"q.TextColor3=Color3.fromRGB(255,255,255)q.TextSize=18.000;r.Parent=l;r.Active=false;r.BackgroundColor3=Color3.fromRGB(0,18,18)r.BackgroundTransparency=0.300;r.BorderColor3=Color3.fromRGB(31,49,62)r.BorderSizePixel=0;r.Position=UDim2.new(0,0,0.00338981766,0)r.Size=UDim2.new(0,158,0,25)r.Font=Enum.Font.Cartoon;r.Text="Gui made by Wolfz"r.TextColor3=Color3.fromRGB(255,255,255)r.TextSize=20.000;s.Name="Close"s.Parent=a;s.BackgroundColor3=Color3.fromRGB(0,0,0)s.BorderSizePixel=0;s.Position=UDim2.new(0,0,0,455)s.Size=UDim2.new(0,116,0,35)s.Font=Enum.Font.Cartoon;s.Text="Close"s.TextColor3=Color3.fromRGB(255,255,255)s.TextSize=35.000;s.MouseButton1Down:connect(function()b.Visible=true;e.Visible=false;l.Visible=false end)
Add Comment
Please, Sign In to add comment