lunaticwhat / StarRail-S-GC

This repository provides code for a simple cheat for the game Honkai Star Rail. For informational purposes only. Use at your own risk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple cheat for Honkai Star Rail

This repository provides code for a simple cheat for the game Honkai Star Rail. For informational purposes only. Use at your own risk.

Instruction:

What you need to compile:

  • minhook

After compilation, you will receive a dll that you need to inject into the game immediately after opening

You can use Extreme Injector (auto inject) to inject the dll into the game at startup

Now you can use speedhack

Functional:

  • speedhack (hotkey: CAPSLOCK) (works everywhere)
  • peeking (hotkey: F5)
  • fps unlock (hotkey: F6)

image

if it does not work for the Chinese version of the game, then create github issue

cheat engine:

BATTLE SPEED:

address: [["GameAssembly.dll" + 0x8CAA6A0]+ 0xC0] + 0x1DC

type: float

GLOBAL SPEED: (thx @Gktwo)

address: [unityplayer.dll + 0x1D21D78] + 0xFC

type: float

About

This repository provides code for a simple cheat for the game Honkai Star Rail. For informational purposes only. Use at your own risk.


Languages

Language:C 50.7%Language:C++ 49.3%