Jump to content

Recommended Posts

Posted

I am trying to create a little macro for a game I use where the clicking becomes tedious. I simply need the mouse to click at a certain point, then another point right after that, wait a few seconds and then repeat it. So far I'm not having much luck following the tutorials. I created a little script, but it keeps giving me errors.

 

This is my script thus far:

 

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.14.5
 Author:         myName

 Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

MouseMove ( 977, 828 [, speed = 10] )
MouseClick($MOUSE_CLICK_LEFT, 757, 828, 1)
MouseClick($MOUSE_CLICK_LEFT, 977, 828, 1)

 

Can anyone tell me what I'm doing wrong?

  • Moderators
Posted (edited)

Yes, you are violating the Forum rules. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

The Moderation team

Edited by JLogan3o13

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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