Skip to content
 
 

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Overview

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.

How to use it

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.

How to load the driver

1. Open Command Prompt as Admin

Type cmd in the Windows Start menu, right-click on it, and select Run as admin.

2. Create the Driver Service

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"

3. Start the Driver

And lastly, run this command to load the driver:

sc start salesto

About

A signed kernel mouse driver that moves the mouse toward the given X, Y coordinates.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages