Are you looking for a place where you can use and modify pre-made scripts or use fully made program scripts for free? If so then your on the right website. The number of each free pre-made script samples on this website will be posted. Each of the free scripts samples on here will have a screen shot image posted on it below the name of it. If there is not a screen shot available for a script then "[No image]" will be posted below the name of the script sample.

New C++ and AHK usage section. 


Current numbers of "free to modify script samples" are "4"
Current numbers of "free to use are program scripts" are "0"


(Random Character Generator)

(Short/Long File location and name)

(Type And Show)

(Disable Windows Key/s)

[No image]

The programming script samples/templates on here are free but they are Not made by a professional, they are pre-tested before posted on to this website. It's recommended that before using any programming scripts from this website you do your own testing just to see if the script code sample you are looking at fits your needs.

About the programming script templates:

Free to modify scripts samples are scripts that can be modified and used for free. These AutoHotKey programming scripts were designed to be more of an free programming script templates . This means they are made to be modified. The sample scripts on this website are designed to be used with the program AutoHotkey. The scripts on here are kind of like templates. This means they will need to be edited some to work. They where made this way so you can customize the script to work the way you want. Think of the scripts samples on this website kind of like a starter kit, but in this case a starter script something very basic to give you ideas of what you may want to create.

Free to use program scripts are scripts that are not allowed to be modified without the permission of the programmer. These type of program scripts can be used for free. Think of this as Freeware.

News:

(8-24-08)

The New C++ and AHK usage section was added. Free C++ and AutHotKey source code examples that shows some ways of using C++ and AHK together.

(3-15-08)

This website had a minor upgrade done to it. Hopefully all visitors should be able quickly find out if the information they are looking for is on this website or not.

(3-5-08)

There was an error with viewing "GetLongShortFileNames" code online. It is now fixed.



(3-3-08)

The sample scriptRandom_Characters_Generatorwas added to the website. This sample scriptshows how to display all kind of random characters besides just numbers.

(2-5-08)

The script sample "DisableWindowskey--[Script Sample]" was improved to be a little more programmer friendly.Also the following code was removed.

Code:

RestartProgram:

reload
return

Exit:
ExitApp
return

Reason for removal:

unnecessary code