Jump to content

Serious of mouseclicks and keyclicks


Recommended Posts

I try to use codes such as:

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Func gg()

MsgBox(0, "zomg", "=]")

EndFunc

Func mouse()

MouseClick( "left", 400 , 300 , 0,1 )

EndFunc

gg()

mouse()

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

it opens the msg box but doesn't do the click unless i close the box manually.

Link to comment
Share on other sites

I try to use codes such as:

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Func gg()

MsgBox(0, "zomg", "=]")

EndFunc

Func mouse()

MouseClick( "left", 400 , 300 , 0,1 )

EndFunc

gg()

mouse()

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

it opens the msg box but doesn't do the click unless i close the box manually.

Msgbox pauses the script execution until it's closed.

Edited by Paulie
Link to comment
Share on other sites

I try to use codes such as:

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

Func gg()

MsgBox(0, "zomg", "=]")

EndFunc

Func mouse()

MouseClick( "left", 400 , 300 , 0,1 )

EndFunc

gg()

mouse()

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

it opens the msg box but doesn't do the click unless i close the box manually.

Use the timeout and your MsgBox will closed without interaction after time.

MsgBox ( flag, "title", "text" [, timeout] )

Best Regards BugFix  

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