karelvysinka

Turtle attack automat 2017

Aug 13th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.06 KB | None | 0 0
  1. a=1
  2. while true do
  3.     turtle.attack()
  4.     a=a+1
  5.     print(a)
  6. end
Add Comment
Please, Sign In to add comment