Posted: Fri Oct 06, 2023 1:38 am Post subject: Pointers reset after PC restart
Hi,
I am trying to create a table for a game on steam called Nordic Ashes i think it is created using Unity, i used pointer scan successfully and the pointer always refers to an address after i restart the game and can change the value successfully. However, when i restart the PC the pointers no longer work and i have to rescan and create a new pointer again each time.
The pointer scan results are always over 30k addresses and i found the offset by using what access this address.
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
Posted: Fri Oct 06, 2023 5:31 am Post subject:
30k is way to little if done without a pointermap (never click stop)
try increasing the level and offset a little
also find the value and then generate a pointermap and restart the PC
then find the value again and do a pointerscan and compared to pointermap.
That will save time on diskaccess writing useless results qnd the only results are those that are valid between two runs _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
Can restarting the PC be considered the same as doing scans on another computer? Or are there too many system wide DLLs and such with different versioning the paths can go through?
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
Posted: Wed Oct 11, 2023 5:16 am Post subject:
kinda. There's always the chance that the pointer goes through sound driver memory (e.g the sounddriver may have a pointerlist to all objects in the 3d world that can make noises and calculates how the sound bounces of walls in 3d) and depending on sounddevice on your system that same path can exist or not
But generally speaking this doesn't happen often and just a restart is good enough but if you have another computer that does. I generally recommend to get pointermap files from friends and use those to scan with if possible _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum