Table of Contents

CloudAHK Sandbox

The CloudAHK code runner sandbox is a service by Geek (GeekDude) that allows you to run a variety of AutoHotkey code in a simulated Windows environment, and see the results returned by MsgBox commands.

Check out the source code of the service on Github.

AutoHotkey v1

AutoHotkey v2

Converter

Attempt to convert AHKv1 syntax to AHKv2 using the AHK-v2-script-converter project.

Compiler

Compile C code to an AHK-compatible loader function.