Advertisement
incinirate

Client Updater

Jun 27th, 2013
489
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. path=shell.resolve("")
  2. code = http.get("http://pastebin.com/raw.php?i=g7AmTvM8")
  3. if fs.exists(path.."/chat") then
  4. fs.delete(path.."/chat")
  5. end
  6. h=fs.open(path.."/chat","w")
  7. h.write(code.readAll())
  8. h.close()
  9. code.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement