--[=[ d888b db db d888888b .d888b. db db db .d8b. 88' Y8b 88 88 `88' VP `8D 88 88 88 d8' `8b 88 88 88 88 odD' 88 88 88 88ooo88 88 ooo 88 88 88 .88' 88 88 88 88~~~88 88. ~8~ 88b d88 .88. j88. 88booo. 88b d88 88 88 @uniquadev Y888P ~Y8888P' Y888888P 888888D Y88888P ~Y8888P' YP YP CONVERTER designed using localmaze gui creator ]=] -- Instances: 11 | Scripts: 3 | Modules: 0 | Tags: 0 local LMG2L = {}; -- Players.buyers488.PlayerGui.ScreenGui LMG2L["ScreenGui_1"] = Instance.new("ScreenGui", game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui")); LMG2L["ScreenGui_1"]["ZIndexBehavior"] = Enum.ZIndexBehavior.Sibling; -- Players.buyers488.PlayerGui.ScreenGui.Frame LMG2L["Frame_2"] = Instance.new("Frame", LMG2L["ScreenGui_1"]); LMG2L["Frame_2"]["BorderSizePixel"] = 0; LMG2L["Frame_2"]["BackgroundColor3"] = Color3.fromRGB(237, 0, 0); LMG2L["Frame_2"]["Size"] = UDim2.new(0, 234, 0, 138); LMG2L["Frame_2"]["Position"] = UDim2.new(0, 88, 0, 84); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton4 LMG2L["TextButton4_3"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton4_3"]["BorderSizePixel"] = 0; LMG2L["TextButton4_3"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextButton4_3"]["Size"] = UDim2.new(0, 102, 0, 42); LMG2L["TextButton4_3"]["Text"] = [[destroy]]; LMG2L["TextButton4_3"]["Name"] = [[TextButton4]]; LMG2L["TextButton4_3"]["Position"] = UDim2.new(0, 14, 0, 70); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton4.LocalScript LMG2L["LocalScript_4"] = Instance.new("LocalScript", LMG2L["TextButton4_3"]); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton2 LMG2L["TextButton2_5"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton2_5"]["BorderSizePixel"] = 0; LMG2L["TextButton2_5"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextButton2_5"]["Size"] = UDim2.new(0, 84, 0, 12); LMG2L["TextButton2_5"]["Text"] = [[yubers gui]]; LMG2L["TextButton2_5"]["Name"] = [[TextButton2]]; LMG2L["TextButton2_5"]["Position"] = UDim2.new(0, 4, 0, 122); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton5 LMG2L["TextButton5_6"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton5_6"]["BorderSizePixel"] = 0; LMG2L["TextButton5_6"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextButton5_6"]["Size"] = UDim2.new(0, 82, 0, 100); LMG2L["TextButton5_6"]["Text"] = [[XDDD]]; LMG2L["TextButton5_6"]["Name"] = [[TextButton5]]; LMG2L["TextButton5_6"]["Position"] = UDim2.new(0, 134, 0, 26); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton3 LMG2L["TextButton3_7"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton3_7"]["BorderSizePixel"] = 0; LMG2L["TextButton3_7"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextButton3_7"]["Size"] = UDim2.new(0, 120, 0, 24); LMG2L["TextButton3_7"]["Text"] = [[skybox]]; LMG2L["TextButton3_7"]["Name"] = [[TextButton3]]; LMG2L["TextButton3_7"]["Position"] = UDim2.new(0, 8, 0, 36); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton3.LocalScript LMG2L["LocalScript_8"] = Instance.new("LocalScript", LMG2L["TextButton3_7"]); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton LMG2L["TextButton_9"] = Instance.new("TextButton", LMG2L["Frame_2"]); LMG2L["TextButton_9"]["BorderSizePixel"] = 0; LMG2L["TextButton_9"]["BackgroundColor3"] = Color3.fromRGB(255, 255, 255); LMG2L["TextButton_9"]["Size"] = UDim2.new(0, 54, 0, 16); LMG2L["TextButton_9"]["Text"] = [[hint]]; LMG2L["TextButton_9"]["Position"] = UDim2.new(0, 14, 0, 18); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton.LocalScript LMG2L["LocalScript_a"] = Instance.new("LocalScript", LMG2L["TextButton_9"]); -- Players.buyers488.PlayerGui.ScreenGui.Frame.UIDragDetector LMG2L["UIDragDetector_b"] = Instance.new("UIDragDetector", LMG2L["Frame_2"]); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton4.LocalScript local function C_4() local script = LMG2L["LocalScript_4"]; local button = script.Parent button.MouseButton1Click:Connect(function() local Players = game:GetService("Players") local Lighting = game:GetService("Lighting") local SoundService = game:GetService("SoundService") local Workspace = game:GetService("Workspace") local SKYBOX_ID = "rbxassetid://127476787" local SOUND_ID = "rbxassetid://1840712882" local DECAL_ID = 127476787 local PARTICLE_TEXTURE = "http://www.roblox.com/asset/?id=127476787" for _, v in ipairs(Lighting:GetChildren()) do if v:IsA("Sky") then v:Destroy() end end local sky = Instance.new("Sky") sky.SkyboxBk = SKYBOX_ID sky.SkyboxDn = SKYBOX_ID sky.SkyboxFt = SKYBOX_ID sky.SkyboxLf = SKYBOX_ID sky.SkyboxRt = SKYBOX_ID sky.SkyboxUp = SKYBOX_ID sky.Parent = Lighting local oldSound = SoundService:FindFirstChild("BackgroundSound") if oldSound then oldSound:Destroy() end local sound = Instance.new("Sound") sound.Name = "BackgroundSound" sound.SoundId = SOUND_ID sound.Looped = true sound.Volume = 999999999 sound.Parent = SoundService sound:Play() local function isCharacter(obj) local model = obj:FindFirstAncestorOfClass("Model") return model and model:FindFirstChildOfClass("Humanoid") end local function addDecal(part) for _, d in ipairs(part:GetChildren()) do if d:IsA("Decal") and d.Name == "MYDECALHUE" then d:Destroy() end end for _, face in ipairs(Enum.NormalId:GetEnumItems()) do local decal = Instance.new("Decal") decal.Name = "MYDECALHUE" decal.Face = face decal.Texture = "rbxassetid://" .. DECAL_ID decal.Parent = part end end for _, obj in ipairs(Workspace:GetDescendants()) do if not isCharacter(obj) then if obj:IsA("Weld") or obj:IsA("WeldConstraint") or obj:IsA("Motor6D") or obj:IsA("BodyMover") or obj:IsA("AlignPosition") or obj:IsA("LinearVelocity") then obj:Destroy() end end if obj:IsA("BasePart") and not isCharacter(obj) then obj.Anchored = false obj.CanCollide = true addDecal(obj) local pe = Instance.new("ParticleEmitter") pe.Texture = PARTICLE_TEXTURE pe.Rate = 99999999999 pe.Lifetime = NumberRange.new(2, 4) pe.Speed = NumberRange.new(5, 15) pe.VelocitySpread = 999999999999 pe.Parent = obj end end end) end; task.spawn(C_4); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton3.LocalScript local function C_8() local script = LMG2L["LocalScript_8"]; local button = script.Parent button.MouseButton1Click:Connect(function() imageOne = "http://www.roblox.com/asset/?id=169585459" imageTwo = "http://www.roblox.com/asset/?id=169585475" imageThree = "http://www.roblox.com/asset/?id=169585485" imageFour = "http://www.roblox.com/asset/?id=169585502" imageFive = "http://www.roblox.com/asset/?id=169585515" imageSix = "http://www.roblox.com/asset/?id=169585502" imageSeven = "http://www.roblox.com/asset/?id=169585485" imageEight = "http://www.roblox.com/asset/?id=169585475" Spooky = Instance.new("Sound", workspace) Spooky.Name = "Spooky" Spooky.SoundId = "rbxassetid://174270407" Spooky.Volume = 15 Spooky.Looped = true Spooky:Play() Sky = Instance.new("Sky", game.Lighting) Sky.SkyboxBk = imageOne Sky.SkyboxDn = imageOne Sky.SkyboxFt = imageOne Sky.SkyboxLf = imageOne Sky.SkyboxRt = imageOne Sky.SkyboxUp = imageOne while true do Sky.SkyboxBk = imageOne Sky.SkyboxDn = imageOne Sky.SkyboxFt = imageOne Sky.SkyboxLf = imageOne Sky.SkyboxRt = imageOne Sky.SkyboxUp = imageOne wait(0.15) Sky.SkyboxBk = imageTwo Sky.SkyboxDn = imageTwo Sky.SkyboxFt = imageTwo Sky.SkyboxLf = imageTwo Sky.SkyboxRt = imageTwo Sky.SkyboxUp = imageTwo wait(0.15) Sky.SkyboxBk = imageThree Sky.SkyboxDn = imageThree Sky.SkyboxFt = imageThree Sky.SkyboxLf = imageThree Sky.SkyboxRt = imageThree Sky.SkyboxUp = imageThree wait(0.15) Sky.SkyboxBk = imageFour Sky.SkyboxDn = imageFour Sky.SkyboxFt = imageFour Sky.SkyboxLf = imageFour Sky.SkyboxRt = imageFour Sky.SkyboxUp = imageFour wait(0.15) Sky.SkyboxBk = imageFive Sky.SkyboxDn = imageFive Sky.SkyboxFt = imageFive Sky.SkyboxLf = imageFive Sky.SkyboxRt = imageFive Sky.SkyboxUp = imageFive wait(0.15) Sky.SkyboxBk = imageSix Sky.SkyboxDn = imageSix Sky.SkyboxFt = imageSix Sky.SkyboxLf = imageSix Sky.SkyboxRt = imageSix Sky.SkyboxUp = imageSix wait(0.15) Sky.SkyboxBk = imageSeven Sky.SkyboxDn = imageSeven Sky.SkyboxFt = imageSeven Sky.SkyboxLf = imageSeven Sky.SkyboxRt = imageSeven Sky.SkyboxUp = imageSeven wait(0.15) Sky.SkyboxBk = imageEight Sky.SkyboxDn = imageEight Sky.SkyboxFt = imageEight Sky.SkyboxLf = imageEight Sky.SkyboxRt = imageEight Sky.SkyboxUp = imageEight wait(0.15) end end) end; task.spawn(C_8); -- Players.buyers488.PlayerGui.ScreenGui.Frame.TextButton.LocalScript local function C_a() local script = LMG2L["LocalScript_a"]; local button = script.Parent button.MouseButton1Click:Connect(function() -- Crea el elemento Hint en el espacio de trabajo local hint = Instance.new("Hint") -- Define el mensaje que verĂ¡n los jugadores hint.Text = "team yubers join to day!" -- Coloca el Hint en el Workspace para que sea visible hint.Parent = game.Workspace end) end; task.spawn(C_a); return LMG2L["ScreenGui_1"], require;