Chilion Posted April 17, 2012 Share Posted April 17, 2012 (edited) Was wondering, could I read this automated? Its not to make any kind of virus nor a spambot or whatever. Just curious enough to ask Wrote alot of apps in AutoIt, love it, but am looking to bring my programming skills to a higher level Btw, did put a attachment to it, but cant find it right now... Edited April 17, 2012 by Chilion Link to comment Share on other sites More sharing options...
AlmarM Posted April 17, 2012 Share Posted April 17, 2012 If you have the right algorithm, anything is possible. Minesweeper A minesweeper game created in autoit, source available. _Mouse_UDF An UDF for registering functions to mouse events, made in pure autoit. 2D Hitbox Editor A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes. Link to comment Share on other sites More sharing options...
DeathRow Posted April 17, 2012 Share Posted April 17, 2012 I know that its possible somehow, but I don't know how ... Link to comment Share on other sites More sharing options...
jvanegmond Posted April 17, 2012 Share Posted April 17, 2012 If you're serious, the only thing I can say that will help you is that you should layer the problem. Divide the big problem into smaller problems and solve one at a time. "I don't know how" is not an excuse. It is a sign that you're not going to get this project done because you don't have the right attitude. Go get 'em, tiger. github.com/jvanegmond Link to comment Share on other sites More sharing options...
DeathRow Posted April 17, 2012 Share Posted April 17, 2012 If you're serious, the only thing I can say that will help you is that you should layer the problem. Divide the big problem into smaller problems and solve one at a time."I don't know how" is not an excuse. It is a sign that you're not going to get this project done because you don't have the right attitude.Go get 'em, tiger.lol, atleast its all what I know xD Link to comment Share on other sites More sharing options...
Chilion Posted April 17, 2012 Author Share Posted April 17, 2012 Manadar, Its one problem that it aint working, could you give me a hand out to a few functions I definitly need? Link to comment Share on other sites More sharing options...
JohnQSmith Posted April 17, 2012 Share Posted April 17, 2012 Here is the first place to look. BrewManNH 1 Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes". Link to comment Share on other sites More sharing options...
jvanegmond Posted April 17, 2012 Share Posted April 17, 2012 its one problem that it aint working, could you give me a hand out to a few functions I definitly need?The first problem is reading pixels.Second problem you transform those pixels through several stages until you have something resembling letters.Third problem is you find matches for those letters with pre-defined patterns.To solve the first problem, I initially just used PixelGetColor in two For loops. But because the screen might change while you are reading I wrote this: The other two problems depend on the OCR. Here's a solution I once did: github.com/jvanegmond Link to comment Share on other sites More sharing options...
Chilion Posted April 17, 2012 Author Share Posted April 17, 2012 Manadar, Allright, erhm, the screen wont change while reading. Where does your first script gets the image? Is it even reading an image or are it just pixels? And, when it gets the colors, where does it put them, how would I implent them in the OCR? Question questions questions. Btw, I love the Alkmaar Cheese Link to comment Share on other sites More sharing options...
JohnOne Posted April 17, 2012 Share Posted April 17, 2012 Have you ever chased a goose in the wild? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Valik Posted April 17, 2012 Share Posted April 17, 2012 Thread locked. Should ban you for persisting after you were linked to the rules. Link to comment Share on other sites More sharing options...
Recommended Posts