Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gpu = require("component").gpu
- local os = require("os")
- local colours = require("colors")
- print("very epic")
- print("\ncool")
- gpu.setBackground(colours.green, true)
- gpu.setForeground(colours.black, true)
- gpu.fill(1,1,40,20, " ")
- gpu.set(10,10, "Mock Game")
- gpu.set(10,15, "Enter To Continue")
- io.read()
- os.execute("sendIdentification -mockGame.lua")
Add Comment
Please, Sign In to add comment