This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved BNM class without Namespace?

Status
Not open for further replies.

Fetzi672

Inactive Approved Modder
Hi guys, I'm trying to make ESP for Dead Trigger 2. I know this is the correct Class.

What I need to do if the class haven't Namespace? I'm useing BNM to get the Offsets from Class.

auto UpdateOffset = getClass("???","AgentHumanDT");

Get_UpdateOffset = getOffset(UpdateOffset, "LateUpdate");

MaxHealthOffset = getOffset(UpdateOffset, "get_totalHP");


HealthOffset = getOffset(UpdateOffset, "get_curTotalHP");

AddField(Isdeadoffset, UpdateOffset, "OnDestroy");

Attach some Screenshots.
Thanks for any Help!
 
Status
Not open for further replies.