Skip to content

Simple python app that prevent getting you kicked offline due to AFK during expansion launch

License

Notifications You must be signed in to change notification settings

sevu11/FF14-Anti-AFK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Downloads (all assets, all releases)

FFXIV Anti-AFK

Changelog:

- v1.5.1 Preperation for using keybind to trigger START/STOP
- v1.5.0 Added Linux and MacOS support. See Release for instructions
- v1.4.0 Updated to CTK package to update UI to more modern looking. No changes to the application.
- v1.3.0 Updated log behavior and store logs by date for easier visiblity and troubleshooting
- v1.2.0 Updated UI and added logs.
- v1.1.0 Added input for key and store input to a json file for automatic loading on start. Some re-structure of the code logic.
- v1.0.0 First release

Overview

This application prevents AFK (Away From Keyboard) status in the game "Final Fantasy XIV" by periodically sending keypresses.

Demo

Usage

Installation

  1. Download the Anti-AFK.exe from the releases section or compile from source using pyinstaller.

Running the Application

- Double-click `Anti-AFK.exe` to launch the application.
- Click on the "START" button to start, the application will send selected key every 10 minutes (default: CTRL)
- Click on the "STOP" button to stop the application.
- Click on the "EXIT" button or close the window to quit the application.
- (Optional): Select key from the dropdown (default: CTRL)

Build yourself

  • Run ./build.ps1 to compile the app yourself.

Known Issues

  • Windows Defender or other antivirus software may flag the executable as potentially harmful due to its automation nature. Consider signing the executable or adding it to the whitelist.

Contributing

Contributions are welcome! Fork the repository and submit a pull request with your enhancements.

Note on FFXIV TOS

This application is against TOS as a third-party application. Use at your own risk!

To do

  • Add Linux/MacOS support

License

This project is licensed under the MIT License - see the LICENSE file for details.