This is a signed mouse driver used in popular paid Valorant aimbots. We reversed it and bypassed all of its authentication.
It was originally posted a few months ago, but the authentication was hardcoded (Windows build number, computer name, etc.). Through reversing we figured out and automated the entire authentication, no more hardcoded values.
Pretty simple, the provided usage handles everything. You just need to load the driver, and the usage should work out of the box. However note that this driver may not work on some versions of Windows 11.
Type cmd in the Windows Start menu, right-click on it, and select Run as admin.
Replace the path with the actual full path to the driver, and then run this command:
sc create salesto type=kernel binPath="C:\Path\To\salesto.sys"And lastly, run this command to load the driver:
sc start salesto