du musst das ganze über 2 blöcke machen.

Einmal wenn du "W" drückst, wird an alle toons W wird gedrückt gesendet. Bei "W loslassen" wird an alle toons wieder gesendet W loslassen. Das würde dann so aussehen:

Code:
#IfWinActive, Leader
~w::
   ControlSend,,{w down},  Box1
ControlSend,,{w down},  Box2
ControlSend,,{w down},  Box3
ControlSend,,{w down},  Box4
return

#IfWinActive, Leader
   ~w up::
ControlSend,,{w up},  Box1
ControlSend,,{w up},  Box2
ControlSend,,{w up},  Box3
ControlSend,,{w up},  Box4
return
so benutze ich es und so funktionierts bei mir

Edit: ah, da war wieder einer schneller mim editieren als ich