Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learner Driver :) Auto click help
#1
Hi

Learner here....ok so heres what im looking for.....

i need to click a certain position in a window with the clicks being around every 10-20 seconds....i also need to disable/pause this auto click upon a trigger.

ive tried diffrent combinations from looking at previous posts & looking in the help section on my quick macro but some of this stuff is hard to understand.

can some one point me in the right position.

ive looked at ''spe''& ''rep'',lef......but when i try to do it..the auto click clicks at speeds way to fast to see & i have to cntrl alt del to stop it lol (noobish)lol i dont want it fast so can any one give an example code or something i can build on.

Thank you
#2
Macro ( Macro85 )
Code:
Copy      Help
spe 1000;;Slow speed
rep 1
,
,lef 100 100
,wait 20.0;;This will wait 20 seconds
,;You could also just put 20 without the wait,
,;it will have the same effect.
,lef 200 200
,;This is set to repeat once.
,;If you want to stop the macro before it finishes
,;just hit the pause/break key
,;that's located in the upper right hand corner
,;on the keyboard.
Taking on Quick Macros one day at a time
#3

No sure if this is what you are looking for but here it is.


Function ( Function43 )
Code:
Copy      Help
rep
,lef 100 100;;You will need to change this to the right. X Y
,rep 10*20;;Change the 20 here to be how many seconds you would like to wait.
,,0.1;;dont change this wait time
,,ifk A;; ifk A Means if you hold the Alt key down it will end the macro.
,,,mes "Macro has stopped"
,,,end
#4
Thanks guys worked Great!


Forum Jump:


Users browsing this thread: 1 Guest(s)