3vi1 wrote:
> Sounds like a really poorly designed anti-cheat system
Or incorrectly integrated like:
Code:
int main(void)
{
if (call_uber_secure_protection_system() == status_user_is_cheating)
{
printf("Cheater!\n");
exit(1);
}
printf("Good boy!\n");
let_the_game_begin();
}