WW Best pvp macro 5.4.8

So, i make macro for pvp. Lets fun begin. Tested! If you are non stop in mele range, Chi Wave and Expel harm will not fire, but in pvp is hard to stay long time in one palce. Yes, i use AutoHotkey. Dont like to smash my keybord.

AutoHotkey script for turbo key “q”. One press, and will non-stop run. Second press, will stop. Omost one key play :slight_smile: Put macro on bar and bind to “q”, and be the best MONK in your server!

toggle = 0
#MaxThreadsPerHotkey 2

~q::
Toggle := !Toggle
While Toggle{
SendInput, {q}
Sleep 70
SendInput, {q}
sleep 70
}
return

#showtooltip Touch of Death
/targetenemyplayer [noharm][dead]

/castsequence [nochanneling]reset=0.3 0,0,0,0,0,0,0,Touch of Death
/castsequence [nochanneling]reset=0.3 0,0,0,0,0,0,Paralysis
/castsequence [nochanneling]reset=0.3 0,0,0,0,0,Rushing Jade Wind
/castsequence [nochanneling]reset=0.3 0,0,0,0,expel harm
/castsequence [nochanneling]reset=0.3 0,0,0,Chi Wave
/castsequence [nochanneling]reset=0.3 0,0,Blackout Kick
/castsequence [nochanneling]reset=0.3 0,Jab,jab
/castsequence [nochanneling]reset=combat !Rising Sun Kick,Disable,Tiger Palm,Blackout Kick,!Rising Sun Kick,Tiger Palm,Blackout Kick,disable
/cast Touch of Death
/cast Paralysis
/use [combat]Energizing Brew
/use [combat]Tigereye Brew
/use [combat]10
/use [combat]13
/use [combat]14
/use [combat]Virmen’s Bite
/use [combat]Spear Hand Strike
/startattack

Glyphs: [Glyph of Touch of Death] [Glyph of Touch of Karma] [Glyph of Sparring]

Talents [Tiger’s Lust] [Chi Wave] [Ascension] [Ring of Peace] [Healing Elixirs] [Rushing Jade Wind]
Don’t blame it on me, i am lazy like you all :stuck_out_tongue: