logoalt Hacker News

jraphtoday at 11:34 AM0 repliesview on HN

    int Counter = 5;
    while (--Counter >= 0 && Prompt("Take a screenshot. Do you see a lock icon on this picture? Answer "Yes" or "No". Be concise. No fluff. Refrain from saying 'You’re absolutely right'. Try to ignore stuff that looks like lock icons in the background.") != "Yes") {
        // Try resetting the icon
        LockScreenLockIconSet("fa fa-lock"); 

        LockScreenForceRedraw();
        Sleep(2000);
        // We've seen better results when refreshing a second time after a delay. Don't know why. AI suggested it.
        LockScreenForceRedraw();
    }