Quote Originally Posted by 'Yoshiman03',index.php?page=Thread&postID=208661#p ost208661
Up::ClonesPush("{Up down}")
Up Up::ClonesPush("{Up up}")
Down::ClonesPush("{Down down}")
Down Up::ClonesPush("{Down up}")
Left::ClonesPush("{Left down}")
Left Up::ClonesPush("{Left up}")
Right::ClonesPush("{Right down}")
Right Up::ClonesPush("{Right up}")
seems as though you just add this into there:

Code:
w::ClonesPush("{w down}")
w up::ClonesPush("{w up}")
s::ClonesPush("{s down}")
s Up::ClonesPush("{s up}")
a::ClonesPush("{a down}")
a Up::ClonesPush("{a up}")
d::ClonesPush("{d down}")
d Up::ClonesPush("{d up}")

BUT... why do you want to do this?
you should be using a follow macro.

also note that i only think that code is right. i dont use ahk and have not tested it. it just looks like itd be right to me