Hi,
I'm a programmer and I wanted to give a try at creating a script but based on image recognition.
I was wondering the answers to these following questions:
1) Are there any user input integrity checks coded client-side?
2) If not, what is sent to the server?
- mouse locations every x ms?
- mouse clicks locations and timestamps?
- direct game data?
Basically I'm wondering if the client is sending EVERY key/mouse event or if it has event listeners client-side that trigger sending packets to the server.
3) What happens when you press a key in-game that is not registered in the settings? Are the settings of a given account stores locally or server-side? Can Riot know whether or not the key you pressed at any given time was or not linked with a game key?
I think that's it, ty!