Skip to content

stuartgrubb/Illuminate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image Illuminate

Warning

Following the implementation of Vanguard, Riot Games are now suspending players using third-party lobby revealers. See Tweet.

About

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!

Preview

GitHub Image

Where can I download Illuminate?

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.

How can I compile it myself?

This script can be converted into an executable through the following steps.

  1. Download a copy of the source code from Releases.

  2. Run the command below in PowerShell to install the ps2exe module.

Install-Module -Name ps2exe
  1. Convert the script into an executable by running the 'Invoke-ps2exe' command below.
Invoke-ps2exe .\Illuminate.ps1 .\Illuminate.exe -NoConsole -iconFile .\Icon.ico

Disclaimer

Illuminate is not endorsed by or affiliated in any way with Riot Games. Use at your own risk.