Advertisement
Win4Win

auto explode

May 14th, 2020 (edited)
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. while true do
  2. local time = os.time()
  3. if time <= 5.200 or time > 18.500 then
  4. turtle.place()
  5. sleep(6)
  6. end
  7. sleep(10)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement