All you need is a browser to do this challenge, nothing more, nothing less.
Start by looking at script itself:
- Code: Select all
moo = unescape('%69%6C%6F%76%65%6D%6F%6F');
function check (x) {
if (x == moo)
{
alert("Ahh.. so that's what she means");
window.location = "../../../missions/javascript/5/?lvl_password="+x;
}
else {
alert("Nope... try again!");
}
}
Do you recognize all the terms there? Probably not, as you're still looking for help. If you go through the code, you'll realize it looks just some of the previous scripts. But what's different?
The clue is telling you that "Runescape" was spelled wrong. Obviously, it's spelled like it is on purpose, but why? Try looking it up, after a few minutes, and some reasoning, I'm sure you'll have the answer!