Jump to content

Recommended Posts

Posted

Hey can anyone help me out i want my script to be able to click on a spot on the screen

wait like 2 seconds n click another spot then wait 2 seconds n go back to the last spot

how would i do this thanks

Posted

Hey can anyone help me out i want my script to be able to click on a spot on the screen

wait like 2 seconds n click another spot then wait 2 seconds n go back to the last spot

how would i do this thanks

While 1
Mouseclick("Left", X1, Y1)
Sleep(2000)
Mouseclick("Left", X2, Y2)
WEnd

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
  • Recently Browsing   0 members

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