Jump to content

Recommended Posts

Posted

Ok I was wondering can autoit discern words on an icon? What if I want to auto start a game. Can it be possible to just click on the script and it will automatially click on the word ex. "Steam" even if I moved it anywhere on my desktop. I'm trying to figure this out because I was tired of moving icons around and then the mouseclick function doesnt click on the intended program anymore. Thanks.

Posted

heres how i run Counter Strike... used a gui with buttons, this should give a general idea if you havent gotten it yet :P

Case $msg = $1_Btn

Run("C:\Program Files\Steam\Steam.exe -applaunch 10")

Exit

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