Hello,
Thank you very much for this awesome script! I managed to fix DaruDaru script for 1280x800 and took some images of buttons. My only remaining problem is when recruiting troops. The bot clicks "Recruit Troops" button on the lower right side of the screen, but on Troops window, it starts clicking Scroll-down arrow non-stop, till I terminate it. I would be grateful if I could get some kind of assistance. Thanks
I got the script working but it only revives plants, It was energizing and then it just stopped doing that lol. I would really like to see an updated script with everyones hard work.
I got the script working but it only revives plants, It was energizing and then it just stopped doing that lol. I would really like to see an updated script with everyones hard work.
Thanks everyone
Yea, would be great if someone upload a fully working scripts
I have the darudaru scripr workin on 1 server but on another server i can't play fullscreen and it loop searching for wild, anyone know if is possible to make it work also not fullscreen?
Thanks.
Hello,
Thank you very much for this awesome script! I managed to fix DaruDaru script for 1280x800 and took some images of buttons. My only remaining problem is when recruiting troops. The bot clicks "Recruit Troops" button on the lower right side of the screen, but on Troops window, it starts clicking Scroll-down arrow non-stop, till I terminate it. I would be grateful if I could get some kind of assistance. Thanks
for me all work fine but Func ChangeCoords() try to edit many time and i don't think the coords is wrong except it just Click x then retern to y and click don't drag to move in map
thats how i fix drag thing its drag fine until the edge of Map then no more drag what i need to till the script to Repeat (MouseClickDrag("left",1365,425,0,425) ) Number of time then go to drag new coords for down
then start to drag Right Number of time then go to drag new coords for down then start over
PHP Code:
Func ChangeCoords()
;Changes map coordinates square by square. Moves left to right then moves down one square and goes left to right again.
$wait = 2000 ;sleep (milliseconds) at the end of this function
If $mapX < 585 Then
$mapX += 30
Else
$wait = 2000
$mapX = 15
If $mapY < 591 Then
$mapY += 17
EndIf
EndIf
MouseClickDrag("left",1365,425,0,425) ;<=== change these coords
Sleep($wait)
S4 Farmbot mit autoit 08/09/2011 - AutoIt - 6 Replies also ich bin anfänger und versuche gerade einen farmbot zu machen !
und das problem ist das der bot nicht in im client von s4 klicken oder schreiben kann .
Muss ich da was spezielles dafür machen? help pls !
AutoIT scripts 11/21/2009 - AutoIt - 22 Replies Hi,
also ich hatte mal vor nach PHP noch ne andere scriptsprache zu lernen und bin dann bei AutoIT gelandet^^
Ich hab mich mal nen bisschen eingelesen wollte allerdings nich nur die theorie machen, sondern auch an der praxis lernen. ;)
Von daher wollt ich fragen ob ihr eure .au3 scripts hochladen könnt, damit ich und die anderen dies interessiert von euch noch einiges lernen können :P
Freu mich über eure Hilfe
MfG .nAno