Advertisement
Techtronic

AutoSmelt

Feb 7th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. repeat
  2.  i = 1
  3.  rs.setBundledOutput("bottom", colors.white)
  4.  sleep(0.5)
  5.  rs.setBundledOutput("bottom", 0)
  6.  sleep(0.5)
  7.  rs.setBundledOutput("bottom", colors.pink)
  8.  sleep(0.5)
  9.  rs.setBundledOutput("bottom", 0)
  10.  sleep(0.5)
  11.  rs.setBundledOutput("bottom", colors.lightBlue)
  12.  sleep(0.5)
  13.  rs.setBundledOutput("bottom", 0)
  14.  sleep(0.5)
  15. until i == 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement