since i couldnt get the other autoit bot (
) to work i made my own. hes not close to be as good but he works for me. since a few others had the problem aswell i thought i share it with you. i think everybody with a little knowledge of autoit could do that better it works pretty much the same way:
-get 3 ps2 accounts,3 game folders, start all 3 games
-get autoit! copy/paste code
-make sure the mousemode button ingame ISNT ALT (this will cause the bot to show the mouse and the game wont accept the mousedown command)
-1 repairguy (gets xp) 1 max same faction gets repaired and 1 shooter (other faction)
-get them in position so shooter and repairguy aim for the max (shooter should aim for the head) shooter has to be engineer and use the anti-infantry turret.
-go into the script, press f5, tab into the repairguy window and afterwards into the shooterwindow, you got 5 seconds for this. (THIS is important, since i use just alt tab commands)
Code:
sleep(5000)
Local $1= 1
Do
MouseDown("Left")
sleep(2800);time shooting
MouseUp("Left")
Sleep(1000)
send ("!{TAB}")
Sleep(100)
Mousedown("Left")
sleep(10500);time repairing, skilled repairtool twice u might decrease this and shoot time!
Mouseup("Left")
sleep(1000)
send ("!{TAB}")
Sleep(100)
$1 = $1 + 1;countervalue, this is important for the "until" part
sleep(100)
Until $1 = 0 ; the script repeats until it hits this number, 0 cant be reached so its endless. use like 5 or 10 to see if the shooting and repairing time work for you
ATTENTION: dont use it brainless, it makes you very suspicious to be in the top10 daily score with no kills or death. and a lot of top players check this list daily. and if you get a ban, post it here






