psychic__panda

attackIt

Sep 20th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.   while redstone.getInput("back") do
  3.      turtle.attack()
  4.      sleep(.1)
  5.   end
  6.   sleep(.5)
  7.  end
Add Comment
Please, Sign In to add comment