fix kb address

This commit is contained in:
Héctor Giménez
2024-08-22 21:27:32 +09:00
parent 0b4365936e
commit 778d21fb73

View File

@@ -8,7 +8,7 @@ import (
)
func (gd *GameReader) GetKeyBindings() data.KeyBindings {
blob := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x1DF9494, 0x500)
blob := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x1DF9E94, 0x500)
blobSkills := gd.ReadBytesFromMemory(gd.moduleBaseAddressPtr+0x21E29B0, 0x500)
skillsKB := [16]data.SkillBinding{}