Freshbloodb

Untitled

Nov 26th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. local scripts = {
  2. "https://pastebin.com/raw/FMK1LjtD",
  3. "https://pastebin.com/raw/qZejDprU",
  4. "https://pastebin.com/raw/crap43zE",
  5. "https://pastebin.com/raw/Gg6Fpnt3"
  6. }
  7.  
  8. for _, url in ipairs(scripts) do
  9. local success, errorMessage = pcall(function()
  10. loadstring(game:HttpGet(url))()
  11. end)
  12.  
  13. if not success then
  14. warn("Error ejecutando script desde: " .. url .. " - " .. errorMessage)
  15. else
  16. print("Ejecutado correctamente: " .. url)
  17. end
  18. end
  19.  
Add Comment
Please, Sign In to add comment