So the Day Dreamers think they can preserve the Dream from Anome's magic tricks...by using their own? Uh...okay.
I'm surprised a couple dozen Cryptos sim.s didn't show.
((Us Merovingian guys are getting a little bored, now.))
Message Edited by Fatmop on 06.14.2006 05:52 PM
Fatmop wrote: So someone in another thread said that by adding 'timilU' and a comma, you get something readable. Obviously, a binary-to-text translator is not going to read letters when expecting numerical input - so the obvious answer to those first codes was that the first digit didn't matter. He wrote:"timilU0,000100100100" and all that. The comma separated the first zero from the rest of the code
The guy who posted that just got lucky. the solution appeared to be much more simple than this. just a few typos as i explained in a post here http://mxoboards.station.sony.com/matrix/board/message?board.id=live_events&message.id=3878&view=by_date_ascending&page=2
As for this code pay attention to every 8th bit always being a 1 and every 2nd bit almost always being a 0.
In binary :-
regular characters including spaces including punctuation the 1st bit should always be 0letters of the alphabet are defined by bit 2 being a 1 with bit 3 being 0 for uppercase and 1 for lowercasespaces and punctuation begin 001
i believe this has some relevance see if this helps anyone come closer to a solution?