Quantcast
Viewing all articles
Browse latest Browse all 2663

Simple Password

Detected 2 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': term.clear() term.setCursorPos(1,1) password = "gobbon" masterpassword = "windows7" write("Enter Password:") local input = read("*") if input == (password) then term.clear() term.setCursorPos(1,1) print("Access Granted!") redstone.setOutput("left",true) sleep(5) rs.setOutput("left",false) shell.run("startup") elseif inpu Source: http://pastebin.com/raw.php?i=DUHMg5sG

Viewing all articles
Browse latest Browse all 2663

Trending Articles