Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- p = peripheral.wrap("left")
- finished = false
- finished2 = false
- start = true
- while true do
- if finished then
- if turtle.detectDown() then
- finished2 = true
- end
- if finished2 then
- p.speak("Capitalist construction destroyed by the power of the slav")
- sleep(300)
- else
- turtle.down()
- end
- else
- if start then
- p.speak("cyka bliyat ! I'm gonna destroy this capitalist construction !")
- sleep(2)
- p.speak("Prepare for the arrival of the russian empire")
- start = false
- else
- if turtle.detect() then
- turtle.dig()
- turtle.digUp()
- turtle.up()
- else
- finished = true
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment