Modified by ROKS/STAR
Two independent autoclicker instances — left click and right click — built on top of Fat Clicker/Dewgs Clicker using Frida process hooking.
Just download LeftAC_Dewgs_Roks.exe and RightAC_Dewgs_Roks.exe — no installation needed.
LeftAC_Dewgs_Roks.exe→ left-click autoclickerRightAC_Dewgs_Roks.exe→ right-click autoclicker
config.json auto-creates next to the exe on first run. Edit it to change settings.
Don't tab out of the window while the config is being entered. It's also normal if nothing shows up for 10-20 seconds after being launched; it's only unpacking its dependencies.
| Key | Description |
|---|---|
maxcps / mincps |
CPS range |
dropchance |
Chance of random CPS drop |
exhaustchance |
Chance of random stop |
doubleclickchance |
Double click chance |
tripleclickchance |
Triple click chance |
jitterpixels |
Mouse jitter amount |
onlyminecraft |
Restrict to Minecraft window |
togglekey |
Key to toggle on/off |
other settings |
Configure them inside the .exe |
Requires Python 3.13 32-bit.
Install dependencies:
python -m pip install pyinstaller pyautogui frida-toolsCompile:
python -m PyInstaller --onefile --add-data "cookies.exe;." left.py
python -m PyInstaller --onefile --add-data "cookies.exe;." --collect-all frida remap.pyCompiled exes appear in dist/. Move them anywhere — config.json auto-creates next to them on first run.
remap.exe is the right clicker and left.exe is the left one.