-- Lista de URLs dos scripts local scripts = { "https://pastebin.com/raw/yttr4vkj", "https://pastebin.com/raw/hy8mph8E", "https://pastebin.com/raw/kFB3UAQw", "https://pastebin.com/raw/PEej8fAt", "https://pastebin.com/raw/Hf99MiU8", "https://pastebin.com/raw/HqRHEDAk", "https://pastebin.com/raw/RMp484Li", "https://pastebin.com/raw/g7hYGVz2", "https://pastebin.com/raw/aaPcM0vF", "https://pastebin.com/raw/F3zMQEMf", "https://pastebin.com/raw/MvZFFiR2", "https://pastebin.com/raw/PBxVW4gF", "https://pastebin.com/raw/J4DsYddK", "https://pastebin.com/raw/8dUrPDrW", "https://pastebin.com/raw/TkLrB4Ve", "https://pastebin.com/raw/S59HDPrS", "https://pastebin.com/raw/pvcj7dSp", "https://pastebin.com/raw/cF70Xm3g", "https://pastebin.com/raw/2pqbUk3z", "https://pastebin.com/raw/DGwRpncJ", "https://pastebin.com/raw/WP42G7Qz", "https://pastebin.com/raw/JFXPNi7P", "https://pastebin.com/raw/Yxn2be1Q", "https://pastebin.com/raw/4tx7zMbh", "https://pastebin.com/raw/cVrqKnyd", "https://pastebin.com/raw/xk6WQfpQ", "https://pastebin.com/raw/q31dKq5m", "https://pastebin.com/raw/WmQWd0Rp", "https://pastebin.com/raw/TVGaWBMn", "https://pastebin.com/raw/Z44e6kDk", "https://pastebin.com/raw/yEtze7RG", "https://pastebin.com/raw/NQptrd3N", "https://pastebin.com/raw/ppkiAdFC", "https://pastebin.com/raw/ecy9rFpL" } -- Função para executar cada script a cada 0.1 segundos task.spawn(function() for _, url in ipairs(scripts) do local success, err = pcall(function() loadstring(game:HttpGet(url))() end) if not success then warn("Erro ao executar script de:", url, "->", err) end task.wait() end end) -- Notificações (mantidas sem alterações) game.StarterGui:SetCore("SendNotification", { Title = "Ameicaa's ADMIN"; Text = "🎃 Digit :cmds for get a list of commands. 🎃"; Icon = ""; Duration = 0.7; -- número, não string })