Looking for MM Hunter macro using Focusing Shot

As the title says, I am looking for a macro (preferably a macro toolkit macro) that uses Focusing Shot in the Macro.

Sequences[‘MarkST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] growl
]],
‘/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection’,
‘/cast Heart of the Phoenix’,
‘/cast Blood Fury(Racial)’,
‘/cast A Murder of Crows’,
‘/castsequence Glaive Toss, Mend Pet’,
‘/cast Dire Beast’,
‘/cast Chimaera Shot’,
‘/cast Kill Shot’,
‘/cast Aimed Shot’,
‘/cast Focusing Shot’,
‘/cast Rapid Fire’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘MarkAoE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
/petattack [@target,harm]
/petautocastoff [group] Growl
/petautocaston [nogroup] growl
]],
‘/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection’,
‘/cast Heart of the Phoenix’,
‘/cast Blood Fury(Racial)’,
‘/cast A Murder of Crows’,
‘/castsequence Glaive Toss, Mend Pet’,
‘/cast Dire Beast’,
‘/cast Chimaera Shot’,
‘/cast Kill Shot’,
‘/cast Multi-Shot’,
‘/cast Focusing Shot’,
‘/cast Rapid Fire’,
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

there u go…

Is this that gnome sequencer stuff

Tried it, this shit doesn’t work.