Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.57 KB | None | 0 0
  1. shell.run("clear")
  2. term.setTextColor(colors.orange)
  3. print("MasatoBaito Foundation :: blogging about cartoons, coding and stuff.")
  4. print("")
  5. print("")
  6. term.setTextColor(colors.white)
  7. print("#1: Helloworld!")
  8. print("It's first opening of my company and website.")
  9. term.setTextColor(colors.lightGray)
  10. print("Written by")
  11. term.setTextColor(colors.red)
  12. term.setCursorPos(12,7)
  13. print("Taylor Cipher")
  14. term.setTextColor(colors.lightGray)
  15. term.setCursorPos(26,7)
  16. print("on Jan 01, 1990.")
  17. print("")
  18. print("")
  19. term.setTextColor(colors.orange)
  20. print("(c) MasatoBaito Foundation. 1990. cc by-nc-nd 1990")
  21. os.pullEvent("key")
  22. shell.run("clear")
  23. term.setTextColor(colors.lightBlue)
  24. print("+-------------------------------------------------+")
  25. term.setCursorPos(1,12)
  26. print("+-------------------------------------------------+")
  27. term.setTextColor(colors.red)
  28. term.setCursorPos(1,2)
  29. print("MasatoBaito Runical Security System")
  30. print("ENTER CODE:")
  31. os.pullEvent("key")
  32. term.setCursorPos(1,4)
  33. print("\/")
  34. os.pullEvent("key")
  35. term.setCursorPos(5,4)
  36. print("[{}]")
  37. os.pullEvent("key")
  38. term.setCursorPos(11,4)
  39. print("</\>")
  40. os.pullEvent("key")
  41. term.setCursorPos(17,4)
  42. print("*(<*>)*")
  43. sleep(2,3)
  44. shell.run("clear")
  45. term.setTextColor(colors.lightBlue)
  46. textutils.slowPrint("COMMAND RECEIVED: SWITCH POWER SOCKETS...")
  47. sleep(2,3)
  48. textutils.slowPrint("SUCCESSFULLY. DOC-O-TRON ENABLED.")
  49. textutils.slowPrint("YELLOW ALERT: MEMETIC AGENT IN EFFECT")
  50. sleep(2,3)
  51. textutils.slowPrint("CONDITION: NORMAL. OPENING TEXT...")
  52. sleep(1,9)
  53. shell.run("clear")
  54. print("*portal schematic with runes*")
  55. sleep(2,3)
  56. shell.run("clear")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement