Created
January 21, 2026 07:57
-
-
Save bbaassssiiee/a22a147c138b815178de738db429a679 to your computer and use it in GitHub Desktop.
Look busy for Teams, screensaver, proctor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var WshShell = WScript.CreateObject("WScript.Shell"); | |
| for (var i = 0; i < 12 * 20; i++) { // Loop 12 * 8 times .. -> 20 hours | |
| WshShell.SendKeys('+'); // Press shift | |
| WScript.Sleep(100000); // Wait a minute or so | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment