[Help] Controllable Hotkeys
Hey guys.
Im trying to make a controllable hotkey.
Say with speedhack, Each time the hotkey is pressed/held it will add/subtract a value from the origional PushToConsole.
How would i do this?
I have tried to do it like this, But its not working. Can anyone help me please?
[php]
int XPos = 200;
char PushX[20];
if(GetAsyncKeyState(VK_NUMPAD1)&1)
{
XPos = XPos - 100;
sprintf(PushX,"MyCommad %d", XPos);
Push(PushX);
}
[/php]
Help appreciated.
Im trying to make a controllable hotkey.
Say with speedhack, Each time the hotkey is pressed/held it will add/subtract a value from the origional PushToConsole.
How would i do this?
I have tried to do it like this, But its not working. Can anyone help me please?
[php]
int XPos = 200;
char PushX[20];
if(GetAsyncKeyState(VK_NUMPAD1)&1)
{
XPos = XPos - 100;
sprintf(PushX,"MyCommad %d", XPos);
Push(PushX);
}
[/php]
Help appreciated.

do
come from...its like 