Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local scripts = {
- "https://pastebin.com/raw/FMK1LjtD",
- "https://pastebin.com/raw/qZejDprU",
- "https://pastebin.com/raw/crap43zE",
- "https://pastebin.com/raw/Gg6Fpnt3"
- }
- for _, url in ipairs(scripts) do
- local success, errorMessage = pcall(function()
- loadstring(game:HttpGet(url))()
- end)
- if not success then
- warn("Error ejecutando script desde: " .. url .. " - " .. errorMessage)
- else
- print("Ejecutado correctamente: " .. url)
- end
- end
Add Comment
Please, Sign In to add comment