Hi Everybody!
I got a trickey question..
I can not figure out the word that is hiden in this codes..![]()
<script type="text/javascript">
var pw = prompt("Password?");
var nan = "wordpass";
if (pw.indexOf("s") == -1 && parseInt(pw) == 666)
{
alert('Correct password! Access granted!');
self.location = "/Hackerfight/?s=www&ss=testmissions&pw="+pw;
}
else
{
alert('Wrong password! Access denied!');
if (! confirm("Try again?"))
self.location = "/Hackerfight/";
else
self.location = "/Hackerfight/www/testmissions/";
}
</script>
I would be glad if any body could help me with this one..![]()



Reply With Quote

Bookmarks