Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroHeavenVN committed Aug 11, 2024
1 parent f7acf0a commit cb47a7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AccountManager/DragonBoyManager/MainController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ public async Task OpenAccount(Account account)
account.process = new Process();
account.process.StartInfo.FileName = "Dragon ball_237b.exe";
if (account.isUseProxy && Options[1] == "T")
account.process.StartInfo.Arguments = $"--ID {account.ID} --username {account.Username.Trim()} --password {account.Password.Trim()} --server {account.Server.ToString().ToLower().Replace(" ", "")} --options {Options[0] + "|" + Options[1] + "|" + Options[2] + "|" + Options[3]} --isUseProxy {account.isUseProxy.ToString()} --proxy {account.ProxyInfo.Trim()} --size {account.SizeScreen.Trim()} --uuid {"username:" + CheckInfo.t1 + "," + CheckInfo.t.Trim()}";
account.process.StartInfo.Arguments = $"--ID {account.ID} --username {account.Username.Trim()} --password {account.Password.Trim()} --server {account.Server.ToString().ToLower().Replace(" ", "")} --options {Options[0] + "|" + Options[1] + "|" + Options[2] + "|" + Options[3]} --isUseProxy {account.isUseProxy} --proxy {account.ProxyInfo.Trim()} --size {account.SizeScreen.Trim()} --uuid {"username:" + CheckInfo.t1 + "," + CheckInfo.t.Trim()}";
else
account.process.StartInfo.Arguments = $"--ID {account.ID} --username {account.Username} --password {account.Password} --server {account.Server.ToString().ToLower().Replace(" ", "")} --options {Options[0] + "|" + Options[1] + "|" + Options[2] + "|" + Options[3]} --isUseProxy {account.isUseProxy.ToString()} --size {account.SizeScreen} --uuid {"username:" + CheckInfo.t1 + "," + CheckInfo.t.Trim()}";
account.process.StartInfo.Arguments = $"--ID {account.ID} --username {account.Username} --password {account.Password} --server {account.Server.ToString().ToLower().Replace(" ", "")} --options {Options[0] + "|" + Options[1] + "|" + Options[2] + "|" + Options[3]} --isUseProxy {account.isUseProxy} --size {account.SizeScreen} --uuid {"username:" + CheckInfo.t1 + "," + CheckInfo.t.Trim()}";
account.process.Start();
SocketServer.waitingAccounts.Add(account);
while (account.process.MainWindowHandle == IntPtr.Zero)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ Hướng dẫn sử dụng được lưu tại thư mục [`Files`](Output/Files
- Người chia sẻ file gốc, 500k của bạn đã được tiêu xài một cách hợp lý!

---
__Bạn có thắc mắc hay gặp phải vấn đề? Hãy cho mình biết! Bạn có thể tạo issue tại đây hoặc yêu cầu trợ giúp trong [Server Discord](https://discord.gg/ekMDKCa5jQ).__

`NƠI ĐÂY ĐÉO PHẢI THIÊN ĐÌNH, XIN ĐỪNG ẢO TƯỞNG MÌNH LÀ THƯỢNG ĐẾ!!!` - ThanhLC
1 change: 1 addition & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ The usage guide is stored in the [`Files`](Output/Files/) directory.
*__<u>Notes for foreigners who bought the license to use this program:</u>__ Your money has been spent in the wrong place. ThanhLC doesn't deserve the money he made from selling other people's hard work. In fact, many features in this mod were originally made by me and other contributors of the [Dragonboy CommunityMod](https://github.com/pk9r327/Dragonboy/tree/legacy) project.*

---
__If you come across any issues, let me know! You can create an issue here or request help in [My Discord server](https://discord.gg/ekMDKCa5jQ).__ The main language is Vietnamese, however you can use the Translator bot to translate your message or use English without hesitation.

`NƠI ĐÂY ĐÉO PHẢI THIÊN ĐÌNH, XIN ĐỪNG ẢO TƯỞNG MÌNH LÀ THƯỢNG ĐẾ!!!` - ThanhLC

0 comments on commit cb47a7d

Please sign in to comment.