View difference between Paste ID: 704JLX88 and mptJEGWa
SHOW: | | - or go back to the newest paste.
1
-- I like to run this via startup with a
2
-- shell.run command
3
4
while true do
5-
  turtle.attack()
5+
  turtle.attackUp()
6-
  sleep(1)
6+
  sleep(3)
7
end