Trying to parse the variable from a game but don’t know it’s memory address

So: I don’t know the memory address for health (HP). Sadly Cheat Engine is being detected. Already followed a guide renaming Cheat Engine files and using a hex editor. Is there an easy way to find out which variables based on their addresses are currently changing and their respective values?

Further, as soon as I have the address maybe I could:

import ctypes # Define the memory address address = 0x12345678 # Read the value from the memory address value = ctypes.c_int.from_address(address).value 

submitted by /u/mikehawk1988
[link] [comments]

June 4, 2023
Read More >>