Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local HttpService = game:GetService("HttpService")
- if _G.EElib_0 == nil then
- loadstring(HttpService:GetAsync("https://pastebin.com/raw/jK4h0gyP").Body)()
- else
- return nil
- end
- function _G.Resolve(ScriptName)
- local DB = HttpService:JSONDecode(HttpService:GetAsync("https://pastebin.com/raw/ngiGsJ5E"))
- if DB[ScriptName] ~= nil then
- return DB[ScriptName]
- else
- error("Esse banco de dados nΓ£o contΓ©m nenhum script chamado '" .. tostring(ScriptName) .. "'!")
- end
- end
- function _G.CreateApplication()
- end
- _G.EElib_0 = {"Resolve": _G.Resolve, "CreateApplication": _G.CreateApplication}
Add Comment
Please, Sign In to add comment