Advertisement
Klokainchen

Untitled

Feb 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. print("================")
  2. print("Made by ID_Nils")
  3. print("===============")
  4.  
  5. print("[w]Did you refual the turtle maual? If not pls do!")
  6. os.sleep(2)
  7.  
  8. t=turtle
  9.  
  10. function Forward()
  11. t.dig()
  12. t.forward()
  13. t.digUp()
  14. end
  15.  
  16. while true do
  17. for i=1,3,1 do
  18. Forward()
  19. end
  20. t.turnRight()
  21. for i=1,6,1 do
  22. Forward()
  23. end
  24. for i=1,6,1 do
  25. t.back()
  26. end
  27. t.turnRight()
  28. t.turnRight()
  29. for i=1,6,1 do
  30. Forward()
  31. end
  32. for i=1,6,1 do
  33. t.back()
  34. end
  35. t.turnRight()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement