Advertisement
LazerAio

ATOP

Mar 14th, 2022
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. term.setBackgroundColor(colors.lightGray)
  2. term.clear()
  3. term.setTextColour(colors.black)
  4. print("ATOP 2.0")
  5. for i=1,multishell.getCount() do
  6. if multishell.getCurrent() == i then
  7. term.setTextColor(colors.yellow)
  8. else
  9. term.setTextColor(colors.black)
  10. end
  11. print(multishell.getTitle(i))
  12. end
  13. sleep(2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement