Let me give you a simple AHK script to Q click faster.
What it does? Well, it will Left Click automatically after you press your Q click button. So for example if your Q click key is Q, it will do: Q > Left Click instead of just Q. Enabling you to kite easily while having your auto-attack range.
Code:
KEY = r ; YOUR Q CLICK KEY HERE #IfWinActive League of Legends Hotkey, %KEY%, QClick QClick: Send, %KEY% Click