squallA Posted March 2, 2007 Posted March 2, 2007 (edited) First, sorry for my english. Second, i've learn auto for some week. ------------------------------------------- My code : If BitAnd(GUICtrlRead($Checkbox_9),$GUI_CHECKED) = $GUI_CHECKED then MouseClick("Left",227,552,1,10.001) ControlSend("SRO_Client","","",@CR&GUICtrlRead($Input_1)&@CR&@CR,1) Sleep(GUICtrlRead($Input_4)*1000) EndIf My script good work but when mouse click at 227,552 . It moved to there -> I don't want that =,= ! i only want click at coordinates, I don't want mouse move ! You know me ??? I am coding an autoplay for a game Who have any solutions for me ? Edited March 2, 2007 by squallA
Moderators SmOke_N Posted March 2, 2007 Moderators Posted March 2, 2007 ControlClick() ClickInControl() ... Search Examples Forum for it _MouseClickPlus() ... Search Examples Forum 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