Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local side = "back" local password = "chest" local opentime = 5 term.clear() term.setCursorPos(1,1) write("Password: ") local input = read("*") if input == password then term.clear() term.setCursorPos(1,1) print("Password correct!") rs.setOutput(back,true) sleep(opentime) Source: http://pastebin.com/raw.php?i=SJ2wv9ud
↧