Skip to content

v3.1.0 - Lock Actions to target Process only

Choose a tag to compare

@elusive-otter elusive-otter released this 22 Jun 23:07
1f59a1f

AutoClicker with GUI β€” v3.1.0

v3.1.0 update by elusive-otter


What's New in v3.1.0

Target Process Filter

You can now lock all actions (auto click, walk, and jump) to a specific process so they only fire when that window is active on your screen.

  • Pick Process button β€” Opens a live list of every running process. Click one and hit "Use Selected" to lock onto it.
  • Manual input β€” You can also type the .exe name directly (e.g. RobloxPlayerBeta.exe)
  • Clear Filter β€” Remove the lock so actions work in any window again
  • Status label β€” Shows Filter: ON β€” RobloxPlayerBeta.exe only or Filter: OFF β€” works in any window

How it works

  • Auto Click β€” skips firing if the target window is not in focus
  • Auto Walk β€” releases W automatically when you switch away from the target window, re-holds it when you switch back
  • Auto Jump β€” skips firing Space if the target window is not in focus

Default target

The target input is pre-filled with RobloxPlayerBeta.exe for convenience. Clear it or change it to any .exe you want.


Bug Fixes carried from v3.0.1

  • Auto Walk no longer toggles itself when Auto Jump fires while the AutoClicker window is focused
  • Buttons defocus after being clicked so Space/Enter can't re-trigger them

Full Feature List

  • Clean GUI with always-on-top window
  • Target process filter β€” lock actions to any .exe (new in v3.1.0)
  • Live process picker (new in v3.1.0)
  • Adjustable click interval (1ms – 5000ms)
  • Live clicks/sec display
  • Left, Right, and Middle mouse button support
  • Single and Double click modes
  • Auto Walk β€” holds W, releases when out of target window
  • Auto Jump β€” presses Space on a timer, skips when out of target window
  • Adjustable jump interval (100ms – 2000ms)
  • Global hotkeys

Hotkeys

Key Action
F6 Toggle autoclicker on / off
F7 Toggle auto walk on / off
F8 Toggle auto jump on / off
F9 Quit the script

Requirements


Made with AutoHotkey v2 β€” by elusive-otter