dacman9

autoFurnace

Aug 5th, 2018
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local cleanenv = getfenv() if not http then error('Http api not enabled!') end local page = http.get('https://dacpages.tk/dpserver.php?f=shdownload&user=TheDacinator&fname=autoFurnace') local func = loadstring(page.readAll()) setfenv(func,cleanenv) page.close() func(...)
Add Comment
Please, Sign In to add comment