OMG ERRORS.
if(GetAsyncKeyState(VK_NUMPAD1 <0 && HackStatus == true){
PushToConsole("0x3741B550");
HackStatus = false;
}
if(GetAsyncKeyState(VK_NUMPAD1 <0 && HackStatus == false){
HackStatus = true;
PushToConsole("0x3741B550" );
}
if(GetAsyncKeyState(VK_NUMPAD2 <0 && HackStatus == true){
PushToConsole("0x37467294");
HackStatus = false;
}
if(GetAsyncKeyState(VK_NUMPAD2 <0 && HackStatus == false){
HackStatus = true;
PushToConsole("0x37467294" );
}
if(GetAsyncKeyState(VK_NUMPAD3 <0 && HackStatus == true){
PushToConsole("0x57207A");
HackStatus = false;
}
if(GetAsyncKeyState(VK_NUMPAD3 <0 && HackStatus == false){
HackStatus = true;
PushToConsole("0x57207A" );
}
Here are the errors.
error C2065: 'HackStatus' : undeclared identifier
warning C4805: '==' : unsafe mix of type ''unknown-type'' and type 'bool' in operation
error C2143: syntax error : missing ')' before '{'
error C2065: 'HackStatus' : undeclared identifier
error C2065: 'HackStatus' : undeclared identifier
error C2143: syntax error : missing ')' before '{'
error C2065: 'HackStatus' : undeclared identifier
I'm pretty sure, it isn't missing the )'s.
Help would be appreciated. [:
P.S. Anyone who helps gets a free cookie, a nice pat on the back and a thank you.