Originally Posted by KingTermite if ( (GetAsyncKeyState(VK_F8) && x ) > 1) Would this ever be true? I think (a && b) returns either 0 or 1, never >1.
Forum Rules