miren esto fue lo que hice
modifique el codigo html y lo guarde en mi pc luego lo abri, y coloque el pas "serca", pero me redirecciona a http://warzone.elhacker.net/index.php?notfound
Código:
<!--doctype-PublicHTML -->
<html>
<head>
<title>Hola</title>
</head>
<script>
var f=prompt('Pon el pass','');
if(f!="SeRcA"){
alert("Error");
self.location.reload();
}else{
self.location.href="http://warzone.elhacker.net/moltofacile.php?pas="+f;
}
<!--Feliciades, asi de facil-->
</script>
<body>
</body></html>