iHonda Posted April 16, 2006 Posted April 16, 2006 ok noob question as mine normally are. how do i do a pixil search then have the mouse click on that pixil? A great place to start Autoit 1-2-3
pcdestroyer Posted April 16, 2006 Posted April 16, 2006 Zmaster said: ok noob question as mine normally are. how do i do a pixil search then have the mouse click on that pixil?Look up these functions: PixelSearch MouseClick Example $coord = PixelSearch ( left, top, right, bottom, color [, shade-variation] [, step]] ) MouseClick("left", $coord[0], $coord[1])
iHonda Posted April 16, 2006 Author Posted April 16, 2006 o so thats how i do it. i knew it had something to do with thos commands just didnt kno how to put it. thanx A great place to start Autoit 1-2-3
Simucal Posted April 16, 2006 Posted April 16, 2006 I just wrote a pixelsearch aimbot with lots of methods. Check it out at:http://www.autoitscript.com/forum/index.php?showtopic=24784 AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
Valuater Posted April 16, 2006 Posted April 16, 2006 (edited) Simucal said: I just wrote a pixelsearch aimbot with lots of methods. Check it out at:http://www.autoitscript.com/forum/index.php?showtopic=24784@Simucal... very nicei wrote a smaller version..... gamebot builderhttp://www.autoitscript.com/forum/index.ph...amebot+builder#8) Edited April 16, 2006 by Valuater
Simucal Posted April 16, 2006 Posted April 16, 2006 Thats very cool Val. Curveball was actually going to be the flash game I used. AutoIt Scripts:Aimbot: Proof of Concept - PixelSearching Aimbot with several search/autoshoot/lock-on techniques.Sliding Toolbar - Add a nice Sliding Toolbar to your next script. Click the link to see an animation of it in action!FontInfo UDF - Get list of system fonts, or search to see if a particular font is installed.Get Extended Property UDF - Retrieve a files extended properties (e.g., video/image dimensions, file version, bitrate of song/video, etc)
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