Advertisement
ComputerMan123

DacLauncher

Oct 30th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.27 KB | None | 0 0
  1. local cleanenv = getfenv()
  2. if not http then
  3.   error("Http api not enabled!")
  4. end
  5. local page = http.get("https://raw.githubusercontent.com/TheDacinator/DacLauncher/master/DacLauncher2")
  6. local func = loadstring(page.readAll())
  7. setfenv(func,cleanenv)
  8. func()
  9. page.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement