Okay brothas, ive figured it out. i didnt have to get it, the pointer chain still works.

. (ai just messed with me checking if the pointer still works, it wanted to add the offsets upside down smh) To those who may want them:
the current base pointer (for the player) is "trove.exe+010B60AC" (you can get this manually through all those tutorials, or you can download a simple auto finder from this site, while the game is open run the exe you downloaded and check what the player address is from the terminal that pops up(for some reason for me it was showing trove.exe+10B60AC instead of trove.exe+010B60AC, so you might need to add the first 0))
the current pointer chain for the players coordinates are as follows: (ive checked all of them, these are them)
X "[[[[[trove.exe+010B60AC]+0]+28]+C4]+4]+80"
Y "[[[[[trove.exe+010B60AC]+0]+28]+C4]+4]+84"
Z "[[[[[trove.exe+010B60AC]+0]+28]+C4]+4]+88"
(you can set these without rubber banding as long as you dont go farthar then 5 units from your start location, teleporting you to the new location)
these pointer chains are the ones i was asking about, they are unchanged (except for the base address of course.)(im fairly certain they are vectors of where you are facing (camera) not floats or the degrees) (im using these in tandem to teleport directly to where the camera is facing)
XPerAddr = "[[[[[trove.exe+010B60AC]+4]+24]+84]+0]+100"
YPerAddr = "[[[[[trove.exe+010B60AC]+4]+24]+84]+0]+104"
ZPerAddr = "[[[[[trove.exe+010B60AC]+4]+24]+84]+0]+108"
oh yea and a bonus to those who want it: "[[[[[trove.exe+010B60AC]+58]+54]+AC]+2E4]+A0" (the address for energy. all energy is checked server side tho, so even if you add very small amounts quickly (tryna do it similar to teleporting small distances thinkin there was a small accepted margin, but there isnt) the server still wont accept you using energy that you havent earned through their means.
With this i am making a new script similar to Farm11, but updated and whatever i want. this should hopefully b out soon, and i will be promoted from copy paste cadet to script kiddie, yay.