Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Main2 = Instance.new("Frame")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local OofSound = Instance.new("TextButton")
- local BarkSound = Instance.new("TextButton")
- local WowSound = Instance.new("TextButton")
- local ExplodeMuffy = Instance.new("TextButton")
- local ExplodeSocky = Instance.new("TextButton")
- local TeleportSocky = Instance.new("TextButton")
- local TeleportMuffy = Instance.new("TextButton")
- local AllSounds = Instance.new("TextButton")
- local Y00zkiddChatLag = Instance.new("TextButton")
- local SkyDisco = Instance.new("TextButton")
- local PendulumHub = Instance.new("TextButton")
- local Empty = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main2.Name = "Main2"
- Main2.Parent = ScreenGui
- Main2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main2.BorderColor3 = Color3.fromRGB(185, 0, 182)
- Main2.BorderSizePixel = 3
- Main2.Position = UDim2.new(0.219667941, 0, 0.0816326514, 0)
- Main2.Size = UDim2.new(0, 242, 0, 351)
- Main2.Active
- Main2.Draggable
- Main.Name = "Main"
- Main.Parent = Main2
- Main.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
- Main.BorderColor3 = Color3.fromRGB(44, 44, 44)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.0311111752, 0, 0.0284899417, 0)
- Main.Size = UDim2.new(0, 225, 0, 331)
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 208, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Y00z's 4nn1 Gui"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 27.000
- TextLabel.TextWrapped = true
- OofSound.Name = "Oof Sound"
- OofSound.Parent = Main
- OofSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- OofSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
- OofSound.Position = UDim2.new(0.0382775106, 0, 0.169184297, 0)
- OofSound.Size = UDim2.new(0, 56, 0, 50)
- OofSound.Font = Enum.Font.SourceSans
- OofSound.Text = "Oof Sound"
- OofSound.TextColor3 = Color3.fromRGB(255, 255, 255)
- OofSound.TextScaled = true
- OofSound.TextSize = 14.000
- OofSound.TextWrapped = true
- OofSound.MouseButton1Down:Connect(function()
- game:GetService("Workspace").socky.Head.Sound:Play()
- game:GetService("Workspace").muffy.Head.Sound:Play()
- end)
- BarkSound.Name = "Bark Sound"
- BarkSound.Parent = Main
- BarkSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- BarkSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
- BarkSound.Position = UDim2.new(0.317222893, 0, 0.169184297, 0)
- BarkSound.Size = UDim2.new(0, 56, 0, 50)
- BarkSound.Font = Enum.Font.SourceSans
- BarkSound.Text = "Bark Sound"
- BarkSound.TextColor3 = Color3.fromRGB(255, 255, 255)
- BarkSound.TextScaled = true
- BarkSound.TextSize = 14.000
- BarkSound.TextWrapped = true
- BarkSound.MouseButton1Down:Connect(function()
- game:GetService("Workspace").Doge.Head.Bark:Play()
- end)
- WowSound.Name = "Wow Sound"
- WowSound.Parent = Main
- WowSound.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- WowSound.BorderColor3 = Color3.fromRGB(185, 0, 182)
- WowSound.Position = UDim2.new(0.610556245, 0, 0.169184297, 0)
- WowSound.Size = UDim2.new(0, 56, 0, 50)
- WowSound.Font = Enum.Font.SourceSans
- WowSound.Text = "Wow Sound"
- WowSound.TextColor3 = Color3.fromRGB(255, 255, 255)
- WowSound.TextScaled = true
- WowSound.TextSize = 14.000
- WowSound.TextWrapped = true
- WowSound.MouseButton1Down:Connect(function()
- game:GetService("Workspace").Doge.Head.Wow:Play()
- end)
- ExplodeMuffy.Name = "Explode Muffy"
- ExplodeMuffy.Parent = Main
- ExplodeMuffy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExplodeMuffy.BorderColor3 = Color3.fromRGB(185, 0, 182)
- ExplodeMuffy.Position = UDim2.new(0.0372228995, 0, 0.362537771, 0)
- ExplodeMuffy.Size = UDim2.new(0, 56, 0, 50)
- ExplodeMuffy.Font = Enum.Font.SourceSans
- ExplodeMuffy.Text = "Explode Muffy"
- ExplodeMuffy.TextColor3 = Color3.fromRGB(255, 255, 255)
- ExplodeMuffy.TextScaled = true
- ExplodeMuffy.TextSize = 14.000
- ExplodeMuffy.TextWrapped = true
- ExplodeMuffy.MouseButton1Down:Connect(function()
- game.Workspace.muffy.Head:Destroy()
- end)
- ExplodeSocky.Name = "Explode Socky"
- ExplodeSocky.Parent = Main
- ExplodeSocky.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ExplodeSocky.BorderColor3 = Color3.fromRGB(185, 0, 182)
- ExplodeSocky.Position = UDim2.new(0.317222893, 0, 0.362537771, 0)
- ExplodeSocky.Size = UDim2.new(0, 56, 0, 50)
- ExplodeSocky.Font = Enum.Font.SourceSans
- ExplodeSocky.Text = "Explode Socky"
- ExplodeSocky.TextColor3 = Color3.fromRGB(255, 255, 255)
- ExplodeSocky.TextScaled = true
- ExplodeSocky.TextSize = 14.000
- ExplodeSocky.TextWrapped = true
- ExplodeSocky.MouseButton1Down:Connect(function()
- game.Workspace.socky.Head:Destroy()
- end)
- TeleportSocky.Name = "Teleport Socky"
- TeleportSocky.Parent = Main
- TeleportSocky.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TeleportSocky.BorderColor3 = Color3.fromRGB(185, 0, 182)
- TeleportSocky.Position = UDim2.new(0.610556245, 0, 0.362537771, 0)
- TeleportSocky.Size = UDim2.new(0, 56, 0, 50)
- TeleportSocky.Font = Enum.Font.SourceSans
- TeleportSocky.Text = "Teleport Socky"
- TeleportSocky.TextColor3 = Color3.fromRGB(255, 255, 255)
- TeleportSocky.TextScaled = true
- TeleportSocky.TextSize = 14.000
- TeleportSocky.TextWrapped = true
- TeleportSocky.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.socky.Torso.CFrame
- end)
- TeleportMuffy.Name = "Teleport Muffy"
- TeleportMuffy.Parent = Main
- TeleportMuffy.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TeleportMuffy.BorderColor3 = Color3.fromRGB(185, 0, 182)
- TeleportMuffy.Position = UDim2.new(0.0372228995, 0, 0.549848914, 0)
- TeleportMuffy.Size = UDim2.new(0, 56, 0, 50)
- TeleportMuffy.Font = Enum.Font.SourceSans
- TeleportMuffy.Text = "Teleport Muffy"
- TeleportMuffy.TextColor3 = Color3.fromRGB(255, 255, 255)
- TeleportMuffy.TextScaled = true
- TeleportMuffy.TextSize = 14.000
- TeleportMuffy.TextWrapped = true
- TeleportMuffy.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.muffy.Torso.CFrame
- end)
- AllSounds.Name = "All Sounds"
- AllSounds.Parent = Main
- AllSounds.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- AllSounds.BorderColor3 = Color3.fromRGB(185, 0, 182)
- AllSounds.Position = UDim2.new(0.317222893, 0, 0.549848855, 0)
- AllSounds.Size = UDim2.new(0, 56, 0, 50)
- AllSounds.Font = Enum.Font.SourceSans
- AllSounds.Text = "All Sounds"
- AllSounds.TextColor3 = Color3.fromRGB(255, 255, 255)
- AllSounds.TextScaled = true
- AllSounds.TextSize = 14.000
- AllSounds.TextWrapped = true
- AllSounds.MouseButton1Down:Connect(function()
- game:GetService("Workspace").socky.Head.Sound:Play()
- game:GetService("Workspace").muffy.Head.Sound:Play()
- game:GetService("Workspace").Doge.Head.Bark:Play()
- game:GetService("Workspace").Doge.Head.Wow:Play()
- end)
- Y00zkiddChatLag.Name = "Y00zkidd Chat Lag"
- Y00zkiddChatLag.Parent = Main
- Y00zkiddChatLag.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Y00zkiddChatLag.BorderColor3 = Color3.fromRGB(185, 0, 182)
- Y00zkiddChatLag.Position = UDim2.new(0.610556245, 0, 0.549848855, 0)
- Y00zkiddChatLag.Size = UDim2.new(0, 56, 0, 50)
- Y00zkiddChatLag.Font = Enum.Font.SourceSans
- Y00zkiddChatLag.Text = "Y00zkidd Chat Lag"
- Y00zkiddChatLag.TextColor3 = Color3.fromRGB(255, 255, 255)
- Y00zkiddChatLag.TextScaled = true
- Y00zkiddChatLag.TextSize = 14.000
- Y00zkiddChatLag.TextWrapped = true
- Y00zkiddChatLag.MouseButton1Down:Connect(function()
- local AmountOfMessages = 3
- local SafeMode = false
- local SafemodeWaitTime = 4
- if SafeMode then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- else
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("TEAM Y00ZKIDD JOIN TODAY!", "All")
- end
- end)
- SkyDisco.Name = "Sky Disco"
- SkyDisco.Parent = Main
- SkyDisco.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- SkyDisco.BorderColor3 = Color3.fromRGB(185, 0, 182)
- SkyDisco.Position = UDim2.new(0.0372228995, 0, 0.737160027, 0)
- SkyDisco.Size = UDim2.new(0, 56, 0, 50)
- SkyDisco.Font = Enum.Font.SourceSans
- SkyDisco.Text = "Sky Disco"
- SkyDisco.TextColor3 = Color3.fromRGB(255, 255, 255)
- SkyDisco.TextScaled = true
- SkyDisco.TextSize = 14.000
- SkyDisco.TextWrapped = true
- SkyDisco.MouseButton1Down:Connect(function()
- if ChatBox.Text ~= "Type something here to chat it anonymously!" then
- if ChatBox.Text ~= "" then
- game.Chat:Chat(game.Players.LocalPlayer.Character.Head, ChatBox.Text, "White")
- end
- end
- local AmountOfMessages = 3
- local SafeMode = false
- local SafemodeWaitTime = 4
- if SafeMode then
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
- wait(SafemodeWaitTime)
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
- else
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("day", "All")
- game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("night", "All")
- end
- end)
- PendulumHub.Name = "Pendulum Hub"
- PendulumHub.Parent = Main
- PendulumHub.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- PendulumHub.BorderColor3 = Color3.fromRGB(185, 0, 182)
- PendulumHub.Position = UDim2.new(0.317222893, 0, 0.737160027, 0)
- PendulumHub.Size = UDim2.new(0, 56, 0, 50)
- PendulumHub.Font = Enum.Font.SourceSans
- PendulumHub.Text = "Pendulum Hub"
- PendulumHub.TextColor3 = Color3.fromRGB(255, 255, 255)
- PendulumHub.TextScaled = true
- PendulumHub.TextSize = 14.000
- PendulumHub.TextWrapped = true
- PendulumHub.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua"))(
- end)
- Empty.Name = "Empty"
- Empty.Parent = Main
- Empty.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Empty.BorderColor3 = Color3.fromRGB(185, 0, 182)
- Empty.Position = UDim2.new(0.610556245, 0, 0.737160027, 0)
- Empty.Size = UDim2.new(0, 56, 0, 50)
- Empty.Font = Enum.Font.SourceSans
- Empty.Text = "Empty"
- Empty.TextColor3 = Color3.fromRGB(255, 255, 255)
- Empty.TextScaled = true
- Empty.TextSize = 14.000
- Empty.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment