Skip to content

Instantly share code, notes, and snippets.

@IshamMohamed
Created June 12, 2018 04:27
Embed
What would you like to do?
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
@IshamMohamed
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment