raneo

Mobkill_Control

Jun 14th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.22 KB | None | 0 0
  1. --[[
  2. pastebin get FiSjRcrv startup
  3. ]]--
  4. while true do
  5.     rs.setOutput("bottom", true)
  6.     sleep(2)
  7.     rs.setOutput("bottom", false)
  8.     sleep(1)
  9.     rs.setOutput("back", true)
  10.     sleep(1)
  11.     rs.setOutput("back", false)
  12.     sleep(60)
  13. end
Advertisement
Add Comment
Please, Sign In to add comment