Jump to content

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.

"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music."

RocketLauncher's Official Home

If you appreciate my work:
donate_button.png

My Apps:
Window Logger
Idle Volume Adjuster
ExplorerRestorer
Rom Folder Cleaner
Module Updater
My Guides:
How To Mod Guncons with Aimtrak

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.

When asking for help for RocketLauncher, POST ON THE RLAUNCHER.NET FORUMS!

Also, please post your RocketLauncher.log with logging level set to troubleshooting in pastebin (set the log level in RocketLauncherUI, global system > General Settings -> RocketLauncher).

Ass. Bleasby - RocketLauncher Development Team.

Archived

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

×
×
  • Create New...