How to put hotkeys on featuresI've just read CodeNever's tutorial, but I didn't find a step which explains how to put hotkeys on hack, and I can't find some in the code. Can someone put on exemple based on the CodeNever's NX hack code ?
I'll tell him cause I'm nice: Code: bool nxchams = false; Code: if(GetAsyncKeyState(VK_NUMPAD0)<0){ //numpad 0 for nxchams if(nxchams){ PushToConsole("SkelModelStencil 0"); nxchams = false; } else { PushToConsole("SkelModelStencil 1"); nxchams = true; } }
Originally Posted by AnthoDN Not the numpad 7 key, just 7 key I cant remember. Google it. i think it is 0x08 r something lol