NoSafeWord / league-of-legends-ranked-name-exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

League of Legends Ranked Name Exploit

Ranked Que

What is this?

Simple python script containing a single function that uses LCU endpoints to return a list of player names from your queue even if they are hidden like in ranked.

Undetected?

Yes

For users

  1. Install python3
  2. Create a python3 venv (for windows)
  3. Download as zip and extract files into the same directory
  4. Open a terminal to the directory (Right click > Open terminal )
  5. Install the requirements: pip install -r requirements.txt (only have to run once)
  6. Run python3 name_exploit.py during champion select every time you want to get player names
  7. Profit

Output is multi search ready for op.gg / u.gg ...

NOTE:

Names are unordered since the endpoint returns an unordered byte encoded json string array mess, meaning that the order of the names form the script are not aligned with the actual player names in the lobby.

For devs

idk ... u know what u r doing anyways ...

About


Languages

Language:Python 100.0%