Автокликер Clickermann :: Форум

Основной раздел => Общие вопросы => Topic started by: Teo.B on May 22, 2017, 02:10:22 PM

Title: a question
Post by: Teo.B on May 22, 2017, 02:10:22 PM
Hello, Which order can I move from one list of 1 to another?
Title: Re: a question
Post by: Teo.B on May 22, 2017, 05:54:09 PM
I mean that I need the left click of my mouse to be pressed down so that i can move anything i want,what commands do I need to use for this function ?
Title: Re: a question
Post by: МистерX on May 22, 2017, 07:13:58 PM
Hello
Code: (clickermann) [Select]
LDOWN (559,237) // press the left button
WAITMS (500) // pause in milliseconds
MOVE (773,335) // move to the right place
WAITMS (50)
LUP (773,335) // release button
HALT // stop execution
Title: Re: a question
Post by: Teo.B on May 22, 2017, 10:00:29 PM
thank you :)