Advertisement
CodeCrafter

HiDrive

Mar 7th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. local args = {...}
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. term.setTextColor(colors.yellow)
  5. term.write("Strato HiDrive strato.cc")
  6. term.setTextColor(colors.red)
  7. term.setCursorPos(5,1)
  8. term.write(args[1])
  9.  
  10. term.setCursorPos(1,10)
  11. term.write("Your Files:")
  12. term.setCursorPos(1,11)
  13.  
  14. term.write("File System Down -- Want to Upload something ask gijsvdsande IGN")
  15.  
  16. term.setCursorPos(1,15)
  17.  
  18. term.write("Strato.cc | stratoserver.cc | stratohosting.cc")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement