Jump to content

Recommended Posts

Posted

Hi, i am trying to make Autoit click something and then it press down for 1 Second but it always goes in a different place

The mouse always goes in the same place like i want it but it doesnt stop in the same place.

Abit of my Script

Mousemove(836, 540, 10000)

sleep (1000)

MouseDown("left")

sleep (800)

MouseUp("left")

sleep (500)

MouseDown("left")

sleep (700)

MouseUp("left")

sleep (1000)

MouseDown("left")

sleep (600)

MouseUp("left")

sleep (1100)

MouseDown("left")

Send("{Down}")

MouseUp("left")

Please help imm trying to Stage my Car it always in Difrent places

Posted

No, Not that it Moves the mouse in the right place but it wont do the same thing everytime like mouse will go same place but it wont do the same thing like it wont put the car in the same place all the time.

,thx

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
×
×
  • Create New...