/afk-bot

Primary LanguagePython

afk-bot

AFK Mouse Mover

This script is an improved version of a code from a YouTube tutorial. It is designed to keep the mouse moving, preventing your system from going into idle mode.
To exit the script, press and hold the 'f' key.

How to Use

  1. Make sure you have Python installed on your system.

  2. Install the required library:

    pip install pyautogui keyboard
    
  3. Run the script:

    python afk_bot.py
    
  4. To exit the script, press and hold the 'f' key.