- Notifications
You must be signed in to change notification settings - Fork0
Reveal summoner names in champ select.
License
stuartgrubb/Illuminate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Following the implementation of Vanguard, Riot Games are now suspending players using third-party lobby revealers. SeeTweet.
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 theReleases 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 fromReleases.
Run the command below in PowerShell to install theps2exe 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.
About
Reveal summoner names in champ select.