Category: Programming
-
Affiliate Link Generator
Taking the UGLY out of default Amazon Affiliate Links I’ve always hated the default affiliate links generated by amazon. After many a sleepless hours of research I was pleased to stumble apon an article written by Lynn Terry that perfectly addressed the issue for me. Lynn does an excellent job breaking down the basics of…
-
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.…