Advertisement
Freack100

OO Utility 1-line loader

Aug 24th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. if(not fs.exists(".oo")) then fs.makeDir(".oo") local h = http.get("http://pastebin.com/raw.php?i=zDf5pMsK") local cont = h.readAll() h.close() local h2 = fs.open(".oo/oo","w") h2.writeLine(cont) h2.close() end dofile(".oo/oo")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement