Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function main()
- while true do
- turtle.attack()
- for i=1, 2 do
- turtle.select(i)
- turtle.dropDown()
- end
- end
- end
- main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement