Skip to content

v3.1.0 - Safe Zones Added

Latest

Choose a tag to compare

@elusive-otter elusive-otter released this 24 Jun 00:09
1f59a1f

AutoClicker with GUI β€” v3.2.0

v3.2.0 update by elusive-otter


What's New in v3.2.0

Safe Zones β€” Accidental Click Protection

Auto click now checks where your cursor is before every click. If it lands in a protected area, the click is silently skipped. No more accidentally dragging windows, opening the Start menu, or clicking the taskbar mid-game.

Three toggleable protections, all ON by default:


Block title bar clicks
Detects whether the cursor is hovering over any window's title bar using Windows' own hit-test system (WM_NCHITTEST). If the cursor is on a caption/title bar area of any window β€” your game, a browser, anything β€” the click is blocked. This prevents accidentally dragging or defocusing your game window.


Block taskbar clicks
Detects the exact position and size of the Windows taskbar in real time (Shell_TrayWnd). Also catches secondary taskbars on multi-monitor setups (Shell_SecondaryTrayWnd). If your cursor drifts onto the taskbar, the click is skipped.


Block screen corners (optional, OFF by default)
Blocks a 20Γ—20 pixel zone at each corner of your screen β€” covers the Start button (bottom-left), the Show Desktop button (bottom-right), and the top corners. Useful if you play in borderless windowed mode and tend to clip the corners.


How to configure

In the SAFE ZONES section of the GUI, tick or untick each checkbox. A status line below the checkboxes always shows which protections are currently active:

Protected: Title bar  Β·  Taskbar

Bugs Fixed

  • Carried from v3.0.1: Auto Walk no longer self-toggles when Auto Jump is active and the GUI is focused
  • Carried from v3.1.0: Process picker no longer crashes with "Expected a Number but got a String" on exe names

Full Feature List

  • Clean GUI with always-on-top window
  • Target process filter β€” lock all actions to any .exe
  • Live process picker
  • Safe Zones β€” block clicks on title bars, taskbar, screen corners (new in v3.2.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 automatically when out of target window
  • Auto Jump β€” presses Space on a timer, adjustable 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