SuPeRMiNoR3

[ComputerCraft] Turtle Killer

Feb 13th, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. --By SuPeRMiNoR2, for easy mass instalation
  2. --Simply kills things in front of the turtle, use a melee turtle for best results
  3. --Drops items into a inventory below it
  4.  
  5. while true do
  6.     turtle.attack()
  7.     turtle.select(1)
  8.     turtle.dropDown()
  9.     turtle.select(2)
  10.     turtle.dropDown()
  11.     sleep(0.1)
  12. end
Advertisement
Add Comment
Please, Sign In to add comment