Ascendance Single Target 7.2.5

Hello guys! I’m back since Pandaria and I thaught I could atleast try do some macros for 7.2.5.
Here is a custom made shaman single target macro, that uses Ascendance.

It is giving me 620k+ (not with bloodlust) and 850k+ with bloodlust.

My ilevel is 900 and weapon is 923, with 43/37.

Mouse clicks are at 0.140 using Razer Synapse and Naga Chroma mouse.
Feel free to continue tweak it for better experiances.

Sequences['AteccAscendanceST'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Atecc@Twisting Nether",
  SpecID=263,
  Talents = "3212111",
  Help = [[3212111 - Button press @0.140 (Keep pressing while pressed) - RazerSynapse]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/target (harm,nodead)",
      },
      PreMacro={
      },
        "/castsequence Rockbiter, Rockbiter, Flametongue",
        "/castsequence Stormstrike, Lava Lash",
        "/castsequence Rockbiter, Rockbiter, Lava Lash",
        "/castsequence Stormstrike, Stormstrike, Lava Lash",
        "/castsequence [mod:alt] Ascendance, Windstrike, Windstrike, Windstrike, Windstrike",
      PostMacro={
      },
      KeyRelease={
        "/use Blood Fury",
        "/use Doom Winds",
      },
    },
  },
}

Not sure why, but this macro freaks out my computer, I can hardly move with it running. At first I thought the delay you suggest was too fast, so I changed it, but it still is crazy. It’s almost like it’s dropping and picking the target up again or something… Not sure how to explain what’s going on. I’f i just sit at a target dummy and do nothing, it’s great dps… But if I try and move like I would have to in a raid or dungeon… it’s impossible. If i could figure out this issue, I’d use this macro all the time.