Posted 06 April 2012 - 07:55 PM
I'm om my iPad so I cant test this code, but will this work?
function newPass(password)
input = read("*")
if input == password then
return true
else
return false
end
end