Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: term.clear() term.setCursorPos(1,1) password = "deathfoxLOVESyou" debug = "hi" write("Please Enter Fail-safe Code") input = read() term.clear() term.setCursorPos(1,1) if input == password then print("Password Correct!") ! rs.setOutput("left",true) sleep(2) --Pause for 2 seconds rs.setOutput("left" Source: http://pastebin.com/raw.php?i=LhsCHH8m
↧