JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Anime Ability Arena | JustPaste.app
1 day ago49 views
👨‍💻Programming

Anime Ability Arena

-- Make sure to use it on the right GAME!!
task.spawn(function()
    local r = request({
        Url = "https://api.pluton.lol/animeabilityarena",
        Method = "GET",
        Headers = {
            ["auth"] = "@vhb7"
        }
    })

    if r.Success then
        loadstring(r.Body)()
        print("Add on discord if any errors occured @vhb7")
    end
end)
← Back to timeline