Advertisement
Guest User

startup.lua

a guest
Apr 10th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.08 KB | None | 0 0
  1. while true do
  2.     turtle.attack()
  3.     turtle.dropDown()
  4.     sleep(30)
  5.    
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement