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.
Is for my own GUIDCode:localGUID = Memory.ReadUInt64(s_curMgr + 0xC0);
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!Code:CreatedBy = Memory.ReadUInt64(Memory.ReadUInt(curObj + 0x6) + 0x18);