Robo Auto Signature

By Robo Tricks Last update Nov 8, 2007 — Installed 70 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           Robo Auto Signature
// @namespace      http://www.orkut.com/Community.aspx?cmm=38758660
// @description    Auto signature ... Robo...Robo...Robo...
// @include        http://www.orkut.com/Scrapbook.aspx*
// @include        http://www.orkut.com/CommMsgPost.aspx*
// @author       ... Robo .... - http://www.orkut.com/Profile.aspx?uid=13142157584579844819 
// ==/UserScript==



var signature="\n\n\n\n\n[b][blue]●๋• Artificial Intelligence ™ [:)] [̲̅R̲̅.̲̅O̲̅.̲̅B̲̅.̲̅O̲̅] ™[/blue]\n[maroon]☞ ਰੋਬੋ ™[/maroon][red] ☞ रोबो ™[/red][violet] ☞ سذأذ ™[/violet]\n[:p][i][green][u] Robo is More Intelligent Than Human[/u] ..... [:p][/green]\n[teal][u]Common Sense Is Not So Common[/u]  ......[/teal][/b][:o]\n";
 

//body of script......
var write=document.getElementsByTagName('textarea')[0].value;document.getElementsByTagName('textarea')[0].value=write+signature;
void(0);