i just tried boxing today
im using 2 games on 1 comp
i used the code in the guide and it works so far
i tried to add some code so i could move
i got WASD to somewhat work but the arrows and space don't
even using wasd it is very glichy and the other game doesn't move as far as the main does
i was wondering how to fix this of if anyone had some code i could use![]()
this is what i have now
[code:1]
#IfWinActive, World of Warcraft
~A::
ControlSend,,{A down}{A up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{A down}{A up}, ahk_id %idClone%
return
#IfWinActive, World of Warcraft
~S::
ControlSend,,{S down}{S up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{S down}{S up}, ahk_id %idClone%
return
#IfWinActive, World of Warcraft
~D::
ControlSend,,{D down}{D up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{D down}{D up}, ahk_id %idClone%
return
#IfWinActive, World of Warcraft
~W::
ControlSend,,{W down}{W up}, ahk_id %idMain%
ControlSend,,{= down}{= up}, ahk_id %idClone%
ControlSend,,{W down}{W up}, ahk_id %idClone%
return
[/code:1]
EDIT- after reading the post about if it is leagle...
is autohotkey still leagle? thanks![]()
Connect With Us