Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local GUI = Instance.new("Frame")
- local GuiFrame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local printers = Instance.new("TextButton")
- local noclip = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local shipments = Instance.new("TextButton")
- local ctrl = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Name = "."
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.BorderSizePixel = 0
- Frame.Size = UDim2.new(0, 100, 0, 100)
- GUI.Name = "GUI"
- GUI.Parent = Frame
- GUI.Active = true
- GUI.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- GUI.Position = UDim2.new(2.72227716, 0, 1.18337858, 0)
- GUI.Size = UDim2.new(0, 269, 0, 321)
- GUI.Visible = false
- GUI.Draggable = true
- GuiFrame.Name = "GuiFrame"
- GuiFrame.Parent = GUI
- GuiFrame.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- GuiFrame.Position = UDim2.new(-0.00262315036, 0, -0.00268702046, 0)
- GuiFrame.Size = UDim2.new(0, 270, 0, 29)
- TextLabel.Parent = GuiFrame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.BorderSizePixel = 0
- TextLabel.Position = UDim2.new(0.129231229, 0, 0.0344827585, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 29)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Dark RP Noclip"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 20
- TextLabel_2.Parent = GuiFrame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Position = UDim2.new(0.139442235, 0, 10.6896553, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 11)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Made by Palazienko"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 20
- noclip.Name = "noclip"
- noclip.Parent = GuiFrame
- noclip.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- noclip.BorderSizePixel = 0
- noclip.Position = UDim2.new(0.524149776, 0, 2.34976888, 0)
- noclip.Size = UDim2.new(0, 129, 0, 56)
- noclip.Font = Enum.Font.Cartoon
- noclip.Text = "Noclip"
- noclip.TextColor3 = Color3.new(1, 1, 1)
- noclip.TextSize = 20
- close.Name = "close"
- close.Parent = GuiFrame
- close.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- close.BorderSizePixel = 0
- close.Position = UDim2.new(0.9107669, 0, 0.0344827175, 0)
- close.Size = UDim2.new(0, 25, 0, 28)
- close.Font = Enum.Font.Cartoon
- close.Text = "X"
- close.TextColor3 = Color3.new(1, 1, 1)
- close.TextSize = 20
- open.Name = "open"
- open.Parent = Frame
- open.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- open.BorderSizePixel = 0
- open.Position = UDim2.new(-0.00860118866, 0, 4.17987204, 0)
- open.Size = UDim2.new(0, 122, 0, 28)
- open.Font = Enum.Font.Cartoon
- open.Text = "Open"
- open.TextColor3 = Color3.new(1, 1, 1)
- open.TextSize = 20
- open.MouseButton1Down:connect(function()
- GUI.Visible = true
- end)
- close.MouseButton1Down:connect(function()
- GUI.Visible = false
- end)
- noclip.MouseButton1Down:connect(function()
- nam = game.Players.LocalPlayer.Name
- game:GetService('RunService').Stepped:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- Workspace[nam].Head.Changed:connect(function()
- for a, b in pairs(game.Workspace:GetChildren()) do
- if b.Name == nam then
- for i, v in pairs(game.Workspace[nam]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end
- end
- end
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment