Chilion Posted April 17, 2012 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
AlmarM Posted April 17, 2012 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.
DeathRow Posted April 17, 2012 Posted April 17, 2012 I know that its possible somehow, but I don't know how ...
jvanegmond Posted April 17, 2012 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
DeathRow Posted April 17, 2012 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
Chilion Posted April 17, 2012 Author 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?
JohnQSmith Posted April 17, 2012 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".
jvanegmond Posted April 17, 2012 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
Chilion Posted April 17, 2012 Author 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
JohnOne Posted April 17, 2012 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.
Valik Posted April 17, 2012 Posted April 17, 2012 Thread locked. Should ban you for persisting after you were linked to the rules.
Recommended Posts