Open chemicaldawn opened 4 years ago
Having the exact same issue
Solved it! @Missingpyxel you need to add the base address (of the DLL which in your case is GameAssembly.dll) to the beginning of the address in the get_pointer function. Example:
memory_pointer = process.get_pointer(0x7A590000+0x0532C2a0, offsets=[0x30])
@shiv213 how did you get the base address?
@shiv213 how did you get the base address? double click on your pointer and you should see a box on the bottom left with the game name in it.You can than highlight it and the address is to the right aide of it in the box
Here is my code. I'm trying to access the address 0x0532C2d0 using the address 0x0532C2a0 and the offset 30. Putting the address in without an offset works, but using an address plus an offset won't.
Here's the pointer in cheat engine.