Advertisement
DaddyTigerOf3

CC-AE2-Storage-Monitor-Install

Mar 3rd, 2024 (edited)
931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.77 KB | Gaming | 0 0
  1. local monitor_uuid = "xDjCheQ7"
  2. local start_uuid = "NGVEuPGT"
  3. local startup_uuid = "KmPrhLVB"
  4.  
  5. print("Downloading storage_monitor.lua.")
  6. shell.execute("pastebin", "get", monitor_uuid, "storage_monitor.lua")
  7. print("Downloading start_monitor.lua.")
  8. shell.execute("pastebin", "get", start_uuid, "start_monitor.lua")
  9. print("Downloading startup.lua.")
  10. shell.execute("pastebin", "get", startup_uuid, "startup.lua")
  11. print("Creating max_storage.txt")
  12. local file = fs.open("max_storage.txt", "w")
  13. file.write("0")
  14. file.close()
  15. print("Executing start_monitor.lua")
  16. shell.execute("start_monitor.lua")
  17. print("Storage Monitor version 1.0 Successfully Installed.")
  18. print("Please make sure to update max_storage.txt to reflect the maximum number of bytes available in your storage network")
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement