home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Elite Hackers Toolkit
/
TheEliteHackersToolkitVolume1_1998.rar
/
HACKERS.BIN
/
appcraks
/
MCOOL103.ZIP
/
AK_MC1-C.TXT
< prev
next >
Wrap
Text File
|
1998-04-24
|
1KB
|
53 lines
Cracking Mr Cool v1.03.37 manually
-================================-
by AIS KACANG '98
******************************************
If you don't want to go thru this trouble,
just run ak_mc1-c.exe
******************************************
Use a hexeditor, e.g. hexworkshop available
at http://www.bpsoft.com/
and open the file mrcool.exe
STEP 1 : Remove time check
===========================
Offset Bytes (hexadecimal)
------ -------------------
remember to switch to hex mode
Look for
000539F1 C3A3BCA84500A1BCA845003B
|
Replace with
000539F1 C0A3BCA84500A1BCA845003B
|
STEP 2 : Remove annoying message on title bar
=============================================
now switch to ASCII mode
Look for
days left in evaluation period
You should find something that look like this:
Mr Cool - .......... days left in evaluation period
(where the .......... contains the value 0000FFFFFFFF1F000000)
Replace with
Mr Cool............................................
(where each of the . contains the value 00)