A clean and simple, no threads internal game hack for Honkai: Star Rail with GUI.
This project is for educational and research purposes only.
- Battle Speed Changer
- Dumb Enemies
- FOV Changer
- FPS Indicator
- FPS Unlocker
- Free Camera
- Global Speed Changer
- Hide UI
- Noclip
- Peeking
- Clone the repository
git clone https://github.com/Z4ee/Pipsi-HSR.git
cd Pipsi-HSR- Create include folder structure and clone AnimeSDK
mkdir -p include/global
git clone -b honkai-star-rail https://github.com/Z4ee/animesdk include/global-
Install detours via vcpkg
-
Compile the project
- Open the
.slnsolution file in Visual Studio 2022 - Set configuration to Release and platform to x64
- Build the solution (
Ctrl + Shift + B)
Inject the DLL as early as possible (before the game window is created)
