Advertisement
GochiPC

system info

Dec 25th, 2023
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. print("                     System Info")
  2. print("Admition = MineOS")
  3. print("version = MineOS 1.3")
  4. print("working = Computer")
  5. if term.isColor() then
  6.   print("color = yes")
  7. elseif not term.isColor() then
  8.   print("color = no")
  9. end
  10. print("MineOS is activated")
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement