Office monitor code: Difference between revisions

added details about what the message may mean
m (Gabe!! moved page Matrix bird to Sewer monitor code: More appropriate name)
(added details about what the message may mean)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Binary.png|thumb|500x500px|The "matrix effect" on the monitor. The in-game version is animated. |alt=]]This code was discovered by taking a closer look at the animated binary code that is seen on a monitor at the Hacker's Den in [[sewer]].
[[File:Binary.png|thumb|571x571px|The "matrix effect" on the monitor. The in-game version is animated. |alt=]]
This code was discovered by taking a closer look at the animated binary code that is seen on a monitor at the NCG office in [[office]]. The code can also be found in the Hacker's Den in [[sewer]].
{| class="wikitable"
{| class="wikitable"
|+
|+
!Line string
!Column
!Binary code
!Binary code
!Decrypted text
!Decoded text
!Rearranged
!Rearranged
|-
|-
Line 10: Line 11:
|01100101 01111000 01100100 00101110 01110100
|01100101 01111000 01100100 00101110 01110100
|exd.t
|exd.t
|red.t
|d.tex
|-
|-
|2
|2
Line 35: Line 36:
|01100010 01100101 01101000 01101001 01101110 01100100
|01100010 01100101 01101000 01101001 01101110 01100100
|behind
|behind
| -
|behind
|-
|-
|7
|7
Line 93: Line 94:
|}
|}


Writing down the rearranged snippets in reverse order starting from column 5, you get the following text: <code>in.metro.accident.red.text.binary.codes.false.true.birds.hammer.valley.behind</code>.


By rearranging the decoded text, the start and end of certain words can be discovered. These are the arranged words:
Although the columns repeat 4 times, the last part consists of columns 1-5, 16-17 and 1-10.


Sometimes, the binary encoding for <code>c</code> of the word <code>codes</code> has its last 2 bits separated from the other bits. 


''behind.false.true.birds.hammer.valley''
the message's words can be re-arranged to make a bit more sense:  
   
''in.metro.accident.red.text.binary.codes''


birds red text in behind hammer valley - on a informational sign about '''birds''' behind '''hammer valley''' dam there is '''red text''' saying 'F4 3 words'


And this is the second code, that was labeled as 'incorrect'? (Verify)  
metro accident binary codes true false - in the control room overlooking the '''metro accident''' there are two '''binary code''' puzzles (binary being data encoded based on bits being '''true''' or '''false''')
{| class="wikitable"
|+
!Line string
!Binary code
!Decrypted text
|-
|
|00101110 01110100 01100101 01111000
|.tex
|-
|
|01101110 01110100 00101110 01110010 01100101
|.rent
|-
|
|01100011 01101001 01100100 01100101 01100011
|cidec
|-
|
|01101111 00101110 01100001 01110100 01110010
|.atro
|-
|
|01101110 00101110 01101100 01100101 01101001
|.lein
|-
|
|01100101 01101000 01101001 01101110 01100100
|hinde
|-
|
|01100101 01111001 00101110 01101100
|.ley
|-
|
|01110110 01100001 01101100 00101110
|.val
|-
|
|01110010 01101101 01100101
|rme
|-
|
|01100001 01101101 01101000
|ahm
|-
|
|01100100 01110011 00101110 01101001
|.ids
|-
|
|00101110 01100010 01110010 01110101
|.bru
|-
|
|00101110 01110100 01110011 01100101
|.tse
|-
|
|01100001 01101100 00101110 01100110
|.fal
|-
|
|01100100 01100101 01110011 01100011 01101111
|desco
|-
|
|01110010 01111001 00101110 01101110 01100001
|.nary
|-
|
|01101001 01110100 00101110 01100010
|.bit
|-
|
|01111000 01100100 00101110 01110100 01100101
|.texd
|-
|
|01101110 01110100 00101110 01110010 01100101
|.rent
|-
|
|01100100 01100101 01100011 01101001 01100100
|decid
|}
 


This is the second decoded text:
splitting the message like this results in both parts having 38 characters (including spaces between words)


''binary.codes.false.true.birds.hammer.valley.behind.in.metro.accident.red.text''
==Trivia==
The code was initially decoded 11/04/2017 by user '''lavatube'''.
55

edits