懒得添加桌面图标,下载发布的exe直接双击运行,配置后会在同目录产生config.db配置数据文件
功能概述 | 功能概述 |
---|---|
🎉 自动接受对局 | 自动接受对局 |
🎉 自动禁用英雄 | 按照列表顺序优先禁用英雄,也可根据列表随机禁用英雄 |
🎉 自动选择英雄 | 排位赛根据游戏中真实位置选择英雄,匹配模式根据设置的位置选择英雄,根据列表顺序选择,也可根据位置列表随机选择 |
🎉 自动设置预设符文 | 根据选择英雄的配置预设符文,预设符文由符文页页面管理 |
编写这个工具的主要原因有:
1、已经接受对局了,老婆让我去晾衣服🫠🫠🫠
2、和朋友玩儿匹配的时候抢英雄😁😁😁
3、基本没有画过桌面客户端,随便回忆下学的内容🤔🤔🤔
https://discord.com/channels/
swagger:https://www.mingweisamuel.com/lcu-schema/tool/#/
https://hextechdocs.dev/getting-started-with-the-lcu-websocket/
PoniLCU:https://github.com/Ponita0/PoniLCU
https://github.com/real-web-world/hh-lol-prophet/blob/main/services/lcu/api.go
https://github.com/Terevenen2/LOL-Client-TOOL/blob/avalonia/MainWindow.axaml.cs
https://github.com/XHXIAIEIN/LeagueCustomLobby
英雄列表:https://game.gtimg.cn/images/lol/act/img/js/heroList/hero_list.js
头像地址:https://game.gtimg.cn/images/lol/act/img/champion/Annie.png
英雄详情信息:https://game.gtimg.cn/images/lol/act/img/js/hero/1.js
装备信息:https://game.gtimg.cn/images/lol/act/img/js/items_ext/items_ext.js
符文信息:https://game.gtimg.cn/images/lol/act/img/js/runeList/rune_list.js
数据分析:https://www.op.gg/
获取启动信息 wmic process where name='LeagueClientUx.exe' GET commandline
找到参数--remoting-auth-token、--app-port