Created
June 12, 2018 04:27
-
-
Save IshamMohamed/b4fddad36d1ec198885f33bdee5c3b99 to your computer and use it in GitHub Desktop.
This file contains 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
Set wshShell =wscript.CreateObject("WScript.Shell") | |
do | |
wscript.sleep 200 | |
wshshell.sendkeys "{NUMLOCK}" | |
wscript.sleep 200 | |
wshshell.sendkeys "{CAPSLOCK}" | |
wscript.sleep 200 | |
wshshell.sendkeys "{SCROLLLOCK}" | |
loop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To stop - https://gist.github.com/IshamMohamed/f0ba2d239c0b3c723e40cddc8aacf313