kcd-clan Posted July 3, 2006 Posted July 3, 2006 If your mouse is down in a location then do function? Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone()
Josbe Posted July 3, 2006 Posted July 3, 2006 If your mouse is down in a location then do function?Be more explicit. The mouse over a button, link, image? AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
kcd-clan Posted July 3, 2006 Author Posted July 3, 2006 dose it matter I need if it is within bounds Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone()
w0uter Posted July 3, 2006 Posted July 3, 2006 (edited) mousegetpos Edited July 3, 2006 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
kcd-clan Posted July 3, 2006 Author Posted July 3, 2006 thats not what i asked. I need if mouse down not if in bounds. Visit mEMy programs made.Iul - IulG-V Console - G-V Console_RandomLetter - _RandomLetter()Saftey Kill - Saftey Killcolorzone() = colorzone()
w0uter Posted July 3, 2006 Posted July 3, 2006 ispressed My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Simucal Posted July 3, 2006 Posted July 3, 2006 (edited) Not in bounds. You mean, in a certain rectangular area on the screen? Just use mouse get pos, and check its coordinates. If xpos > 0 and xpos < 10 and ypos > 0 and ypos < 10 Then do something, bla bla bla. Also, next time.. take a little more time to formulate your question. A few more sentences from you can alleviate a lot of confusion and make it easier for people to answer your questions. EDIT: I see NOW that, you wanted to know if the mouse button was pressed down. Use _IsPressed like w0uter said. Edited July 3, 2006 by Simucal 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