Advertisement
jordyvl

Auto attack

Nov 24th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.     turtle.attack()
  3.     print("Die bitch")
  4.     os.sleep(1)
  5. os.shutdown()
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement