Category: AHK Scripts

  • StarCraft 2 1 button attack click macro

    I hate the fact that you have to right click to move and A left click to attack click so I wrote a simple macro to attack click with a mouse thumb button. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input  ; Recommended for new scripts due to its superior…

  • AHK 1 Button Toggle Script

    This is a simple script I use when I want to have a button preform a different in-game action each time it’s pressed. An example was from Darkfall, I used the TAB key to cycle between two different rank 50 nuke spells. To use I would just tab and left click, tab and left click.…