SpaceGT / Anti-AFK

A lightweight script to deal with those pesky AFK timers
GNU General Public License v3.0
40 stars 22 forks source link

Anti-AFK

A lightweight AutoHotkey script to deal with AFK timers.
Supports unfocused windows in addition to multiple processes!

Setup

Make sure to install AutoHotkey if you haven't already.
Open Anti-AFK in a text editor to access its config - each setting has a description.
You will need to add your target process into the PROCESS_LIST for it to be monitored.

Functionality

Refer to the script's comments for a more detailed overview.

Locating Processes

You can use a utility called Window Spy, which is bundled with AutoHotkey.
Right-click on the SysTray icon of any AutoHotKey script and select Window Spy.
Then, hover over a window belonging to the process and note the ahk_exe value.

Bannable?

This heavily depends on the program you intend to use it on.
AutoHotkey makes no attempt to hide itself: be careful if macros are blacklisted!