Clicks problem

Ask gaming related questions (AHK v1.1 and older)
Gonzalo94
Posts: 40
Joined: 17 Jul 2017, 12:56

Clicks problem

11 Dec 2018, 16:50

Hello guys, i have a small problem, i have a code working perfectly, but in practice, unintentionally press the right button of the mouse when the code clicks, making a double click.

the question is: Exist a way to disable the left mouse button without disabling the clicks that the code performs?
the disable must be only at the moment of the clicks

sorry for my bad english, thanks anyone who will help me :)

Home::
BlockInput, MouseMove
Send {F1}{F10}{ScrollLock}
SetMouseDelay, -1
CoordMode, Mouse, Window
MouseMove, 582, 436, 0
MouseMove, 582, 436, 0
DllCall("Sleep","UInt",20)
BlockInput, MouseMoveOFF
click
X:={1:602,2:697,3:583,4:630,5:608}
Y:={1:450,2:453,3:451,4:457,5:453}
Send {F5}{F10}{ScrollLock}
DllCall("Sleep","UInt",20)
SetMouseDelay, -1
CoordMode, Mouse, Window
Random, rand,1, 5
MouseMove,% X[rand], Y[rand], 1
DllCall("Sleep","UInt",8)
click
Send {F12}{F7}
BlockInput, MouseMoveOFF
MouseMove, 490, 277, 50
MouseMove, 490, 277, 50
return

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 90 guests