How to put hotkeys on features

Posts 1–12 of 12 · Page 1 of 1
How to put hotkeys on features
I'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 ?
Ur joking right lol
Quote Originally Posted by Finish View Post
Ur joking right lol
I don't think so...
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;
		}
	}
I am EVIL MUA HA HA HA HAA..

eww a snail .. RUN AWAY T_T
Thanks alot =)
Another question, if I wanna put the 7key, I gotta type VK_7 ?
OHH LORD LOL MUA HA HA A HA HAA


It is
VK_NUMPAD7

-.- crazy
Not the numpad 7 key, just 7 key
Quote Originally Posted by AnthoDN View Post
Not the numpad 7 key, just 7 key
I cant remember. Google it.

i think it is 0x08 r something lol
Posts 1–12 of 12 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?