Ok this is Flu[X] Byte Patvher Version 2.50

This version makes compiled EXE's  OR  an ASM source File

its simple to use.. jsut follow these steps..

To CREATE a Compiled Patch:


1) create a backup of yer program and call it: "file.bak"
2) get a patched copy of your program you edited with hiew
   or another hex editor.
3) stick those 2 files in the dir with fmakev26.exe, t , and fpatch.txt
4) run "fmakev26.exe c"
5) edit t file fpatch.txt to say whatever you want it to. you can use
   multiple lines. an example is included!
6) enter the name of the CRACKED file in 8.3 DOS format
7) enter the name of the file in 8.3 DOS format that you would like
   the crack to be called... 
8) sit back and let it make a compiled crack for you.



To Create an ASM Source:


1) create a backup of yer program and call it: "file.bak"
2) get a patched copy of your program you edited with hiew
   or another hex editor.
3) stick those 2 files in the dir with fmakev26.exe, t , and fpatch.txt
4) Edit fpatch.txt to conain your crack welcome screen, credit.. etc.

   NOTE: do not use the '  and , characters! otherwise
         when you try to compile the crack it wont!!

5) run "fmakev26.exe a"
6) enter the name of the CRACKED file in 8.3 DOS format
7)after a bit of time it will spit out a file called "patch.asm"
8)to compile do:   tasm patch.asm
                   tlink /t patch.obj
