Pentacore

Computer Install

Jul 18th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.68 KB | None | 0 0
  1. --Computercraft Computer Installation for Intelligent Mining
  2. --pastebin get GTkKmm6V install
  3. --WARNING! This will remove any files named BigBrother and startup
  4. print("Preparing system for installation")
  5. shell.run("rm", "BigBrother")
  6. shell.run("rm", "startup")
  7. shell.run("rm", "button")
  8. sleep(0.5)
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. print("Fetching latest Versions")
  12. shell.run("pastebin","get","yvcvUfuq","BigBrother")
  13. shell.run("pastebin","get","XgittpAF","startup")
  14. shell.run("pastebin","get","rm4kftE5","button")
  15. sleep(0.5)
  16. term.clear()
  17. term.setCursorPos(1,1)
  18. print("To use this program, put 12 ADVANCED MONITORs to the left of the computer in a 4x3 square (4 wide, 3 high)")
Advertisement
Add Comment
Please, Sign In to add comment