Quote Originally Posted by Festos
C:\setwindowtitle.exe "world of warcraft" Leader
C:\setwindowtitle.exe "world of warcraft" Box1
C:\setwindowtitle.exe "world of warcraft" Box2
C:\setwindowtitle.exe "world of warcraft" Box3
C:\setwindowtitle.exe "world of warcraft" Box4



und dann passiert nichts wenn ich die Fenster offen habe und das Programm ausführe o.O
Ganz einfach...
wenn die DATEI "setwindowtitle.exe" nicht in in C:\ liegt dann musst du bei C:\setwindowtitle.exe "world of warcraft" Leader das C:\setwindowtitle.exe ändern. Je nachdem wo es liegt z.bsp:

Die setwindowtitle.exe liegt auf Portition F: im Ordner Games, dann musste folgendes in die bat dadei schreibn -->

F:\Games\setwindowtitle.exe "world of warcraft" Leader
F:\Games\setwindowtitle.exe "world of warcraft" Box1
F:\Games\setwindowtitle.exe "world of warcraft" Box2
F:\Games\setwindowtitle.exe "world of warcraft" Box3
F:\Games\setwindowtitle.exe "world of warcraft" Box4

Hoffe das hat dir weitergeholfen.


In Xzin's Video bleiben seine Clone ja auch schön in Formation wenn er sich bewegt. Würde mich echt interessieren wie er das macht
Auch ganz einfach, er nutzt ein Script wo die Keys WSDA reingecodet wurden. Er macht eine Formation und drückt dann zum Beispiel W und alle bewegen sich nach vorne da deren Tastenbelegung auch W zum vorwärtslaufen haben.

Wenn du das Grundscript von Fischfutter benutzt, dürfte das der Schlüssel zum Movement sein. Insofern du ihn mit reinkopierst ->

Code
; ***************************
; ***movement WASD & SPACE ***
; ***************************


#IfWinActive, Leader
~SPACE::

ControlSend,,{SPACE down}{SPACE up}, Box1
ControlSend,,{SPACE down}{SPACE up}, Box2
ControlSend,,{SPACE down}{SPACE up}, Box3
ControlSend,,{SPACE down}{SPACE up}, Box4
return


#IfWinActive, Leader
~W::

ControlSend,,{W down}{W up}, Box1
ControlSend,,{W down}{W up}, Box2
ControlSend,,{W down}{W up}, Box3
ControlSend,,{W down}{W up}, Box4
return

#IfWinActive, Leader
~S::

ControlSend,,{S down}{S up}, Box1
ControlSend,,{S down}{S up}, Box2
ControlSend,,{S down}{S up}, Box3
ControlSend,,{S down}{S up}, Box4
return

#IfWinActive, Leader
~A::

ControlSend,,{A down}{A up}, Box1
ControlSend,,{A down}{A up}, Box2
ControlSend,,{A down}{A up}, Box3
ControlSend,,{A down}{A up}, Box4
return

#IfWinActive, Leader
~D::

ControlSend,,{D down}{D up}, Box1
ControlSend,,{D down}{D up}, Box2
ControlSend,,{D down}{D up}, Box3
ControlSend,,{D down}{D up}, Box4
return
MfG,
Christian