Jump to content

Recommended Posts

Posted (edited)

Hello. I had written a couple of simple scripts, and now I´m trying to figure out how to manage to turn off the wireless radio of my router with autoit. I could do it but I´m not satisfied with mouse movements.

ShellExecute ("http://192.168.1.1")
MouseClick("left",280,137,1)
WinWaitActive("TP-LINK - Mozilla Firefox","")
MouseClick("left",54,287,1)
MouseClick("left",349,471,1)
MouseMove(619,316)
MouseDown("left")
MouseMove(613,516)
MouseUp("left")
MouseClick("left",403,502,1)

I own TP Link TL-WR340G.

Any idea will be welcome.

Thank you.

Edited by LG0000

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