Script To Scroll And Click

Ask gaming related questions (AHK v1.1 and older)
AidsInbound
Posts: 1
Joined: 17 Mar 2018, 15:55

Script To Scroll And Click

17 Mar 2018, 16:03

I've just joined this community and noticed a need for a certain script.
I'd like someone to make a script that scrolls for 2 seconds, then left clicks. To make the script start, maybe bind it to the "Ctrl" key being held down.

All help is appreciated :D
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: Script To Scroll And Click

17 Mar 2018, 23:16

Anything ele?

Code: Select all

Ctrl::
Send, {WheelDown Down}
Sleep 2000
Send, {WheelDown Up}
Click
return
Last edited by Nwb on 19 Mar 2018, 05:20, edited 1 time in total.
I am your average ahk newbie. Just.. a tat more cute. ;)
Rohwedder
Posts: 7614
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Script To Scroll And Click

19 Mar 2018, 02:37

Hallo,
2 seconds are "Sleep 2000" not "Sleep 200".
User avatar
Nwb
Posts: 444
Joined: 29 Nov 2016, 08:56

Re: Script To Scroll And Click

19 Mar 2018, 05:20

Rohwedder wrote:Hallo,
2 seconds are "Sleep 2000" not "Sleep 200".
Thanks! It was a typo
I am your average ahk newbie. Just.. a tat more cute. ;)

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 52 guests