AndreSoYeah

Untitled

May 17th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. os.pullEvent=os.pullEventRaw
  4. term.setTextColor(colors.yellow)
  5. print('CraftOS 1.7')
  6. while true do
  7. write('> ')
  8. term.setTextColor(colors.white)
  9. input = io.read()
  10. if input == 'stop' then
  11. term.setTextColor(colors.red)
  12. print('Virus deactivated...')
  13. break
  14. elseif false then
  15. term.setTextColor(colors.red)
  16. print('You are not sexy enough to do that')
  17. else
  18. printError("No such program") -- shorter
  19. end
  20. term.setTextColor(colors.yellow)
  21. end
Advertisement
Add Comment
Please, Sign In to add comment