diff options
Diffstat (limited to 'grapher/ReadMe/ReadMe.md')
| -rw-r--r-- | grapher/ReadMe/ReadMe.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/grapher/ReadMe/ReadMe.md b/grapher/ReadMe/ReadMe.md new file mode 100644 index 0000000..1d0c282 --- /dev/null +++ b/grapher/ReadMe/ReadMe.md @@ -0,0 +1,14 @@ +# Raw Accel + +Raw Accel is a Windows 10 64-bit kernel driver which allows for the acceleration, or other modification, of mouse input in the raw input stream. It started as a replacement for the InterAccel program and Intercept driver, and has been extended with more acceleration types, charts, and other features. + +## Anti-Cheat Friendly + +Raw Accel will be signed to run as a fully trusted driver. It modifies mouse input only by a constant set of formulas and parameters, and has a one-second delay on writing settings to the driver, so it cannot be used to cheat. + +## Development + +Development of Raw Accel is ongoing at https://github.com/a1xd/rawaccel. Being a signed driver, the guts of the Raw Accel driver will be updated infrequently. The GUI can be updated as often was we like, however, so please let us know if you find any bugs. + +## Further Help +For an overview of everything Raw Accel has to offer, please see the guide (guide.md). For a list of frequently asked questions, please see the FAQ (FAQ.md).
\ No newline at end of file |