Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- m = peripheral.wrap("back")
- m.setTextScale(5)
- m.setBackgroundColor(colors.black)
- m.clear()
- m.setTextColor(colors.purple)
- m.write[[ Welcome]]
- m.setCursorPos(1,2)
- m.write[[ to ]]
- m.setCursorPos(1,3)
- m.write[[ Insomnia!]]
- sleep(4)
- term.clear()
- m.setTextScale(3)
- m.setBackgroundColor(colors.black)
- m.clear()
- m.setTextColor(colors.cyan)
- m.setCursorPos(1,2)
- m.write[[Mayor: Deathwulflord]]
- m.setCursorPos(1,3)
- m.write[[Co-Mayor: TJSGaming]]
- sleep(4)
- term.clear()
- m.setTextScale(3)
- m.setBackgroundColor(colors.white)
- m.clear()
- m.setCursorPos(1,2)
- m.setTextColor(colors.blue)
- m.write[[Get your Advert Here!!]]
- m.setCursorPos(1,3)
- m.write[[Msg TJSGaming.]]
- sleep(4)
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment