I din't make a macro in a long time. (and the ones i made were pretty easy ones)
But i tried to make a macro which is toggled by the key : 2 . (atleast i hoped it would)
This is my Macro atm...
CODE
while 1=1
IF {Globalkeys} contains 050
ClearGlobalKeys
Loop 4
KeyDown {f3} 1000
KeyDown {f1} 1000
KeyDown {f1} 1000
KeyDown {f1} 1000
End
Keydown {F4}
Delay 1000
Keydown {F2}
Delay 25000
Keydown {TAB}
Delay 500
End
End
Please help me ^^ And already thanks....
(to be honest i think i just am missing something really simple (atleast i hope i do ))
i see the AC tool keep looping something after everything is done so that's why i kinda think i failed at some spot =/... since it's after a while about loop 14000 or what ever =/
