Am I allowed to bind "move champion" to my mouse wheel?
I don't mean my middle button, I mean the wheel up and down.
My problem is, I get tired of clicking so much. You have to click several times a second to get your champion to turn quickly. It hurts my hand.
I'd like to use AutoHotKey to make it so that when I held down the mouse button, it clicked ten times a second (like this). But from what I've read, this would be considered cheating, as the program is then sending commands to the game automatically.
So what about binding "move champion" to mouse wheel up and mouse wheel down, so I can move my champion quickly by constantly scrolling up and down? It still requires AutoHotKey (or maybe modifying input.ini), but in this case, the action isn't automatic, it's 1-to-1: 1 scroll wheel "click" equals 1 movement order.