A awalker Client Регистрация 17.03.2013 Сообщения 7 Благодарностей 0 Баллы 0 12.07.2013 #1 I need to create a system with mouse emulation with variables so it will switch up and select one random coordinate I have created. How can I create a variable for mouse emulation?
I need to create a system with mouse emulation with variables so it will switch up and select one random coordinate I have created. How can I create a variable for mouse emulation?
Hungry Bulldozer Moderator Регистрация 12.01.2011 Сообщения 3 441 Благодарностей 834 Баллы 113 12.07.2013 #2 Could you provide some more details? Is it gonna be click, mouse move or something else? Via c# or in standard actions?
Could you provide some more details? Is it gonna be click, mouse move or something else? Via c# or in standard actions?
A awalker Client Регистрация 17.03.2013 Сообщения 7 Благодарностей 0 Баллы 0 13.07.2013 #3 Hungry Bulldozer сказал(а): Could you provide some more details? Is it gonna be click, mouse move or something else? Via c# or in standard actions? Нажмите, чтобы раскрыть... It will be a click in standard actions.
Hungry Bulldozer сказал(а): Could you provide some more details? Is it gonna be click, mouse move or something else? Via c# or in standard actions? Нажмите, чтобы раскрыть... It will be a click in standard actions.
rostonix Известная личность Регистрация 23.12.2011 Сообщения 29 067 Благодарностей 5 715 Баллы 113 14.07.2013 #4 You can use Switch action for that. Generate random number and based on it's value use switch for several outgoing actions.
You can use Switch action for that. Generate random number and based on it's value use switch for several outgoing actions.