Jump to content

question about au3record


Recommended Posts

hey

i wanted to record a little script for my game with the tool au3record. it records everything fine.. but the mousecoords arent accurately. i record everything i want it to do but if im running it its missing everything about some pixels ^^. heres a little example how my script will look like:

AutoItSetOption("MouseCoordMode", 2)

Global $Paused
HotKeySet("+5", "QUIT")
HotKeySet("+1", "BEFORE")
HotKeySet("+2", "AFTER")
HotKeySet("{DELETE}", "Terminate")

While 1
    Sleep(200)
Wend

Func BEFORE()

MouseClick("left",314,329,1)
MouseClick("left",300,375,1)
MouseClick("left",287,330,1)
MouseClick("left",300,375,1)
MouseClick("left",288,301,1)
MouseClick("left",300,375,1)
MouseClick("left",317,302,1)
MouseClick("left",300,375,1)
MouseClick("right",300,375,1)
MouseClick("left",244,365,1)

anyone knows what im doing wrong? thanks in advance.

vaze

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...