Advertisement
Guest User

rainbow

a guest
Jul 16th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. term.clear()
  2. for i=1, 20 do
  3.  term.clear()
  4.  term.setBackgroundColor(colors.red)
  5.  term.clear()
  6.  sleep(0.01)
  7.  term.setBackgroundColor(colors.orange)
  8.  term.clear()
  9.  sleep(0.01)
  10.  term.setBackgroundColor(colors.green)
  11.  term.clear()
  12.  sleep(0.01)
  13.  term.setBackgroundColor(colors.blue)
  14.  term.clear()
  15.  sleep(0.01)
  16.  term.setBackgroundColor(colors.purple)
  17. end
  18. shell.run("os/Aptos")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement