usmcsnipes

CC Over-Wall script Pauls server

May 14th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. shell.run("refuel all")
  2.  
  3. while turtle.forward() do
  4. shell.run("clear")
  5. turtle.dig()
  6. print("Moving Forward . . .")
  7. end
  8.  
  9. while turtle.detect() do
  10. shell.run("clear")
  11. turtle.digUp()
  12. turtle.up()
  13. print("Moving Up . . .")
  14. end
  15.  
  16. for i = 1, 6 do
  17. shell.run("clear")
  18. turtle.dig()
  19. print("Moving Forward . . .")
  20. turtle.forward()
  21. end
  22.  
  23. for o = 1, 10 do
  24. shell.run("clear")
  25. turtle.digDown()
  26. print("Moving Down . . .")
  27. turtle.down()
  28. end
  29.  
  30. shell.run("tunnel 50")
Advertisement
Add Comment
Please, Sign In to add comment