95Roadkill

Vinex Note

Oct 27th, 2014
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1.    while true do
  2. term.clear()
  3. term.setCursorPos(1,1)
  4. print("22/2/13 Vinex was Created.")
  5. print("22/2/13 Vinex's Security system created.V1.1")
  6. print("22/2/13 Vinex's updated to '1.2.' can no longer terminate.")
  7. print("22/2/13 Multiple accounts added to Vinex.V1.3")
  8. print("22/2/13 Hints were added to incorrect Password/Username. V1.4")
  9. print("22/2/13 Multi-choice menu added V1.5.. V1.5 Beta")
  10. print("23/2/13 Improved login and Update Note GUI.. v1.5 Full release")
  11. print("23/2/13 Tweaks and Bug fixes to login and GUI")
  12. print("23/2/13 Added Personal Log Command, Release of V1.6 Beta")
  13. print("23/2/13 Added Bugs to the Menu")
  14. print("23/2/13 Added shutdown & Version to Menu. V1.7")
  15.  
  16. term.setCursorPos(1,16)
  17. print("0:Next Page")
  18.  
  19. term.setCursorPos(1,18)
  20. write("Press any key to continue")
  21.  
  22. event,key = os.pullEvent("char")
  23.  
  24. if key == "0" then
  25.   term.clear()
  26.   shell.run("Vinex/Note2")
  27.   break
  28. else
  29.   term.clear()
  30.   shell.run("Vinex/GUI")
  31.   break
  32. end
  33.    
  34.  
  35. end
Advertisement
Add Comment
Please, Sign In to add comment