Page 1 of 1

Need help with pointers (Stardew Valley)

Posted: Thu Oct 18, 2018 5:30 am
by TheProfessor
Hey everyone,

I'm trying to make a noclip thing for Stardew Valley. I am able to find the x and y coords but I can not find their pointers.

When I do "Find what accesses this address" and search the "Easy guess" I get 0 results.

Image
This image is just for the Y but hopefully you get the idea.

Thanks for the help in advance.

Re: Need help with pointers (Stardew Valley)

Posted: Thu Oct 18, 2018 5:57 am
by TimFun13
You need to reverse how the address was calculated a bit, you really don't tend to see offsets of zero with most structures. So see where EDX is set and scan for that. And I would try to reverse the pointer in the opcode to see how it's calculated. But with just scanning for the address or a base address your just using random addresses to build your pointer, so why not just use the pointer scanner?