Allows you to send colored messages in valorant.
- Method 1: Download the python file of the latest commit and execute it with a minimum version of
Python 3
. The terminal window have to stay opon all time. - Method 2: Download the latest executable file from releases inside the
.zip archive
and pressOK
after execting it. You may be warned from your antivirus, because the script simulate keyboard pressed, but its completly harmless.
- RSHIFT Key Press Detection
- Simulate
Ctrl+A
andCtrl+X
on you keyboard. - Read the clipboard and modify the content string to to color format. (Normaly used as tags, to render different colors)
- Write the edited content to your clipboard.
- Simulate
Ctrl+V
on your keyboard.
Yes and no. Since the patch on 08/07/2021
Riot Games filters all <
charcters out of the message when sending and receiving the message on a different client. This was client-side bypassed by replacing the <
through <
which is the representing this tag as HTML Entity
.
Only you can see the colors in your own messages now.