Metin Fishbot Documentation Setup Installation: Ensure that AutoHotkey v2.0 is installed on your system. Virtual Environment: Set up a Python virtual environment to manage dependencies. Install Requirements: Use pip install -r requirements.txt to install all necessary packages. Running the Bot: Execute main.py to start the bot. Usage Starting the Bot: Run the script to start the bot. It will initialize and wait for commands. Issuing Commands: Write commands (e.g., "F1", "F2") into action.txt. The bot will execute the corresponding actions. Receiving Responses: After executing a command, the bot will write "done" into response.txt. Logging: All activities are logged into bot_log.txt. TODO Buttons Used F1: Simulates pressing the F1 key. F2: Simulates pressing the F2 key.