Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: os.pullEvent = os.pullEventRaw term.clear() term.setCursorPos(1,1) password = "boom" --Sets the password debug = "jason" --Sets debugging password write("Enter your password: ") input = read() --Input the password term.clear() --Clearing the terminal, and... term.setCursorPos(1,1) --...THEN setting the cursor position if input Source: http://pastebin.com/raw.php?i=FNW811X4
↧