- Sep 29, 2000
- 1,398
- 0
- 76
Okay, I have not seen this posted anywhere here...
Take the numbers and convert them to binary
4 = 100
8 = 1000
15 = 1111
16 = 10000
23 = 10111
42 = 101010
Make a single string out of them
100100011111000010111101010
Now comes the hard part.
make each of the 1's a . (dot)
make each of the 0's a - (dash)
.--.---.....----.-....-.-.-
You guessed it, this is morse code. This part takes forever, but if you break it apart like this:
.--. --- .. ... --- -. - . ... - .-.-
and convert to our alphabet it says:
"Poison Test"
I cannot figure out what the last .-.- should be though. I tried to add 108 in binary at the end, but it didn't spell anything that seemed like it fit.
Have fun conspiracy theorists!
Take the numbers and convert them to binary
4 = 100
8 = 1000
15 = 1111
16 = 10000
23 = 10111
42 = 101010
Make a single string out of them
100100011111000010111101010
Now comes the hard part.
make each of the 1's a . (dot)
make each of the 0's a - (dash)
.--.---.....----.-....-.-.-
You guessed it, this is morse code. This part takes forever, but if you break it apart like this:
.--. --- .. ... --- -. - . ... - .-.-
and convert to our alphabet it says:
"Poison Test"
I cannot figure out what the last .-.- should be though. I tried to add 108 in binary at the end, but it didn't spell anything that seemed like it fit.
Have fun conspiracy theorists!
