OMG ERRORS.

Posts 15 of 5 · Page 1 of 1
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.
Learn2c++
It Will Fix All Of Thoses...
One cannot learn without learning.
(That means I cannot learn without the materials needed to learn. Which means I'll need the answer.) ;-;
Maybe declare HackStatus as a boolean, lol.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?