ich brauch dringend hilfe
hi,
ich habe mir gestern nen 2. wow acc gekauft um das multiboxing zu testen.
ich hab mich auch schon durch die foren gelesen aber irgenwie kapier ich manche sachen nicht so ganz.
ich hab mir Autohotkey schon runterladen und install gemacht. hab ein skript erstellt und
[code:1]WinGet, wowid, List, World of Warcraft [/code:1]
code:1]~0::
KeyWait, 0, D
#IfWinActive, World of Warcraft
{
ControlSend,, 0, ahk_id %wowid1%
ControlSend,, 0, ahk_id %wowid2%
}
Return [/code:1]
[code:1]~1::
KeyWait, 1, D
#IfWinActive, World of Warcraft
{
ControlSend,, 1, ahk_id %wowid1%
ControlSend,, 1, ahk_id %wowid2%
}
Return [/code:1]
[code:1]~F::
#IfWinActive, World of Warcraft
KeyWait, F, D
{
ControlSend,, F, ahk_id %wowid1%
ControlSend,, F, ahk_id %wowid2%
}
Return [/code:1]
[code:1]~E::
KeyWait, E, D
#IfWinActive, World of Warcraft
{
ControlSend,, E, ahk_id %wowid1%
ControlSend,, E, ahk_id %wowid2%
}
Return [/code:1]
das schon mal reingeschrieben.
ich habe auch schon 2 wow ordner gemacht einer mit dem namen wow1 und der andere wow2
aber ka wie ich z.b. mache das das skript nebenbei läuft und es auch funktioniert.
muss ich für alle buschstaben und alle nummern so nen kl. text einbauen oder gibts schon ne datei komplett für ein 2er duall zum download wo funktioniert?
mfg
taka