Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- term.clear()
- term.setCursorPos(1,1)
- print("22/2/13 Vinex was Created.")
- print("22/2/13 Vinex's Security system created.V1.1")
- print("22/2/13 Vinex's updated to '1.2.' can no longer terminate.")
- print("22/2/13 Multiple accounts added to Vinex.V1.3")
- print("22/2/13 Hints were added to incorrect Password/Username. V1.4")
- print("22/2/13 Multi-choice menu added V1.5.. V1.5 Beta")
- print("23/2/13 Improved login and Update Note GUI.. v1.5 Full release")
- print("23/2/13 Tweaks and Bug fixes to login and GUI")
- print("23/2/13 Added Personal Log Command, Release of V1.6 Beta")
- print("23/2/13 Added Bugs to the Menu")
- print("23/2/13 Added shutdown & Version to Menu. V1.7")
- term.setCursorPos(1,16)
- print("0:Next Page")
- term.setCursorPos(1,18)
- write("Press any key to continue")
- event,key = os.pullEvent("char")
- if key == "0" then
- term.clear()
- shell.run("Vinex/Note2")
- break
- else
- term.clear()
- shell.run("Vinex/GUI")
- break
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment