Giter Club home page Giter Club logo

washer34 / washerautomacro Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 9.09 MB

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.

Python 100.00%
automation custom-macros game-automation game-hacks gaming-tool keyboard-macros macro mobile-game mobile-gaming pc-gaming

washerautomacro's Introduction

WasherAutoMacro

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.

Features

  • Easy configuration through a JSON file.
  • Supports multiple macros with randomized click positions.
  • Logs actions for easy tracking.

Getting Started

Installation

To get started with WasherAutoMacro, clone this repository and navigate into the project directory:

git clone https://github.com/Washer34/WasherAutoMacro.git
cd WasherAutoMacro

Setting up the Environment

Prerequisites

Virtual Environment

Creating the Environment
python3 -m venv env
Activating the Environment
  • On macOS and Linux:
source env/bin/activate
  • On Windows:
.\env\Scripts\activate

Installing Dependencies

install the necessary dependencies from the requirements.txtfile:

pip install -r requirements.txt

Configuring Macros

Edit the config.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.

Running the script

Run the main script:

python WasherAutoMacro.py

Contributing

Feel free to fork the project, submit pull requests, open issues for suggestions, or report bugs.

License

This project is open-sourced under the MIT License.

washerautomacro's People

Contributors

washer34 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.