Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Hey I made a New Gui It has Noclip and Btools so yeah enjoy
- --Make sure to check my YT>> T***** Uploads Dry Content
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local NoClip = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(165, 170, 255)
- Main.BorderColor3 = Color3.fromRGB(152, 134, 208)
- Main.BorderSizePixel = 4
- Main.Position = UDim2.new(0.334246576, 0, 0.260956168, 0)
- Main.Size = UDim2.new(0, 242, 0, 240)
- Main.Visible = false
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- NoClip.Name = "NoClip"
- NoClip.Parent = Main
- NoClip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- NoClip.Position = UDim2.new(-0.000464171171, 0, 0.285906374, 0)
- NoClip.Size = UDim2.new(0, 117, 0, 132)
- NoClip.Font = Enum.Font.SourceSans
- NoClip.Text = "NoClip"
- NoClip.TextColor3 = Color3.fromRGB(0, 0, 0)
- NoClip.TextScaled = true
- NoClip.TextSize = 14.000
- NoClip.TextWrapped = true
- NoClip.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.RightHand.Touched:connect(function(obj)
- if obj ~= workspace.Terrain then
- obj.CanCollide = false
- wait(1)
- obj.CanCollide = true
- end
- end)
- end)
- BTools.Name = "BTools"
- BTools.Parent = Main
- BTools.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BTools.Position = UDim2.new(0.506871939, 0, 0.285906374, 0)
- BTools.Size = UDim2.new(0, 118, 0, 132)
- BTools.Font = Enum.Font.SourceSans
- BTools.Text = "BTools"
- BTools.TextColor3 = Color3.fromRGB(0, 0, 0)
- BTools.TextScaled = true
- BTools.TextSize = 14.000
- BTools.TextWrapped = true
- BTools.MouseButton1Down: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)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(165, 170, 255)
- TextLabel.BorderColor3 = Color3.fromRGB(86, 137, 148)
- TextLabel.BorderSizePixel = 2
- TextLabel.Position = UDim2.new(0.00366806984, 0, -0.0015438199, 0)
- TextLabel.Size = UDim2.new(0, 241, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "My New Noclip and Btools Gui"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.0767123252, 0, 0.247011989, 0)
- Frame.Size = UDim2.new(0, 155, 0, 57)
- Open.Name = "Open"
- Open.Parent = Frame
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.Position = UDim2.new(-2.98023224e-08, 0, 0.0535568073, 0)
- Open.Size = UDim2.new(0, 155, 0, 50)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(0, 0, 0)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Open.Visible = false
- Main.Visible = true
- end)
Add Comment
Please, Sign In to add comment