Jump to content

Question regarding autoit


 Share

Recommended Posts

in most cases yes... depending on what you are wanting to do.

[u]Helpful tips:[/u]If you want better answers to your questions, take the time to reproduce your issue in a small "stand alone" example script whenever possible. Also, make sure you tell us 1) what you tried, 2) what you expected to happen, and 3) what happened instead.[u]Useful links:[/u]BrettF's update to LxP's "How to AutoIt" pdfValuater's Autoit 1-2-3 Download page for the latest versions of Autoit and SciTE[quote]<glyph> For example - if you came in here asking "how do I use a jackhammer" we might ask "why do you need to use a jackhammer"<glyph> If the answer to the latter question is "to knock my grandmother's head off to let out the evil spirits that gave her cancer", then maybe the problem is actually unrelated to jackhammers[/quote]

Link to comment
Share on other sites

Thank you =)

Alright, so I've checked out the helpfile, it's pretty sweet. I found the mouse simulation functions, good and all. Is there a specific place I need to look for instruction on placing delays and loops? Also, where would I find the function that allows it to run in x app vs y app, or is that dependant on where you place the script? (Like if I put the script in a WoW folder, is it going to know to run it for that application)

Yeah, total newb I know, but I'm learning!

Link to comment
Share on other sites

Loops can be found in "Loop Statements", if you want your commands to run in a spelcial window then you have to use commands that have a parameter for that, like ControlSend(), ControlClick() etc....

Link to comment
Share on other sites

ok, ok... wait a sec...

you want an autoclicker that clicks on something that isn't actually on screen...? can you do that normally...?

if you want the cursor to click on something, the cursos actually has to be on it... >_>

You con't need the cursor to click on stuff, see ControlClick()
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...