HuntDMA icon indicating copy to clipboard operation
HuntDMA copied to clipboard

Tried updating offsets, can't get anything to show up in radar

Open cm1337 opened this issue 1 year ago • 8 comments

Tried updating some of the offsets but nothing shows up on the radar....anyone figured it out post patch? Thanks.

This is what I updated it to

	uint64_t EntitySystem = 0xC0;
	uint64_t pSystem = 0x90;
	uint16_t ObjectCount = 0x0;
	uint64_t EntityList = 0xC0;
	uint16_t ObjectCountOffset = 0x40092;
	uint64_t EntityListOffset = 0x40098;

	uint64_t CameraBase = 0x928;
	uint64_t ViewMatrixOffset = 0x230;
	uint64_t CameraPosOffset = 0x2F0;
	uint64_t ProjectionMatrixOffset = 0x270;

cm1337 avatar Aug 19 '24 07:08 cm1337

How did you get the chams to work?

RyanAMTB avatar Aug 22 '24 13:08 RyanAMTB

It's not clear at the moment,I don't know what to do. 1

You need to revert back to the original cheat. Reverse any changes you have made. Fixed for me, I optimized Vector for stability and it broke it

RyanAMTB avatar Aug 22 '24 14:08 RyanAMTB

//argetProcess.AddScatterWriteRequest(handle,` RenderNodePointer + 0x48, &maxdistance, sizeof(float));

I don't know how to change this, change the wrong will crash

NianGaoZai avatar Aug 23 '24 13:08 NianGaoZai

1 You have to get close to see it!

NianGaoZai avatar Aug 23 '24 13:08 NianGaoZai

1

You have to get close to see it!

Glad my fix worked and I could help. Thanks for the chams code !

RyanAMTB avatar Aug 23 '24 14:08 RyanAMTB

1 You have to get close to see it!

Glad my fix worked and I could help. Thanks for the chams code !

You know how to render from a distance

NianGaoZai avatar Aug 25 '24 10:08 NianGaoZai

1

You have to get close to see it!

Glad my fix worked and I could help. Thanks for the chams code !

You know how to render from a distance

No I do not, apologies

RyanAMTB avatar Aug 25 '24 18:08 RyanAMTB

To update the max distance pointer, you can just go into reclass at the address of: RenderNodePointer then look around 0x48, just look for a float around that region and you will find the new value easily.

IntelSDM avatar Sep 09 '24 21:09 IntelSDM