I think this is pretty much self-explanatory right?
Just a simple valorant logitech script, that's it. Works pretty much on any guns like Vandal, Phantom, Odin, Ares, Spectre etc.
How to set up profile?
Open Logitech Gaming Software
Make sure mouse is set to Automatic Game Detection
Go to Profiles page and make a new profile
Click on the "+" button and find for VALORANT-Win64-Shipping.exe
(By default, it should be in this directory C:\Riot Games\VALORANT\live\ShooterGame\Binaries\Win64)
Tick on "Lock profile while game is running" and press OK
It should look like this:
How to import the script? THERE'S 2 WAYS OF IMPORTING THE SCRIPT 1. Code Import
Right click your Valorant profile in LGS and click on Scripting
On the top left of Scripting tab, click on Script > Import... and find for SimpleValorantLogitechScript.lua
Press Ctrl + S to save your script
2. File Import:
Right click your Valorant profile in LGS and click on Scripting
Insert this code and change the directory in the code to match where your SimpleValorantLogitechScript.lua is
Code:
data = dofile[[C:\Users\XXX\Downloads\SimpleValorantLogitechScript.lua ]]
Press Ctrl + S to save your script
Default Keybinds = G5/5 on your Logitech mouse (Press G5 to enable script and again to disable)
Note:
* in-game sensitivity: 0.6
* scoped sensitivity multiplier: 0.999
* mouse sens: 1200dp
You can change the script keybind to other mouse buttons by changing the "5" in your code on line 8 to any key you wish
Code:
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then
I think this is pretty much self-explanatory right?
Just a simple valorant logitech script, that's it. Works pretty much on any guns like Vandal, Phantom, Odin, Ares, Spectre etc.
How to set up profile?
Open Logitech Gaming Software
Make sure mouse is set to Automatic Game Detection
Go to Profiles page and make a new profile
Click on the "+" button and find for VALORANT-Win64-Shipping.exe
(By default, it should be in this directory C:\Riot Games\VALORANT\live\ShooterGame\Binaries\Win64)
Tick on "Lock profile while game is running" and press OK
It should look like this:
How to import the script? THERE'S 2 WAYS OF IMPORTING THE SCRIPT 1. Code Import
Right click your Valorant profile in LGS and click on Scripting
On the top left of Scripting tab, click on Script > Import... and find for SimpleValorantLogitechScript.lua
Press Ctrl + S to save your script
2. File Import:
Right click your Valorant profile in LGS and click on Scripting
Insert this code and change the directory in the code to match where your SimpleValorantLogitechScript.lua is
Code:
data = dofile[[C:\Users\XXX\Downloads\SimpleValorantLogitechScript.lua ]]
Press Ctrl + S to save your script
Default Keybinds = G5/5 on your Logitech mouse (Press G5 to enable script and again to disable)
Note:
* in-game sensitivity: 0.6
* scoped sensitivity multiplier: 0.999
* mouse sens: 1200dp
You can change the script keybind to other mouse buttons by changing the "5" in your code on line 8 to any key you wish
Code:
if (event == "MOUSE_BUTTON_PRESSED" and arg == 5) then