Hero Script - Basic Meepo
Here is a preview of my written code to make all four meepo clones to poof to a single one in 0.1 sec.
This will work with players who have no custom keys set (uses the regular F shortcut). Use Capslock to Activate.
The exe to run this script is
here
Hero Script - Basic Meepo
#ifWinActive ahk_class Warcraft III
#SingleInstance Force
;;Code for all Meepos to poof to the first/nearest one to your mouse pointer.
;;NOTE: all meepos must be selected in one group.
CapsLock:: ;; press caps lock to activate
Loop 4 ;;does this to all four meepos (i may make meepo detection in the future)
SendPlay, F{Lbutton}{TAB}
return