1, encryption program to get the address:
traditional Chinese
Http://download.microsoft.com/download/winscript56/install/1.0/w98nt42kmexp/tw/sce10cht.exe
ENGLISH
http://download.microsoft.com/download/0/0/7/0073477F-BBF9-4510-86F9-BA51282531E3/SCE 10EN.EXE
2,
The principle of decryption (the following code is passed under IE6 SP1).
download
Decrypt the full package]
/ / Open a blank window; top = 6000, the LEFT = 7000 setting is to be visible to the window.
VAR WIN = WINDOW.OPEN ("About: Blank", "Sunflowerjm", "TOP = 6000, LEFT = 7000, Width = 100, Height = 30");
IF (NULL! = WIN)
{
Var obj = window.document.getlementByid ('jjstr'); // jjstr is what I let others fill in
Decryption string input box ID number:
Win.Document.writeln ("
Win.Document.writeln (Obj.Value);
Win.Document.writeln (" body> html>");
Win.Document.close ();
IF (! win .closed)
{
Var objscpt = win.document.getlementsBytagname ("script"); // Take the encrypted string. At this time, the string below is the string in memory, so it is already
Decrypt.
IF (50 Decryptive meaning Obj.value = objscpt [objscpt.length - 1] .innerhtml; Else Alert (" Decryption failed: May be a copy of your copy code has changed the original code?! / N / n or code length is less than 50. "); } } Win.Close ();