dacman9

DacInstaller

Jan 31st, 2018
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local cleanenv = getfenv()
  2. if not http then
  3.   error("Http api not enabled!")
  4. end
  5. local page = http.get("https://pastebin.com/raw/4FY7yV15")
  6. local func = loadstring(page.readAll())
  7. setfenv(func,cleanenv)
  8. page.close()
  9. func()
Add Comment
Please, Sign In to add comment