F
F
freeman02042017-04-28 23:40:13
Iron
freeman0204, 2017-04-28 23:40:13

One mouse 2 or more cursors that are in different places but move the same way and click at the same time. Is it possible to?

One mouse 2 or more cursors that are in different places but move the same way and click at the same time. Is it possible to?
Ready to listen in any way. Scripts, clickers, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Snowdin, 2018-02-02
@Snowdin

I sketched a script for Clickermann without dragdrop support:

while(1)
   if(iskeydown(1)=1) // if mouse button is pressed
      $mx=$_xmouse
      $my=$_ymouse
      waitms(100)
      lclick($mx+300,$my+0) // set your shift
      waitms(100)
   end_if
waitms(100)
end_cyc

Immediately after the user's LMB click, the script clicks 300 pixels to the right.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question