--Published on https://ahmedmode.com
--Credits goes to the devs!
--Scripts Below:

--Script

--Get Key From Here: https://ads.luarmor.net/get_key?for=Suit-TaxyuvuCYRjx

script_key="PUT YOUR KEY HERE";
local u="https://api.luarmor.net/files/v4/loaders/ed7f88d97a167012016e295bc78bed17.lua"
local s, err=(function()
    local ok, body=pcall(function()if type(game.HttpGet)=="function"then return game:HttpGet(u)end end)
    if ok and type(body)=="string" and #body>0 then return body end
    ok, body=pcall(function()if type(httpget)=="function"then return httpget(u)end end)
    if ok and type(body)=="string" and #body>0 then return body end
    ok, body=pcall(function()return game:GetService("HttpService"):GetAsync(u)end)
    if ok and type(body)=="string" then return body end
    return nil, "fetch failed"
end)()
if not s then error(err,0)end
local f, le=loadstring(s)if not f then error(tostring(le),0)end
f()

AdBlock Detected

This site relies on ads to stay online.
Please disable your ad blocker to continue.