 |
« on: May 23, 2004, 07:27:19 pm » |
|
i tried to look in the code and make up a script that would give me the solution but it came up with a different password every time 
"Rules are meant to be broken"
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #1 on: May 24, 2004, 10:30:14 am » |
|
i think i can see why it came up a diff answer each time...
it uses Math.random() lol maybe i am wrong but this makes a random number :shock:
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #2 on: May 24, 2004, 02:53:00 pm » |
|
no you are right. BUT the right password is in your memory, so read i from there somehow!
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #3 on: May 24, 2004, 09:13:12 pm » |
|
 you can also goto the tutorials forum and read my "hacking with javascript" tutorial.
failure to prepare is preparing to fail.
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #4 on: May 27, 2004, 04:20:40 am » |
|
its look like the password have 6 character . but its random . hmm???
adZRole
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #5 on: May 27, 2004, 09:40:12 am » |
|
You really don't need to understand the javacode to pass this challenge. Just take a look at Amado's tutorial in the articles forums and read it. After you read it, take a look at the variables in the javacode and solve the puzzle!!!!
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #6 on: May 27, 2004, 01:36:08 pm » |
|
Yup, there is a javascript code which you could use to give you the password!
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #7 on: June 12, 2004, 11:54:08 pm » |
|
im totally lost... :evil: where do i start with lvl 2?
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #8 on: June 13, 2004, 12:37:38 am » |
|
im totally lost... :evil: where do i start with lvl 2? presuming you finished level1: http://games.triviasecurity.net/Level2/Well, now you should start reading aMado's tutorial on hacking with javascript in the articles secrion of the forum.
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #9 on: June 13, 2004, 09:58:48 pm » |
|
ok...im good now thx def.
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #10 on: June 14, 2004, 10:09:37 am » |
|
Good luck with the other ones then!
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #11 on: June 22, 2004, 05:32:43 am » |
|
hi... sorry for my english
i tried my best , read and search alot , but nothing new .
hmmm where i suppose to look in my pc memory !
i searched in the temp and cockies , nothing on .
some one told me there are a mathematics method to solve it .
any commant that can help me . :roll:
Dr.Death THE MAN OF THE DARK SIDE R.I.P
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #12 on: June 22, 2004, 04:11:53 pm » |
|
there are various ways to gain access, some are overriding the form's onsubmit function or setting the correct passwore textfield's value property equal the password variable. 
failure to prepare is preparing to fail.
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #13 on: July 23, 2004, 11:15:51 am » |
|
well, there's some good reading at Dr_aMado's tutorial. i agree with the others that it's one of the best i've read thus far (i've only been at these types of games for a month, but i've read a lot). my thing is lots of the javasript tricks in the address/location bar seem to only work in netscape (and probably mozilla). is there a way to make these work in msie? (downloading netscape over a dial-up connection is really screwing my time  )
|
|
|
|
|
Logged
|
|
|
|
 |
« Reply #14 on: July 23, 2004, 01:07:44 pm » |
|
dont know what msie version you have but it works in my msie 6 as well as my firefox. The document object module is a little different as far as writing to the document and changing text inside tags, but the forms array can be accessed through document.forms[] or document.formname  in all browsers.
failure to prepare is preparing to fail.
|
|
|
|
|
Logged
|
|
|
|
|