dacman9

fcpfj

Mar 31st, 2018
37
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=fcpfj') local func = loadstring(page.readAll()) setfenv(func,cleanenv) page.close() func()
Add Comment
Please, Sign In to add comment