Pretty Good Parse 7.3.5

Sequences['Ggod'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Liquidyfart@BleedingHollow",
  SpecID=104,
  Talents = "1,1,1,3,-,2,1",
  Help = [[Press Shift for Ironfur, Ctrl for Frenzied Regeneration, and Alt for Moonfire. ]],
  Default=1,
  Icon='Ability_Racial_BearForm',
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/cast [@player, nostance:1] Bear Form",
        "/cast [mod:shift] Ironfur",
        "/cast [mod:ctrl] Frenzied Regeneration",
        "/cast [mod:alt] Moonfire",
      },
      PreMacro={
      },
        "/targetenemy [noharm][dead]",
        "/cast Thrash",
        "/castsequence Maul, Maul",
        "/castsequence Swipe, Swipe, Swipe, Swipe, Moonfire",
        "/cast Thrash",
        "/castsequence Maul, Maul",
        "/cast Mangle",
        "/castsequence Maul, Maul",
        "/cast Rage of the Sleeper",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

This is the defensive version of the dps one on top.

Sequences['Gdgod'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Liquidyfart@BleedingHollow",
  SpecID=104,
  Talents = "1,1,1,3,-,2,1",
  Help = [[Press Shift for Maul, Ctrl for Frenzied Regeneration, and Alt for Moonfire.]],
  Default=1,
  Icon='Ability_Racial_BearForm',
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/cast [@player, nostance:1] Bear Form",
        "/cast [mod:shift] Maul",
        "/cast [mod:ctrl] Frenzied Regeneration",
        "/cast [mod:alt] Moonfire",
      },
      PreMacro={
      },
        "/targetenemy [noharm][dead]",
        "/cast Thrash",
        "/castsequence Ironfur, Ironfur",
        "/castsequence Swipe, Swipe, Swipe, Swipe, Moonfire",
        "/castsequence Ironfur, Ironfur",
        "/cast Mangle",
        "/castsequence Ironfur, Ironfur",
        "/cast Rage of the Sleeper",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}