Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Loop macro and end same hotkey
#1
Hi.

Is it possible to create a macro like this, for example:

I want the macro to keep hitting right click repeatedly when I press hotkey F5 and when I press F5 again the macro should stop right clicking.

So basically, start a specific macro loop and stop it with same hotkey

Appreciate any help Smile
#2
Create a function. add the F5 Trigger

Function StartStopTriggerF5
Trigger F5     Help - how to add the trigger to the macro
Code:
Copy      Help
spe -2
if getopt(nthreads)>1
,EndThread +getopt(itemid)
,ret
;;;example code change code below to code you want don't edit above
int i
rep
,out i
,i+1
,1


Forum Jump:


Users browsing this thread: 1 Guest(s)