etelan

mockGame.lua

Dec 12th, 2021 (edited)
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local gpu = require("component").gpu
  2. local os = require("os")
  3. local colours = require("colors")
  4.  
  5. print("very epic")
  6. print("\ncool")
  7.  
  8. gpu.setBackground(colours.green, true)
  9. gpu.setForeground(colours.black, true)
  10.  
  11. gpu.fill(1,1,40,20, " ")
  12. gpu.set(10,10, "Mock Game")
  13. gpu.set(10,15, "Enter To Continue")
  14.  
  15. io.read()
  16.  
  17. os.execute("sendIdentification -mockGame.lua")
Add Comment
Please, Sign In to add comment