Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local password = "Sean" term.clear() term.setCursorPos(1,1) print ("Whats the") write ("Password: ") local input = read("*") if input == password then term.clear() term.setCursorPos(1,1) print ("Password Accepted!") rs.setOutput("left", true) sleep(3) rs.setOutput("l Source: http://pastebin.com/raw.php?i=3xWkdzYy
↧