
i want to make a macro
Moderators: JRL, Dorian (MJT support)
i want to make a macro
is there a way to make a macro work by repeating its self over and over with the left move click button held down so i dont have ot keep clickin on it again and again 

A repetitive task
Loop a little ...
Looping macros: 1stMacro.scp 2ndMacro.scp
1stMacro.scp
2ndMacro.scp
E.

Code: Select all
Label>x
Press Left
Wait>0.5
Press Right
Goto>x
1stMacro.scp
Code: Select all
CapsOff
Press Left
Macro>2ndMacro
2ndMacro.scp
Code: Select all
CapsOff
Press Right
Macro>1stMacro