home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 009z / tank.unp < prev    next >
Text File  |  1985-06-20  |  4KB  |  118 lines

  1. Unprotect ThinkTank  Version 1.000   (There are TWO versions)
  2.  
  3.  1. Diskcopy the original disk to another floppy or copy the
  4.     files to a hard disk. 
  5.     (If you have version 1.001 go to 1.001 instructions)
  6.  
  7.  2. Rename TANK.EXE, type  RENAME  TANK.EXE TANK.XXX
  8.  
  9.  3. Rename INSTALL.EXE,  type  RENAME INSTALL.EXE INSTALL.XXX
  10.  
  11.  4. Type  DEBUG TANK.XXX  and press ENTER
  12.  
  13.  5. At the - prompt, type  R  . Look for the value in the DS register
  14.     (left-hand column of the second line of the R display).
  15.  
  16.  6. Add 2000 to that DS value. i.e. if the R display showed DS=0D5F
  17.     then you will use 2D5F. I will refer to this value later as xxxx.
  18.  
  19.  7. Check that your version is the same. Type the following:
  20.  
  21.       U  A8E9  and press ENTER
  22.  
  23.     You should see  JZ  A8EE on the first line of the display. If so, this
  24.     patch should work.
  25.  
  26.  8. Type  E xxxx:59   90 90         Enter
  27.  9. Type  E xxxx:5C   B8 00 00 90   Enter
  28. 10. Type  E A8E9 EB 03         Enter
  29. 11. Type  E A902 EB 03         Enter
  30.  
  31. 12. To save these changes, now type  W
  32.  
  33. 13. Type Q  to exit DEBUG.
  34.  
  35. 14. Rename TANK back to it's original name   RENAME TANK.XXX TANK.EXE
  36.  
  37. 15. At DOS, type  DEBUG INSTALL.XXX
  38.  
  39. 16. Check the version to make sure this will work. Type 
  40.  
  41.     U 2D01  and press Enter.  You should see  JZ  2D06 on the first line.
  42.  
  43. 17. If ok, then type  E 2D01  EB 03   Enter
  44. 18. Type   E 2D1A  EB 03   Enter
  45. 19. Type   E 50D9  90 90   Enter
  46. 20. Type   E 50DC  B8 00 00 90  Enter
  47.  
  48. 21. To save the changes, type  W
  49.  
  50. 22. To quit DEBUG, type  Q
  51.  
  52. 23. Rename INSTALL back to original name   RENAME INSTALL.XXX INSTALL.EXE
  53.  
  54. That's it. The original floppy is no longer needed. you may copy the
  55. TANK files to a hard disk, network or other floppy with normal DOS
  56. commands.
  57. 07/18/84
  58. =========================================================================
  59. Unprotect ThinkTank  Version 1.001
  60.  
  61.  1. Diskcopy the original disk to another floppy or copy the
  62.     files to a hard disk.
  63.  
  64.  2. Rename TANK.EXE, type  RENAME  TANK.EXE TANK.XXX
  65.  
  66.  3. Rename INSTALL.EXE,  type  RENAME INSTALL.EXE INSTALL.XXX
  67.  
  68.  4. Type  DEBUG TANK.XXX  and press ENTER
  69.  
  70.  5. At the - prompt, type  R  . Look for the value in the DS register
  71.     (left-hand column of the second line of the R display).
  72.  
  73.  
  74.  6. Add 1000 to that DS value. i.e. if the R display showed DS=0D5F
  75.     then you will use 1D5F. I will refer to this value later as xxxx.
  76.     Add 2000 to the original DS value (i.e.if DS=0D5F, it is now 2D5F).
  77.     I will refer to this later as yyyy.
  78.  
  79.  7. Check that your version is the same. Type the following:
  80.  
  81.       U  xxxx:91F9  and press ENTER
  82.  
  83.     You should see  JZ  91FE on the first line of the display. If so, this
  84.     patch should work.
  85.  
  86.  8. Type  E yyyy:319  90 90         Enter
  87.  9. Type  E yyyy:31C  B8 00 00 90   Enter
  88. 10. Type  E xxxx:91F9 EB 03         Enter
  89. 11. Type  E xxxx:9212 EB 03         Enter
  90.  
  91. 12. To save these changes, now type  W
  92.  
  93. 13. Type Q  to exit DEBUG.
  94.  
  95. 14. Rename TANK back to it's original name   RENAME TANK.XXX TANK.EXE
  96.  
  97. 15. At DOS, type  DEBUG INSTALL.XXX
  98.  
  99. 16. Check the version to make sure this will work. Type 
  100.  
  101.     U 2D01  and press Enter.  You should see  JZ  2D06 on the first line.
  102.  
  103. 17. If ok, then type  E 2D01  EB 03   Enter
  104. 18. Type   E 2D1A  EB 03   Enter
  105. 19. Type   E 50D9  90 90   Enter
  106. 20. Type   E 50DC  B8 00 00 90  Enter
  107.  
  108. 21. To save the changes, type  W
  109.  
  110. 22. To quit DEBUG, type  Q
  111.  
  112. 23. Rename INSTALL back to original name   RENAME INSTALL.XXX INSTALL.EXE
  113.  
  114. That's it. The original floppy is no longer needed. you may copy the
  115. TANK files to a hard disk, network or other floppy with normal DOS
  116. commands.
  117. 07/18/84
  118.