Advertisement
MadScience2728

SimpleAttackTurtle

Feb 23rd, 2022
964
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.     success = turtle.attack()
  3.     if success then
  4.         print("HIYAH")
  5.     end
  6.     for i = 1, 16 do
  7.         turtle.select(i)
  8.         turtle.dropDown()
  9.     end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement