Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: os.pullEvent = os.pullEventRaw term.clear() term.setCursorPos(1, 1) local usernamer = "Daan" local password = "Hallo09" local user = "" local pass = "" function getPass() term.write("username: ") user = read() if user == username then write("Enter password: ") pass = read() while pass ~= password do print("Wrong password...") return false else […]
↧