Akandesh / BlazeDumper-Rust

78 stars 7 forks source link

how can i read localplayer health #4

Closed NVR04 closed 11 months ago

NVR04 commented 1 year ago

i have this code but idk how to read localplayer and this is not working localPlayer = pm.r_int(proc, game_assembly + offsets.BaseEntity_TypeInfo.offset) health = pm.r_int(proc, localPlayer + offsets.BaseCombatEntity._health) returns this TypeError: Cannot convert python object to uint

Akandesh commented 11 months ago

programming issue