Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avt613/cc-lock-autoit
Script to close a specific program (game) between certain times.
https://github.com/avt613/cc-lock-autoit
Last synced: 6 days ago
JSON representation
Script to close a specific program (game) between certain times.
- Host: GitHub
- URL: https://github.com/avt613/cc-lock-autoit
- Owner: avt613
- Created: 2019-01-27T12:26:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T21:25:00.000Z (over 4 years ago)
- Last Synced: 2024-12-22T18:16:07.501Z (6 days ago)
- Language: AutoIt
- Homepage:
- Size: 1.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CC-Lock
This program is made to close a preset application between certain set times. The current code is set to close Candy Crush between 13:40 and 18:00.
There are main files of code "CClock.au3", "CCconfig.au3" and "CCsystray.au3".
"CCconfig.au3" contains all of the configurations.
"CClock.au3" is the program which monitors for when the preset application is opened and kills the process of open.
"CCsystray.au3" is the system tray icon and has the option of closing CClock after typing in the correct password. It also reopens CClock if closed.
The program is coded in autoit so you may need to download the code executor and compiler from the official website to run the code or to convert it to an exe file. https://www.autoitscript.com/site/autoit/downloads/If you have any questions or suggestions please contact me.