Loader88
January 17th, 2012, 12:54 AM
Hi,
im looking for a macro making programme like AutoIT, ez Macro 5 which works with Battlefield 3. Maybe im just stupid but all my tries arent working. I tried this, with AutoIT:
$fenstername = "Battlefield 3™" ;hier kommt der fenster titel hin.
While 1
ControlSend($fenstername,"","","{ESC}");das ist die 1. taste die gedrückt werden soll
SLeep(500);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 2. taste die gedrückt werden soll
SLeep(500);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 3. taste die gedrückt werden soll
SLeep(5000);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 4. taste die gedrückt werden soll
sleep(500);
WEnd;
And with ez Macro 5:
<ESC><Delay (500)><EINGABE><Delay (500)><EINGABE><Delay (5000)><EINGABE><Delay (1000)>
It should be easy, but it wont work. Just "Escape" to join menu (already tried another key), then press two time "Enter" to choose Suicide and press "OK". 5Seconds to Deploy menu and then push "Enter" again to spawn. This in and neverending loop...but shit. I think Punkbuster blocks it -.- all kinds of script.
Any idea? Because no commands are sending to Battlefield 3 after i started the macro(s). Maybe Punkbuster blocks it.
im looking for a macro making programme like AutoIT, ez Macro 5 which works with Battlefield 3. Maybe im just stupid but all my tries arent working. I tried this, with AutoIT:
$fenstername = "Battlefield 3™" ;hier kommt der fenster titel hin.
While 1
ControlSend($fenstername,"","","{ESC}");das ist die 1. taste die gedrückt werden soll
SLeep(500);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 2. taste die gedrückt werden soll
SLeep(500);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 3. taste die gedrückt werden soll
SLeep(5000);Das ist die pause in millisec
ControlSend($fenstername,"","","{Enter}");das ist die 4. taste die gedrückt werden soll
sleep(500);
WEnd;
And with ez Macro 5:
<ESC><Delay (500)><EINGABE><Delay (500)><EINGABE><Delay (5000)><EINGABE><Delay (1000)>
It should be easy, but it wont work. Just "Escape" to join menu (already tried another key), then press two time "Enter" to choose Suicide and press "OK". 5Seconds to Deploy menu and then push "Enter" again to spawn. This in and neverending loop...but shit. I think Punkbuster blocks it -.- all kinds of script.
Any idea? Because no commands are sending to Battlefield 3 after i started the macro(s). Maybe Punkbuster blocks it.