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

  1. Cracking Mr Cool v1.03.37 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.  
  12. Use a hexeditor, e.g. hexworkshop available
  13. at http://www.bpsoft.com/
  14. and open the file mrcool.exe
  15.  
  16. STEP 1 :  Remove time check
  17. ===========================
  18.  
  19. Offset            Bytes (hexadecimal)
  20. ------            -------------------
  21. remember to switch to hex mode
  22.  
  23. Look for
  24.  
  25. 000539F1        C3A3BCA84500A1BCA845003B
  26.          |  
  27. Replace with
  28.  
  29. 000539F1        C0A3BCA84500A1BCA845003B
  30.          |
  31.  
  32.  
  33. STEP 2 : Remove annoying message on title bar
  34. =============================================
  35. now switch to ASCII mode
  36.  
  37. Look for
  38.  
  39. days left in evaluation period
  40.  
  41.  
  42. You should find something that look like this:
  43.  
  44. Mr Cool - .......... days left in evaluation period
  45.  
  46. (where the .......... contains the value 0000FFFFFFFF1F000000)
  47.  
  48. Replace with
  49.  
  50. Mr Cool............................................
  51.  
  52. (where each of the . contains the value 00)
  53.