Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made By: littleheifer96
- --follow or friend request my Roblox user, "littleheifer96"
- --outdated for jailbreak some features still might work on other games
- local RobloxExploit = Instance.new("ScreenGui")
- local MainGUI = Instance.new("Frame")
- local ExploitName = Instance.new("TextLabel")
- local InfiniteJumpButton = Instance.new("TextButton")
- local NoDoorsButton = Instance.new("TextButton")
- local BToolsButton = Instance.new("TextButton")
- local WalkspeedButton = Instance.new("TextButton")
- local CloseGUIButton = Instance.new("TextButton")
- local CloseGUI = Instance.new("Frame")
- local OpenButton = Instance.new("TextButton")
- RobloxExploit.Name = "Roblox Exploit"
- RobloxExploit.Parent = game.CoreGui
- MainGUI.Active = true
- MainGUI.draggable = true
- MainGUI.Name = "MainGUI"
- MainGUI.Parent = RobloxExploit
- MainGUI.BackgroundColor3 = Color3.new(0.329412, 0.329412, 0.329412)
- MainGUI.Position = UDim2.new(0.423362166, 0, 0.324232101, 0)
- MainGUI.Size = UDim2.new(0, 247, 0, 309)
- MainGUI.Visible = false
- ExploitName.Name = "Exploit Name"
- ExploitName.Parent = MainGUI
- ExploitName.BackgroundColor3 = Color3.new(0.764706, 0.0235294, 0)
- ExploitName.BorderColor3 = Color3.new(0, 0, 0)
- ExploitName.BorderSizePixel = 3
- ExploitName.Position = UDim2.new(0.0931174085, 0, 0.0355987027, 0)
- ExploitName.Size = UDim2.new(0, 200, 0, 33)
- ExploitName.Font = Enum.Font.SourceSansSemibold
- ExploitName.Text = "GIMME UR TOES V1"
- ExploitName.TextColor3 = Color3.new(0, 0, 0)
- ExploitName.TextSize = 21
- InfiniteJumpButton.Name = "Infinite Jump Button"
- InfiniteJumpButton.Parent = MainGUI
- InfiniteJumpButton.BackgroundColor3 = Color3.new(1, 0.466667, 0)
- InfiniteJumpButton.BorderColor3 = Color3.new(0, 0, 0)
- InfiniteJumpButton.BorderSizePixel = 3
- InfiniteJumpButton.Position = UDim2.new(0.0931174085, 0, 0.394822001, 0)
- InfiniteJumpButton.Size = UDim2.new(0, 200, 0, 50)
- InfiniteJumpButton.Font = Enum.Font.SourceSansSemibold
- InfiniteJumpButton.Text = "Infinite Jump"
- InfiniteJumpButton.TextColor3 = Color3.new(0, 0, 0)
- InfiniteJumpButton.TextSize = 18
- InfiniteJumpButton.MouseButton1Click:connect(function()
- game:GetService("UserInputService").JumpRequest:connect(function()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end)
- end)
- NoDoorsButton.Name = "No Doors"
- NoDoorsButton.Parent = MainGUI
- NoDoorsButton.BackgroundColor3 = Color3.new(0.917647, 1, 0)
- NoDoorsButton.BorderColor3 = Color3.new(0, 0, 0)
- NoDoorsButton.BorderSizePixel = 3
- NoDoorsButton.Position = UDim2.new(0.0931174085, 0, 0.601941764, 0)
- NoDoorsButton.Size = UDim2.new(0, 200, 0, 50)
- NoDoorsButton.Font = Enum.Font.SourceSansSemibold
- NoDoorsButton.Text = "No Doors"
- NoDoorsButton.TextColor3 = Color3.new(0, 0, 0)
- NoDoorsButton.TextSize = 18
- NoDoorsButton.TextWrapped = true
- NoDoorsButton.MouseButton1Click:connect(function()
- local doors = workspace:FindFirstChild("Doors")
- if not doors then return end
- for i,v in pairs(doors:GetChildren()) do
- v:Destroy()
- end
- end)
- BToolsButton.Name = "BTools Button"
- BToolsButton.Parent = MainGUI
- BToolsButton.BackgroundColor3 = Color3.new(0.152941, 0.709804, 0)
- BToolsButton.BorderColor3 = Color3.new(0, 0, 0)
- BToolsButton.BorderSizePixel = 3
- BToolsButton.Position = UDim2.new(0.0931174085, 0, 0.812297702, 0)
- BToolsButton.Size = UDim2.new(0, 200, 0, 50)
- BToolsButton.Font = Enum.Font.SourceSansSemibold
- BToolsButton.Text = "B-Tools"
- BToolsButton.TextColor3 = Color3.new(0, 0, 0)
- BToolsButton.TextSize = 18
- BToolsButton.MouseButton1Click:connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.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)
- WalkspeedButton.Name = "Walkspeed Button"
- WalkspeedButton.Parent = MainGUI
- WalkspeedButton.BackgroundColor3 = Color3.new(1, 0, 0)
- WalkspeedButton.BorderColor3 = Color3.new(0, 0, 0)
- WalkspeedButton.BorderSizePixel = 3
- WalkspeedButton.Position = UDim2.new(0.0931174085, 0, 0.187702268, 0)
- WalkspeedButton.Size = UDim2.new(0, 200, 0, 50)
- WalkspeedButton.Font = Enum.Font.SourceSansSemibold
- WalkspeedButton.Text = "Walkspeed(x)"
- WalkspeedButton.TextColor3 = Color3.new(0, 0, 0)
- WalkspeedButton.TextSize = 18
- WalkspeedButton.MouseButton1Click:connect(function()
- local walkspeedplayer = game:GetService("Players").LocalPlayer
- local walkspeedmouse = walkspeedplayer:GetMouse()
- local walkspeedenabled = false
- function x_walkspeed(key)
- if (key == "x") then
- if walkspeedenabled == false then
- _G.WS = 150; -- Change This Number To Whatever You Want Your Running Speed To Be --
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = true
- elseif walkspeedenabled == true then
- _G.WS = 25; -- Change This Number To Whatever You Want Your Walking Speed To Be --
- local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
- Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
- Humanoid.WalkSpeed = _G.WS;
- end)
- Humanoid.WalkSpeed = _G.WS;
- walkspeedenabled = false
- end
- end
- end
- walkspeedmouse.KeyDown:connect(x_walkspeed)
- end)
- CloseGUIButton.Name = "Close GUI Button"
- CloseGUIButton.Parent = MainGUI
- CloseGUIButton.BackgroundColor3 = Color3.new(0.639216, 0, 0)
- CloseGUIButton.BorderColor3 = Color3.new(0.658824, 0, 0)
- CloseGUIButton.BorderSizePixel = 3
- CloseGUIButton.Position = UDim2.new(0.91093117, 0, 0, 0)
- CloseGUIButton.Size = UDim2.new(0, 22, 0, 20)
- CloseGUIButton.Font = Enum.Font.SourceSans
- CloseGUIButton.Text = "X"
- CloseGUIButton.TextColor3 = Color3.new(0, 0, 0)
- CloseGUIButton.TextSize = 18
- CloseGUIButton.TextStrokeTransparency = 7
- CloseGUIButton.MouseButton1Click:connect(function()
- MainGUI.Visible = false
- CloseGUI.Visible = true
- end)
- CloseGUI.Name = "Close GUI"
- CloseGUI.Parent = RobloxExploit
- CloseGUI.BackgroundColor3 = Color3.new(0.647059, 0, 0)
- CloseGUI.BorderColor3 = Color3.new(0, 0, 0)
- CloseGUI.BorderSizePixel = 3
- CloseGUI.Position = UDim2.new(0.739184201, 0, 0, 0)
- CloseGUI.Size = UDim2.new(0, 100, 0, 37)
- OpenButton.Name = "Open Button"
- OpenButton.Parent = CloseGUI
- OpenButton.BackgroundColor3 = Color3.new(0.839216, 0, 0)
- OpenButton.Position = UDim2.new(0, 0, -0.000844478607, 0)
- OpenButton.Size = UDim2.new(0, 100, 0, 37)
- OpenButton.Font = Enum.Font.SourceSansSemibold
- OpenButton.Text = "Open"
- OpenButton.TextColor3 = Color3.new(0, 0, 0)
- OpenButton.TextSize = 20
- OpenButton.MouseButton1Click:connect(function()
- MainGUI.Visible = true
- CloseGUI.visible = false
- end)
Add Comment
Please, Sign In to add comment