Hello ownedcore!
I just started with memory editing here and i wonder how to find the correct addresses.
For example.
Say i wanna grab my characters name,
How do i know what address to find this in ?Code:string myname = wow.ReadASCIIString((uint)baseAddress + 0x???????, 255);