Demo 7.3.5

This ones a bit technical and you have to have Thal’kiel’s Consumption on a separate bar.

Sequences['Demo'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Superskrúll@BleedingHollow",
  SpecID=266,
  Talents = "3,2,1,1,2,3,2",
  Help = [[Will always apply Doom to any new target. Press Shift for Hand of Gul'dan and Ctrl for Demonic Empowerment. Alt for Doom. You have to have a separate button for Thal'kiel's Consumption.]],
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [nopet,combat] Summon Felguard",
        "/petattack",
        "/castsequence  reset=target  Doom, null",
        "/cast [mod:shift] Hand of Gul'dan",
        "/cast [mod:ctrl] Demonic Empowerment",
        "/cast [mod:alt] Doom",
      },
      PreMacro={
      },
        "/cast Call Dreadstalkers",
        "/castsequence [nochanneling] Shadow Bolt, Shadow Bolt, Shadow Bolt, Shadow Bolt, Life Tap",
        "/cast [nochanneling] Command Demon",
      PostMacro={
      },
      KeyRelease={
        "/petattack",
      },
    },
  },
}
Sequences['DemAOE'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Superskrúll@BleedingHollow",
  SpecID=266,
  Talents = "1,2,-,2,-,2,3",
  Help = [[Will always apply Doom to any new target. Press Shift for Hand of Gul'dan and Ctrl for Demonic Empowerment. Alt for Demonwrath. You have to have a separate button for Thal'kiel's Consumption.]],
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [nopet,combat] Summon Felguard",
        "/petattack",
        "/castsequence  reset=target  Doom, null",
        "/cast [mod:shift] Hand of Gul'dan",
        "/cast [mod:ctrl] Demonic Empowerment",
        "/cast [mod:alt] Demonwrath",
      },
      PreMacro={
      },
        "/cast [nochanneling] Call Dreadstalkers",
        "/castsequence [nochanneling] Shadow Bolt, Life Tap",
        "/cast [nochanneling] Command Demon",
      PostMacro={
      },
      KeyRelease={
        "/petattack",
      },
    },
  },
}

Mint thank!

nvm