Advertisement
100xdonaldx001

Tutle AnimalKiller

Jan 19th, 2021
877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. shell.run("clear")
  2. print("Running Animal Killer")
  3. print("Hold ctrl + t to Stop the programm")
  4. print("Edit AnimalKiller to edit the programm")
  5. while true do
  6.     turtle.attack()
  7.     if turtle.getItemCount(8) >= 1 then
  8.         for i=1,16,1 do
  9.             turtle.select(i)
  10.             turtle.dropDown()
  11.         end
  12.     end
  13.     turtle.select(1)
  14.     sleep(1)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement