Loader.exe version 1.0                          http://www.geocities.com/thohell
--------------------------------------------------------------------------------

This is the version-independent loader for D2HackIt. By finding a good address
to patch our code and the location of WinProc at runtime, there is no need to 
update the loader when new patches come out from Blizzard.

There is one thing left in the source that could potentially make new versions
incompatible with the loader; the assumption that the first instruction of the
game's WinProc is 5 bytes long. This can ofcourse be passed to the loader on the
command line if this changes, and will be implemented in the next version.

This is a 'no-frills' loader with no fancy functions, run it once to load the 
hack, run it again to unload it. Once the code is patched in the game, you can
load/unload the hack simply by sending WM_APP to the game's hwnd. The hack 
should be called D2HackIt.dll and must be in the same directory as the loader. 

Big thanks to all you people that helped me with checking this version on 
different platforms, as the version I first made with PSAPI didn't work on 
win95/98 or ME. Big thanks also to Skywing that pointed me in the direction of
toolhelp32 instead and to mousepad for a few functions.

/thohell

--------------------------------------------------------------------------------
