Stable Outlaw macro for use with AHK, No Mods

Thank you Dezoran. I found your macro the best on here and modified it a bit for use with AHK. NO Mods.
Prior to attacks, make sure you use Flask of the Currents, and the food I use is Felmouth Frenzy. Ring enchantments Haste, Main weapon Gail Force Striking, Offhand Quick Navigation

You will want to start all attacks in Stealth. have Dispatch on seperate key, if combo hangs at 4 or reaches 5 /cast Dispatch.
this could not be helped.

Here are the Averages after 2 min on Dummy, and 3 runs. Total Damage 652,571 and sustained DPS of 5247.
Lvl 120, iLvl 318, Agility 4163, Stamina 4473, Armor 1221, Crit 19%, Haste 14%, Mastery 16%(needs to be alot less), Versat 5%. yes i know i need better gear.

Enjoy and break it as you see fit. Tier 3 tallent is all up to you, it does not change the macro.

AHK is set at 400ms. I have not tested in Dungeons or Raids.

This macro contains 1 macro version. This Sequence was exported from GSE 2.4.04.

SEE RE-POST BELOW

I tried it and it got hung up every time and wouldn’t let me cast dispatch. It works for a short spell and then it hangs up and I couldn’t figure out how to make it work correctly.

I must not have Pasted it in correctly. let me try it again.
dGuogaqjqKpPQumkvi5uQqQzrIDHi)sfmmqQJbyzeXZqQPbsUgOSnvQ(gqmouW5iQwNQsPdIOAHaj6HGGMOkLlcKInQs4JQkvnsIuNuLuRKO8sefZerPBIcTtG6NQqmuvsokqsTuqupvvMkk6QaP0wbs1xbs4Saj5TQqDxvLSxO(RQsLblDyLwSQIhJWKvrxwyZIOplcJMKoTOwniWRfPMnkDBvv7MWVr1WfjhheQLtQNdz6kUos2orY3vj68GQ1dcz)uJbWmXGbWVBY(M33DeqltYsoOadwcMj(XCzdXGWpj0a00sOXpPd2u4ht1vK2foNY9warC9ki5ETBsoL40foNs7(VeAU7OgUFc04YfUQHoCxXP7p)mNmhNU5XDD)Kh3KCTlfkCVmpQUKlnzi5c(iUmYprKSSR0zU2D4U7mlrAKI7)MoCru6WfoNYLcfUxWUO0U8KUJA4cHuADigKI7koDh1WnjNF6ETlfkCZi3lc2Fo1O6EHoeqeCsUqols4gcc1vm)HyqUsVOjuCzCZc3lJnfx4(9BM19cUMiCFJoNolsO4EKKjvxXPlOMktK2f8kvoXozUWYSmqfNY9YmlR7LRyChUlAw94USSU7mlrAKBw4(MyzhvsUQRuH7Tmk1oeQUCHlksf6Dc30bCf3Csxc()hUR6ksGC3XfkxU2vhlHAGCH5EGyrJ7Tmk1oeQKSSrnJCj4uSNUc(4(jCvd2uXjjlZYKo0H7Qd3rnCjxQqVjcK7MCcTRe3)SWLlCVr9)dxXDfNU0UAkbIKlt(SSU32)nr4EhMefyGa4UItxefA2SioDVD1ZLN0fMeOaHKLrwPyDbKaTIBMSsX6sdWGIl5jYS5bUlua3PvCFZ(NfRluqbcTIl56FU2fqIeafxiuNhxa5qsXv6fnHlauqsXLXfnHgUlWDiDuIiorUd39t4US8XLnqOJwXf0dnAhxyqIKl8a5MDtl4x6MDfrC6(jMj0UjIvtYYSmqJac4WDxXP7hDSPDZJ7ICHZPCrr4MmpKCzMdTlT7SSSHyCZi3LL1LkL7WDHZPuCZJ7jpqUc(4sOUIeH7OgU)lHMtYYSmYLMmUzKlkg3DCHcAO)rKCV2vDLkCf8XDc0eNUzH7nkrIGlqUCTlK38jIKL5IF3IKlf7GbdGFmUeAoOhAuMlqyMyWayMyWa43bIfnUhJMyzh1VCz4oi3XGLGFhiw04Emb))ZoF5cqdcmOXGPXVdelACbOzaeqWGHc)oqSOXfgWD5qJbdd)oqSObfqmviicxa500aWuCbKttdCxXfqonnamfxa500aWuCbKttdatXfGbyGCNwXvc0YzqXfqonnamm4743bIfnUaYPPbGHbdc(DGyrJlGCAAayyWmGFhiw04Emb))ZoF5kbA5mGFxXrdJlHMJzIh87nrQlOeetMlWVxaXuHyYll(rMaoKd2yrbMjEWVR0bJlHMJzIbdGFhqlC3hLoLoJcf3hLoLoJcf3hLoLoJc8GFKjGFLoqimtmya87WS6eXeI4hU7XcU6Q))64Zyp)cp4bp43lvqC9nmyj3Hg)iNAu5A8duUZWgUm3eFRlKthciGRkKGFmUcQL9AXeAPcXK5c8h8Ghmg

Also here is My AHK code:
SetTitleMatchMode RegEx

!w::Run C:\Program Files (x86)\Battle.net\Battle.net Launcher.exe

~f::
loop
{
GetKeyState, ScrollLockState, ScrollLock, T

if (ScrollLockState = “U”) {
break
} else {
Send f
Sleep, 400
GetKeyState, state, f, P
if state = U
break
}
}
return

~g::
loop
{
GetKeyState, ScrollLockState, ScrollLock, T

if (ScrollLockState = “U”) {
break
} else {
Send g
Sleep, 400
GetKeyState, state, g, P
if state = U ; The key has been released, so break out of the loop.
break
}
}
return

THE SCROLL LOCK HAS TO BE ON FOR AHK TO PERFORM THE ABOVE!

Where do I add Between the Eyes?

Sadly this macro is not the best in here gl tough! missing Between the eyes. and just locks up in mythic+ and raids ^^

keep up the good outlaw macros bud … use what works for you …

everyone having problems … well thats their fault lol …
learn to create your own ! come in here leave a comment like “Sadly this macro is not the best in here gl tough! missing Between the eyes. and just locks up in mythic+ and raids”

lol not one useful or helpful word in that entire sentence … just wondering why they bothered to troll you in the first place

Thanks, I always consider the source. These things can get tough. My Hunter was much easier.