home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / open / manyunp.lzh / MYMALL.UNP < prev    next >
Text File  |  1980-01-01  |  4KB  |  102 lines

  1.        UNPROTECT MANAGE YOUR MONEY - ALL REVS
  2.                               Courtesy of Rolling Stone
  3.  
  4. There are many patches that allow you to backup or run Manage Your Money
  5. from a hard disk. The ones I've seen are dependent on Rev 1.50 (i.e. they
  6. won't cut it on 1.52). The follow should work for almost all revs.
  7.  
  8. Needless to say, this should be used for backups and hard disks. MYM is a
  9. good program, and deserves to be paid for. Use it for piracy, and I will
  10. seek you out, and cut your bells (control-g, ascii 7) off.
  11.  
  12.  
  13. A>ren mym.exe mym.pgm
  14.  
  15. A>debug mym.pgm
  16.  
  17. -s 0 L ffff cd 13
  18. 0914:4ADE     {note the 4ADE}
  19.      ^^^^
  20.  
  21. -u 4aae       {this is about hex 30 less than the 4ADE}
  22. 0914:4AAE 07            POP     ES
  23. 0914:4AAF 80C330        ADD     BL,30
  24. 0914:4AB2 BE6E07        MOV     SI,076E
  25. 0914:4AB5 881C          MOV     [SI],BL
  26. 0914:4AB7 56            PUSH    SI
  27. 0914:4AB8 8A9FC402      MOV     BL,[BX+02C4]
  28. 0914:4ABC 53            PUSH    BX
  29. 0914:4ABD E82DFB        CALL    45ED
  30. 0914:4AC0 83C406        ADD     SP,+06
  31. 0914:4AC3 C3            RET                  {note the address after the RET}
  32. 0914:4AC4 E82B8A        CALL    D4F2
  33.      ^^^^
  34. 0914:4AC7 B80001        MOV     AX,0100
  35. 0914:4ACA 50            PUSH    AX
  36. 0914:4ACB E80086        CALL    D0CE
  37.  
  38. -a 4ac4          {this is the address after the RET}
  39. 0914:4AC4 ret    {you type the 'ret'}
  40. 0914:4AC5        {type a newline}
  41.  
  42. -u
  43. 0914:4ACE 1E            PUSH    DS
  44. 0914:4ACF 07            POP     ES
  45. 0914:4AD0 BB9640        MOV     BX,4096     {note the address part}
  46.             ^^^^
  47. 0914:4AD3 B95B0B        MOV     CX,0B5B
  48. 0914:4AD6 33D2          XOR     DX,DX
  49. 0914:4AD8 BF0500        MOV     DI,0005
  50. 0914:4ADB B80102        MOV     AX,0201
  51. 0914:4ADE CD13          INT     13
  52. 0914:4AE0 0AE4          OR      AH,AH
  53. 0914:4AE2 7425          JZ      4B09
  54. 0914:4AE4 4F            DEC     DI
  55. 0914:4AE5 75F4          JNZ     4ADB
  56. 0914:4AE7 B80002        MOV     AX,0200
  57. 0914:4AEA 50            PUSH    AX
  58. 0914:4AEB E8E085        CALL    D0CE
  59.  
  60. -s 0 L ffff 96 40    {search for it}
  61. 0914:4AD1
  62. 0914:5063            {note this address}
  63.      ^^^^
  64.  
  65. -u 5053              {use about 10 less than it}
  66. 0914:5053 0075D5        ADD     [DI-2B],DH
  67. 0914:5056 8346F803      ADD     WORD PTR [BP-08],+03
  68. 0914:505A 832E5C4909    SUB     WORD PTR [495C],+09
  69. 0914:505F EBB3          JMP     5014
  70. 0914:5061 803E964053    CMP     BYTE PTR [4096],53
  71. 0914:5066 74C6          JZ      502E               {note this instruction}
  72.                         ^^^^^^^^^^^^
  73. 0914:5068 E983FA        JMP     4AEE               {note this address}
  74.      ^^^^
  75. 0914:506B 8BF4          MOV     SI,SP
  76. 0914:506D 8B7402        MOV     SI,[SI+02]
  77. 0914:5070 A0B601        MOV     AL,[01B6]
  78.  
  79. -a 5068              {use the address}
  80. 0914:5068 jmp 502e   {and the instruction}
  81. 0914:506A            {newline}
  82.  
  83. -u 5053              {just checking}
  84. 0914:5053 0075D5        ADD     [DI-2B],DH
  85. 0914:5056 8346F803      ADD     WORD PTR [BP-08],+03
  86. 0914:505A 832E5C4909    SUB     WORD PTR [495C],+09
  87. 0914:505F EBB3          JMP     5014
  88. 0914:5061 803E964053    CMP     BYTE PTR [4096],53
  89. 0914:5066 74C6          JZ      502E
  90. 0914:5068 EBC4          JMP     502E
  91. 0914:506A FA            CLI
  92. 0914:506B 8BF4          MOV     SI,SP
  93. 0914:506D 8B7402        MOV     SI,[SI+02]
  94. 0914:5070 A0B601        MOV     AL,[01B6]
  95.  
  96. -w
  97. Writing F5B0 bytes
  98.  
  99. -q
  100.  
  101. A>ren mym.pgm mym.exe
  102.