By vanhelsing
—
Last update
May 9, 2008
—
Installed
83 times.
// ==UserScript==
// @name Interactive Community Flooder
// @description Interactive Community flooder.Enter text easily.Created by Harry
// @include http://www.orkut.com/CommMsgPost*
// ==/UserScript==
var i=1000000;
var s = prompt("hacking tix ", '');
function fld(){i--;document.getElementByID('join this community http://www.orkut.com/Community.aspx?cmm=39204534').value=""+s+i;
document.getElementByID('subject').Value=""+s+i;
submitForm(document.getElementById('b2'),'submit');
}
void(setInterval(fld,600));