void AntiCheat() { while (true) { m2protect anticheat; bool bLalaker = anticheat.antilalaker(), bBob = anticheat.antibob(), bMasyaf = anticheat.antimasyaf(); if (bBob || bLalaker || bMasyaf) exit(0); else this_thread::sleep_for(chrono::seconds(12)); } }