Recently I decided to rewrite HotkeyNet from the ground up because it has outgrown its simple script language. The new version has a much more powerful language with scoping of variables, flexible flow-control structures, genuine functions with call by reference and call by value, and the ability to send any chunk of code to any PC for remote execution at any time.

If that sounds technical, I'm describing it technically on purpose because I'm looking for testers right now who understand these things so they can give the new language a workout.

So far the basic foundation of the new language has been written with function calls, variables, scoping, and If-else blocks. Here's a page of documentation to give you an idea of what has been written:

Function Syntax in HKN2

The program doesn't have enough features yet to be used for multiboxing.

If you feel like downloading the new version and giving it a whirl, thanks in advance!

Download HKN2