Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- pastebin get FiSjRcrv startup
- ]]--
- while true do
- rs.setOutput("bottom", true)
- sleep(2)
- rs.setOutput("bottom", false)
- sleep(1)
- rs.setOutput("back", true)
- sleep(1)
- rs.setOutput("back", false)
- sleep(60)
- end
Advertisement
Add Comment
Please, Sign In to add comment