Off Topic > Off Topic
make a secret code!
Daedalus:
--- Quote from: MackTheHunter on December 02, 2009, 06:29:51 PM ---01000111 01110101 01101110 01100110 01110101 01101110 00101100 00100000 01101100 01100101 01100001 01110110 01100101 00101110 00100000 01001110 01101111 01110111 00101110
--- End quote ---
Win.
Gamefandan:
Oh I made a whole language a long time ago here I'll go look for it.
Pi:
--- Quote from: Riot on December 02, 2009, 06:34:39 PM ---What does zero stand for?
--- End quote ---
1
Riot:
--- Quote from: Pi on December 02, 2009, 06:49:02 PM ---1
--- End quote ---
So.. 101101010110 means "AAAAAAAAAAAA"
Gamefandan:
Found it, this must have taken little Gamefandan hours.
Blockland = 26x5y3N6x17x4
It's rather simple really.
Here's the code:
a = 1
b = 2
c = 3
d = 4
e = 5
f = 6
g = 7
h = 8
i = 9
Here's where it gets tricky:
j = 5x
k = N
l = 6x
m = W
n = 7x
o = 5y
p = 8x
q = G
r = 9x
s = U
YAY! Even trickier:
t = 5xx
u = 7y
v = Kx
w = T
x = 6xx
y = 5F
z = Wx
Here's an explanation:
First I'll explain the little x's and y's
x is a 2
so if I did
6xx or 6•2•2
I would get 24
which would be the letter x in my coding
y is a 3
so if I did
7y or 7•3
I would get 21
which would be the letter n in my coding
So if the number is more than one digit you either divide by 2 or divide by 3. The reason I did that is so we keep everything single digits, so:
j is the 10th letter in the English alphabet, 10 ÷ 2 = 5 therefore 5x = j
The reason for the big letters is simply because the numbers are prime
Heres all the prime numbers/letters and their correct coding:
k = 11 = N
m = 13 = W
q = 17 = G
s = 19 = U
w = 23 = T
There are two complicated ones, y and z
y:
25 ÷ 5 = 5
I decided earlier on that if I came across a number like this I would symbolize F being itself.
Meaning in the code 5F: F = 5
Turned out it only happened once, so what was I gonna do?
z:
26 ÷ 2 = 13 which is prime so 13 is symbolized by W
but you need to multiply by 2 so
you get: 13 • 2 = 26
OR
W • x = z
I think I covered everything so ask questions if needed.
(ALSO this code was made by me using simple math elements.)
That must have been one of my first logical posts.