-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
10 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
# LCU | ||
# Random Skin Selector | ||
|
||
If you want to make your own wrapper | ||
|
||
### Lockfile | ||
/Applications/League\ of\ Legends.app/Contents/LoL/lockfile | ||
|
||
``` | ||
# --install-directory | ||
# `ps x -o args | grep 'LeagueClientUx'` | ||
$ ps -A | grep "RiotClientUx" | ||
# View swagger | ||
$ curl -u riot:your-token-here --basic --insecure https://localhost:56970/swagger/v1/api-docs | ||
``` | ||
Download the release and simply run the application. | ||
It will wait until it can connect to the game client. | ||
Once you pick a character it'll pick a random skin after 3 seconds. |