Sjorpha, on 01 February 2019 - 06:49 AM, said:
Such an approach has several problems:
- As with any automated system PGI would have to deal with false positives
- Gaming peripherals with serious macro functionality or macro-ing software - Logitech and AutoHotkey come to mind - actually allow to randomize input intervals without sacrifice to what the respective macro tries to do and ...
- ... even without such detailed fiddling Windows still isn't a real time OS and thus input intervals from looping macros will fluctuate without dedicated randomization
- attempting a server-side control is additionally subjected to the standard variations in packet travel times as well as dedicated attempts to manipulate those.
- Such controls always come at a computational and thus performance cost ... one that people - even those against macro usage - are more than likely not really willing to pay.
- trying to exercise a client-side control has technical limitations (for example normal process rights vs. elevated process rights that drivers can have) and bringt along legal ramifications as well once the software attempts to scan / control outside its own process space.
Sjorpha, on 01 February 2019 - 06:49 AM, said:
Automated enforcement isn't that plausible either.