$$$$$$$\ $$\ $$\ $$\ $$\ $$\ $$$$$$$\ $$\ $$\ $$$$$$$\ $$$$$$$$\ $$ __$$\ $$ | $$ | $$ |$$ | $$ |$$ __$$\ $$ | $$ |$$ __$$\ $$ _____| $$ | $$ |$$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$$$$$$\ |$$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$$$$\ $$ __$$\ $$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ __| $$ | $$ |$$ | $$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$ |$$ | $$$$$$$ |$$$$$$$$\\$$$$$$ |\$$$$$$ |$$$$$$$ |\$$$$$$ |$$$$$$$ |$$$$$$$$\ \_______/ \________|\______/ \______/ \_______/ \______/ \_______/ \________/ -- Gui to Lua -- Version: 3.2 -- Instances: local bluugui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local musica = Instance.new("TextButton") local nametag = Instance.new("TextButton") local disco = Instance.new("TextButton") local jumpscare = Instance.new("TextButton") local skybox = Instance.new("TextButton") --Properties: bluugui.Name = "bluugui" bluugui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") bluugui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = bluugui Frame.BackgroundColor3 = Color3.fromRGB(139, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.0239912756, 0, 0.36696732, 0) Frame.Size = UDim2.new(0, 414, 0, 239) TextLabel.Parent = bluugui TextLabel.BackgroundColor3 = Color3.fromRGB(172, 255, 249) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.140676111, 0, 0.307053953, 0) TextLabel.Size = UDim2.new(0, 200, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "bluugui😼\\n" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 musica.Name = "musica" musica.Parent = bluugui musica.BackgroundColor3 = Color3.fromRGB(255, 255, 255) musica.BorderColor3 = Color3.fromRGB(0, 0, 0) musica.BorderSizePixel = 0 musica.Position = UDim2.new(0.0239912756, 0, 0.366880924, 0) musica.Size = UDim2.new(0, 414, 0, 45) musica.Font = Enum.Font.SourceSans musica.Text = "musica" musica.TextColor3 = Color3.fromRGB(0, 0, 0) musica.TextSize = 14.000 nametag.Name = "nametag" nametag.Parent = bluugui nametag.BackgroundColor3 = Color3.fromRGB(255, 255, 255) nametag.BorderColor3 = Color3.fromRGB(0, 0, 0) nametag.BorderSizePixel = 0 nametag.Position = UDim2.new(0.0213504303, 0, 0.428947121, 0) nametag.Size = UDim2.new(0, 414, 0, 50) nametag.Font = Enum.Font.SourceSans nametag.Text = "name tag" nametag.TextColor3 = Color3.fromRGB(0, 0, 0) nametag.TextSize = 14.000 disco.Name = "disco" disco.Parent = bluugui disco.BackgroundColor3 = Color3.fromRGB(255, 255, 255) disco.BorderColor3 = Color3.fromRGB(0, 0, 0) disco.BorderSizePixel = 0 disco.Position = UDim2.new(0.0224803071, 0, 0.496706337, 0) disco.Size = UDim2.new(0, 417, 0, 50) disco.Font = Enum.Font.SourceSans disco.Text = "disco" disco.TextColor3 = Color3.fromRGB(0, 0, 0) disco.TextSize = 14.000 jumpscare.Name = "jumpscare" jumpscare.Parent = bluugui jumpscare.BackgroundColor3 = Color3.fromRGB(255, 255, 255) jumpscare.BorderColor3 = Color3.fromRGB(0, 0, 0) jumpscare.BorderSizePixel = 0 jumpscare.Position = UDim2.new(0.0237676054, 0, 0.627939165, 0) jumpscare.Size = UDim2.new(0, 415, 0, 50) jumpscare.Font = Enum.Font.SourceSans jumpscare.Text = "jumpscare" jumpscare.TextColor3 = Color3.fromRGB(0, 0, 0) jumpscare.TextSize = 14.000 skybox.Name = "skybox" skybox.Parent = bluugui skybox.BackgroundColor3 = Color3.fromRGB(255, 255, 255) skybox.BorderColor3 = Color3.fromRGB(0, 0, 0) skybox.BorderSizePixel = 0 skybox.Position = UDim2.new(0.0237676054, 0, 0.564917147, 0) skybox.Size = UDim2.new(0, 415, 0, 50) skybox.Font = Enum.Font.SourceSans skybox.Text = "skybox" skybox.TextColor3 = Color3.fromRGB(0, 0, 0) skybox.TextSize = 14.000 -- Scripts: local function LVGEPNT_fake_script() -- bluugui.SkyboxChangeOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("skybox") local skyboxAssetId = "rbxassetid://135940065226695" button.MouseButton1Click:Connect(function() local sky = Instance.new("Sky") sky.SkyboxBk = skyboxAssetId sky.SkyboxDn = skyboxAssetId sky.SkyboxFt = skyboxAssetId sky.SkyboxLf = skyboxAssetId sky.SkyboxRt = skyboxAssetId sky.SkyboxUp = skyboxAssetId sky.Parent = game.Lighting end) end coroutine.wrap(LVGEPNT_fake_script)() local function SXWQGT_fake_script() -- bluugui.MusicPlayOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("musica") local soundAssetId = "rbxassetid://131017912653289" button.MouseButton1Click:Connect(function() local sound = Instance.new("Sound") sound.SoundId = soundAssetId sound.Parent = game.Workspace sound:Play() end) end coroutine.wrap(SXWQGT_fake_script)() local function TFRD_fake_script() -- nametag.LocalScript local script = Instance.new('LocalScript', nametag) -- Referência ao botão local button = script.Parent -- Função quando clicar button.MouseButton1Click:Connect(function() local player = game.Players.LocalPlayer local character = player.Character or player.CharacterAdded:Wait() -- Verifica se já existe o Nametag, se sim, não cria outro if character:FindFirstChild("BluududeNametag") then return end -- Cria o BillboardGui local billboard = Instance.new("BillboardGui") billboard.Name = "BluududeNametag" billboard.Parent = character:WaitForChild("Head") billboard.Size = UDim2.new(0, 200, 0, 50) billboard.StudsOffset = Vector3.new(0, 2, 0) billboard.AlwaysOnTop = true -- Cria o texto local textLabel = Instance.new("TextLabel") textLabel.Parent = billboard textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.BackgroundTransparency = 1 textLabel.Text = "bluudude" textLabel.TextColor3 = Color3.fromRGB(0, 255, 255) -- Ciano textLabel.TextScaled = true textLabel.Font = Enum.Font.GothamBold end) end coroutine.wrap(TFRD_fake_script)() local function YRSUF_fake_script() -- bluugui.AdminCommandsOnClick local script = Instance.new('LocalScript', bluugui) local Players = game:GetService("Players") local button = script.Parent:WaitForChild("admin") button.MouseButton1Click:Connect(function() local player = Players.LocalPlayer -- Grant admin privileges to the player player:SetAttribute("IsAdmin", true) print(player.Name .. " has been granted admin privileges.") end) end coroutine.wrap(YRSUF_fake_script)() local function MPSLXOH_fake_script() -- bluugui.DiscoOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("disco") local lightChangerScript = game.Workspace:FindFirstChild("Light Changer") button.MouseButton1Click:Connect(function() if lightChangerScript then lightChangerScript.Disabled = false end end) end coroutine.wrap(MPSLXOH_fake_script)() local function VMHQ_fake_script() -- bluugui.JumpscareOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("jumpscare") local worldTourImage = script.Parent:FindFirstChild("world tour") button.MouseButton1Click:Connect(function() if worldTourImage then worldTourImage.Visible = true task.wait(5) worldTourImage.Visible = false end end) end coroutine.wrap(VMHQ_fake_script)() local function WSEOBKY_fake_script() -- bluugui.MessageOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("menssagem") local messageEvent = game.ReplicatedStorage:WaitForChild("MessageEvent") button.MouseButton1Click:Connect(function() messageEvent:FireServer() end) end coroutine.wrap(WSEOBKY_fake_script)() local function QOWIIN_fake_script() -- bluugui.ParticleOnClick local script = Instance.new('LocalScript', bluugui) local button = script.Parent:WaitForChild("particle") local particleEvent = game.ReplicatedStorage:WaitForChild("ParticleEvent") button.MouseButton1Click:Connect(function() particleEvent:FireServer() end) end coroutine.wrap(QOWIIN_fake_script)() local function NVUR_fake_script() -- jumpscare.LocalScript local script = Instance.new('LocalScript', jumpscare) local button = script.Parent local ReplicatedStorage = game:GetService("ReplicatedStorage") local event = ReplicatedStorage:WaitForChild("JumpscareEvent") button.MouseButton1Click:Connect(function() event:FireServer() -- Envia o pedido de jumpscare para o servidor end) end coroutine.wrap(NVUR_fake_script)() local function GNKRDX_fake_script() -- skybox.LocalScript local script = Instance.new('LocalScript', skybox) -- Referências local button = script.Parent -- O botão "Skybox" -- Função para alterar o skybox local function changeSkybox() -- Verifica se já existe um skybox e remove for _, v in pairs(game.Lighting:GetChildren()) do if v:IsA("Sky") then v:Destroy() end end -- Cria um novo Skybox local sky = Instance.new("Sky") sky.Name = "CustomSky" -- Define todas as faces com a mesma imagem local skyboxId = "rbxassetid://117296294312300" sky.SkyboxBk = skyboxId sky.SkyboxDn = skyboxId sky.SkyboxFt = skyboxId sky.SkyboxLf = skyboxId sky.SkyboxRt = skyboxId sky.SkyboxUp = skyboxId -- Coloca o skybox na iluminação sky.Parent = game.Lighting end) -- Conecta o botão à função button.MouseButton1Click:Connect(changeSkybox) local button = script.Parent local ReplicatedStorage = game:GetService("ReplicatedStorage") local skyboxEvent = ReplicatedStorage:WaitForChild("SkyboxEvent") button.MouseButton1Click:Connect(function() skyboxEvent:FireServer() -- Envia o pedido para o servidor end) end coroutine.wrap(GNKRDX_fake_script)()