A Valorant API tool to modify your skin collection, Instant lock agents in matches and modify your rank!
This project is no longer maintained and due to game updates is not functional anymore. If you would like, you can use this as a base to create a similiar project with updated api requests.
Documentation for the Valorant Local API can be found here: https://valapidocs.techchrism.me/
For a better understanding of this project and the Valorant API, Visit here
- Agent Instant Locker
- Skin Changer
- Rank Editor
You can run / build the source or get the compiled release here!
Install the required dependencies using the following command:
npm i
Run the client side of the application using:
npm run dev
Run the application (server side) using the following command:
electron .
If electron is not installed on your device you can install it globally using npm i electron -g
🚧 Note : Follow the steps carefully
Install electron-builder
globally using npm i electron-builder -g
-
Run
npm run build
to compile the client side [Creates directory called "dist"]. -
Rename the directory
dist
tobuild
. -
Inside the
build
directory, open theindex.html
file and change the following (Append a "." to file locations): -
"/assets/icon-6261825a.ico"
-->"./assets/icon-6261825a.ico"
-
"/assets/index-5d0004af.js"
-->"./assets/index-5d0004af.js"
-
"/assets/index-40c62457.css"
-->"./assets/index-40c62457.css"
-
Run
npm run electron:build
in the directory to compile the electron app finally.
This tool just contacts the API to set your collection and may not change your skins ingame, However in rare chances the API may grant you the skins ingame due to issues in verifying whether you own the item or not.