Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': password = "jack23" os.pullEvent = os.pullEventRaw x = 1 while true do if x == 4 then print("Password Entered Incorrect 3 Times") print("Locked For 1 Minute") sleep(60) x = 1 end term.clear() term.setCursorPos(1,1) write("Password: ") local input = rea Source: http://pastebin.com/raw.php?i=Ln0exECD
↧