Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AutoAttack

A script that lets you hold down spacebar to simulate repeated mouse clicks.

I wrote this for playing Diablo II, which is very clicky, to save me from developing carpal tunnel syndrome. It requires that you type the /nopickup command to avoid picking up all the items on the ground.

For PC

  • Install AutoHotKey.
  • Download the AutoAttack script.
  • Right click and select "Run As Administrator".
  • Hit PageUp to toggle the script on/off.
  • Hold spacebar to move and attack.

For Mac/Linux

This assumes you are running the game inside Wine and you know how to use Terminal.

$ WINEPREFIX=~/path/to/your/wine winetricks ahk
  • Download the AutoAttack script.
  • Create an alias to run the script inside your Wine container:
$ vim .bashrc
> alias ahk="cd ~/Games/Windows/ && WINEPREFIX=~/Games/Windows/d2qol wine AutoAttack.ahk"
  • Reload your Terminal and run the script:
$ ahk
  • Hit PageUp to toggle the script on/off.
  • Hold spacebar to move and attack.

About

An AutoHotKey script for playing Diablo II and other clicky ARPG games.

Topics

Resources

Stars

11 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages