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

  1.   ╓*****************************************╖
  2.   ┼      ╓──┐ ─╥─  ╓─┐                      ┼
  3.   ┼      ╟──┤  ║   ╙─┐    ■ keymaker ■      ┼
  4.   ┼      ╨  ┴ ─╨─ ╙──┘                      ┼
  5.   ┼      ╥ ┌  ╓──┐ ╓──┐ ╓──┐ ╓──┐ ╓──┐      ┼
  6.   ┼      ╟─┴┐ ╟──┤ ║    ╟──┤ ║  │ ║ ─┐      ┼
  7.   ┼      ╨  ┴ ╨  ┴ ╙──┘ ╨  ┴ ╨  ┴ ╙──┘      ┼
  8.   ╙*****************************************╜
  9.                     presents
  10.  
  11.              XTrkCad v2.01 (16-bit)
  12.              http://www.sillub.com/
  13.   *******************************************
  14.  
  15.   INSTRUCTIONS:
  16.  
  17.   Copy ak_xt2_c.exe to the same directory as
  18.   xtrkcad.exe.
  19.  
  20.   Make sure xtrkcad.exe is not marked READ ONLY.
  21.   You can use File Explorer of File Manager to
  22.   change the attributes of the files or simply
  23.   use the dos command
  24.  
  25.   attrib -r xtrkcad.exe
  26.  
  27.   Then run ak_xt2_c.exe
  28.  
  29.   After patching the program, register with
  30.   any name and any number which is between
  31.   4 - 12 digits long.
  32.  
  33.   The last two digits is the Registration
  34.   Level.  E.g. if you wish to register at
  35.   level 99, then use
  36.  
  37.   00099 or 111199 or 2222299 etc etc ...
  38.  
  39.  
  40.   MANUALLY PATCHING XTRKCAD
  41.   -------------------------
  42.  
  43.   STEP 1
  44.   ------
  45.   Use a hexeditor and open the file xtrkcad.exe
  46.   (e.g. hexworkshop http://www.bpsoft.com)
  47.  
  48.   STEP 2
  49.   ------
  50.  
  51.                 Offset          Hexadecimal value
  52.                 ------          -----------------
  53.   Search for    0004C7AC        0F850E0026395726
  54.   Replace with                  0F85000026395726
  55.                                 ....^^..........
  56.  
  57.   Search for    0004C7B4        0F850600C706B255
  58.   Replace with                  0F850000C706B255
  59.                                 ....^^..........
  60.  
  61.   You can use these information to patch future
  62.   versions of XtrkCad :)
  63.  
  64.   -AIS KACANG '98-
  65.