home *** CD-ROM | disk | FTP | other *** search
/ Hacks & Cracks / Hacks_and_Cracks.iso / vol1 / pc_ce25k.zip / NKCE250B.ZIP / SCRIPT.CE < prev   
Text File  |  1995-09-20  |  2KB  |  84 lines

  1. ;
  2. ;  ███▀▀▀▀████████████████████
  3. ;  █ ▄▄██▄▄▄▄ ▀█▀▀▀▀▀█████████
  4. ;  █▄▄ ██▀▀███  ▄▄██▄▄▄▄▄ ▀███
  5. ;  ███ ██         ██ ▀▀███ ███      Script For Fast Patch Making
  6. ;  █▀▀ ██   ███ ▀▀██▀▀   ▄▄ ▀█                 For
  7. ;  █ ▀▀██▀▀▀▀▀    ██   ▄▄███ █     Experient Cheat Engine Users :)
  8. ;  ██▄▄▄▄▄█████ ▀▀▀▀▀▀▀▀▀▀▀ ▄█
  9. ;  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  10. ;
  11.  
  12.  
  13.  
  14. TITLE=Autodesk Animator 6.0
  15. ;     └─────────────────────────────────────────────────────┘
  16. ;     Name of the program to be patched
  17.  
  18. PATCHNAME=CEPATCH!.EXE
  19. ;         └──────────┘
  20. ;         Name of The EXE Patch You'll Get (Ex: WARCHEAT.EXE)
  21.  
  22. AUTHOR=Brandon Lee
  23. ;      └───────────────────────────────────────────┘
  24. ;      The Patch Author, You
  25.  
  26. TYPE=Dongle Protection Crack
  27. ;    └─────────────────────────────────────────────────────┘
  28. ;    The Type Of Patch: Protection Crack, Savegame Cheat, Etc
  29.  
  30.  
  31. PATRESULT=Yeah, the field with the result, what else?
  32. ;         └─────────────────────────────────────────────────────┘
  33. ;         The Results: Extra Money, Extra Ammo, Protection Death, Etc
  34.  
  35.  
  36. NOTE1=Just Run It In Your 3DS6.EXE And It's Done!
  37. NOTE2=
  38. ;     └──────────────────────────────────────────────────────────────────────────┘
  39. ;     You Can Enter 1 or 2 Lines With Notes, Like Info, Etc.
  40.  
  41.  
  42. REQFNAME=N,SUKZ.EXE
  43. ;Requires filename on command line? If no, specify file to auto-patch.
  44. ;Ex: Y  or  N,DOE.EXE
  45.  
  46. CHKFSIZE=Y,432341
  47. ;Check file size first to avoid patching the wrong file?
  48. ;If yes, specify expected size in bytes   Ex: Y,29944
  49.  
  50. TOPICS=3
  51. ;number of topics (max 5)
  52.  
  53.  
  54. ;Data Insertion Part Below
  55. ;ASKUSER=Y/N  If Y, the patch asks the user if he wants that effect,
  56. ;             if no, it's patched immediately.
  57. ;The rest should be easy to understand, just add OFFSET,BYTE till
  58. ;you complete the number of byte changes for that topic.
  59. ;
  60. ;
  61.  
  62. TOPICDESC1=Trashing Protection
  63. ASKUSER=Y
  64. TOPICBYTES=4
  65. 1224,53
  66. 104,255
  67. 343,255
  68. 43,75
  69.  
  70. TOPICDESC2=Killing Some Bugs
  71. ASKUSER=N
  72. TOPICBYTES=1
  73. 232,255
  74.  
  75. TOPICDESC3=Just to Fill Up Space
  76. ASKUSER=Y
  77. TOPICBYTES=6
  78. 232,46
  79. 32,255
  80. 212,65
  81. 132,23
  82. 32,55
  83. 2,235
  84.