Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --By SuPeRMiNoR2, for easy mass instalation
- --Simply kills things in front of the turtle, use a melee turtle for best results
- --Drops items into a inventory below it
- while true do
- turtle.attack()
- turtle.select(1)
- turtle.dropDown()
- turtle.select(2)
- turtle.dropDown()
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement