Advertisement
towwey

grinder

Sep 10th, 2021 (edited)
1,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. print( "I will ginder for you to be happy" )
  2. print( "Hold Ctrl+T to cancel" )
  3.  
  4. output = turtle.detect()
  5. print( output )
  6.  
  7. -- Set length with user input
  8.  
  9. local i = 0
  10. while i < 900000000 do
  11.     turtle.select(1)
  12.     turtle.place()
  13.     i = i + 1
  14. end
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement