Jump to content

Faq


Jon
 Share

Recommended Posts

Sounds pretty simple to me and to anyone that has used Autoit for a while but "How do I compile a script with a custom icon?"

Expand that just a bit to cover the GUI compiler in general. I've seen a lot of people not even realizing there is a compiler outside the context menu "Compile" item...
Link to comment
Share on other sites

Can I use AutoIt to play my games for me?

just one example of an answer: (hacked from Jon)

"There are those who frown on the use of AutoIt in this way (AutoIt has been classed as a virus many times purely because of malicious bots)

Despite how it appears on the gaming sites, AutoIt is a scripting language and was never "designed" to make bots.

Programs to let you cheat in games are far more readily available on the web and easier to use. Ex: http://bots.gamerscove.net"

Edited by scriptkitty

AutoIt3, the MACGYVER Pocket Knife for computers.

Link to comment
Share on other sites

Here's what I recall observing:

  • Yeah, variables and quotes--especially with Run/RunWait

  • Generating a random letter of the alphabet--been asked at least thrice

  • Counting the number of times a loop executes--also asked a lot; lack of Goto statment is maybe another one

  • UBound!!! People who should know better :whistle: have asked about finding array dimensions and number of elements

  • Send--questions about how to send Ctrl and Shift, etc

  • exiting from User-defined functions--use 'Return' not 'Exit'

  • Recursion, perhaps
Note: Some of these I can put in the appropriate function docs.... Edited by CyberSlug
Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
Link to comment
Share on other sites

  • Developers

these pop in my mind:

- How to run a dos program -> run(@comspec & ' /c ".............." ')

- How to open a WebPage -> Run ("explorer.exe http://myurl.com")

- Change icon at compile time

- How to stop/interrupt a program -> SetHotKey

- Iam getting Recursion level has been exceeded-AutoIt will quit prevent stack overflow -> show proper method way to use funcendfunc

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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