Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: name this program "startup" (without quotes) to make it run first when the computer starts, ensuring nobody can access it but you! Note: Password is case sensitive! Set your password by changing the text in quotes (leave the quotes): --]] local password = "2512" term.setBackgroundColour(colours.black) term.setTextColour(colours.white) term.clear() local passAttempt = […]
↧