levling macro for mage?

are there som one there can help?

This is something I pieced together while leveling. I am currently lvl 81, and using mostly heirloom gear. I pump out around 5k dps on trash, with bursts up to 5.6k. Hope it helps…

Sequences['Arcane_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Pierce@Kilrogg",
  SpecID=62,
  Talents = "2233123",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=2,
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast Prismatic Barrier",
        "/cast Arcane Power",
        "/cast Presence of Mind",
      },
        "/cast Arcane Barrage",
        "/castsequence [nochanneling] Arcane Blast, Arcane Blast, Arcane Blast, Arcane Blast",
      PostMacro={
        "/cast Arcane Orb",
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}