loadstring(game:HttpGet("https://raw.githubusercontent.com/Cat558-uz/Hh/refs/heads/main/LauRarCMD"))() local StarterGui = game:GetService("StarterGui") -- Função para enviar notificação local function notify(title, text, duration) StarterGui:SetCore("SendNotification", { Title = title, Text = text, Duration = duration or 5 }) end -- Notificações em sequência task.spawn(function() notify("WELCOME", "ADM", 3) task.wait(3.2) notify("NOTIFICATION 2", "TYPE : !CMDS", 3) task.wait(3.2) notify("LauRarCmd", "FOR CMDS EXAMPLE:\n:AURA\n:SHUTDOWN", 5) end)