i think its awesome
post your thoughts :P
i think its awesome
post your thoughts :P
^LOL^
K could not read a few words
~Hermen
lol iv seen this b4 quiet good aint it
It is very easy; as long as you keep the first and the last character in their original position, you can scramble the rest of the words.
EDIT: I didn't read the entire picture, but I just fully read it and noted it actually said what I just stated above this edit.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
I read it all, thats amazing.
Taht is aaznimg! cool lolorzs![]()
Tats Awesome. They need to test 1337-talk to, I bet they will come to the conclusion its gay![]()
Verrekte Koekwous
Very old, sorry. I'v seen it before (not in this image) but that study was done over 2 years ago![]()
And yeah, it is cool though.
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
lol
i learned somtin kooll i guess
is this related to scripting O.o?
it would be funny if they did something like this in an english class for foreigners...as a test to see if the class is fluent in their vocabulary...and it would be funny if a foreigner sees someone fluent in english read this and think its really english..lol
http://www.stats.srl-forums.com/sigs/5264.png
Basic Auto-talker - 100% done (lol)
Al-Kharid Kebab Buyer & Banker - 5% done (lol)
I tinhk taht poelpe cuold raed tihs aynawys. Lol. Ncie fnid!
I smell a Scar script coming along to scramble messages... Otherwise, seen it before but it's always cool![]()
By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.
@mixster: Already got one for my MSN Plus!
Code:/* Cambridge Text encoder Auther : Martin Kirk (mdk@mail.dk) online vesion: 'http://www.mdk-photo.com/JavaScript/CambridgeEncode.html' Date 27-sep 2006 Story: The idea comes from Cambridge, that words is interpreted by your brain in such a manor that start and stop charecter needs to be the same - youll be able to read the sentence anyway... try it :) Version 2.5 - using Regular Expressions */ var CTE = false; //output everything encrypted ? function OnGetScriptCommands() { var ScriptCommands = "<ScriptCommands>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>Cambridge</Name>"; ScriptCommands += "<Description>Encode words with the Cambridge method</Description>"; ScriptCommands += "<Parameters>< Write here !></Parameters>"; ScriptCommands += "</Command>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>Cambridge_ON</Name>"; ScriptCommands += "<Description>Activates Nonsense</Description>"; ScriptCommands += "</Command>"; ScriptCommands += "<Command>"; ScriptCommands += "<Name>Cambridge_OFF</Name>"; ScriptCommands += "<Description>Deactivate Nonsense</Description>"; ScriptCommands += "</Command>"; ScriptCommands += "</ScriptCommands>"; return ScriptCommands; } function mix(str){ var len = str.length var out = ''; var tmpArr = new Array(); var num = 0; if(len>1){ for(a=0;a<len;a++) tmpArr[a] = str.substr(a,1) while(out.length < len){ num = parseInt(Math.random()*len) if(tmpArr[num] != '§'){ out = out + '' + tmpArr[num]; tmpArr[num] = '§'; } } return out }else{ return str; } } function OnEvent_ChatWndSendMessage(ChatWindow, Messege) { //Cambridge Conversion.... if ((Messege.toUpperCase()).indexOf("/CAMBRIDGE_ON") == 0){ CTE = true; MsgPlus.DisplayToast("","Everything is nonsense"); return ""; } if ((Messege.toUpperCase()).indexOf("/CAMBRIDGE_OFF") == 0){ CTE = false; MsgPlus.DisplayToast("","Everything is normal"); return ""; } if ( (Messege.toUpperCase()).indexOf("/CAMBRIDGE ") == 0 || CTE) { var out = "" var str = "" //get the string [/cambridge ] == 11 chars if(CTE) str = Messege; else str = Messege.substr(11); // split to words return str.replace(/([a-zA-ZæøåÆØÅ])([\a-zA-ZæøåÆØÅ]{2,})([\a-zA-ZæøåÆØÅ])/gi, function($0,$1,$2,$3){ return $1 + mix($2) + $3; } ); } return Messege; }
Send SMS messages using Simba
Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!
this is very cool, i read the whole thing, while my 8 year old brother thought it was a jumbled mess of random letters.![]()
[SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]
@Mrpager, thats sounds funny haha![]()
@Timo, hahahow old is your brother? no need to answer if you dont want to.
sheet, the scripting god has posted two times in my thread :P
EDIT: as i said on another thread, gotta love that clown pic :P
^LOL^
I think I first saw this 5 or 6 years ago...
Nice but i coudnt read all words.
read the whole of that scramble letter thing only got stck on mses (mess)
Sweet great thing :P never seen these before
There are currently 1 users browsing this thread. (0 members and 1 guests)