AutoRun Toggle lets you lock your character into a walk state without holding down the W key and without needing AutoHotkey. You can assign any key, including mouse buttons, to toggle auto-walk. An optional setting will cancel the auto-walk when other navigation keys (A, S, D, etc.) are pressed; this cancel behavior is off by default. Installing via a mod manager is recommended. The full source code is included in the download. The supplied DLL does not import keyboard-reading APIs (GetAsyncKeyState, GetKeyState), does not install keyboard hooks (SetWindowsHookEx), and does not perform networking or file-writing; it only sends input, checks which window is focused, and reads its own .ini. For verification, a VirusTotal scan is available: https://www.virustotal.com/gui/file/48002e1d9fd7a70a846c81ed3d764cdac2624e0ebf8522a28551e0251af0d172/detection. SHA-256 of AutoRunToggle.dll (61,440 bytes): e7442a9be7e06fe2e7f811c3563760962fba729e8030d570e77b78216e04c4fe. Note: some antivirus heuristics may flag input-sending DLLs as generic detections; this can be a false positive—verify with the source and VirusTotal results.