Advertisement
Guest User

startup

a guest
Aug 3rd, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. -- LUL
  4.  
  5. p = peripheral.wrap("bottom")
  6. local a, b, c, b1 = p.get(1)
  7. b1 = b1.energyL
  8. local a, b, c, b2 = p.get(2)
  9. b2 = b2.energyL
  10. local a, b, c, b3 = p.get(3)
  11. b3 = b3.energyL
  12. local a, b, c, b4 = p.get(4)
  13. b4 = b4.energyL
  14. local a, b, c, b5 = p.get(5)
  15. b5 = b5.energyL
  16. local a, b, c, b6 = p.get(6)
  17. b6 = b6.energyL
  18.  
  19. while true do
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement