Jump to content

Getting AutoIt to Auto Click Coordinates on WarRock


Exploite
 Share

Recommended Posts

I'm trying to get an AutoIt script working with the game WarRock, by pressing 3 simple coordinates. The trouble I have is when I use the script it works, but when I open WarRock, it stops. However, when I press CTRL + ALT + DEL, it starts working, but is not clicking on WarRock, it just looks like it is.

Here is the script I'm using, which I'm 100% sure is wrong because I'm a first time user of AutoIt, and it doesn't work obviously:

If WinActive("WarRock") Then

MouseClick("left",258,114,2,2)

MouseClick("left",460,420,2,2)

MouseClick("left",514,449,2,1)

EndIf

Please tell me how to get AutoIt working with a game like this. My computer screens resolution is 1024x768, but in-game I use 640x480.

And if any of the veteran coders out there could, either send me the script to make it work to my e-mail: audiological1993@yahoo.com or teach me how to make it work.

Edited by Exploite
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...