https://github.com/jandupont/dofus_multiaccount_run_script
https://github.com/jandupont/dofus_multiaccount_run_script
dofus
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jandupont/dofus_multiaccount_run_script
- Owner: JanDupont
- Created: 2022-08-31T07:42:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T20:52:49.000Z (over 2 years ago)
- Last Synced: 2025-01-31T06:58:42.117Z (over 1 year ago)
- Topics: dofus
- Language: AutoHotkey
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dofus_Multiaccount_Run_Script
simple script to walk or close UI windows on multiple characters with a single click.
This makes questing with a team much more comfortable.
Wasn't bannable in the past, use at own risk tho.
# How to use
1. Add one line per character, exchange `` with your character name (without <>)
```ahk
ControlClick, x%xpos% y%ypos%,
```
The last one in the line will be the focused window after the script ran (so most likely put your main last).
2. Install Autohotkey
3. Run script
4. all `alt + clicks` will be done in the specified character windows.