Advertisement
daverkex

Turtle continuum attack (minecraft, computercraft)

Aug 6th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. --Daverkex continuum attack program for automatic exp farm or other stuff. (Rename the file with "startup" for a automatic run on the initiation).
  2. term.clear()
  3. print("Continuum attack mode activate...")
  4. while true do
  5.     turtle.attack()
  6.     sleep(0.5)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement