Advertisement
Timcard30

[CC] Attack Turtle Mobfarm

Aug 10th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.50 KB | None | 0 0
  1. while true do
  2.         os.pullEvent("redstone")
  3.         while rs.getInput("front") do
  4.                 kill = false
  5.                 while turtle.attack() or turtle.suck() do
  6.                         kill = true
  7.                         sleep(1)
  8.                 end
  9.                 if kill == true then
  10.                         for i=1,16 do
  11.                                 turtle.select(i)
  12.                                 turtle.dropDown()
  13.                         end
  14.                 end
  15.         end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement