Help HotkeyI Creating my hack BUT have some functions that need a hotkey I try create the hotkey BUT never is off only is on Someone know what's I make wrong?? Code: bool noworld = false; if (noworld) { PushToConsole("DrawWorld x"); } else { PushToConsole("DrawWorld y"); } if(GetAsyncKeyState(VK_F9) || GetAsyncKeyState(VK_NUMPAD0) &1) { noworld = true; Beep(512, 100); }]
Originally Posted by DaRk if(GetAsyncKeyState(VK_F9)){ noworld = !noworld; } I try but dont work for me
Originally Posted by tryhacker I try but dont work for me it should work it works for me...keep pressing the hotkey and it will work if it doesn't then ur code is wrong..
Originally Posted by tryhacker I try but dont work for me maybe to know what he is saying is that learn first.
bool noworld = false; if (noworld) { PushToConsole("DrawWorld 0"); } else { PushToConsole("DrawWorld 1"); } if(GetAsyncKeyState(VK_F9)&1) { noworld = true; Beep(512, 100); } -.-only c+p
Originally Posted by BlackLite ^^ its not correct cuz u leeched it from CTTBOT loader and source :| yes... but that not is my real no world I used that's exemple becouse my real no world it's perfect see that's screenshot Originally Posted by Swag Do you have the right ptc function? yes it's right