Who has this script singly?CTRL+WheelDown Spam CTRL+CLICK (Spam-buy from vendor, quick move to stash etc )
As far as I remember there are all a few lines of code.
Similar to this.
I put this script on the key and pressing and holding it was convenient to transfer things to Stash, buy currency and stuff.*F11::
While GetKeyState("F11", "P") {
Click
Sleep, 150
}
Return