im looking for the addresses for player health, pet health, player damage, and address to hook for movement. having trouble finding these in cheat engine. im aware i cant change these values but i can make useful info addons
SCommandSystem (World+0x3D4)->m_svPlayerObjectQuote:
is there one that shows nearby player or gms? especially invisible.
If you do it on retail then it's because of GameGuard, if not then try Windows Debugger and Int3 breakpoints in cheatengine settingsQuote:
im crashing when running then debugger on certain addresses to see what writes or accesses
ive tried changing debugger settings and not having much luck
If that's a Gambit-like client\server then use Hardware Breakpoints + VEH debuggerQuote:
tried that and all crashes. this is a pserver. veh debugging seems to work on int 3 until i seem to get to a certain point then it crashes when asking what writes to pointer to the address that shows coords.
what accesses it is empty
but its not that green value that im looking for
i can easily get the non pointer address everytime i load the game but then id have to do that for multiple clients every time
Follow my advice to retrieve pointer of m_svPlayerObject vector, every SGameAvatarEx (SGameObject) has their coordinates at 0x10, 0x14, 0x18 (XYZ) offsetsQuote:
it wasnt gambit but i found the static addresses for both x and y values and was able to create a gui that gives live feedback of what address im on. Eureka!
now id like something that shows mob id's and maybe mob distance from player? then i can creat a mob window with listed mobs and click a mob on mob window and all my clients target that same mob or even implement that further into having a lead dps and check for targetted mob id and send that id to all other cliens to target rather than using the assist button. can be janky with clicks that im not able to monitor.
player health is a big one for heals so i can see who needs healed before the gui shows me. sometimes it bugs out
an ultimate goal of mine would be to make a navmesh but i have no idea how lol
then at the click of a button i could travel anywhere in the world
There's so much you can do in this game which is not server protected, I'm thinking about releasing it as well with high price tag later just to minimize cheating footprint in this already dead gameQuote:
excellent! thank you so much! youve been a great help! alt assist was my first little bought with coding. its blown up big time. ive created things now i didnt know where possible and its to the point im kinda afraid to release to public because it would litterally destroy the game xDDD might keep alot of these functions personal