Skip to content

Instantly share code, notes, and snippets.

@VishnuJin
Last active March 2, 2023 06:09
Show Gist options
  • Save VishnuJin/c7301752f94d324a9994742688589fb4 to your computer and use it in GitHub Desktop.
Save VishnuJin/c7301752f94d324a9994742688589fb4 to your computer and use it in GitHub Desktop.
Awaken OWL
title awakenOwl
echo awakenOwl in-progress....
cscript awakenowl.vbs
set obj=createobject("wscript.shell")
while(true)
obj.sendkeys "{NUMLOCK}"
wscript.sleep(10 * 1000) 'edit here to adjust wait time
wend
@VishnuJin
Copy link
Author

  • save files in same location
  • trigger .cmd file to start
  • close the cmd window to stop

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