Skip to content

Instantly share code, notes, and snippets.

View IvarWithoutBones's full-sized avatar

Ivv IvarWithoutBones

View GitHub Profile
@CryZe
CryZe / AHatInTimeAutoSplitter.ts
Last active February 26, 2019 12:41
Fully working A Hat in Time Auto Splitter written in TypeScript
setProcessName('HatinTimeGame.exe')
interface State {
baseAddress: Address | null,
current: GameState | null,
old: GameState | null,
}
interface GameState {
timerState: i32, // +0