Jump to content

mouseclick but i dont want mouse move


Recommended Posts

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 :whistle:

Who have any solutions for me ?

Edited by squallA
Link to comment
Share on other sites

  • Moderators

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...