Last active
March 2, 2023 06:09
-
-
Save VishnuJin/c7301752f94d324a9994742688589fb4 to your computer and use it in GitHub Desktop.
Awaken OWL
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
title awakenOwl | |
echo awakenOwl in-progress.... | |
cscript awakenowl.vbs |
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 obj=createobject("wscript.shell") | |
while(true) | |
obj.sendkeys "{NUMLOCK}" | |
wscript.sleep(10 * 1000) 'edit here to adjust wait time | |
wend |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.cmd
file to start