Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made by: Lightningfast_YT/Cynic Dev#0010.
- -- Youtube: Lightningfast_YT
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local Frame_2 = Instance.new("Frame")
- local Frame_3 = Instance.new("Frame")
- local Frame_4 = Instance.new("Frame")
- local Frame_5 = Instance.new("Frame")
- local TextButton_2 = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.333333)
- Frame.Position = UDim2.new(0.241799444, 0, 0.181274906, 0)
- Frame.Size = UDim2.new(0, 589, 0, 258)
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.Position = UDim2.new(0.957555175, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 25, 0, 26)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.new(0.0901961, 0.0901961, 0.211765)
- TextButton.TextSize = 14
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_2.Size = UDim2.new(0, 564, 0, 26)
- Frame_3.Parent = Frame
- Frame_3.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_3.Position = UDim2.new(0.957555175, 0, 0.100775197, 0)
- Frame_3.Size = UDim2.new(0, 25, 0, 206)
- Frame_4.Parent = Frame
- Frame_4.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_4.BorderSizePixel = 0
- Frame_4.Position = UDim2.new(0, 0, 0.899224818, 0)
- Frame_4.Size = UDim2.new(0, 589, 0, 26)
- Frame_5.Parent = Frame
- Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_5.BorderSizePixel = 0
- Frame_5.Position = UDim2.new(0, 0, 0.100775197, 0)
- Frame_5.Size = UDim2.new(0, 25, 0, 206)
- TextButton_2.Parent = Frame
- TextButton_2.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.333333)
- TextButton_2.Position = UDim2.new(0.0424448214, 0, 0.100775182, 0)
- TextButton_2.Size = UDim2.new(0, 178, 0, 41)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Noclip"
- TextButton_2.TextColor3 = Color3.new(0, 0, 0)
- TextButton_2.TextSize = 14
- -- Scripts:
- function SCRIPT_GWZU75_FAKESCRIPT() -- TextButton_2.Script
- local script = Instance.new('Script')
- script.Parent = TextButton_2
- --This is not my script
- wait(2)
- nam = game.Players.LocalPlayer.Name
- coroutine.wrap(function()
- while wait() do
- for a, b in pairs(Workspace[nam]:GetChildren()) do
- if b:FindFirstChild('Handle') then
- b.Handle.CanCollide = false
- end
- end
- end
- end)()
- Workspace[nam].Humanoid.Changed:connect(function()
- Workspace[nam].Humanoid.WalkSpeed = 16
- end)
- game:GetService('Players').LocalPlayer.PlayerGui.ChildAdded:connect(function(asd)
- delay(0, function()
- if asd.Name ~= 'OutputGUI' then
- asd:Destroy()
- end
- end)
- end)
- game:GetService('RunService').Stepped:connect(function()
- Workspace[nam].Torso.CanCollide = false
- Workspace[nam].Head.CanCollide = false
- end)
- Workspace[nam].Torso.Changed:connect(function()
- Workspace[nam].Torso.CanCollide = false
- Workspace[nam].Head.CanCollide = false
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_GWZU75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment