Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local component = require("component") local term = require("term")
- local gpu = require("component").gpu
- while true do
- gpu.setBackground(math.random(0xffffff))
- term.clear()
- gpu.setForeground(math.random(0xffffff))
- gpu.set(math.random(50), math.random(50), "програмист") gpu.setForeground(math.random (0xffffff))
- gpu.set(math.random(50), math.random(50), "занят")
- os.sleep(0,2)
- end
Add Comment
Please, Sign In to add comment