Eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
Cheat engine will make ur life ez in finding the offsets, entity list, addresses and pointers. Before you use the cheat engine, make sure u know how to use it and you've learn the basic assembly language, why? when u open Memory View or Browse the specific address' memory region, the cheat engine will give you the instructions, opcodes and address. So yeah, learn assembly first.
Sorry if my explanation is lil confusing but my point is learn basic assembly instructions.
Normally you look for functions to modify what it does. You can ***** the file (reverse build it) then compare your known object address against what is in the register, if your a local player then you do the hack. Though if you don't know the address you can't do the comparison.
Lots of people like to use VTable pointer and smack an offset 0x0 starting though this might result in a few bans so please spoof and work around. Really what you might want to look into is how to loop though entitity list internally. Though this might get a bit heavy for someone who seem to be starting.