Following the implementation of Vanguard, Riot Games are now suspending players using third-party lobby revealers. See Tweet.
Illuminate is a PowerShell script that queries the LCU API to reveal your team's summoner names in champ select.
It contains a small GUI that displays summoner names and includes prepopulated links for OP.GG, U.GG, and Porofessor. No need to copy and paste!
An executable is available for download in the Releases section.
You can also copy and paste the code within Illuminate.ps1 and simply run in it in PowerShell.
This script can be converted into an executable through the following steps.
-
Download a copy of the source code from Releases.
-
Run the command below in PowerShell to install the ps2exe module.
Install-Module -Name ps2exe
- Convert the script into an executable by running the 'Invoke-ps2exe' command below.
Invoke-ps2exe .\Illuminate.ps1 .\Illuminate.exe -NoConsole -iconFile .\Icon.ico
Illuminate is not endorsed by or affiliated in any way with Riot Games. Use at your own risk.