Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Working!
- --Warning NoClip is sensitive and is probably only working with R15 idk just enjoy please
- --Also please check out my YT > T***** uploads dry content
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local NoClip = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(115, 152, 255)
- Main.BorderSizePixel = 3
- Main.Position = UDim2.new(0.490410954, 0, 0.32470119, 0)
- Main.Size = UDim2.new(0, 245, 0, 184)
- Main.Visible = false
- Main.Active = true
- Main.Draggable = true
- NoClip.Name = "NoClip"
- NoClip.Parent = Main
- NoClip.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- NoClip.BorderSizePixel = 4
- NoClip.Position = UDim2.new(0.0878948569, 0, 0.36213842, 0)
- NoClip.Size = UDim2.new(0, 200, 0, 50)
- 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)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.0878948569, 0, 0.838363886, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 29)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "--Only works in R15 And has some Bugs"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = Main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.BorderColor3 = Color3.fromRGB(68, 80, 188)
- TextLabel_2.BorderSizePixel = 3
- TextLabel_2.Position = UDim2.new(-0.00346660614, 0, 0.00404900312, 0)
- TextLabel_2.Size = UDim2.new(0, 245, 0, 36)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Noclip Gui"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Main
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.Position = UDim2.new(-0.00754818041, 0, 0.199701145, 0)
- TextLabel_3.Size = UDim2.new(0, 246, 0, 0)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = ""
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0.0657534152, 0, 0.691235065, 0)
- Frame.Size = UDim2.new(0, 100, 0, 34)
- Open.Name = "Open"
- Open.Parent = Frame
- Open.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Open.Position = UDim2.new(-0.00999992341, 0, 0, 0)
- Open.Size = UDim2.new(0, 101, 0, 34)
- 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()
- Frame.Visible = false
- Main.Visible = true
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement