Jump to content
  • Announcement

    The HyperSpin 2 beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

AHK Knowledge


DonCorleon

Recommended Posts

Posted

I don't think any of us learned from a book, if there even is one. You start small, using example scripts from the ahk docs, then edit those to do something else. You just have to hop in, get your hands dirty, use the docs, and have an idea of what you want to do. When I first started, I was making game bots.

Posted

AHK documentation, lots of looking at other scripts, finding script snippets on the AHK forum, looking at the source for HL.. and getting your hands dirty. That's how I've done it.

Posted

Just try to make a small program.

Like moving files from one place to another if you press a key. You can have a lot of examples on the documentation on how to make it work, just search for autohotkey file move, folder create,...

After that make everything on your code dependable of variables.

After that go to something more difficult, using functions to make the same things.

As soon as you understand this, you are able to do anything.

Just get any code and try to read. You will get very fast as everything works.

Script languages are very easy because they work as you read them. One line after the other.

Good rule. Choose to make a small program that you would like to have and start trying. You will not understand how somethings work at the beginning, but very soon you will have control on everything.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...