You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+25-6Lines changed: 25 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# PoroLobby
2
2
3
-
PoroLobby creates 5v5 Practice Tool with bots in League of Legends.
3
+
PoroLobby creates 5v5 Practice Tool with bots in League of Legends. This tool uses [lcu-driver](https://github.com/sousa-andre/lcu-driver) to access League Client API.
4
4
5
-
## How to use (Windows)
5
+
## How to use
6
+
7
+
### Easy way
6
8
7
9
Video guide:
8
10
(WILL BE ADDED)
@@ -15,16 +17,33 @@ Video guide:
15
17
16
18
### Advanced users (Win/Mac/Linux)
17
19
18
-
If you know Python, there's no need to run the exe file. Clone this repo, install requirements with `pip` and run `porolobby.py`.
19
-
This method should work for all platforms.
20
+
If you know Python, there's no need to run the exe file.
Use of this tool should not be bannable by Riot Games. That said, League of Poro provides no guarantee whatsoever. Use at your own risk!
42
+
This tool uses the official League Client API, and therfore the use of this tool should not be bannable by Riot Games. That said, League of Poro provides no guarantee whatsoever. Use at your own risk!
24
43
25
44
## License
26
45
27
-
This tool is distributed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)
46
+
This tool is distributed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.
0 commit comments