-
Notifications
You must be signed in to change notification settings - Fork 277
Description
Hi, with the newest version of game (1.0.231.0), memory offsets are still wrong and data collected is some memory trash. Function getScriptHandleBaseAddress(int handle)
only returned addresses which are way off in comparison to addresses where game actually is placed. I did some investigation and was able to find addresses of speed value and general throttle/brake value. Their addresses are accordingly GTAV.exe base memory address +2549114 and +2549110 (They seem not to change even when realoading the game). I searched all adresses nearby (to this point in every version offsets for all the values were pretty similar) and couldn't find antyhing connected to steering angle. It seems like it was moved somewhere else or encoded in some strange form. I would be grateul if someone would find actual offsets, or hint me how to find them.