bool whatever = false // when the game starts hack will be off
if(GetAsyncKeyState(VK_NUMPAD1));
whatever = true // saying that if you press numpad 1 the hack is on
pushtoconsole("what ever 1");
}else{
whatever == false // saying that if you press numpad 1 agan the hack is off
pushtoconsole("what ever 0");