If you put the letters to numbers like 101=A and 102=B most of it lines up. But the T becomes a 120 wich as you can see should be a 124, so if every 10 letters you add an extra 2 number so J=112 instead of 110 and T=124 instead of 120 since it is the 20th letter.
If A=101 B=102 C=104 D=105 E=106 F=106 G=107 H=108 I=109 J=112(would be 110 but it is the tenth letter, add 2) K=113 L=114 M=115 N=116 O=117 P=118 Q=119 R=120 S=121 T=124 (would be 122 but since it is the 20th letter you add 2 again) U=125 V=126 W=127 X=128 Y=129 Z=130
Pinokatoke is right, or at least he has the idea. The code is based from the Asc II table, converted into octa symbols.
100 points for pinokatoke
This is the next one, its the easiest!
This is javascript time! Note: costs 100 points ********************************* var foo = 5 + 6 * 7 var bar = foo % 8 var moo = bar * 2 var rar = moo / 3 function check(x) { if (x.length == moo) { alert("win!" **********************************