home *** CD-ROM | disk | FTP | other *** search
/ The Elite Hackers Toolkit / TheEliteHackersToolkitVolume1_1998.rar / HACKERS.BIN / appcraks / MC15048.ZIP / AK_MC1_C.TXT < prev    next >
Text File  |  1990-01-01  |  2KB  |  95 lines

  1. Cracking Mr Cool v1.5.0.48 manually
  2. -================================-
  3. by AIS KACANG '98
  4.  
  5.  
  6. ******************************************
  7. If you don't want to go thru this trouble,
  8. just run ak_mc1-c.exe
  9. ******************************************
  10.  
  11. Please read this file using windows notepad
  12. or MS-DOS Text Editor (or at least using
  13. monospaced fonts if you're using Word)!
  14.  
  15. Use a hexeditor, e.g. hexworkshop available
  16. at http://www.bpsoft.com/
  17. and open the file mrcool.exe
  18.  
  19. STEP 1 :  Remove time check
  20. ===========================
  21.  
  22. Offset            Bytes (hexadecimal)
  23. ------            -------------------
  24. remember to switch to hex mode
  25.  
  26. Look for
  27.  
  28. 000569D1        C3A3DCE84500A1DCE845003B
  29.          |  
  30. Replace with
  31.  
  32. 000569D1        C0A3DCE84500A1DCE845003B
  33.          |
  34.  
  35.  
  36. STEP 2 : Remove annoying message on title bar
  37. =============================================
  38. now switch to ASCII mode
  39.  
  40. Look for
  41.  
  42. days left in evaluation period
  43.  
  44.  
  45. You should find something that look like this:
  46.  
  47. Mr Cool - .......... days left in evaluation period
  48.  
  49. (where the .......... contains the value 0000FFFFFFFF1F000000)
  50.  
  51. Replace with
  52.  
  53. Mr Cool............................................
  54.  
  55. (where each of the . contains the value 00)
  56.  
  57.  
  58. ************************************************************
  59. How these info may be useful in future upgrades of Mr Cool :
  60. ************************************************************
  61. When I first released the crack for Mr Cool v1.03.37, I wrote:
  62.  
  63. Offset          Bytes (hexadecimal)
  64. ------          ------------------------
  65.  
  66. Look for
  67.  
  68. 000539F1        C3A3BCA84500A1BCA845003B
  69.          |  
  70. Replace with
  71.  
  72. 000539F1        C0A3BCA84500A1BCA845003B
  73.          |
  74.  
  75. If you compare these info with what i've written in this
  76. version (v1.5.0.48), you will come to these conclusions:
  77.  
  78. 1.  the byte to patch is definitely located after the
  79.     0000539F1 offset (since the exe file has grown larger
  80.     in size)
  81. 2.  most of the hexadecimal values have not changed
  82.     (if you search for C3A3, you'll land straight into the
  83.     byte to patch!)
  84.  
  85. So, these are the tips for patching future upgrades of
  86. Mr Cool
  87.  
  88. 1.  Since the offset for v1.5.0.48 is 000569D1, you should
  89.     first jump to 000569D1 and start searching for the
  90.     string after that offset
  91. 2.  Start searching the complete string, if not found, then
  92.     reduce it from byte to byte until you find it :)
  93.  
  94. -AIS KACANG '98-
  95.