← Back to team overview

sikuli-driver team mailing list archive

[Question #669798]: A Flash player bot ...

 

New question #669798 on Sikuli:
https://answers.launchpad.net/sikuli/+question/669798

Hello !

I'm searching for a bot in a browser game, that just pick up money at each character wich works for me.
It have to be able to recognize when money is available to be picked, scrolling down if not and when scroller is at the end, scrolling up at the top.
I've tried for hours, but it didn't work ...

Region(186,362,466,579)
for x in findAll(Pattern("1527751316512.png").targetOffset(0,1)):
    click("1527751337368.png")
type(Key.DOWN)
type(Key.DOWN)
repeat

That's my most advanced code.

I don't know if you understand me, i'm french, sorry ..
And RaiMan, i've readed many of your answers, and tried your soft, it's really a great work ! Thanks for helping us and continuing to update Sikuli !

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.