Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with simple mouse movement macro
#1
Hi to all,

Im new to the quick macros program but i dont understand it yet. I need a simple macro for my mouse.
I need the mouse to move very fast LEFT RIGHT LEFT RIGHT with movement. Just move your mouse from the left of the screen to the right and back but a infinite times so i wont stop moving leftrightleftright.How do i do that?

Thanks
#2
Hello there and welcome.
The question is, how do you pretend to stop it? Do you want to make the mouse move during a certain amount of time?

Anyways do you see on top of your quickmacros window, on the action bar, a mouse icon? Click it, then choose the action 'Move'. After that choose the bullet point 'Screen' and drag the square 'Drag' to a point in the map where you want to move.
After that choose 1 second as waiting time and do the same thing you did above but drag the square to the other part of the screen.

It should look something like this:

Function teste2
Code:
Copy      Help
rep
,mou 1943 510 0 1
,20
,mou 3597 454 0 1
,wait 20

As you can see, when I do this I have a 20 second wait period between each move what gives me enough time to stop the thread between moves.

The 'rep' part of the code is so it keeps repeating itself.


Forum Jump:


Users browsing this thread: 1 Guest(s)