>> |
COPY /B
Anonymous
>>117058 >>117061 >>117156 IT's JUST COPY /B IN WINDOWS COMMAND PROMPT FOOLS
in command prompt you simply type copy /b rarfile.rar +jpgfile.jpg output.jpg the output.jpg is the image and the rar combined. Works because of the way the file headers or w/e are loaded. Basically opening the jpg image ignores the rar data, and vice a versa. type copy /? for more info (full help)
|