yottabyte: I don't know an ounce of Javascript either. If you don't know how to do something, piece together what you want to do from the code available. The code's splitting the answer up into substrings and then comparing the xor of the first and third strings (converted to numbers, so the strings themselves must be numerical to some degree) minus the second, and this must be equal to the character value of the 4th position, and then the 4th and 9th characters must be the same, and they must both have the ascii value of 45 (a hiphen)
Challenge 2, that image above:
The star is significant because the dots show a constellation, Leo to be exact. Then you will head over to http://g0t0.info/riddle/leo.php
Challenge 3, JavaScript Part:
View Source and you can see the JavaScript is at riddle.js
Open that up and you will see two functions, show() and check()
show() is just there for you to show the form, so in the location bar you type "javascript:show('riddle_form')" and poof, there's the form
check() checks to see if your code is acceptable. It checks a code in the form of '####-####-####' If part 1 xor part 3 minus part 2 equals 45, then it is acceptable.
After putting that in, you will recieve the string that he posted, and win the prize
Any FFR song title discrepancies? List them here. Willing to accurately translate Japanese for free Accumulating all playstyles here!
つまんないシグでスマソ(´・ω・`)
Don't worry about it -- I made it to Riddle 3 in like under 10 seconds, and solved Riddle 3 in about a minute -- the answer just wasn't working the way that it should have. Your hints didn't matter/don't say much.
Comment