GustavoDestroyer

EElib_0

Dec 25th, 2021 (edited)
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. local HttpService = game:GetService("HttpService")
  2.  
  3. if _G.EElib_0 == nil then
  4.     loadstring(HttpService:GetAsync("https://pastebin.com/raw/jK4h0gyP").Body)()
  5. else
  6.     return nil
  7. end
  8.  
  9. function _G.Resolve(ScriptName)
  10.     local DB = HttpService:JSONDecode(HttpService:GetAsync("https://pastebin.com/raw/ngiGsJ5E"))
  11.    
  12.     if DB[ScriptName] ~= nil then
  13.         return DB[ScriptName]
  14.     else
  15.         error("Esse banco de dados nΓ£o contΓ©m nenhum script chamado '" .. tostring(ScriptName) .. "'!")
  16.     end
  17. end
  18.  
  19. function _G.CreateApplication()
  20.    
  21. end
  22.  
  23. _G.EElib_0 = {"Resolve": _G.Resolve, "CreateApplication": _G.CreateApplication}
Add Comment
Please, Sign In to add comment