Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function initTerminal()
- --term.setBackgroundColor(colors.green)
- term.clear()
- term.setTextColor(colors.green)
- term.setCursorPos(1, 3)
- textutils.slowPrint("WELCOME TO ROBCO INDUSTRIES (TM) TERMLINK")
- term.setCursorPos(1, 5)
- write(">")
- sleep(1)
- textutils.slowPrint("SET TERMINAL/INQUIRE")
- term.setCursorPos(1, 7)
- sleep(.25)
- textutils.slowPrint("RIT-V300")
- term.setCursorPos(1, 9)
- write(">")
- sleep(1)
- textutils.slowPrint("SET FILE/PROTECTION-OWNER:RWED ACCOUNTS.F")
- term.setCursorPos(1, 10)
- write(">")
- sleep(.25)
- textutils.slowPrint("SET HALT RESTART/MAINT")
- sleep(1)
- term.clear()
- term.setCursorPos(1, 1)
- textutils.slowPrint("WELCOME TO ROBCO INDUSTRIES (TM) TERMLINK PROTOCOL")
- textutils.slowPrint("ENTER PASSWORD NOW")
- term.setCursorPos(1, 4)
- print("4 ATTEMPT(S) LEFT: 0 0 0 0")
- end
- words = {
- {"fork", "lick", "larp", "dung", "guns", "fire", "eyes", "wart", "part", "ding", "bars", "cats", "doge", "nose", "cart", "file"},
- {}
- }
- function generateWords(difficulty)
- wLength = difficulty * 2 + 2
- end
- initTerminal()
Add Comment
Please, Sign In to add comment