Looking for all in one macro without alt or ctrl and etc

Are any of these macros an all in one? I wish I could say I know how to write GG2 macro but I don’t :stuck_out_tongue:

Sequences['enhance_all_in_one'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Shamanmaw@Draka",
  SpecID=263,
  Talents = "3112213",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast Doom Winds",
        "/cast Astral Shift",
      },
      PreMacro={
        "/targetenemy [noharm][dead]",
      },
        "/cast Rockbiter",
        "/cast Earthen Spike",
        "/castsequence  reset=9  Lightning Bolt",
        "/cast Flametongue",
        "/cast Crash Lightning",
        "/cast Feral Spirit",
        "/cast Stormstrike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}