Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': password = "HeroBrineBrother1234Alfa" or "herobinebrother1234alfa" function checkpassword() term.clear() term.setCursorPos(1,1) print("Please enter Password") imput = io.read() if imput == password then return true else return false end end whi Source: http://pastebin.com/raw.php?i=dFZWUrkx
↧