7.3 PVP assassination

Sequences['ASS_manual_beta_pvp'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Galvet@Draka",
  SpecID=259,
  Talents = "1131111",
  Help = [[Most control
Use talents: 1131111
Hold alt and press  for Rupture.
Hold Ctrl and press for  Envenom.]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/cast Vendetta",
        "/cast [mod:alt] Rupture",
        "/cast [mod:ctrl] Envenom",
      },
      PreMacro={
        "/cast [nostealth,nocombat] Stealth",
        "/cast [stealth] Shadowstep",
        "/cast [stealth] Cheap Shot",
      },
        "/cast Mutilate",
        "/cast Kingsbane",
        "/cast Toxic Blade",
        "/cast Garrote",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Link to my macro collection https://wow.curseforge.com/projects/papapancakes-macro-collection-gnomesequencer

Sequences['ASS_manual_beta_pvp'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Galvet@Draka",
  SpecID=259,
  Talents = "1131111",
  Help = [[Most control
Use talents: 1131111
Hold alt and press  for Rupture.
Hold Ctrl and press for  Envenom.]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/cast [mod:ctrl] Rupture",
      },
      PreMacro={
        "/cast [nostealth,nocombat] Stealth",
        "/cast [stealth] Cheap Shot",
      },
        "/cast Mutilate",
        "/cast Kingsbane",
        "/cast Toxic Blade",
        "/cast Garrote",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

sorry , i was trying to see if i could edit the macro :*