-- Gui to Lua -- Version: 3.2 -- Instances: local TuubusGuiV2 = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local TitleLabel = Instance.new("TextLabel") local SkyBox = Instance.new("TextButton") local DecalSpam = Instance.new("TextButton") local Particles = Instance.new("TextButton") local FireAll = Instance.new("TextButton") local UnAnchorAll = Instance.new("TextButton") local AnchorAll = Instance.new("TextButton") local KillAll = Instance.new("TextButton") local ForceField = Instance.new("TextButton") local KickAll = Instance.new("TextButton") local StopAllSounds = Instance.new("TextButton") local Title2Label = Instance.new("TextLabel") local Title3Label = Instance.new("TextLabel") local GangstasParadiseFunny = Instance.new("TextButton") local EagleRebornedTheme = Instance.new("TextButton") local TuubusTheme = Instance.new("TextButton") local G00byTheme = Instance.new("TextButton") local Message = Instance.new("TextButton") local Hint = Instance.new("TextButton") local Title4Label = Instance.new("TextLabel") --Properties: TuubusGuiV2.Name = "TubuusGuiV2" TuubusGuiV2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") TuubusGuiV2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling TuubusGuiV2.ResetOnSpawn = false MainFrame.Name = "MainFrame" MainFrame.Parent = TuubusGuiV2 MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.fromRGB(22, 22, 22) MainFrame.BorderColor3 = Color3.fromRGB(0, 0, 0) MainFrame.Position = UDim2.new(0.102832511, 0, 0.242857143, 0) MainFrame.Selectable = true MainFrame.Size = UDim2.new(0.219211817, 0, 0.675324678, 0) MainFrame.Draggable = true TitleLabel.Name = "TitleLabel" TitleLabel.Parent = MainFrame TitleLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TitleLabel.BackgroundTransparency = 1.000 TitleLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TitleLabel.BorderSizePixel = 0 TitleLabel.Position = UDim2.new(0.0842696652, 0, 0, 0) TitleLabel.Size = UDim2.new(0.828651667, 0, 0.0682302788, 0) TitleLabel.Font = Enum.Font.SourceSans TitleLabel.Text = "TuubusGui V2" TitleLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TitleLabel.TextScaled = true TitleLabel.TextSize = 14.000 TitleLabel.TextWrapped = true SkyBox.Name = "SkyBox" SkyBox.Parent = MainFrame SkyBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) SkyBox.BorderColor3 = Color3.fromRGB(0, 0, 0) SkyBox.BorderSizePixel = 2 SkyBox.Position = UDim2.new(0.0224719103, 0, 0.170360327, 0) SkyBox.Size = UDim2.new(0.435393244, 0, 0.0641340092, 0) SkyBox.Font = Enum.Font.SourceSans SkyBox.Text = "SkyBox" SkyBox.TextColor3 = Color3.fromRGB(0, 0, 0) SkyBox.TextScaled = true SkyBox.TextSize = 14.000 SkyBox.TextWrapped = true DecalSpam.Name = "DecalSpam" DecalSpam.Parent = MainFrame DecalSpam.BackgroundColor3 = Color3.fromRGB(255, 255, 255) DecalSpam.BorderColor3 = Color3.fromRGB(0, 0, 0) DecalSpam.BorderSizePixel = 2 DecalSpam.Position = UDim2.new(0.547752798, 0, 0.170360312, 0) DecalSpam.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) DecalSpam.Font = Enum.Font.SourceSans DecalSpam.Text = "DecalSpam" DecalSpam.TextColor3 = Color3.fromRGB(0, 0, 0) DecalSpam.TextScaled = true DecalSpam.TextSize = 14.000 DecalSpam.TextWrapped = true Particles.Name = "Particles" Particles.Parent = MainFrame Particles.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Particles.BorderColor3 = Color3.fromRGB(0, 0, 0) Particles.BorderSizePixel = 2 Particles.Position = UDim2.new(0.0224719103, 0, 0.255284131, 0) Particles.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) Particles.Font = Enum.Font.SourceSans Particles.Text = "Particles" Particles.TextColor3 = Color3.fromRGB(0, 0, 0) Particles.TextScaled = true Particles.TextSize = 14.000 Particles.TextWrapped = true FireAll.Name = "FireAll" FireAll.Parent = MainFrame FireAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) FireAll.BorderColor3 = Color3.fromRGB(0, 0, 0) FireAll.BorderSizePixel = 2 FireAll.Position = UDim2.new(0.547752798, 0, 0.255284131, 0) FireAll.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) FireAll.Font = Enum.Font.SourceSans FireAll.Text = "Fire All" FireAll.TextColor3 = Color3.fromRGB(0, 0, 0) FireAll.TextScaled = true FireAll.TextSize = 14.000 FireAll.TextWrapped = true UnAnchorAll.Name = "UnAnchorAll" UnAnchorAll.Parent = MainFrame UnAnchorAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) UnAnchorAll.BorderColor3 = Color3.fromRGB(0, 0, 0) UnAnchorAll.BorderSizePixel = 2 UnAnchorAll.Position = UDim2.new(0.0224719103, 0, 0.333117783, 0) UnAnchorAll.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) UnAnchorAll.Font = Enum.Font.SourceSans UnAnchorAll.Text = "Un Anchor All" UnAnchorAll.TextColor3 = Color3.fromRGB(0, 0, 0) UnAnchorAll.TextScaled = true UnAnchorAll.TextSize = 14.000 UnAnchorAll.TextWrapped = true AnchorAll.Name = "AnchorAll" AnchorAll.Parent = MainFrame AnchorAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AnchorAll.BorderColor3 = Color3.fromRGB(0, 0, 0) AnchorAll.BorderSizePixel = 2 AnchorAll.Position = UDim2.new(0.547752798, 0, 0.333117783, 0) AnchorAll.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) AnchorAll.Font = Enum.Font.SourceSans AnchorAll.Text = "Anchor All" AnchorAll.TextColor3 = Color3.fromRGB(0, 0, 0) AnchorAll.TextScaled = true AnchorAll.TextSize = 14.000 AnchorAll.TextWrapped = true KillAll.Name = "KillAll" KillAll.Parent = MainFrame KillAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) KillAll.BorderColor3 = Color3.fromRGB(0, 0, 0) KillAll.BorderSizePixel = 2 KillAll.Position = UDim2.new(0.0168539323, 0, 0.416720688, 0) KillAll.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) KillAll.Font = Enum.Font.SourceSans KillAll.Text = "Kill All" KillAll.TextColor3 = Color3.fromRGB(0, 0, 0) KillAll.TextScaled = true KillAll.TextSize = 14.000 KillAll.TextWrapped = true ForceField.Name = "ForceField" ForceField.Parent = MainFrame ForceField.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ForceField.BorderColor3 = Color3.fromRGB(0, 0, 0) ForceField.BorderSizePixel = 2 ForceField.Position = UDim2.new(0.542134821, 0, 0.416720688, 0) ForceField.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) ForceField.Font = Enum.Font.SourceSans ForceField.Text = "FF" ForceField.TextColor3 = Color3.fromRGB(0, 0, 0) ForceField.TextScaled = true ForceField.TextSize = 14.000 ForceField.TextWrapped = true KickAll.Name = "KickAll" KickAll.Parent = MainFrame KickAll.BackgroundColor3 = Color3.fromRGB(255, 255, 255) KickAll.BorderColor3 = Color3.fromRGB(0, 0, 0) KickAll.BorderSizePixel = 2 KickAll.Position = UDim2.new(0.0196629222, 0, 0.503935337, 0) KickAll.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) KickAll.Font = Enum.Font.SourceSans KickAll.Text = "Kick All" KickAll.TextColor3 = Color3.fromRGB(0, 0, 0) KickAll.TextScaled = true KickAll.TextSize = 14.000 KickAll.TextWrapped = true StopAllSounds.Name = "StopAllSounds" StopAllSounds.Parent = MainFrame StopAllSounds.BackgroundColor3 = Color3.fromRGB(255, 255, 255) StopAllSounds.BorderColor3 = Color3.fromRGB(0, 0, 0) StopAllSounds.BorderSizePixel = 2 StopAllSounds.Position = UDim2.new(0.542134821, 0, 0.503935337, 0) StopAllSounds.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) StopAllSounds.Font = Enum.Font.SourceSans StopAllSounds.Text = "Stop All Sounds" StopAllSounds.TextColor3 = Color3.fromRGB(0, 0, 0) StopAllSounds.TextScaled = true StopAllSounds.TextSize = 14.000 StopAllSounds.TextWrapped = true Title2Label.Name = "Title2Label" Title2Label.Parent = MainFrame Title2Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title2Label.BackgroundTransparency = 1.000 Title2Label.BorderColor3 = Color3.fromRGB(0, 0, 0) Title2Label.BorderSizePixel = 0 Title2Label.Position = UDim2.new(0.0842696652, 0, 0.0682302639, 0) Title2Label.Size = UDim2.new(0.828651667, 0, 0.0566918142, 0) Title2Label.Font = Enum.Font.SourceSans Title2Label.Text = "Server Destruction" Title2Label.TextColor3 = Color3.fromRGB(255, 255, 255) Title2Label.TextScaled = true Title2Label.TextSize = 14.000 Title2Label.TextWrapped = true Title3Label.Name = "Title3Label" Title3Label.Parent = MainFrame Title3Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title3Label.BackgroundTransparency = 1.000 Title3Label.BorderColor3 = Color3.fromRGB(0, 0, 0) Title3Label.BorderSizePixel = 0 Title3Label.Position = UDim2.new(0.0842696652, 0, 0.674151123, 0) Title3Label.Size = UDim2.new(0.828651667, 0, 0.0682302788, 0) Title3Label.Font = Enum.Font.SourceSans Title3Label.Text = "Sounds" Title3Label.TextColor3 = Color3.fromRGB(255, 255, 255) Title3Label.TextScaled = true Title3Label.TextSize = 14.000 Title3Label.TextWrapped = true GangstasParadiseFunny.Name = "GangstasParadiseFunny" GangstasParadiseFunny.Parent = MainFrame GangstasParadiseFunny.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GangstasParadiseFunny.BorderColor3 = Color3.fromRGB(0, 0, 0) GangstasParadiseFunny.BorderSizePixel = 2 GangstasParadiseFunny.Position = UDim2.new(0.542134821, 0, 0.863144755, 0) GangstasParadiseFunny.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) GangstasParadiseFunny.Font = Enum.Font.SourceSans GangstasParadiseFunny.Text = "Gangstas Paradise Funny" GangstasParadiseFunny.TextColor3 = Color3.fromRGB(0, 0, 0) GangstasParadiseFunny.TextScaled = true GangstasParadiseFunny.TextSize = 14.000 GangstasParadiseFunny.TextWrapped = true EagleRebornedTheme.Name = "EagleRebornedTheme" EagleRebornedTheme.Parent = MainFrame EagleRebornedTheme.BackgroundColor3 = Color3.fromRGB(255, 255, 255) EagleRebornedTheme.BorderColor3 = Color3.fromRGB(0, 0, 0) EagleRebornedTheme.BorderSizePixel = 2 EagleRebornedTheme.Position = UDim2.new(0.0224719103, 0, 0.863144755, 0) EagleRebornedTheme.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) EagleRebornedTheme.Font = Enum.Font.SourceSans EagleRebornedTheme.Text = "Eagle Reborned Theme" EagleRebornedTheme.TextColor3 = Color3.fromRGB(0, 0, 0) EagleRebornedTheme.TextScaled = true EagleRebornedTheme.TextSize = 14.000 EagleRebornedTheme.TextWrapped = true TuubusTheme.Name = "TubuusTheme" TuubusTheme.Parent = MainFrame TuubusTheme.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TuubusTheme.BorderColor3 = Color3.fromRGB(0, 0, 0) TuubusTheme.BorderSizePixel = 2 TuubusTheme.Position = UDim2.new(0.0196629222, 0, 0.777853131, 0) TuubusTheme.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) TuubusTheme.Font = Enum.Font.SourceSans TuubusTheme.Text = "Tubuus97 Theme" TuubusTheme.TextColor3 = Color3.fromRGB(0, 0, 0) TuubusTheme.TextScaled = true TuubusTheme.TextSize = 14.000 TuubusTheme.TextWrapped = true G00byTheme.Name = "G00byTheme" G00byTheme.Parent = MainFrame G00byTheme.BackgroundColor3 = Color3.fromRGB(255, 255, 255) G00byTheme.BorderColor3 = Color3.fromRGB(0, 0, 0) G00byTheme.BorderSizePixel = 2 G00byTheme.Position = UDim2.new(0.54494381, 0, 0.777853131, 0) G00byTheme.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) G00byTheme.Font = Enum.Font.SourceSans G00byTheme.Text = "G00by Theme" G00byTheme.TextColor3 = Color3.fromRGB(0, 0, 0) G00byTheme.TextScaled = true G00byTheme.TextSize = 14.000 G00byTheme.TextWrapped = true Message.Name = "Message" Message.Parent = MainFrame Message.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Message.BorderColor3 = Color3.fromRGB(0, 0, 0) Message.BorderSizePixel = 2 Message.Position = UDim2.new(0.542134821, 0, 0.588550746, 0) Message.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) Message.Font = Enum.Font.SourceSans Message.Text = "Message (LOOP)" Message.TextColor3 = Color3.fromRGB(0, 0, 0) Message.TextScaled = true Message.TextSize = 14.000 Message.TextWrapped = true Hint.Name = "Hint" Hint.Parent = MainFrame Hint.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Hint.BorderColor3 = Color3.fromRGB(0, 0, 0) Hint.BorderSizePixel = 2 Hint.Position = UDim2.new(0.0196629222, 0, 0.588550746, 0) Hint.Size = UDim2.new(0.435000002, 0, 0.064000003, 0) Hint.Font = Enum.Font.SourceSans Hint.Text = "Hint" Hint.TextColor3 = Color3.fromRGB(0, 0, 0) Hint.TextScaled = true Hint.TextSize = 14.000 Hint.TextWrapped = true Title4Label.Name = "Title4Label" Title4Label.Parent = MainFrame Title4Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Title4Label.BackgroundTransparency = 1.000 Title4Label.BorderColor3 = Color3.fromRGB(0, 0, 0) Title4Label.BorderSizePixel = 0 Title4Label.Position = UDim2.new(0.0842696652, 0, 0.94615382, 0) Title4Label.Size = UDim2.new(0.828651667, 0, 0.0528456569, 0) Title4Label.Font = Enum.Font.SourceSans Title4Label.Text = "(made by Tubuus97)" Title4Label.TextColor3 = Color3.fromRGB(255, 255, 255) Title4Label.TextScaled = true Title4Label.TextSize = 14.000 Title4Label.TextWrapped = true --Sounds-- TuubusTheme.MouseButton1Click:Connect(function() tuubus97 = Instance.new("Sound", game.SoundService) tuubus97.Playing = true tuubus97.Looped = true tuubus97.Volume = 9999999999 tuubus97.PlaybackSpeed = 0.8 tuubus97.SoundId = "rbxassetid://94533013083491" end) G00byTheme.MouseButton1Click:Connect(function() tuubus97 = Instance.new("Sound", game.SoundService) tuubus97.Playing = true tuubus97.Looped = true tuubus97.Volume = 9999999999 tuubus97.PlaybackSpeed = 1 tuubus97.SoundId = "rbxassetid://1847661821" end) EagleRebornedTheme.MouseButton1Click:Connect(function() tuubus97 = Instance.new("Sound", game.SoundService) tuubus97.Playing = true tuubus97.Looped = true tuubus97.Volume = 5 tuubus97.PlaybackSpeed = 1 tuubus97.SoundId = "rbxassetid://1839246711" end) GangstasParadiseFunny.MouseButton1Click:Connect(function() tuubus97 = Instance.new("Sound", game.SoundService) tuubus97.Playing = true tuubus97.Looped = true tuubus97.Volume = 0.4 tuubus97.PlaybackSpeed = 1 tuubus97.SoundId = "rbxassetid://5228173823" end) StopAllSounds.MouseButton1Click:Connect(function() --Workspace-- for _, music in pairs(workspace:GetDescendants()) do -- It loops through all objects inside the Workspace, including nested ones. if music:IsA("Sound") then -- checks if "music" is Sound in workspace music:Destroy() -- if object is Sound then destroys this object. end end for _, music in pairs(game.SoundService:GetDescendants()) do -- It loops through all objects inside the SoundService, including nested ones. if music:IsA("Sound") then -- checks if "music" is Sound in SoundService music:Destroy() -- if object is Sound then destroys this object. end end end) --Server Destruction-- SkyBox.MouseButton1Click:Connect(function() local newSky = Instance.new("Sky", game.Lighting) newSky.SkyboxBk = "rbxassetid://92758100792556" newSky.SkyboxDn = "rbxassetid://92758100792556" newSky.SkyboxFt = "rbxassetid://92758100792556" newSky.SkyboxLf = "rbxassetid://92758100792556" newSky.SkyboxRt = "rbxassetid://92758100792556" newSky.SkyboxUp = "rbxassetid://92758100792556" end) function click() function exPro(root) for _, v in pairs(root:GetDescendants()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=92758100792556" 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=92758100792556" Two.Texture = "http://www.roblox.com/asset/?id=92758100792556" Three.Texture = "http://www.roblox.com/asset/?id=92758100792556" Four.Texture = "http://www.roblox.com/asset/?id=92758100792556" Five.Texture = "http://www.roblox.com/asset/?id=92758100792556" Six.Texture = "http://www.roblox.com/asset/?id=92758100792556"--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:GetDescendants()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end DecalSpam.MouseButton1Down:connect(click) Particles.MouseButton1Click:Connect(function() for _, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then local emit = Instance.new("ParticleEmitter", v) emit.Texture = "rbxassetid://92758100792556" emit.Rate = 9999 end end end) FireAll.MouseButton1Click:Connect(function() for _, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then local fire = Instance.new("Fire", v) fire.Size = 12 s=Instance.new('SelectionBox',v); s.Adornee=v s.Color3 = Color3.new(255,0,0) end end end) UnAnchorAll.MouseButton1Click:Connect(function() for _, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = false end end for _, v in pairs(game.ReplicatedStorage:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = false end end for _, v in pairs(game.ServerStorage:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = false end end end) AnchorAll.MouseButton1Click:Connect(function() for _, v in pairs(game.Workspace:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = true end end for _, v in pairs(game.ReplicatedStorage:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = true end end for _, v in pairs(game.ServerStorage:GetDescendants()) do if v:IsA("BasePart") then v.Anchored = true end end end) ForceField.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer if player then if player.Character then local ff = Instance.new("ForceField", player.Character) end end end) KillAll.MouseButton1Click:Connect(function() for _, plr in pairs(game.Players:GetPlayers()) do if plr.Character.Humanoid then plr.Character.Humanoid.Health = 0 end end end) KickAll.MouseButton1Click:Connect(function() for _, plr in pairs(game.Players:GetPlayers()) do if plr then plr:Kick("Hacked By Team Tubuus97!") end end end) Hint.MouseButton1Click:Connect(function() hint = Instance.new("Hint", workspace) hint.Text = "Team Tubuus97 Fucked this Game MUAHAHAHAHA!1!1!1!!" end) Message.MouseButton1Click:Connect(function() while wait(0.5) do local msg = Instance.new("Message", workspace) msg.Text = "Join Team Tubuus97 Today NOW!1!" wait(0.5) msg:Destroy() end end)