Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z1xus/acric
A silent, realistic, and convenient external autoclicker for Windows.
https://github.com/z1xus/acric
autoclicker rdev rust tray windows
Last synced: 29 days ago
JSON representation
A silent, realistic, and convenient external autoclicker for Windows.
- Host: GitHub
- URL: https://github.com/z1xus/acric
- Owner: Z1xus
- License: gpl-3.0
- Created: 2024-07-20T22:23:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T00:48:11.000Z (6 months ago)
- Last Synced: 2024-07-29T00:37:20.415Z (6 months ago)
- Topics: autoclicker, rdev, rust, tray, windows
- Language: Rust
- Homepage: https://z1xus.github.io/acric/
- Size: 361 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## acric
![Windows Only](https://img.shields.io/badge/platform-Windows-blue?logo=windows)
[![Downloads](https://img.shields.io/github/downloads/z1xus/acric/total)](https://github.com/z1xus/acric/releases)
[![Issues](https://img.shields.io/github/issues/z1xus/acric)](https://github.com/z1xus/acric/issues)
[![Pull Requests](https://img.shields.io/github/issues-pr/z1xus/acric)](https://github.com/z1xus/acric/pulls)Your most realistic, fully-external autoclicker. Silent, simple and convenient.
### Features
- Realistic CPS calculation
- Hotkey support
- Fatigue simulation
- Tray icon### Use it on your own risk.
In games, autoclicking as well as any other form of automated input is generally considered cheating in and is often punished by the game developers. I, as an author do not endorse or support cheating in games.### Usage
1. Download the latest release from the [Releases](https://github.com/z1xus/acric/releases) page.
2. Run the executable.
3. The application will appear in the system tray.### Modes
- Toggle Mode: Click once to start, click again to stop.
- Hold Mode: Click and hold to activate, release to stop.You can switch between modes using the tray icon menu.
### Hotkeys
- `F6`: Toggle the app on/off
- `Back mouse button (MB5)`: Activate clicking (based on selected mode)Note: Hotkeys cannot be changed at the moment.
### Building
1. Clone the repository
```bash
git clone https://github.com/Z1xus/acric
```
2. Build a release binary
```bash
cargo build --release
```
3. The binary will be located in the `target/release` directory### License
This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.### Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.