Ewgeniy

Untitled

Sep 26th, 2021 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.44 KB | None | 0 0
  1. local component = require("component") local term = require("term")
  2. local gpu = require("component").gpu
  3.  
  4.  
  5. while true do    
  6.                        gpu.setBackground(math.random(0xffffff))
  7. term.clear()
  8. gpu.setForeground(math.random(0xffffff))
  9. gpu.set(math.random(50), math.random(50), "програмист") gpu.setForeground(math.random (0xffffff))
  10. gpu.set(math.random(50), math.random(50), "занят")
  11.     os.sleep(0,2)
  12.    
  13.     end
  14.  
  15.  
Add Comment
Please, Sign In to add comment