JohnOne Posted October 8, 2009 Posted October 8, 2009 Been looking through the helpfile for a solution to search for a specific checksum of a 10x10 pixel square. I know the checksum, but there are multiple instances of the checksum and was wondering since there is not a native function, had anyone had seen a udf knocking about for this ? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Moderators SmOke_N Posted October 8, 2009 Moderators Posted October 8, 2009 Been looking through the helpfile for a solution to search for a specific checksum of a 10x10 pixel square.I know the checksum, but there are multiple instances of the checksum and was wondering since there is not a native function, had anyone had seen a udf knocking about for this ?That question is a bit too vague ( in other words, no idea what kind of udf you're looking for ) to answer.1. Search for a 10x10 pixel region2. You know the checksum value3. There are multiple instances4. You would like to do what? 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.
JohnOne Posted October 8, 2009 Author Posted October 8, 2009 (edited) Just probably a lack of communication, with me being a rookie. I'll try to put it more intelligently, so you may better understand me (although I may fail in this clever stuff). A 10x10 pixel to me, is an area of the screen that is 10 wide and 10 high (I dont know the proper lingo, sorry) There are a number of 10x10 areas across the screen that will almost certainly return the same checksum as the one I measured. My vague question was whether or not I could search for that 10x10 checksum number (rather like a 10x10 fluffy bunny hopping across the field in a little square box) I found something that was a little bit to complicated for me, that used iniread and iniwrite, but couldnt make head nor tail of it. Any way I got what I needed, semi manually, using autoit fantastic window info tool Apreciate the reply Edited October 8, 2009 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
AdmiralAlkex Posted October 9, 2009 Posted October 9, 2009 Are you saying you want to find a bunny on your screen? Maybe try the Image Search Library?I don't get that about the checksum at all. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
JohnOne Posted October 9, 2009 Author Posted October 9, 2009 Are you saying you want to find a bunny on your screen? Maybe try the Image Search Library?I don't get that about the checksum at all.That my friend, is exactly the type of thing I was looking for.Much obliged. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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