Skip to content

v3.0.1: Update GUIDE.md with Auto Jump customization options

Choose a tag to compare

@elusive-otter elusive-otter released this 21 Jun 09:13
1f59a1f

AutoClicker with GUI β€” v3.0.1

v3.0.1 patch by elusive-otter


Bug Fixes in v3.0.1

Auto Walk toggling on and off by itself β€” FIXED

What was happening:
When Auto Jump and Auto Walk were both active while the AutoClicker window was focused, Auto Walk would rapidly toggle on and off on its own.

Why it happened:
Every time Auto Jump fired Space, Windows delivered that keypress to whatever GUI button was currently focused β€” which happened to be the Start Walk button. Since Space and Enter activate focused buttons in Windows, it kept clicking Walk on and off in the background.

How it was fixed:
Two changes were made to prevent this:

  • Buttons now defocus after being clicked β€” After pressing Start Walk or Start Jump, focus is moved to the interval input box instead. Input boxes ignore Space as a button trigger, so stray Space keypresses no longer affect anything in the GUI.

  • Auto Jump skips sending Space when the GUI is focused β€” DoJump() now checks if the AutoClicker window is the currently active window. If it is, the Space keypress is skipped entirely. The moment you switch focus to your game, jumps fire normally.


What's Unchanged

All v3.0.0 features remain the same:

  • Autoclicker with adjustable interval and click mode
  • Auto Walk (holds W continuously)
  • Auto Jump (presses Space on a timer with adjustable interval)
  • Status indicators for CLICK / WALK / JUMP

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