I'll be posting various scripts here I have made. The idea is this will help some people learn AHK better by going through the source. The simple scripts are well commented to help people understand each line more clearly. Unfortunately, I do not have the time to go through a 100+ line program and comment every line. Feel free to suggest a script and if I like it then I'll think about making it.
NumPad Dialer
Source Code: http://pastebin.com/m5846b686 (commented)
Function: Turns your number pad into a "phone". Set different programs with different numbers.
Demonstrates: Functions, ".=" (Appending), Run
SNES Downloader
Source Code: http://pastebin.com/m41c5d7dd (not commented)
Function: Download Super Nintendo Games without a browser. Just type in the name of the game and hit enter to download.
Demonstrates: GUI commands, #IfWinActive hotkey, UrlDownloadToFile, various File commands, RegExMatch(), various String commands
IRC Art
Source Code: http://pastebin.com/m7709df84 (not commented)
Function: Click checkboxes to create images and then convert that to "IRC Art".
Demonstrates: GUI commands, advanced loops, #IfWinActive hotkey, various File commands
Trick Functions
Source Code: http://pastebin.com/m4e41c705 (slightly commented)
Function: Various function I made for use in bots.
Demonstrates: Functions, Random command, ":= and .="
Newgrounds Music Ripper
Source Code: http://pastebin.com/m2eef9c9d (not commented)
Function: Downloads the top songs from Newground's Audio Portal, Video game section (easily changed)
Demonstrates: TrayTip, RegExMatch(), various String commands, UrlDownloadToFile
Image Resizer
Source Code: http://pastebin.com/m87df66c (not commented)
Function: Very simple image resizer, nothing advanced.
Demonstrates: GUI commands and subroutines, Menus, Mouse wheel hotkeys
Clipboard Logger
Source Code: http://pastebin.com/7HBRQ13T (commented)
Function: Logs clipboard contents in a text file.
Demonstrates: OnClipboardChange, FileAppend, "if var is type", #Persistent


LinkBack URL
About LinkBacks
Reply With Quote
<------- is old and overrated.