Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Reveal summoner names in champ select.

License

NotificationsYou must be signed in to change notification settings

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. SeeTweet.

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 theReleases 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 fromReleases.

  2. Run the command below in PowerShell to install theps2exe 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.


[8]ページ先頭

©2009-2025 Movatter.jp