home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / manyunp.lzh / COPYWRIT.UNP < prev    next >
Text File  |  1985-05-26  |  2KB  |  58 lines

  1.  
  2.  
  3.  
  4. The copy program COPYWRIT.COM
  5. Quiad Software
  6. Toronto Canada
  7.  
  8. This program puts serial numbers on the disk that IT COPIES TO.
  9. The serial numbers are on one track.  Generally, this track is
  10. one numbered, 40 or 41 or 42 or 43.  The track has 8 sectors and
  11. the serial number written out once on each sector.
  12.   The serial number is not written if the copy protection used
  13. on the original disk uses track 40 plus.(so he says)  Use Ultra
  14. Utilities or Quaid's own DISK EXPLORER program to see what is
  15. written on tracks that are higher than 39.
  16.  
  17. The serial number is generated by a 2 byte seed that is in each
  18. copy of copywrit.com.  This seed is easy to change, if you know
  19. where it is.  Using Norton's SECMOD program change the bytes
  20. that are at offsets 1E and 1F.  That is 30 and 31 to us non
  21. hexadecimal people. You can change these to anything you want and
  22. the new numbers will be the new serial number seed.
  23.  
  24. Change with DEBUG
  25. Work on a back up copy, not your only copy!
  26.  
  27. You type what is in CAPITALS
  28. this symbol means hit a space bar;  <SpaceBar>
  29. this symbol means hit the enter key;  <Enter>
  30. this symbol means what follows is a comment;  ;;
  31.  
  32. **This is any 2 digit hexadecimal value          ;  xx
  33. ie 0 to 9 or A to F can be entered for each of
  34. the 2  "x" variables.
  35. It is also the seed for the new serial number.
  36.  
  37. DEBUG COPYWRIT.COM  <Enter>     ;;this assumes that debug and copywrit.com
  38.                                   are on the same disk.  If not then
  39.                                   insert a drive specifier to tell debug
  40.                                   where copywrit.com is.
  41. E 011D <Enter>
  42. <SpaceBar>
  43. xx  <SpaceBar>
  44. xx  <Enter>
  45. W <Enter>
  46. Q <Enter>
  47.  
  48. That's all folks !
  49.  
  50.  
  51.  
  52.  
  53. 
  54.  
  55. com is.
  56. E 011D <Enter>
  57. <SpaceBar>
  58. xx  <Sp