Advertisement
samuelask

Untitled

Aug 4th, 2021
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. c = require("component")
  2. local term = require("term")
  3. local component = require("component")
  4. event = require("event")
  5. os = require("os")
  6. event = require("event")
  7. computer = require("computer")
  8. serialization = require("serialization")
  9. deb = component.debug
  10. local asd = 1
  11. print("Time computer")
  12. print("--------------------------------------------------------------------------------------------------------------------------------------------------------------")
  13. print()
  14.  
  15.  
  16.  
  17.  
  18. repeat
  19. deb.runCommand("time add 1")
  20. os.sleep(4)
  21. until asd == 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement