|  |
|  |
08-26-2004, 01:00 PM
|
#1 (permalink)
| BattleForums Junior Member
Join Date: Feb 2003 Location: Wisconsin Posts: 75
| Anyone got code breaking skills? I got a code I need to break if anyone's interested.
it goes like this
there's a safe with 6 levers on it, all in a row, the levers move up and down, and the starting position of each lever is 1, like so
****** (111111, starting position)
222222
333333
444444
555555
6 levers, they can move up and down like this
11*111
*22222
3*3333
444*4*
5555*5
so the example combination would be 231454
my only clue to this code is a piece of paper with a crease in it ( not sure if that has anything to do with it though)
the paper is shown like
1
11
21
1211
111221
with the crease it would look like this
1
11
21
----------
1211
111221
that's all the info I got.
anyone got the answer?
__________________ Hang on to this....... |
| | | | Sponsored Links |
08-26-2004, 02:10 PM
|
#2 (permalink)
| Grumpy Old Grandpa
Join Date: Dec 2002 Location: Portugal Age: 23 Posts: 9,987
| Dunno if this can be of help, I just noticed it, but I didn't bother to do anything else...
1
11
21
1211
111221
312211
And it goes as follows:
1
one 1,
two 1,
one 2, one 1
one 1, one 2, two 1
three 1, two 2, one 1
And so on, and so on
You see, it basicly writes the number of characters that are there. I'm not sure if that can help you... |
| |
08-26-2004, 02:24 PM
|
#3 (permalink)
| The best of both worlds
Join Date: Jun 2003 Posts: 10,782
| Do it in additions/splits, makes it easier.
Example.
1
11 (split)
21 (adds the first numbers)
321 (adds the first numbers, then splits them down)
5321 (adds the first two, then the second two, and splits down the last two)
35321 (adds the first two, then the second two, third two, and splits down the 21, if it goes over 6 or whatever, just restart (IE 8 would be 3, in this example)
You'll eventually figure it out. |
| |
08-26-2004, 04:04 PM
|
#4 (permalink)
| BattleForums Senior Member
Join Date: May 2003 Location: Under my bed (Spain) Age: 20 Posts: 1,470
| im good at this but im confused, too many words i dont understand  mind explaining it like you would explain it to a 6-year-old (thats my english level lol)  |
| | | |  | | Get rid of all these ads! Take 30 seconds to register. |