Macro Question - Short Cycling?

I want to put these 5 spells on one button:

/cast Hammer of Wrath
/cast Judgment
/cast Wake of Ashes
/cast Blade of Justice
/cast Crusader Strike

Is there a way the button will automatically show which spell is available, without having to hit the button 5 times to cycle?

Not that I’m aware of but your Pally Weak Aura will show it.

I do believe you may be looking to use, at the top of teh /macrfo in game, not GSE, you would use #showtooltip. So, it would look like this, i think:

#showtooltip
/cast Hammer of Wrath
/cast Judgment
/cast Wake of Ashes
/cast Blade of Justice
/cast Crusader Strike

keep in mind this is NOT in GSE. This is in-game, in /macro, where you create small macros to use, lol.

#showtooltip didn’t work.

You’d think there’d be a way to hit the button and it uses the one available, instead of having to hit the button 3 to 5 times, everytime, to cycle.

No there isn’t - Blizzard’s anti bot code deliberately prevents this.