July 30, 2002
-----------------------------------

Well, all the documentation is in the hook dll.  The opengl dll doesn't work WELL... I left it that way
so people would have something to work on.  This hack can be made VAC proof, but chances are low that
you'll be able to get it there.  Hope you have fun.  If you have any questions, drop me a message in the 
ogc boards.

To load the hack, put all the files in the same directory, then modify the ogc loader to load gla.dll instead
of ogc*.dll.  Create your own server to test it.  

Keys bound:  F5 for speedhack, + on the numpad to toggle through wallhack modes, - on numpad to remove flash-
bang effects (not tested).  

hooktest is a sample hooking dll using apihijack.  apihijack.lib was basically made by extern "C"'ing it in
VC++6, then compiling it.  extern "C" is necessary or C++ name mangling will make it hard to interface with
assembly.

MASM32 (assembler/linker/all libs, includes, help files, utilities, etc.):
	http://webster.cs.ucr.edu/Downloads.html  First link at the top!

-sp4nk0r