-- Gui to Lua -- Version: 3.2 -- Instances: local g00by = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local ImageLabel = Instance.new("ImageLabel") local TextButton = Instance.new("TextButton") local TextButton_2 = Instance.new("TextButton") local TextButton_3 = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local TextButton_4 = Instance.new("TextButton") --Properties: g00by.Name = "g00by" g00by.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") g00by.ResetOnSpawn = false Frame.Parent = g00by Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.Position = UDim2.new(0.0818181857, 0, 0.163987145, 0) Frame.Size = UDim2.new(0, 197, 0, 386) Frame.Draggable=true Frame.Active=true ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.Position = UDim2.new(-0.010240728, 0, -0.00202420354, 0) ImageLabel.Size = UDim2.new(0, 197, 0, 386) ImageLabel.Image = "http://www.roblox.com/asset/?id=12285082171" TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BackgroundTransparency = 0.350 TextButton.Position = UDim2.new(0, 0, 0.156015188, 0) TextButton.Size = UDim2.new(0, 195, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "skybox" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 14.000 TextButton.MouseButton1Click:Connect(function() s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=100091122003498" s.SkyboxDn = "http://www.roblox.com/asset/?id=100091122003498" s.SkyboxFt = "http://www.roblox.com/asset/?id=100091122003498" s.SkyboxLf = "http://www.roblox.com/asset/?id=100091122003498" s.SkyboxRt = "http://www.roblox.com/asset/?id=100091122003498" s.SkyboxUp = "http://www.roblox.com/asset/?id=100091122003498" end) TextButton_2.Parent = Frame TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_2.BackgroundTransparency = 0.350 TextButton_2.Position = UDim2.new(-0.0125614554, 0, 0.305274665, 0) TextButton_2.Size = UDim2.new(0, 200, 0, 50) TextButton_2.Font = Enum.Font.SourceSans TextButton_2.Text = "music" TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_2.TextSize = 14.000 TextButton_2.MouseButton1Click:Connect(function() for i,v in pairs(game.Workspace:GetChildren()) do if v.className == "Sound" then v:Stop() v:Remove() end end s = Instance.new("Sound",Workspace) s.SoundId = "rbxassetid://1847661821" s.Volume = 10 s.Looped = true s.Pitch = 1 s:Play() end) TextButton_3.Parent = Frame TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_3.BackgroundTransparency = 0.400 TextButton_3.Position = UDim2.new(-0.0125614693, 0, 0.453817725, 0) TextButton_3.Size = UDim2.new(0, 197, 0, 50) TextButton_3.Font = Enum.Font.SourceSans TextButton_3.Text = "particals " TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_3.TextSize = 14.000 TextButton_3.MouseButton1Click:Connect(function() for _, obj in pairs(workspace:GetDescendants()) do if obj:IsA("Part") or obj:IsA("MeshPart") then local pe = Instance.new("ParticleEmitter") pe.Texture = "rbxassetid://100091122003498" pe.Rate = 25 pe.Parent = obj end end end) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.Position = UDim2.new(-0.0125614693, 0, -0.000833027123, 0) TextLabel.Size = UDim2.new(0, 199, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "g00byd0lan hack" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 TextButton_4.Parent = Frame TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton_4.BackgroundTransparency = 0.350 TextButton_4.Position = UDim2.new(-0.0125614693, 0, 0.601036251, 0) TextButton_4.Size = UDim2.new(0, 198, 0, 50) TextButton_4.Font = Enum.Font.SourceSans TextButton_4.Text = "decal spam" TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton_4.TextSize = 14.000 TextButton_4.MouseButton1Click:Connect(function() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=100091122003498" 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=100091122003498" Two.Texture = "http://www.roblox.com/asset/?id=100091122003498" Three.Texture = "http://www.roblox.com/asset/?id=100091122003498" Four.Texture = "http://www.roblox.com/asset/?id=100091122003498" Five.Texture = "http://www.roblox.com/asset/?id=100091122003498" Six.Texture = "http://www.roblox.com/asset/?id=100091122003498" 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)