Re: A doubt about Windows applications?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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();
}









[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux