Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- killaround
- -- doesn't move, just rotates and kills all around and drops any items down
- while true do
- for i=1, 16 do
- turtle.turnRight()
- turtle.attack()
- turtle.attackUp()
- turtle.attackDown()
- end
- for i = 1, 16 do
- turtle.select(i)
- turtle.dropDown()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement