Posted August 27, 200618 yr Frostbyte wrote- I've seen a lot of posts saying that all public hacks aren't working. Neither has my private one, so I'm going to post what I did to fix mine, and hope that my information is somewhat useful to someone. #1) Added if(!engfuncs->InGame()) return; to hud_redraw The reason is because CSS is now calling this function immediately after DLL load, which crashes the game. #2) Removed references to debug overlays (Maybe I didn't have to to this... clearing the overlays was crashing me) #3) Removed FileSystem hooks And the aimbot I was working on is perfectly functional now (before it was crashing). Thank you Valve!!! Hope this helped someone. author: frostbyte