Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local LT2 = Instance.new("ScreenGui")
- local Gui = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Phantom = Instance.new("TextButton")
- local Blue = Instance.new("TextButton")
- local LightSpooky = Instance.new("TextButton")
- local Spooky = Instance.new("TextButton")
- local Grey = Instance.new("TextButton")
- local Fire = Instance.new("TextButton")
- --Properties:
- LT2.Name = "LT2"
- LT2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Gui.Name = "Gui"
- Gui.Parent = LT2
- Gui.Active = true
- Gui.BackgroundColor3 = Color3.new(1, 1, 1)
- Gui.BackgroundTransparency = 0.69999998807907
- Gui.BorderColor3 = Color3.new(0, 0, 0)
- Gui.BorderSizePixel = 0
- Gui.Draggable = true
- Gui.Position = UDim2.new(0, 72, 0, 90)
- Gui.Size = UDim2.new(0, 405, 0, 213)
- TextLabel.Parent = Gui
- TextLabel.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
- TextLabel.Position = UDim2.new(-0.00018988736, 0, -0.00211538398, 0)
- TextLabel.Size = UDim2.new(0, 406, 0, 36)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Wall Hacks"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Phantom.Name = "Phantom"
- Phantom.Parent = Gui
- Phantom.BackgroundColor3 = Color3.new(1, 1, 1)
- Phantom.Position = UDim2.new(0.041785419, 0, 0.186667562, 0)
- Phantom.Size = UDim2.new(0, 185, 0, 40)
- Phantom.Font = Enum.Font.SourceSans
- Phantom.Text = "Phantom"
- Phantom.TextColor3 = Color3.new(0, 0, 0)
- Phantom.TextSize = 14
- Phantom.MouseButton1Click:connect(function()
- if g5 == true then
- g5 = false
- Phantom.BackgroundColor3 = Color3.new(255, 255, 255)
- else
- g5 = true
- Phantom.BackgroundColor3 = Color3.new(0, 255, 0)
- if g5 then
- woodtype = "LoneCave"
- end
- end
- end)
- Blue.Name = "Blue"
- Blue.Parent = Gui
- Blue.BackgroundColor3 = Color3.new(1, 1, 1)
- Blue.Position = UDim2.new(0.041785419, 0, 0.435493857, 0)
- Blue.Size = UDim2.new(0, 185, 0, 40)
- Blue.Font = Enum.Font.SourceSans
- Blue.Text = "Blue"
- Blue.TextColor3 = Color3.new(0, 0, 0)
- Blue.TextSize = 14
- Blue.MouseButton1Click:connect(function()
- if g4 == true then
- g4 = false
- Blue.BackgroundColor3 = Color3.new(255, 255, 255)
- else
- g4 = true
- Blue.BackgroundColor3 = Color3.new(0, 255, 0)
- if g4 then
- woodtype = "CaveCrawler"
- end
- end
- end)
- LightSpooky.Name = "LightSpooky"
- LightSpooky.Parent = Gui
- LightSpooky.BackgroundColor3 = Color3.new(1, 1, 1)
- LightSpooky.Position = UDim2.new(0.041785419, 0, 0.674930453, 0)
- LightSpooky.Size = UDim2.new(0, 185, 0, 40)
- LightSpooky.Font = Enum.Font.SourceSans
- LightSpooky.Text = "LightSpooky"
- LightSpooky.TextColor3 = Color3.new(0, 0, 0)
- LightSpooky.TextSize = 14
- LightSpooky.MouseButton1Click:connect(function()
- if g3 == true then
- g3 = false
- LightSpooky.BackgroundColor3 = Color3.new(255, 255, 255)
- else
- g3 = true
- LightSpooky.BackgroundColor3 = Color3.new(0, 255, 0)
- if g3 then
- woodtype = "SpookyNeon"
- end
- end
- end)
- Spooky.Name = "Spooky"
- Spooky.Parent = Gui
- Spooky.BackgroundColor3 = Color3.new(1, 1, 1)
- Spooky.Position = UDim2.new(0.520797729, 0, 0.679625273, 0)
- Spooky.Size = UDim2.new(0, 185, 0, 40)
- Spooky.Font = Enum.Font.SourceSans
- Spooky.Text = "Spooky"
- Spooky.TextColor3 = Color3.new(0, 0, 0)
- Spooky.TextSize = 14
- Spooky.MouseButton1Click:connect(function()
- if g2 == true then
- g2 = false
- Spooky.BackgroundColor3 = Color3.new(255, 255, 255)
- else
- g2 = true
- Spooky.BackgroundColor3 = Color3.new(0, 255, 0)
- if g2 then
- woodtype = "Spooky"
- end
- end
- end)
- Grey.Name = "Grey"
- Grey.Parent = Gui
- Grey.BackgroundColor3 = Color3.new(1, 1, 1)
- Grey.Position = UDim2.new(0.520797729, 0, 0.440188706, 0)
- Grey.Size = UDim2.new(0, 185, 0, 40)
- Grey.Font = Enum.Font.SourceSans
- Grey.Text = "Grey"
- Grey.TextColor3 = Color3.new(0, 0, 0)
- Grey.TextSize = 14
- Grey.MouseButton1Click:connect(function()
- if g1 == true then
- g1 = false
- Grey.BackgroundColor3 = Color3.new(255, 255, 255)
- else
- g1 = true
- Grey.BackgroundColor3 = Color3.new(0, 255, 0)
- if g1 then
- woodtype = nil
- end
- end
- end)
- -- ColorHax Script
- woodtype = "Birch"
- local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
- tool.RequiresHandle = false
- --tool.RobloxLocked = true
- tool.Name = "Paint"
- tool.ToolTip = "Changes A Stucture's Wood Type"
- tool.Equipped:connect(function(Mouse)
- Mouse.Button1Down:connect(function()
- if Mouse.Target.Parent:FindFirstChild("Type") or Mouse.Target.Parent:FindFirstChild("BlueprintWoodClass") then
- local Cframe
- if Mouse.Target.Parent:FindFirstChild("MainCFrame") then
- Cframe = Mouse.Target.Parent.MainCFrame.Value
- else
- Cframe = Mouse.Target.Parent.PrimaryPart.CFrame
- end
- if Mouse.Target.Parent ~= nil then
- game.ReplicatedStorage.PlaceStructure.ClientPlacedStructure:FireServer(Mouse.Target.Parent.ItemName.Value, Cframe, game.Players.LocalPlayer, woodtype, Mouse.Target.Parent, false)
- end
- else
- --do nothing
- end
- end)
- end)
- g1 = false
- g2 = false
- g3 = false
- g4 = false
- g5 = false
Add Comment
Please, Sign In to add comment