home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #3.1 / RBBSIABOX31.cdr / wpca / wintek15.unp < prev    next >
Encoding:
Text File  |  1985-05-12  |  1.8 KB  |  67 lines

  1. This is a patch for ver. 1.05 of Smartwork by Wintek. It will remove
  2. all of the protection and you can run it on a hard disk or any copy
  3. of the disk you made with diskcopy.
  4. First you need to patch EDIT.EXE 
  5. REN EDIT.EXE EDIT.TMP
  6. DEBUG EDIT.TMP
  7. -S CS:10 FFFF E8 4C DC
  8. XXXXX:2733
  9. -E CS:2733
  10. XXXX:2733  E8.90   4C.90   DC.90
  11. -S CS:10 FFFF E8 D3 DB
  12. XXXX:28D4
  13. -E CS:28D4
  14. XXXX:28D4   E8.90   D3.90   DB.90
  15. -S CS:10 FFFF 74 50 7D 05
  16. XXXX:2801
  17. -E CS:2801
  18. XXXX:2801  74.EB
  19. -S CS:10 FFFF 75 05 83 C4 0C
  20. XXXX:2F9C
  21. -E CS:2F9C   75.90   05.90
  22. -W
  23. Writing 21900 bytes
  24. -Q
  25. REN EDIT.TMP EDIT.EXE
  26.  
  27. Now we need to patch PLOT.EXE
  28. -----------------------------
  29. REN PLOT.EXE PLOT.TMP
  30. DEBUG PLOT.TMP
  31. -S CS:10 FFFF E8 BE FF
  32. XXXX:04C2
  33. -E CS:04C2
  34. XXXXX:04C2   E8.90   BE.90   FF.90
  35. -S CS:10 FFFF E8 4B CB
  36. XXXX:3834
  37. -E CS:3834
  38. XXXX:3834   E8.90   4B.90    CB.90
  39. -S CS:10 FFFF 75 05 83 C4 0C 5D C3
  40. XXXX:409D
  41. -E CS:409D
  42. XXXX:409D    75.90     05.90
  43. -S CS:10 FFFF E8 BD 00
  44. XXXX:38F8
  45. -E CS:38F8
  46. XXXX:38F8   E8.90    BD.90    00.90
  47. -S CS:10 FFFF 74 50 7D 05
  48. XXXX:3902
  49. -E CS:3902
  50. XXXX:3902   74.EB
  51. -W
  52. -Q
  53. REN PLOT.TMP PLOT.EXE
  54.  
  55. We have just patch all the files to make it run with out the master disk.
  56. !!! One note : It will only run on drive A now, if you would
  57.     like to run it on a hard disk then you need to patch both files again,
  58.      where it looks for drive "a:". replace a: with c: in the two files
  59.     (note lower case drive name) and then it will work on a hard disk.
  60.  
  61. Have fun, it took many hours to come up with this patch. This version was
  62. changed from the other ones. If you have a different version this might not
  63. work for you but then again it might. gook luck.....
  64.  
  65.  
  66. R.R.S. FLA. 5/4/85
  67.