Advertisement
Rnen10

Iron Golem Counter Updater

May 29th, 2020 (edited)
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.56 KB | Gaming | 0 0
  1. -- Made by Rnen10
  2. -- If problems/questions feel free to contact me
  3. -- https://twitter.com/Rnen10
  4. -- rnen. (Evan#7181)  on discord
  5.  
  6. -- Download this paste as startup. It keeps the counter programs up to date and correctly named.
  7. -- Iron Golem Counter main program: https://pastebin.com/bzqzsY8e
  8.  
  9. term.clear()
  10. term.setCursorPos(1,1)
  11. print("Updating program from pastebin...")
  12. shell.run("rm count")
  13. shell.run("rm display")
  14. term.clear()
  15. term.setCursorPos(1,1)
  16. shell.run("pastebin get bzqzsY8e count")
  17. shell.run("pastebin get FxkS233S display")
  18. shell.run("count")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement