This commit is contained in:
Joaquin 2022-09-29 20:58:16 -06:00 committed by GitHub
parent b4d14fd9a9
commit f5b01e84d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 636 additions and 624 deletions

176
README.md
View File

@ -1,164 +1,12 @@
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">Getting Started</h1>
## Stable Release
1. Head over to the [releases page](https://github.com/Akebi-Group/Akebi-GC/releases)
2. Download the latest binaries
## Latest Release
1. Head over to the [Action](https://github.com/Akebi-Group/Akebi-GC/actions) page
2. Select the most recent workflow with a green checkmark ✔ (Choose your client version **GLOBAL/CN/BETA**)
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
3. Download Akebi-GC-release in the Artifacts section
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## Building from source
Check our wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### Usage
1. Ensure that `CLibrary.dll` is in the same folder that `injector.exe`.
2. Run `injector.exe`.
3. After the login page appeared, press F1 to open Akebi GUI.
<h1 align="center">Features</h1>
#### General
- Protection Bypass
- In-Game GUI
- Hotkeys
- Notifications
#### Player
- God Mode(Invincible)
- Attack Modifier: Multi-Hit/Target/Animation
- No Cooldown: Skill/Ultimate/Sprint/Bow
- Unlimited Stamina
- No Clip
#### World
- Auto Seelie
- Open Team Immediately
- GameSpeed
- Dumb Enemies
- Freeze Enemies
- Auto Destroy: Ores/Shields/Doodads/Plants
- Auto Loot/Open Chests
- Pickup Range
- Auto Talk
- Auto Tree Farm
- Auto Cook
- Fake Time
- Auto Fish
- Kill Aura
- Mob Vacuum
- Vacuum Loot
#### Teleport
- Chest/Oculi Teleport (Teleports to nearest)
- Map Teleport (Teleport to mark on map)
- Custom Teleport (Teleport through the list)
#### Visuals
- ESP
- Interactive Map
- Elemental Sight
- No Fog
- FPS Unlock
- Camera Zoom
- Chest Indicator
- Hide UI
- In-game Embedded Browser
- Enable Peeking
- Profile Changer: UID/Nickname/AR/WorldLevel/Avatar/Namecard
- Custom Weather
- Free Camera
- Paimon Follow
- Texture Changer
#### Debugging
- Entities Manager
- Position Info
- FPS Graph
- [Packet Sniffer](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">Demo</h1>
<details>
<summary>Map Teleportation</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>Noclip</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>TP to Oculi</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>TP to Chests</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>Rapid Fire</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>Auto Talk</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
Welcome to the short explanation for bug reporting
1. You found a bug.
2. Write down what happened, as well as your first thoughts on what you think caused it.
3. Can it be reproduced? Yes or no. If yes: Explain in as much clarity as possible. i.e what happens when the bug occurs and why it occurs.
4. Tell us which version you are using. copy the `SHA`/ Version Number of the latest commit when you built the mod. For example: `bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [Open an Issue(there's a template!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">Contributing</h1>
## Adding a feature
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. [Open a Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## Suggestions
Open an [issue](https://github.com/Akebi-Group/Akebi-GC/issues) with the title of the suggestion you want to make.
In the description, make sure it is **descriptive enough** so our devs can understand what you want and how you want it.
<p align="center">
<a href="#"><img width="500" height="500" src="https://i.imgur.com/B8WE1Dl.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
[EN](README_en-US.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">ANNOUNCEMENT:</h1>
We recently just received a DMCA takedown from HoYoverse. Me and Callow have decided to turn the source code for the latest version private and will be available to contributors only. I will only upload stable release on this repo, our [Discord](https://discord.gg/akebi), and [UnknownCheats](https://www.unknowncheats.me/forum/genshin-impact/512860-akebi-genshin-cheat.html).

164
README_en-US.md Normal file
View File

@ -0,0 +1,164 @@
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README_en-US.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">Getting Started</h1>
## Stable Release
1. Head over to the [releases page](https://github.com/Akebi-Group/Akebi-GC/releases)
2. Download the latest binaries
## Latest Release
1. Head over to the [Action](https://github.com/Akebi-Group/Akebi-GC/actions) page
2. Select the most recent workflow with a green checkmark ✔ (Choose your client version **GLOBAL/CN/BETA**)
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
3. Download Akebi-GC-release in the Artifacts section
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## Building from source
Check our wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### Usage
1. Ensure that `CLibrary.dll` is in the same folder that `injector.exe`.
2. Run `injector.exe`.
3. After the login page appeared, press F1 to open Akebi GUI.
<h1 align="center">Features</h1>
#### General
- Protection Bypass
- In-Game GUI
- Hotkeys
- Notifications
#### Player
- God Mode(Invincible)
- Attack Modifier: Multi-Hit/Target/Animation
- No Cooldown: Skill/Ultimate/Sprint/Bow
- Unlimited Stamina
- No Clip
#### World
- Auto Seelie
- Open Team Immediately
- GameSpeed
- Dumb Enemies
- Freeze Enemies
- Auto Destroy: Ores/Shields/Doodads/Plants
- Auto Loot/Open Chests
- Pickup Range
- Auto Talk
- Auto Tree Farm
- Auto Cook
- Fake Time
- Auto Fish
- Kill Aura
- Mob Vacuum
- Vacuum Loot
#### Teleport
- Chest/Oculi Teleport (Teleports to nearest)
- Map Teleport (Teleport to mark on map)
- Custom Teleport (Teleport through the list)
#### Visuals
- ESP
- Interactive Map
- Elemental Sight
- No Fog
- FPS Unlock
- Camera Zoom
- Chest Indicator
- Hide UI
- In-game Embedded Browser
- Enable Peeking
- Profile Changer: UID/Nickname/AR/WorldLevel/Avatar/Namecard
- Custom Weather
- Free Camera
- Paimon Follow
- Texture Changer
#### Debugging
- Entities Manager
- Position Info
- FPS Graph
- [Packet Sniffer](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">Demo</h1>
<details>
<summary>Map Teleportation</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>Noclip</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>TP to Oculi</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>TP to Chests</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>Rapid Fire</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>Auto Talk</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
Welcome to the short explanation for bug reporting
1. You found a bug.
2. Write down what happened, as well as your first thoughts on what you think caused it.
3. Can it be reproduced? Yes or no. If yes: Explain in as much clarity as possible. i.e what happens when the bug occurs and why it occurs.
4. Tell us which version you are using. copy the `SHA`/ Version Number of the latest commit when you built the mod. For example: `bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [Open an Issue(there's a template!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">Contributing</h1>
## Adding a feature
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. [Open a Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## Suggestions
Open an [issue](https://github.com/Akebi-Group/Akebi-GC/issues) with the title of the suggestion you want to make.
In the description, make sure it is **descriptive enough** so our devs can understand what you want and how you want it.

View File

@ -1,157 +1,157 @@
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">Hướng Dẫn Bắt Đầu</h1>
## Phiên bản ổn định
1. Truy cập vào mục [release](https://github.com/Akebi-Group/Akebi-GC/releases)
2. Tải về file chạy mới nhất
## Phiên bản mới nhất
1. Truy cập vào mục [Action](https://github.com/Akebi-Group/Akebi-GC/actions)
1. Chọn Publish trong mục workflow
1. Chọn workflow gần nhất được tích xanh ✔ (Lưu ý lựa chọn đúng phiên bản game **GLOBAL/CN/BETA**)
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. Tải về Akebi-GC-release trong mục Artifacts
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## Tự xây dựng từ mã nguồn
Tham khảo trang wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### Cài đặt
1. Hãy chắc chắn rằng file `CLibrary.dll` ở trong cùng folder với file `injector.exe`.
2. Chạy `injector.exe`.
3. Sau khi đăng nhập vào game, bấm F1 để hiển thị giao diện Akebi.
<h1 align="center">Tính Năng</h1>
#### Cơ bản
- Vượt chống can thiệp game
- Giao diện trong game
- Phím tắt
- Thông báo tính năng
#### Người chơi
- Bất tử
- Tăng sức tấn công: Đa mục tiêu/Mục tiêu cố định/Hoạt ảnh tấn công
- Không thời gian hồi: Chiêu E/Ulti/Chạy/Ngắm bắn
- Thể lực vô hạn
- Bay tự do xuyên tường
#### Thế giới
- Seelie tự động bay
- Thiết lập đội ngay lập tức
- Tốc độ game
- Quái không tấn công
- Đóng băng quái
- Tự động phá: Mỏ quặng/Giáp quái/Các vật dụng/Cây cối
- Tự động nhặt/Mở rương
- Nhặt đồ xa
- Hội thoại tự động
- Tự động chặt gỗ
- Tự động nấu ăn
- Giả thời gian
- Tự động câu cá
- Tự động giết quái
- Hút quái
- Hút item
#### Dịch chuyển
- Hòm/Thần đồng (Dịch chuyển đến nơi gần nhất)
- Dịch chuyển tức thời (Dịch chuyển đến đánh dấu trên bản đồ thế giới)
- Dịch chuyển tùy biến (Dịch chuyển theo danh sách)
#### Hình ảnh
- ESP (Nhìn xuyên tường vị trí của item,...)
- Bản đồ tương tác tích hợp
- Góc nhìn nguyên tố vô hạn
- Tắt sương mù
- Mở khóa FPS
- Thay đổi độ rộng góc nhìn
- Thông báo rương
- Ẩn giao diện
- Trình duyệt web trong game
- Nhìn trộm
- Thay đổi thông tin: UID/Nickname/Hạng mạo hiểm/Cấp thế giới/Avatar/Danh thiếp
- Thay đổi thời tiết
- Góc nhìn tự do
- Paimon đi theo
- Thay đổi Texture
#### Gỡ lỗi
- Quán lí Entities
- Theo dỗi vị trí
- Biểu đồ FPS
- [Packet Sniffer](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">Giới Thiệu</h1>
<details>
<summary>Dịch chuyển tức thời</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>Bay tự do</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>Dịch chuyển đến Thần đồng</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>Dịch chuyển đến Rương</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>Đánh liên hoàn</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>Hội thoại tự động</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Báo Cáo Lỗi</h1>
(VUI LÒNG SỬ DỤNG TIẾNG ANH!)
Những điều lưu ý trước khi báo cáo lỗi
1. Bạn tìm thấy lỗi.
1. Trình bày rõ ràng điều gì đã xảy ra, và bạn nghĩ do vấn đề nào gây ra.
1. Có thể thực hiện lại lỗi không? Có hoặc không. Nếu có: Hãy trình bày cách thực hiện rõ nhất có thể. Ví dụ: điều gì đã xảy ra khi gặp lỗi và tại sao.
1. Hãy cho chúng tôi biết phiên bản Akebi bạn sử dụng. Sử dụng mã `SHA`/ Số phiên bản của commit gần nhất phiên bản mà bạn sử dụng. Ví dụ: `bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
1. [Báo cáo lỗi](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">Đóng Góp Cho Dự Án</h1>
## Thêm tính năng
1. Fork dự án
1. Tạo Branch với tính năng của bạn (`git checkout -b feature/AmazingFeature`)
1. Commit thay đổi của bạn (`git commit -m 'Add some AmazingFeature'`)
1. Push lên Branch (`git push origin feature/AmazingFeature`)
2. [Tạo Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## Góp ý
(VUI LÒNG SỬ DỤNG TIẾNG ANH!)
Để đóng góp ý tưởng cho dự án hãy tạo một [issue](https://github.com/Akebi-Group/Akebi-GC/issues) với tiêu đề là ý tưởng bạn muốn.
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README_en-US.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">Hướng Dẫn Bắt Đầu</h1>
## Phiên bản ổn định
1. Truy cập vào mục [release](https://github.com/Akebi-Group/Akebi-GC/releases)
2. Tải về file chạy mới nhất
## Phiên bản mới nhất
1. Truy cập vào mục [Action](https://github.com/Akebi-Group/Akebi-GC/actions)
1. Chọn Publish trong mục workflow
1. Chọn workflow gần nhất được tích xanh ✔ (Lưu ý lựa chọn đúng phiên bản game **GLOBAL/CN/BETA**)
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. Tải về Akebi-GC-release trong mục Artifacts
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## Tự xây dựng từ mã nguồn
Tham khảo trang wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### Cài đặt
1. Hãy chắc chắn rằng file `CLibrary.dll` ở trong cùng folder với file `injector.exe`.
2. Chạy `injector.exe`.
3. Sau khi đăng nhập vào game, bấm F1 để hiển thị giao diện Akebi.
<h1 align="center">Tính Năng</h1>
#### Cơ bản
- Vượt chống can thiệp game
- Giao diện trong game
- Phím tắt
- Thông báo tính năng
#### Người chơi
- Bất tử
- Tăng sức tấn công: Đa mục tiêu/Mục tiêu cố định/Hoạt ảnh tấn công
- Không thời gian hồi: Chiêu E/Ulti/Chạy/Ngắm bắn
- Thể lực vô hạn
- Bay tự do xuyên tường
#### Thế giới
- Seelie tự động bay
- Thiết lập đội ngay lập tức
- Tốc độ game
- Quái không tấn công
- Đóng băng quái
- Tự động phá: Mỏ quặng/Giáp quái/Các vật dụng/Cây cối
- Tự động nhặt/Mở rương
- Nhặt đồ xa
- Hội thoại tự động
- Tự động chặt gỗ
- Tự động nấu ăn
- Giả thời gian
- Tự động câu cá
- Tự động giết quái
- Hút quái
- Hút item
#### Dịch chuyển
- Hòm/Thần đồng (Dịch chuyển đến nơi gần nhất)
- Dịch chuyển tức thời (Dịch chuyển đến đánh dấu trên bản đồ thế giới)
- Dịch chuyển tùy biến (Dịch chuyển theo danh sách)
#### Hình ảnh
- ESP (Nhìn xuyên tường vị trí của item,...)
- Bản đồ tương tác tích hợp
- Góc nhìn nguyên tố vô hạn
- Tắt sương mù
- Mở khóa FPS
- Thay đổi độ rộng góc nhìn
- Thông báo rương
- Ẩn giao diện
- Trình duyệt web trong game
- Nhìn trộm
- Thay đổi thông tin: UID/Nickname/Hạng mạo hiểm/Cấp thế giới/Avatar/Danh thiếp
- Thay đổi thời tiết
- Góc nhìn tự do
- Paimon đi theo
- Thay đổi Texture
#### Gỡ lỗi
- Quán lí Entities
- Theo dỗi vị trí
- Biểu đồ FPS
- [Packet Sniffer](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">Giới Thiệu</h1>
<details>
<summary>Dịch chuyển tức thời</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>Bay tự do</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>Dịch chuyển đến Thần đồng</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>Dịch chuyển đến Rương</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>Đánh liên hoàn</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>Hội thoại tự động</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Báo Cáo Lỗi</h1>
(VUI LÒNG SỬ DỤNG TIẾNG ANH!)
Những điều lưu ý trước khi báo cáo lỗi
1. Bạn tìm thấy lỗi.
1. Trình bày rõ ràng điều gì đã xảy ra, và bạn nghĩ do vấn đề nào gây ra.
1. Có thể thực hiện lại lỗi không? Có hoặc không. Nếu có: Hãy trình bày cách thực hiện rõ nhất có thể. Ví dụ: điều gì đã xảy ra khi gặp lỗi và tại sao.
1. Hãy cho chúng tôi biết phiên bản Akebi bạn sử dụng. Sử dụng mã `SHA`/ Số phiên bản của commit gần nhất phiên bản mà bạn sử dụng. Ví dụ: `bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
1. [Báo cáo lỗi](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">Đóng Góp Cho Dự Án</h1>
## Thêm tính năng
1. Fork dự án
1. Tạo Branch với tính năng của bạn (`git checkout -b feature/AmazingFeature`)
1. Commit thay đổi của bạn (`git commit -m 'Add some AmazingFeature'`)
1. Push lên Branch (`git push origin feature/AmazingFeature`)
2. [Tạo Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## Góp ý
(VUI LÒNG SỬ DỤNG TIẾNG ANH!)
Để đóng góp ý tưởng cho dự án hãy tạo một [issue](https://github.com/Akebi-Group/Akebi-GC/issues) với tiêu đề là ý tưởng bạn muốn.
Hãy **giải thích rõ ràng nhất** để những người phát triển dự án có thể hiểu ý tưởng của bạn.

View File

@ -1,153 +1,153 @@
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">入门教程</h1>
## 稳定版本
1. 前往[Releases](https://github.com/Akebi-Group/Akebi-GC/releases)頁面
1. 下载最新的版本
## 最新版本
1. 前往[Action](https://github.com/Akebi-Group/Akebi-GC/actions)介面
1. 选择[Publish](https://github.com/Akebi-Group/Akebi-GC/actions/workflows/main.yml)工作流程
1. 选择最近带有绿色对号(:heavy_check_mark:)的工作流程(注意选择自己客户端的版本 **GLOBAL:国际服/CN:国服/BETA:测试服**)。
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. 从 Artifacts 下载 Akebi-GC-release
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## 自行编译
请查看wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### 使用方法
1. 确认 `CLibrary.dll``injector.exe` 处在同一个文件夹内。
2. 运行 `injector.exe`.
3. 等到登录界面出现,按`F1`键打开`Akebi GUI`。
<h1 align="center">功能简介</h1>
#### 通用
- 过检测
- 游戏内界面
- 快捷键
- 通知
#### 玩家
- 上帝模式(无敌)
- 攻击模式修改: 多次攻击/多目标/多动画
- 无冷却: 技能/大招/冲刺/弓箭蓄力
- 无限体力
- 自由飞行模式
#### 大世界
- 仙灵自动归位
- 立即打开队伍
- 游戏全局加速
- 笨怪
- 冻结敌人
- 自动摧毁:矿石/护盾/杂物/植物
- 自动收集物品/开启宝箱
- 自定义拾取范围
- 自动交谈
- 自动砍树
- 自动烹饪
- 伪造时间
- 自动钓鱼
- 杀戮光环
- 吸怪
- 吸物
#### 传送
- 宝箱/神瞳传送(传送到最近的)
- 地图传送(大地图标点传送)
- 自定义传送(通过自定义列表传送)
#### 视觉效果
- 透视
- 互动地图
- 元素视野常驻
- 除雾
- FPS解锁
- 无限视距
- 宝箱探测
- 隐藏UI
- 游戏内浏览器
- 窥视模型不消失~~(色)~~
- 个人介面自定义: UID/名称/冒险等级/世界等級/角色/名片
- 天气自定义
- 灵魂出窍(自由視角)
- 派蒙不消失
- 材质模型替换
#### 调试
- 实体管理器
- 位置信息
- FPS曲线图
- [抓包工具](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">功能演示</h1>
<details>
<summary>地图传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>自由飞行</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>神瞳传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>宝箱传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>多重攻击</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>自动交谈</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
欢迎阅读如何提交`BUG`报告
1. 发现了一个`bug`。
2. 记下问题出现时发生了什么,以及你认为这是由于什么造成的。
3. 可以复现吗?可以或不可以。如果可以:尽可能的描述清楚问题发生时,发生了什么,开启了什么功能以及最可能的原因是什么。 ~~如果不可以:**就别报告了,建议重启**。~~
4. 告诉我们你使用的是哪一个版本。复制你编译的最新的提交的`SHA`或者版本号。例如:`bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [使用英文打开一个Issue(有提供模板!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">提交贡献</h1>
## 增加一个功能
1. Fork本项目
1. 创建一个新的功能分支(`git checkout -b feature/AmazingFeature`
1. 提交更改(`git commit -m 'Add some AmazingFeature'`
1. 推送Push更改到分支`git push origin feature/AmazingFeature`
2. [打开 Pull Request 并提交](https://github.com/Akebi-Group/Akebi-GC/pulls)
## 建议
用英文新建一个[Issue](https://github.com/Akebi-Group/Akebi-GC/issues)。
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README_en-US.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">入门教程</h1>
## 稳定版本
1. 前往[Releases](https://github.com/Akebi-Group/Akebi-GC/releases)頁面
1. 下载最新的版本
## 最新版本
1. 前往[Action](https://github.com/Akebi-Group/Akebi-GC/actions)介面
1. 选择[Publish](https://github.com/Akebi-Group/Akebi-GC/actions/workflows/main.yml)工作流程
1. 选择最近带有绿色对号(:heavy_check_mark:)的工作流程(注意选择自己客户端的版本 **GLOBAL:国际服/CN:国服/BETA:测试服**)。
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. 从 Artifacts 下载 Akebi-GC-release
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## 自行编译
请查看wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### 使用方法
1. 确认 `CLibrary.dll``injector.exe` 处在同一个文件夹内。
2. 运行 `injector.exe`.
3. 等到登录界面出现,按`F1`键打开`Akebi GUI`。
<h1 align="center">功能简介</h1>
#### 通用
- 过检测
- 游戏内界面
- 快捷键
- 通知
#### 玩家
- 上帝模式(无敌)
- 攻击模式修改: 多次攻击/多目标/多动画
- 无冷却: 技能/大招/冲刺/弓箭蓄力
- 无限体力
- 自由飞行模式
#### 大世界
- 仙灵自动归位
- 立即打开队伍
- 游戏全局加速
- 笨怪
- 冻结敌人
- 自动摧毁:矿石/护盾/杂物/植物
- 自动收集物品/开启宝箱
- 自定义拾取范围
- 自动交谈
- 自动砍树
- 自动烹饪
- 伪造时间
- 自动钓鱼
- 杀戮光环
- 吸怪
- 吸物
#### 传送
- 宝箱/神瞳传送(传送到最近的)
- 地图传送(大地图标点传送)
- 自定义传送(通过自定义列表传送)
#### 视觉效果
- 透视
- 互动地图
- 元素视野常驻
- 除雾
- FPS解锁
- 无限视距
- 宝箱探测
- 隐藏UI
- 游戏内浏览器
- 窥视模型不消失~~(色)~~
- 个人介面自定义: UID/名称/冒险等级/世界等級/角色/名片
- 天气自定义
- 灵魂出窍(自由視角)
- 派蒙不消失
- 材质模型替换
#### 调试
- 实体管理器
- 位置信息
- FPS曲线图
- [抓包工具](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">功能演示</h1>
<details>
<summary>地图传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>自由飞行</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>神瞳传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>宝箱传送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>多重攻击</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>自动交谈</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
欢迎阅读如何提交`BUG`报告
1. 发现了一个`bug`。
2. 记下问题出现时发生了什么,以及你认为这是由于什么造成的。
3. 可以复现吗?可以或不可以。如果可以:尽可能的描述清楚问题发生时,发生了什么,开启了什么功能以及最可能的原因是什么。 ~~如果不可以:**就别报告了,建议重启**。~~
4. 告诉我们你使用的是哪一个版本。复制你编译的最新的提交的`SHA`或者版本号。例如:`bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [使用英文打开一个Issue(有提供模板!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">提交贡献</h1>
## 增加一个功能
1. Fork本项目
1. 创建一个新的功能分支(`git checkout -b feature/AmazingFeature`
1. 提交更改(`git commit -m 'Add some AmazingFeature'`
1. 推送Push更改到分支`git push origin feature/AmazingFeature`
2. [打开 Pull Request 并提交](https://github.com/Akebi-Group/Akebi-GC/pulls)
## 建议
用英文新建一个[Issue](https://github.com/Akebi-Group/Akebi-GC/issues)。
标题写上你的建议,并且在描述里面,**清晰的**写下你的建议描述,以便我们的开发人员可以理解你的建议。

View File

@ -1,153 +1,153 @@
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">入門指南</h1>
## 穩定版本
1. 前往[Releases](https://github.com/Akebi-Group/Akebi-GC/releases)頁面
1. 下載最新的版本
## 最新版本
1. 前往[Action](https://github.com/Akebi-Group/Akebi-GC/actions)介面
1. 點選[Publish](https://github.com/Akebi-Group/Akebi-GC/actions/workflows/main.yml)工作流程
1. 選擇帶有綠色複選標記的最新工作流程 :heavy_check_mark: (選擇您的客戶端版本 **GLOBAL:國際服/CN:國服/BETA:測試服**)。
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. 從 Artifacts 下載 Akebi-GC-release
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## 自行編譯
請查看wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### 使用方法
1. 確保 `CLibrary.dll``injector.exe` 在同一個資料夾裡面。
2. 執行 `injector.exe`.
3. 等到登錄界面出現後,按下`F1`來打開Akebi介面。
<h1 align="center">功能簡介</h1>
#### 一般
- 繞過防作弊機制
- 遊戲內介面
- 快捷鍵
- 通知
#### 玩家
- 上帝模式(無敵)
- 攻擊模式修改: 多重打擊/目標/動畫
- 無冷卻: 技能/大招/衝刺/弓
- 無限體力
- 穿牆模式
#### 大世界
- 自動仙靈
- 立即打開隊伍
- 遊戲全局加速
- 敵人不攻擊玩家
- 凍結敵人
- 自動摧毁:礦石/護盾/物體/植物
- 自動收集/開啟寶箱
- 拾取範圍
- 自動談話
- 自動砍樹
- 自動烹飪
- 偽造時間
- 自動釣魚
- 殺戮光環
- 怪物吸塵器
- 戰利品吸塵器
#### 傳送
- 寶箱/神瞳傳送(以最近的進行傳送)
- 地圖傳送(通過地圖標記進行傳送)
- 自訂傳送(通過列表進行傳送)
#### 視覺效果
- ESP透視
- 互動地圖
- 元素視野
- 除霧
- FPS解鎖器
- 鏡頭放大
- 寶箱探測器
- 隱藏UI
- 遊戲內建瀏覽器
- 啟用窺視~~(色)~~
- 帳號介面更改: UID/名稱/冒險等階/世界等級/角色/名片
- 自訂天氣
- 靈魂出竅(自由視角)
- 派蒙跟蹤
- 材質替換器
#### 除錯
- 實體管理器
- 位置信息
- FPS曲線圖
- [抓包工具](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">功能演示</h1>
<details>
<summary>地圖傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>穿牆模式</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>神瞳傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>寶箱傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>快速射擊</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>自動談話</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
歡迎閱讀關於錯誤報告Bug reporting的簡短解釋
1. 您發現了一個錯誤。
2. 把接下來發生的事情記錄下來,以及你認為造成這種情況的第一想法。
3. 它可以被重現嗎?可以或不可以。如果可以:盡可能清楚地解釋清楚,當錯誤發生時,會發生什麼,為什麼會發生。 ~~如果不可以:無須報告,建議求佛。我們不會通靈。~~
4. 告訴我們你使用的是哪個版本。複製你建立mod時的最新提交的SHA Hash/版本號。例如:`bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [使用英文開啟一個Issue(有提供模板!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">社群貢獻</h1>
## 增加一個功能
1. 建立新的分支(Fork)
1. 創建你的功能分支(`git checkout -b feature/AmazingFeature`
1. 提交您的更改(`git commit -m 'Add some AmazingFeature'`
1. 上傳Push到分支`git push origin feature/AmazingFeature`
1. [開啟一個 Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## 建議
用英文開一個問題([Issue](https://github.com/Akebi-Group/Akebi-GC/issues))。
<p align="center">
<a href="#"><img width="500" height="500" src="https://user-images.githubusercontent.com/67109235/176832758-7089defd-0edd-4c7a-bd69-60eeef99dca7.png"></a>
<a href="#"><img width="690" height="133" src="https://user-images.githubusercontent.com/67109235/176832764-471a6bd5-405f-43dd-97ec-c11997880993.png"></a>
</p>
<p align="center">
<a href="https://github.com/Akebi-Group/Akebi-GC/releases/latest"><img src="https://img.shields.io/github/v/release/Akebi-Group/Akebi-GC?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/releases"><img src="https://img.shields.io/github/downloads/Akebi-Group/Akebi-GC/total.svg?style=for-the-badge"></a>
<a href="https://github.com/Akebi-Group/Akebi-GC/graphs/contributors"><img src="https://img.shields.io/github/contributors/Akebi-Group/Akebi-GC?style=for-the-badge&color=red"></a>
<a href="https://discord.gg/MmV8hNZB9S"><img src="https://img.shields.io/discord/440536354544156683?label=Discord&logo=discord&style=for-the-badge&color=blueviolet"></a>
</p>
[EN](README_en-US.md) | [简中](README_zh-Hans.md) | [繁中](README_zh-Hant.md) | [VN](README_vi-vn.md)
---
<h1 align="center">入門指南</h1>
## 穩定版本
1. 前往[Releases](https://github.com/Akebi-Group/Akebi-GC/releases)頁面
1. 下載最新的版本
## 最新版本
1. 前往[Action](https://github.com/Akebi-Group/Akebi-GC/actions)介面
1. 點選[Publish](https://github.com/Akebi-Group/Akebi-GC/actions/workflows/main.yml)工作流程
1. 選擇帶有綠色複選標記的最新工作流程 :heavy_check_mark: (選擇您的客戶端版本 **GLOBAL:國際服/CN:國服/BETA:測試服**)。
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429274-1e556c58-8027-4ec9-9c1d-3609c75aede4.png"></a>
</p>
4. 從 Artifacts 下載 Akebi-GC-release
<p align="center">
<a href="#"><img src="https://user-images.githubusercontent.com/96950043/186429302-7c7be3f6-df2f-4e49-9bb9-4a703c3491df.png"></a>
</p>
## 自行編譯
請查看wiki - [Building](https://github.com/Akebi-Group/Akebi-GC/wiki/Building%EF%BD%9C%E5%BB%BA%E7%BD%AE)
### 使用方法
1. 確保 `CLibrary.dll``injector.exe` 在同一個資料夾裡面。
2. 執行 `injector.exe`.
3. 等到登錄界面出現後,按下`F1`來打開Akebi介面。
<h1 align="center">功能簡介</h1>
#### 一般
- 繞過防作弊機制
- 遊戲內介面
- 快捷鍵
- 通知
#### 玩家
- 上帝模式(無敵)
- 攻擊模式修改: 多重打擊/目標/動畫
- 無冷卻: 技能/大招/衝刺/弓
- 無限體力
- 穿牆模式
#### 大世界
- 自動仙靈
- 立即打開隊伍
- 遊戲全局加速
- 敵人不攻擊玩家
- 凍結敵人
- 自動摧毁:礦石/護盾/物體/植物
- 自動收集/開啟寶箱
- 拾取範圍
- 自動談話
- 自動砍樹
- 自動烹飪
- 偽造時間
- 自動釣魚
- 殺戮光環
- 怪物吸塵器
- 戰利品吸塵器
#### 傳送
- 寶箱/神瞳傳送(以最近的進行傳送)
- 地圖傳送(通過地圖標記進行傳送)
- 自訂傳送(通過列表進行傳送)
#### 視覺效果
- ESP透視
- 互動地圖
- 元素視野
- 除霧
- FPS解鎖器
- 鏡頭放大
- 寶箱探測器
- 隱藏UI
- 遊戲內建瀏覽器
- 啟用窺視~~(色)~~
- 帳號介面更改: UID/名稱/冒險等階/世界等級/角色/名片
- 自訂天氣
- 靈魂出竅(自由視角)
- 派蒙跟蹤
- 材質替換器
#### 除錯
- 實體管理器
- 位置信息
- FPS曲線圖
- [抓包工具](https://github.com/Akebi-Group/Akebi-PacketSniffer)
<h1 align="center">功能演示</h1>
<details>
<summary>地圖傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/map-teleport-demo.gif"/>
</details>
<details>
<summary>穿牆模式</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/noclip-demo.gif"/>
</details>
<details>
<summary>神瞳傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/oculi-teleport-demo.gif"/>
</details>
<details>
<summary>寶箱傳送</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/chest-teleport-demo.gif"/>
</details>
<details>
<summary>快速射擊</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/rapid-fire-demo.gif"/>
</details>
<details>
<summary>自動談話</summary>
<img src="https://github.com/CallowBlack/gif-demos/blob/main/genshin-cheat/auto-talk-demo.gif"/>
</details>
<h1 align="center">Bugs</h1>
歡迎閱讀關於錯誤報告Bug reporting的簡短解釋
1. 您發現了一個錯誤。
2. 把接下來發生的事情記錄下來,以及你認為造成這種情況的第一想法。
3. 它可以被重現嗎?可以或不可以。如果可以:盡可能清楚地解釋清楚,當錯誤發生時,會發生什麼,為什麼會發生。 ~~如果不可以:無須報告,建議求佛。我們不會通靈。~~
4. 告訴我們你使用的是哪個版本。複製你建立mod時的最新提交的SHA Hash/版本號。例如:`bd17a00ec388f3b93624280cde9e1c66e740edf9` / Release 0.7
5. [使用英文開啟一個Issue(有提供模板!)](https://github.com/Akebi-Group/Akebi-GC/issues)
<h1 align="center">社群貢獻</h1>
## 增加一個功能
1. 建立新的分支(Fork)
1. 創建你的功能分支(`git checkout -b feature/AmazingFeature`
1. 提交您的更改(`git commit -m 'Add some AmazingFeature'`
1. 上傳Push到分支`git push origin feature/AmazingFeature`
1. [開啟一個 Pull Request](https://github.com/Akebi-Group/Akebi-GC/pulls)
## 建議
用英文開一個問題([Issue](https://github.com/Akebi-Group/Akebi-GC/issues))。
在描述中,確保內容**足夠清楚**,以便我們的開發人員能夠理解,你想要什麼以及你想要怎樣。