Spam E as FAST AS POSSIBLE Script

Ask gaming related questions (AHK v1.1 and older)
Anthony_A21
Posts: 1
Joined: 02 Oct 2020, 02:56

Spam E as FAST AS POSSIBLE Script

02 Oct 2020, 03:03

I found a few Spam E scripts off this site but none are quite fast enough, I'll use this one, since it's the fastest one I found so far

Code: Select all

F1:: ;On/Off with key F1
SendEactive := !SendEactive
If SendEactive
	SetTimer SendE, 1 ;spams every 1ms
Else
	SetTimer SendE, Off
Return
SendE: ;spams key e
	Send, e
Return
[Mod edit: [code][/code] tags added. Topic moved to 'Ask For Help > Gaming'.]


IS THERE ANY WAY to make this faster? I need it to be the speed that "E" gets inputted when HOLDING DOWN THE E KEY but it doesn't seem possible?
User avatar
Yakshongas
Posts: 590
Joined: 21 Jan 2020, 08:41

Re: Spam E as FAST AS POSSIBLE Script

02 Oct 2020, 06:21

*This topic should be move to the Ask For Help section*

Code: Select all

#MaxThreadsPerHotkey, 2
SetBatchLines, -1
Toggle := 0

F1::
Toggle := !Toggle
While, (Toggle= 1)
{
    SendInput, e
}
Return
Please mark your topics as solved if you don't need any further help. ✅

Need a little more help? Discord : Yakshongas#9893 🕹

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 46 guests