script help

Ask gaming related questions (AHK v1.1 and older)
mdrake1
Posts: 29
Joined: 18 Oct 2020, 07:15

script help

07 May 2021, 14:25

is there anyway someone can modify this script so that when i suspend the script it hits scroll down? And when i un-suspend the script again it hit scroll wheel down again. Thanks in advance.

Code: Select all

6::Suspend
*LButton::
Loop
{
SetMouseDelay 1
Click
If (GetKeyState("LButton","P")=0)
Break
}
Last edited by joedf on 07 May 2021, 14:25, edited 1 time in total.
Reason: added [code] tags
User avatar
mikeyww
Posts: 26934
Joined: 09 Sep 2014, 18:38

Re: script help

07 May 2021, 16:48

Code: Select all

6::
Suspend
Send {WheelDown}
SoundBeep, 1700 - 300 * A_IsSuspended
Return

*LButton::
SetMouseDelay, 1
While GetKeyState("LButton", "P")
 Click
Return
mdrake1
Posts: 29
Joined: 18 Oct 2020, 07:15

Re: script help

08 May 2021, 08:37

thanks!

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 73 guests