heyho,
I'm trying to make a fishingbot, so I came at the part of comparing the GUIDs, From what i've researched it 'should' be correct but I still can't figure it out.
Code:
localGUID = Memory.ReadUInt64(s_curMgr + 0xC0);
Is for my own GUID
Code:
CreatedBy = Memory.ReadUInt64(Memory.ReadUInt(curObj + 0x6) + 0x18);
But they still differ from eachother, and GUIDs should be an UInt64 so I dont know what i'm doing wrong actually... Can someone explain it for me? Thanks!