As most of the regular players know, the in-game auto clicking functionality (holding down the mouse button) buffs and rebuilds components more slowly than mashing on your mouse manually, making it effectively useless.
Below is a video demonstrating this:
https://www.youtube.com/watch?v=AySk1PNDtJUI asked a friend of mine to write a small application to solve this problem. It is an executable which runs in the background, and if GunsOfIcarusOnline is the focused window, it will generate mouse click events as long as you hold the button down. If you hold down the control key, it will disable itself until the control key is released. This is important to prevent it from disrupting certain guns (gatling, flamer, hwacha), and for menu navigation.
Download:
http://cesports.org/turboclickerHere is the source code in case you wish to modify or compile it yourself:
http://pastebin.com/YTy2CFAf