PVP RET PALADIN 6.1 DPS MACRO

Hello guys im looking for a pvp macro for ret paladin

Ive looked over the other threads and people are using aoe macros… useless in pvp as it will break cc

I just want a macro that sustains dps with no black spots

Any ideas work so dont be afraid to post and ill give feedback

I have been using this so far. It does what I want but I have no idea if it can help you out.

Sequences['RetKensho1'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [nostance: 1] seal of truth
    ]],
	'/cast Final Verdict',
        '/cast Hammer of Wrath',
        '/cast Crusader Strike', 
	'/cast Judgment',
	'/cast Exorcism',
        '/cast !Divine Storm',
PostMacro = [[
/cast Avenging Wrath
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
    ]],
}