IAmLegend Posted June 22, 2009 Posted June 22, 2009 I'm trying to make a bot for a flash based browser game and it's not going so well. I have a working one in autoit that works with pixels and MouseClick(). At this point I'm trying to go a different route and possibly make it so I can run it minimized, so I'm using ControlClick() So to get the hang of things I've tried it with Minesweeper since that's pretty easy I can click on a minimized minesweeper given an x,y location. So that's pretty good. But I can't seem to make it work on a webbrowser, I've tried having just an IE window open, then I tried using a browser object on my main form, and then I used one on a pop up form, none worked. I figured the next step in testing would be to make just a plain pop up form and try to click that. This doesn't seem to be working. Anyone done anything along these lines that could help me out?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now