Maybe not so simple cheat for certain anime game Genshin Impact.
It is reccomended to use Visual Studio 2022.
As well as setting up genshin-cheat
as startup project.
The following is a recommended procedure, but others may be used.
- Clone repository with
git clone --recurse-submodules https://github.com/CallowBlack/genshin-cheat
- Open
genshin-cheat/genshincheat.sln
- Build solution
genshincheat.sln
.
- Head over to the releases page
- Download the latest binaries
(1-2 are optional if you didn't build from source)
-
Open
/bin
-
Open Compiled version (debug, release)
-
Insure that
CLibrary.dll
is in the same folder thatinjector.exe
. -
Run
injector.exe
.
- Protection Bypass
- In-Game GUI
- Hotkeys
- God Mode
- Unlimited Stamina
- Dumb Enemies (Enemies don't attack)
- Player
- Multiply Attacks
- No Cooldown Skill/Ultimate
- No Cooldown Sprint
- Auto Loot
- Auto Talk
- Killaura
- Auto Tree Farm
- Mob Vacuum
- Auto Fish
- Chest/Oculi Teleport (Teleports to nearest)
- Map Teleport (Teleport to mark on map)
- ESP
- Interactive Map
- Elemental Sight
- Entity List
- Position Info
- FPS Graph
- Packet Sniffer
- Cutscene Skipping
- Create database for chests, oculi, etc.
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request