tuogex

txUI

Nov 3rd, 2013
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. if (not fs.exists('txUI')) then
  2.     local code = http.get('https://raw.githubusercontent.com/tuogex/txUI/master/txUI.lua').readAll()
  3.     local file = fs.open('txUI','w')
  4.     file.write(code)
  5.     file.close()
  6. else
  7.   print('A file called "txUI" already exists!')
  8. end
Advertisement
Add Comment
Please, Sign In to add comment