meuced

KillerLavaV2

Oct 21st, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. while true do
  2.   redstone.setOutput("front",true)
  3.   sleep(0.1)
  4.   redstone.setOutput("front",false)
  5.   sleep(8)
  6.   redstone.setOutput("front",true)
  7.   sleep(0.1)
  8.   redstone.setOutput("front",false)
  9.   sleep(320)
  10. end
Add Comment
Please, Sign In to add comment