07-26-2016, 09:41 AM
i am new in creating macro guys can anybody help me on how to create a hotkey to close a running macro??
if i run my macro i cant close it..
so i want to put a key to pause or close it thnx in advance.... :roll: :roll: :roll:
if i run my macro i cant close it..
so i want to put a key to pause or close it thnx in advance.... :roll: :roll: :roll:
Macro [b]Macro1[/b] [help1][/help1]
Trigger [b]SF9[/b] [help2][/help2]
[code]#region Recorded 7/26/2016 5:53:19 PM
int w1=act(win("CABAL" "D3D Window"))
rep
,key 1
,wait 0.5
,key f
,wait 0
,key 2
,wait 0.5
,key z
,wait 0.5
,key 3
,wait 0.5
,key 4
,wait 0
#endregion
;BEGIN PROJECT
;main_function Macro1
;exe_file $my qm$\Macro1.exe
;icon <default>
;manifest $qm$\default.exe.manifest
;flags 6
;guid {DD06B965-AE0D-46BA-8EDA-BD4F51F003C3}
;END PROJECT
[/code]