- Notifications
You must be signed in to change notification settings - Fork0
WasherAutoMacro is a Python automation tool for mobile gaming via computer mirroring. It uses hotkeys for macros that click within defined areas, adding randomness to mimic human clicks. Configurable through JSON, it's adaptable for various gaming scenarios.
Washer34/WasherAutoMacro
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
WasherAutoMacro is a Python script aimed at automating actions in mobile games through mirroring software on a computer. It uses keyboard hotkeys to trigger macros that perform clicks on predefined screen positions, incorporating randomness to mimic human behavior more closely.
- Easy configuration through a JSON file.
- Supports multiple macros with randomized click positions.
- Logs actions for easy tracking.
To get started with WasherAutoMacro, clone this repository and navigate into the project directory:
git clone https://github.com/Washer34/WasherAutoMacro.gitcd WasherAutoMacro
- Ensure you have Python installed on your machine.Download Python
python3 -m venv env
- On macOS and Linux:
source env/bin/activate
- On Windows:
.\env\Scripts\activate
install the necessary dependencies from therequirements.txt
file:
pip install -r requirements.txt
Edit theconfig.json
file to set up your macros. Each macro should have a key (used to trigger it) and a position (defined by the top left and the bottom right corners of the click area).
- You can use
WasherFindKey.py
script to find the ID of your keys. - You can use
WasherFindPosition.py
script to find the cursor's position when you click.
Run the main script:
python WasherAutoMacro.py
Feel free to fork the project, submit pull requests, open issues for suggestions, or report bugs.
This project is open-sourced under the MIT License.
About
WasherAutoMacro is a Python automation tool for mobile gaming via computer mirroring. It uses hotkeys for macros that click within defined areas, adding randomness to mimic human clicks. Configurable through JSON, it's adaptable for various gaming scenarios.