Help write simple script, I am lost.

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Guest

Help write simple script, I am lost.

21 Nov 2017, 06:17

Hey everyone, I'm playing diablo 3 and I'm playing a whirlwind barb.

I basically press and hold the 1 button for long periods of time. I'd like to be able to use it as a toggle type thing.. where I press 1 and it spamms that key (without releasing it) until i press 1 again. So the '1' key becomes a toggle. I've found many spam scripts and because those scripts actually press than release the key it burns through my fury bar super fast. so it's gotta toggle haha..

please help ,I have no idea how to do this.
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: Help write simple script, I am lost.

21 Nov 2017, 14:17

Code: Select all

$1::Send, % (t:=!t) ? "{1 Down}" : "{1 Up}"

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: ShatterCoder and 141 guests