Advertisement
Guest User

extractor

a guest
Sep 18th, 2014
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. print("running...")
  3. sleep(240)
  4. rs.setOutput("bottom",true)
  5. sleep(120)
  6. rs.setOutput("bottom",false)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement