Monkey Business

This is what I’m using I’m not max level. If you want to test go ahead I use wowhead for reference I choose Eye of the Tiger because it did not rob a gcd from other more powerful abilities AHK set to sleep 100ms
Serenity(Storm, Earth, Fire) and my Blood Fury are macroed on separate Button Used when i want a bit of burst

Sequences['Monkey_Business'] = {
-- This Sequence was exported from GSE 2.1.07.
  Author="Nutzadragon@Aegwynn",
  SpecID=269,
  Talents = "2,?,3,?,?,3,3",
  Help = [[This is what I'm using I'm not max level. If you want to test go ahead I use wowhead for reference I choose Eye of the Tiger because it did not rob a gcd from other more powerful abilities AHK set to sleep 100ms
Serenity(Storm, Earth, Fire) and my Blood Fury are macroed on separate Button Used when i want a bit of burst ]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
      },
      PreMacro={
      },
        "/cast [nochanneling] Touch of Death",
        "/cast [nochanneling] Rising Sun Kick",
        "/cast [nochanneling,combat] Fists of Fury",
        "/cast [nochanneling] Strike of the Windlord",
        "/cast [nochanneling] Blackout Kick",
        "/cast [nochanneling] Tiger Palm",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Will test soon. Thanks for the work.