Advertisement
Stennish

Farmer Steve.iso

Aug 11th, 2021 (edited)
728
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.74 KB | None | 0 0
  1. -- You can find the up to date (sometimes broken) code on my github page
  2. -- including my other little projects at github.com/Stennish/ComputerCraft-Scripts/
  3.  
  4. local function clear()
  5.     shell.run("clear")
  6. end
  7. clear()
  8. fs.delete("startup")
  9. fs.delete("Replant")
  10. textutils.slowPrint("Downloading Farmer Steve.iso...")
  11. os.sleep(0.5)
  12. textutils.slowPrint("Copyright: Stennish - 2021")
  13. os.sleep(1.5)
  14. print("")
  15. print("Designed for: 2 8x16 Farms.")
  16. print("Template: imgur.com/ctxxMas.png")
  17. os.sleep(2.5)
  18. clear()
  19. os.sleep(0.5)
  20. textutils.slowPrint("Downloading...")
  21. os.sleep(1)
  22. print("[|         ]")
  23. os.sleep(0.5)
  24. shell.run("pastebin","get","7jJ8BfR7","Replant")
  25. clear()
  26. print("Downloading...")
  27. print("[|||||     ]")
  28. os.sleep(0.5)
  29. shell.run("pastebin","get","fChmY7q7","startup")
  30. clear()
  31. print("Downloading...")
  32. print("[||||||||||]")
  33. os.sleep(1)
  34. clear()
  35. textutils.slowPrint("Installing...")
  36. os.sleep(1)
  37. print("[          ]")
  38. os.sleep(0.5)
  39. clear()
  40. print("Installing...")
  41. print("[||        ]")
  42. os.sleep(0.25)
  43. clear()
  44. print("Installing...")
  45. print("[||||      ]")
  46. os.sleep(0.25)
  47. clear()
  48. print("Installing...")
  49. print("[||||||    ]")
  50. os.sleep(0.25)
  51. clear()
  52. print("Installing...")
  53. print("[||||||||  ]")
  54. os.sleep(0.25)
  55. clear()
  56. print("Installing...")
  57. print("[||||||||||]")
  58. os.sleep(1)
  59. clear()
  60. textutils.slowPrint("Farmer Steve Successfully Installed!")
  61. textutils.slowPrint("Enjoy your farming!")
  62. os.sleep(2.5)
  63. clear()
  64. print("Restarting in 5 seconds...")
  65. os.sleep(1)
  66. clear()
  67. print("Restarting in 4 seconds...")
  68. os.sleep(1)
  69. clear()
  70. print("Restarting in 3 seconds...")
  71. os.sleep(1)
  72. clear()
  73. print("Restarting in 2 seconds...")
  74. os.sleep(1)
  75. clear()
  76. print("Restarting in 1 second ...")
  77. os.sleep(1)
  78. clear()
  79. os.sleep(2)
  80. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement