Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Starlight spark patch 2 #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
# Auto Accept Matchmaking

Đây là đoạn code giúp tự động chấp nhận trận đấu trong trò chơi League of Legends.

## Cách sử dụng

- Chạy trò chơi League of Legends.
- Chạy đoạn code trên.
- Nếu thành công, bạn sẽ nhận được thông báo "Auto accept đang chạy".
- Khi có thông báo chấp nhận trận đấu, đoạn code sẽ tự động chấp nhận và hiển thị thông báo "Auto accept đang chạy.".

## Yêu cầu

- Python 3.x
- Cài đặt các thư viện: `os`, `base64`, `requests`, `time`, `urllib3`, `logging`.

## Lưu ý

- Đoạn code chỉ hoạt động khi trò chơi League of Legends đang chạy.
- Nếu không thể chấp nhận trận đấu, đoạn code sẽ hiển thị thông báo "Không thể chấp nhận trận đấu".
!
2 changes: 1 addition & 1 deletion accept.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_key_and_port():
port = result.split("app-port=")[2].split('"')[0]
return key, port
except:
LOGGER.error("Không thể lấy được key và port")
LOGGER.error("startKhông thể lấy được key và port")
return None, None


Expand Down