Well this is likely to be addressed sooner or later, but I am going to give it to you here.
Most of them are very simple and easy to figure out, but take some time to consider what is there.
We are going to start with exactly what is there.
Logical
First to start off, click on the Logical link in the left sidebar. You will recieve
n order to see the next level you have to change the lvl get parameter to 1 and the pass= parameter to anything you feel like. The file name should be /missions/logic/template.php Please have completed all the basic missions first.
This is supposed to be confusing....don't submit bug reports about not being able to get to level 1.
Please don't submit bug reports about being able to bypass these restrictions...The logic system works.
basically what it’s saying is that you have to change the GET parameter. If you are use to PHP or another web language this should be simple. Using the file http://hackthissite.org/missions/logic/template.php you should change ?lvl to 1 and pass to whatever as it says.
template.php?lvl=1&pass=somethingrandom
More After The Break
Logic 1
Alright, now you need to think
* Find a 10-digit number, where the first digit defines the count of zeros in this number, the second digit the count of number 1 in this 10-digit number, and so on. At the end the tenth digit expresses the count of the number 9 in this 10-digit number.
So lets think,
…
…
…
the answer is 6210001000 (if you don’t understand why, leave a comment and i’ll tell you, but it should be pretty strightfoward.
Logic 2
This should take less time than the previous one.
A male 48 year old with slight memory problems has to log into AOL. His username is OneOldMan with a real name of "G Arb Age".
Guess the password based on a what you know.
Forget the real name. If you had a crappy memory, and you were about to login, you would say, “I wonder what my password is(i have crappy memory) so it makes just too much sense to have the password be password!!!!!!!”
There you go
Logic 3
Now you need to know what BInary is. TWO, there fore 1′s and 0′s are the only allowed characters, so think about this
Convert binary to ascii: 2011010013001000003011101113011010013011011102
?!Why is there a 2 and 3 in there. Forget them, copy the code into Notepad(Accessories->Notepad[Linux]You should know ;])
Now you need a binary to ASCII(a-z, 0-9) converter, unless you know how to already, if so congrats:]
http://www.theskull.com/javascript/ascii-binary.html
You can use the above website, copy the 1′s and 0′s binary code that you put in notepad and paste it in the bottom form, then hit submit. You should know what it is
Logic 4
This is one that I was stuck on for a while until you start thinking technically.
Here is what you are givin
Christmas = Halloween
(Hint: There are NO spaces in the answer!) It’s an equation.
Well logically “dec 25 = oct 31″.
No SPACES “dec25=oct31″
???
Still confused, DEC is an abbreviation for decimal, and OCT(technically) is abbreviated for Octal. So decimal to octal.
Googled, you get
http://www.ascii.cl/conversion.htm
look for the number 25 in the decimal(should be top table) and look at the OCT equivalent.
Logic 5
Now you have to give them props on this one. It took me looking through a forum post on NewGrounds to give me the hint
There are two halves to this mission! Try the first one first.
Well as it seems, the mission is split in two. Remember logic 0(change the lvl parameter) well lets do it again.
Now we have gotten to level 5.5(get parameter changed)
It will say
The answer is 'RANDOMHASH'
There we go, the end of the halfs mission
Logic 6
Still figuring this one out, quite strange.
Well up until Level six, here you go.


