---------------------------------------------------------------------
How to find a serial in HTML (Un) Compress
---------------------------------------------------------------------

Cracker: stealthFIGHTER

Target: HTML (Un) Compress (VB)

Tools: SmartCheck
	(Windows calculator or HecDecOctBin)
	Brain

Where: http://www.download.com

Sorry for my english, its not my mother language.


-----------
Step 1:
-----------

===
Run SmartCheck and open in HTMLComp.exe. Press "F5" key to proceed
and wait until program is loaded ... reg. screen popup ... enter your name
and fake s/n (the event reporting must be enabled). Press OK ... bad code.
===
Go back to SmartCheck and disable event reporting.
Now you should see in the Program results: 
===


|
|
Form1 (Form) created
x
x
x
+ Form1_Load		<--- here click on the "plus"


===
Once you clicked on plus, you will get a lot of values, integers, mids, etc.
Go at the bottom of the window, till you see:
===


|
|
Form4 (Form) created
Label7.Caption <--"0" (String)
Str
Label10.Caption <-- "You are on day 0 of your 30 day trial period." (String)
+ Form4.Show		<--- here click on the "plus"


===
Once you clicked on plus, you will get a lot of  +Timer1_Timer, but
there is one  +Command3_Click (this is, when we clicked on Password button).
Click on plus before Command3_Click. You will get:
===


|
|
Form3 (Form) created
+ Form3.Show


===
Now click on plus before Form3.Show and you will get a lot of 
+Timer1_Timer again, but there is one +Command1_Click (this is, when
we clicked on OK button). Click on plus before Command1_Click.
You will see a lot of code, where is computed your name and serial (nothing
for me).
===
So scroll down till you get this:
===


Integer(1) --> Long(1)
Integer(1) --> Long(1)
Integer(1) --> Long(1)
Integer(1) --> Long(1)
Integer(2) --> Long(2)
Integer(2) --> Long(2)
Integer(3) --> Long(3)
Integer(3) --> Long(3)
Integer(4) --> Long(4)
:
:
:
Integer(1) --> Long(1)
Integer(1) --> Long(1)
Integer(1) --> Long(1)
Double (121) --> Long (121)		<--- 1st char. of our s/n
Chr
:
:
:
Double (118) --> Long (118)		<--- 2nd char. of our s/n
Chr
:
:
:
Double (112) --> Long (112)		<--- 3rd char. of our s/n
Chr
:
:
:
Double (108) --> Long (108)		<--- 4th char. of our s/n
Chr
:
:
:
Double (98) --> Long (98)		<--- 5th char. of our s/n
Chr
:
:
:
Double (72) --> Long (72)		<--- 6th char. of our s/n
Chr
:
:
:
Double (48) --> Long (48)		<--- 7th char. of our s/n
Chr
:
:
:
Len returns LONG: 6804644
Integer (122) --> Long (122)		<--- 8th char. of our s/n
Chr
:
:


===
Now write the numbers ( 8 )down.
Some calculating here (because the numbers are too high):
===


DEC	HEX	s/n
-------	--------	------
121	79	y
118	76	v
112	70	p
108	6C	l	
98	62	b
72	48	H
48	30	0
122	7A	z


===
Our serial is: yvplbH0z
Quit Smart Check and rerun HTML (Un) Compressor
and try number again.
[[[> yEEEs <]]]
===
==
=
---------------------------------------------------------
If i make a mistake, please e-mail me 
to: stealthfighter@another.com
---------------------------------------------------------