Hello i want to control my pet...
How can i found an direkt address to the pets Hp ?
Thankyou!
Hello i want to control my pet...
How can i found an direkt address to the pets Hp ?
Thankyou!
Check the 3.3.0 offsets..I'm pretty sure Player has one for PetGUID -->
Dim xx as new UnitObj
xx.BaseAddress = GetObjBaseFromGuid(LocalPlayer.PetGUID)
DoOutput(xx.Health & " / " & xx.MaxHealth & " : " & xx.healthAsPercent)
assuming you use oop (classes/inheritance and its easier)
Are you in-process or out? (Ie. do you inject ASM? or just mem reading?)
or do you mean hardcoded address like 0x123456 ?? <--Cheat Engine has built in pointer/offset scanner
Ok and how i can get the main addres form my pet? If i have the Petguid
Using ObjectManager ...
and Search! [Omg]