local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextButton_4 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(0, 98, 255) Frame.BorderSizePixel = 4 Frame.Position = UDim2.new(0.0802469105, 0, 0.208984375, 0) Frame.Size = UDim2.new(0, 354, 0, 179) TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(0, 98, 255) TextButton.BorderSizePixel = 4 TextButton.Position = UDim2.new(0.0522193424, 0, 0.0845070928, 0) TextButton.Size = UDim2.new(0, 117, 0, 44) TextButton.Font = Enum.Font.SourceSansBold TextButton.Text = "Decal Spam" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextSize = 14.000 TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.BorderColor3 = Color3.fromRGB(0, 98, 255) TextButton_2.BorderSizePixel = 4 TextButton_2.Position = UDim2.new(0.616660058, 0, 0.0845070928, 0) TextButton_2.Size = UDim2.new(0, 117, 0, 44) TextButton_2.Font = Enum.Font.SourceSansBold TextButton_2.Text = "Sheldon Bomb" TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.TextSize = 14.000 TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.BorderColor3 = Color3.fromRGB(0, 98, 255) TextButton_3.BorderSizePixel = 4 TextButton_3.Position = UDim2.new(0.0522193201, 0, 0.640176296, 0) TextButton_3.Size = UDim2.new(0, 117, 0, 44) TextButton_3.Font = Enum.Font.SourceSansBold TextButton_3.Text = "FreakBob" TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.TextSize = 14.000 TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.BorderColor3 = Color3.fromRGB(0, 98, 255) TextButton_4.BorderSizePixel = 4 TextButton_4.Position = UDim2.new(0.616660058, 0, 0.640176296, 0) TextButton_4.Size = UDim2.new(0, 117, 0, 44) TextButton_4.Font = Enum.Font.SourceSansBold TextButton_4.Text = "Skybox" TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.TextSize = 14.000 -- Scripts: local function LYHSJLJ_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) function click() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=15236243220" then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id=15236243220" Two.Texture = "http://www.roblox.com/asset/?id=15236243220" Three.Texture = "http://www.roblox.com/asset/?id=15236243220" Four.Texture = "http://www.roblox.com/asset/?id=15236243220" Five.Texture = "http://www.roblox.com/asset/?id=15236243220" Six.Texture = "http://www.roblox.com/asset/?id=15236243220"--put id in here i will put it in description One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(LYHSJLJ_fake_script)() local function KBKOANV_fake_script() -- TextButton_2.Script local script = Instance.new('Script', TextButton_2) function click() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=18351584165" then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id=18351584165" Two.Texture = "http://www.roblox.com/asset/?id=18351584165" Three.Texture = "http://www.roblox.com/asset/?id=18351584165" Four.Texture = "http://www.roblox.com/asset/?id=18351584165" Five.Texture = "http://www.roblox.com/asset/?id=18351584165" Six.Texture = "http://www.roblox.com/asset/?id=18351584165"--put id in here i will put it in description One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(KBKOANV_fake_script)() local function ICGIHT_fake_script() -- TextButton_2.Script local script = Instance.new('Script', TextButton_2) function click() s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=18351584165"--the id is here s.SkyboxDn = "http://www.roblox.com/asset/?id=18351584165"--the id is here s.SkyboxFt = "http://www.roblox.com/asset/?id=18351584165"--the id is here s.SkyboxLf = "http://www.roblox.com/asset/?id=18351584165"--the id is here s.SkyboxRt = "http://www.roblox.com/asset/?id=18351584165"--the id is here s.SkyboxUp = "http://www.roblox.com/asset/?id=18351584165"--the id is here game.Lighting.TimeOfDay = 12 end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(ICGIHT_fake_script)() local function ECDHGJ_fake_script() -- TextButton_3.Script local script = Instance.new('Script', TextButton_3) function click() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=18743910767" then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id=18743910767" Two.Texture = "http://www.roblox.com/asset/?id=18743910767" Three.Texture = "http://www.roblox.com/asset/?id=18743910767" Four.Texture = "http://www.roblox.com/asset/?id=18743910767" Five.Texture = "http://www.roblox.com/asset/?id=18743910767" Six.Texture = "http://www.roblox.com/asset/?id=18743910767"--put id in here i will put it in description One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(ECDHGJ_fake_script)() local function WART_fake_script() -- TextButton_4.Script local script = Instance.new('Script', TextButton_4) function click() s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=9075556829"--the id is here s.SkyboxDn = "http://www.roblox.com/asset/?id=9075556829"--the id is here s.SkyboxFt = "http://www.roblox.com/asset/?id=9075556829"--the id is here s.SkyboxLf = "http://www.roblox.com/asset/?id=9075556829"--the id is here s.SkyboxRt = "http://www.roblox.com/asset/?id=9075556829"--the id is here s.SkyboxUp = "http://www.roblox.com/asset/?id=9075556829"--the id is here game.Lighting.TimeOfDay = 12 end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(WART_fake_script)() local function BLVM_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) script.Parent.Draggable = true script.Parent.Active = true end coroutine.wrap(BLVM_fake_script)()