Hi i searching on the forum but don't find an answer to my problem.

I am making this script for launch some key in the same time or almost:

<Label aoc1 Local SendWin aoc1>

<hotkey Numpad2>
<cancel>
<sendlabel aoc1>
<DoHotkey Hotkey Numpad3>

<Hotkey Numpad3>
<Toggle>
<SendLabel aoc1>
<Key Numpad7>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key Numpad8>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key Numpad4>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key Numpad5>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key Numpad6>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key Numpad9>
<Cancel>
<Toggle>
<SendLabel aoc1>
<Key v>
<Cancel>


I have 2 problems:

- First one, i need to push numpad2 to cast each and it's not in same time.
- Second one, i can't make a loop for repeat.

Thanks for helping.