WolfNose Posted March 11, 2006 Posted March 11, 2006 I'm unsure if this would be possible. It would require a fairly complex OCR to do it through an image, though AutoIt may very well have a function to parse memory offsets for ASCII information. The text I want to read is in a windowed game, on a popup 'inside' that game. The popup is not a seperate window, it just appears as on inside the game. Thanks.
Moderators SmOke_N Posted March 11, 2006 Moderators Posted March 11, 2006 I'm unsure if this would be possible. It would require a fairly complex OCR to do it through an image, though AutoIt may very well have a function to parse memory offsets for ASCII information.The text I want to read is in a windowed game, on a popup 'inside' that game. The popup is not a seperate window, it just appears as on inside the game.Thanks.If you cannot get the information with WinGetText() / ControlGetText() ... then you will need to look at PixelCheckSum() and make your own OCR for it. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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