I have no idea what I'm doing.


0

I checked all the other threads, and honestly, I did not understand a word you intelligent-ass people are talking about.

31replies
11voices
337views
Wibben
11 years ago | edited 11 years ago

0

j5 seems pretty easy. The trick is to click esc right after you click cancel, then search through the source code and java alert something for the password. I’m sorry if I gave too much of a hint, but I think it’s fine for myself


0

I have been doing that. I don’t understand anything.

J [ColdIV]
11 years ago

0

Then you probably should learn some JavaScript before you come back to those levels..
And keep in mind that Java and JavaScript isn’t the same.

Wibben
11 years ago

0

in the code it says this:
a = window.location.host + ""; b = a.length; c += ((5*10)*2); d = String.fromCharCode(c,-(37-Math.floor(1806/13)),Math.sqrt(b-2)*27,(b*8)-36); p=prompt("Password:",""); if (p==d) { window.location = "/levels/j5.php?pass="+p; } else { window.location = "/levels/"; }
what is it doing? Think about that.


0

Oh.
Shit.

I’ve been trying to learn Java for the past 2 years.

Wibben
11 years ago | edited 11 years ago

0

you don’t have to know java for this… use any programming language you know and it should make sense. EVEN html. It’s a bunch or variables with “if” statements. If you really are stuck, check the IF and SWITCH statement section of this.


0

Okay, I can easily learn HTML.

Wibben
11 years ago

0

just search for IF statements, the other crap from html is useless for this level

J [ColdIV]
11 years ago

0

Since when are there IF statements in HTML?
Learn JavaScript (NOT Java) it’s not that hard :)

Wibben
11 years ago

0

really? I thought there were IF statements in html… oops, he’s probably trying to everything about html right now and getting nowhere…


0

I’m 14 and I have ADD, does that affect my chances of learning JS? lol

Wibben
11 years ago

0

Just take a look at that C++ link I posted, the if statements should clear you up on what you are trying to find

[deleted user]
11 years ago

0

okay now this very crazy. After looking at the source code only one word came out of my mouth and I don’t know for what reason I eneterd it as the password and it worked. Then I tried couple of other words but it didn’t worked. hint: the password which i used was used before in a previous level.

malingas
11 years ago

0

c=4 i found that & i’m still stuck. don’t know what to do. plz help.

[deleted user]
11 years ago | edited 11 years ago

0

This level really fried my brain. One of the simplest ways is to use the URL bar, I can’t believe it took me so long to figure that out.

Mitch [bmxtricky5]
11 years ago

0

i just used a javascript:alert(variable_name) found the right variable keyed it in and BOOM got the pass :)


0

I feel ya brotha…. I don’t know what I’m doing either. It’s just life man…. we’re here for along time to feel weird and confused and then we die after living a life of control.

Max Lockhart [MaxLockhart]
11 years ago | edited 11 years ago

0

I know you’re question was about programming or the mission or something? idk I didn’t read it. Just thought I’d say, “Hey you’re not alone… None of us know what we’re doing, just one of those things.” Not applying to this but yeah…. Life…. When in doubt, Google, Parkour, and…. idk if you’re in a really odd mood listen to planet caravan by black sabbath I guess… idk up to you.

Fuck! I mean why does technology have to be so advanced like… idk … night

maybe this will help you a bit with your weird times….

jayssj11
11 years ago

0

source code is answer to js levels

[deleted user]
11 years ago | edited 11 years ago

0

Post removed.

lol :D

daMage
11 years ago

0

@ColdDaVinci Lol, did you actually check the video?

[deleted user]
11 years ago

0

Use Scratchpad for all levels in JavaScript level. Except for the first one. It is pretty simple.

LaNguAx
11 years ago | edited 11 years ago

0

``````

Alright so it says that p=prompt which is the password, d is a string, so if you look closley at the code you’ll see (p==d) then you should try to alert something using the URL ain’t going to say what it is because if you know just some simple Javascript you’d know how to alert something using JS in URL.(If this is wrong please do a reply comment and explain to me what did I explain wrong and maybe I should get better at Javascript, if this comment gives the answer DELETE IT.)

[deleted user]
11 years ago

0

Sorry damage, but you know how it is when we have the noobs who attempt to spoil the fun with lame answers. I thought that was the case, my bad. :)

daMage
11 years ago

0

No worries m8. That was my first thought too. :)

daMage
11 years ago

0

[quote=LaNguAx]if this comment gives the answer DELETE IT[/quote]
How about you think first and post after… I can’t be here watching 24/7. You obviously have a brain, how about you use it? :)

[deleted user]
11 years ago

0

Si. Think before you post, lol.

antoinemartin826
11 years ago

0

-i think that i have to use math too. But i don t undestand how i can solve this (it s not write like usual maths language).
a = window.location.host + “”;
b = a.length;
c += ((510)2);
d = String.fromCharCode(c,-(37-Math.floor(1806/13)),Math.sqrt(b-2)27,(b8 )-36);
p=prompt(“Password:”,“”);
if (p==d) {

-I know that the solution is if “p==d” ,but i don t undestand for example “b=a.lenght”.
help me pls.

[deleted user]
11 years ago

0

Hi antoinemartin826,

You need to find the value of c from the source code and then open scratchpad from Mozilla Firefox by pressing Shift + F4 and do the magic. From the above code you can see that you don’t have the value of c. a, b, c+ & d is defined but you don’t have the value of c. Search for it, it’s in the source code somewhere once you find it you will be able to get the password.

[deleted user]
11 years ago

0

You don’t need to work out the maths for the level, it’s probably quicker to just alert a variable. :)

You must be logged in to reply to this discussion. Login
1 of 32

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss