All Projects → nicoco007 → LoL-Auto-Login

nicoco007 / LoL-Auto-Login

Licence: AGPL-3.0 license
Automatic login for League of Legends.

Programming Languages

C#
18002 projects
Inno Setup
370 projects

Projects that are alternatives of or similar to LoL-Auto-Login

league-toolkit
⚙️ A set of additional options for the updated League of Legends client.
Stars: ✭ 20 (-28.57%)
Mutual labels:  league-of-legends
Pyot
AsyncIO based high-level Python Riot Games API framework which encourages rapid development and clean, pragmatic design.
Stars: ✭ 56 (+100%)
Mutual labels:  league-of-legends
lcu-driver
🐍 Python3 interface for League of Legends Client API
Stars: ✭ 71 (+153.57%)
Mutual labels:  league-of-legends
trophy-hunter
Trophy Hunter is a League of Legends companion app for the Overwolf store
Stars: ✭ 21 (-25%)
Mutual labels:  league-of-legends
KBotExt
Application that sends custom requests to League of Legends LCU api
Stars: ✭ 86 (+207.14%)
Mutual labels:  league-of-legends
lol-replay
A collection of Go (golang) packages to record and play back League of Legends games from the spectator endpoint.
Stars: ✭ 61 (+117.86%)
Mutual labels:  league-of-legends
LoL-TFT-Champion-Masking
League Of Legends - Teamfight Tactics Champion Masking
Stars: ✭ 23 (-17.86%)
Mutual labels:  league-of-legends
golio
League of Legends API client written in Golang
Stars: ✭ 45 (+60.71%)
Mutual labels:  league-of-legends
lol-client-java-api
Simple library which provides access to internal League of Legends Client API.
Stars: ✭ 51 (+82.14%)
Mutual labels:  league-of-legends
LOL2D-ver1
League Of Legends in 2D - Web Game
Stars: ✭ 27 (-3.57%)
Mutual labels:  league-of-legends
onetricks.net
(WIP) kayn-powered (typescript node.js) ReasonReact app presenting you a dashboard of high ELO one trick ponies in League of Legends
Stars: ✭ 13 (-53.57%)
Mutual labels:  league-of-legends
LeagueReplayParser
C# library which can read some data from a .rofl file, and start a replay in the client. (no longer actively maintained)
Stars: ✭ 20 (-28.57%)
Mutual labels:  league-of-legends
OddAutoWalker
League of Legends External Orb Walker
Stars: ✭ 56 (+100%)
Mutual labels:  league-of-legends
league-bot
A League of Legends bot to level up accounts. For best results use the settings required settings in the code/README. This bot is designed for Windows computers.
Stars: ✭ 19 (-32.14%)
Mutual labels:  league-of-legends
lol-pick-ban-ui
Web-Based UI to display the league of legends champ select in esports tournaments.
Stars: ✭ 181 (+546.43%)
Mutual labels:  league-of-legends
lol-php-api
📦 League of Legends PHP API
Stars: ✭ 29 (+3.57%)
Mutual labels:  league-of-legends
lol launcher
League Of Legends 英雄联盟 启动器
Stars: ✭ 70 (+150%)
Mutual labels:  league-of-legends
LeagueAPI
League of Legends API & Data Framework in Swift
Stars: ✭ 50 (+78.57%)
Mutual labels:  league-of-legends
LOLPrediction
英雄联盟胜负预测
Stars: ✭ 31 (+10.71%)
Mutual labels:  league-of-legends
Camille
C# Riot API Library. Thread safe, automatic retries, autogenerated nightly releases.
Stars: ✭ 82 (+192.86%)
Mutual labels:  league-of-legends

This program is no longer maintained and will not work properly.

LoL Auto Login

Jenkins license GitHub release

Automatic login for League of Legends. See the official website page for more information.

Running LoL Auto Login requires the .NET Framework 4.5 Runtime. It is installed by default as of Windows 8. If you do not have it, you can download it from Microsoft's website.

Configuration

You can configure LoL Auto Login through the LoLAutoLoginSettings.yaml file in the Config directory.

  • login-detection:
    • debug (default: false) Enabling this option saves debug images to the Debug folder inside your home League of Legends folder for debugging purposes. You may be asked to enable this if you submit an issue.
    • low-threshold (default: 0) Low threshold for the Canny edge detector.
    • high-threshold (default: 20) High threshold for the Canny edge detector.
    • delay (default: 500) Number of milliseconds to wait before entering password. Can be useful if buttons aren't working in the League client (see this issue).
  • client-load-timeout (default: 30) How long to wait (in seconds) before giving up on searching for the client.
  • log-level (default: "info") How much stuff to log. Valid options are, in decreasing order of spamminess: trace, debug, info, warn, error, fatal.
  • log-to-file (default: true) Whether to log to file or not.
  • check-for-updates (default: true) Whether to automatically check for updates on startup or not.

Acknowledgements

LoL Auto Login uses the following 3rd party libraries:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].