Wednesday, February 28, 2007

Your own secrete language

Using this you can create your own secrete language that only you and your Friend can

  1. First you need to decide the language like A-% B-^ etc.
  2. Now replace the black letters in the code below by your language
  3. Type the text you want (in normal English) in either scrapbook / community post /message
  4. Paste the code below with your changes in the address bar
  5. Hit enter
  6. Now Press submit

javascript:var txt=document.getElementsByTagName('textarea')[0];

txt.value=txt.value.replace(/A/gi,"Å");

txt.value=txt.value.replace(/B/gi,"ß");

txt.value=txt.value.replace (/C/gi,"©");

txt.value=txt.value.replace(/D/gi,"Ð");

txt.value=txt.value.replace(/E/gi,"Ë");

txt.value=txt.value.replace(/u/gi,"µ");

txt.value=txt.value.replace(/r/gi,"®");

void(0);

To copy the code place the cursor in the box. Now press Ctrl+a & Ctrl+c

Now when your friend receive it will be decoded (in your language). Your Friend can easily encode it by matching it with words of your language

Example:-

A-^ E-& H-! I-@ O-) R-# U-$ W-( Y-\

Secret msg.:- !@ !)( ^&# \)$

Text:- HI HOW ARE YOU

For more alphabets repeat the below statement in the code above before "void(0); " replacing the bold letters suitably

txt.value=txt.value.replace(/r/gi,"®");

0 comments:

Post a Comment