Hmm... is the object type correct? Its listed as
OBJECT_FIELD_TYPE = 0x8
but i belive it is 0x14, at 0x8 im just getting 5 dig total random (almost :P) but at 0x14 i get numbers from 1-7.
Hmm... is the object type correct? Its listed as
OBJECT_FIELD_TYPE = 0x8
but i belive it is 0x14, at 0x8 im just getting 5 dig total random (almost :P) but at 0x14 i get numbers from 1-7.
it's 0x14.
Could anyone confirm:
or am i doing it wrong:Code:LOCAL_GUID_OFFSET = 0xB8
??Code:ClientConnection = Memory.Read<uint>(Memory.BaseAddress + Pointers.ObjectManagerPointers.CLIENT_CONNECTION); ObjectMngr = Memory.Read<uint>(ClientConnection + Pointers.ObjectManagerPointers.OBJECT_MANAGER_OFFSET); LocalPlayerGUID = Memory.Read<ulong>(ObjectMngr + Pointers.ObjectManagerPointers.LOCAL_GUID_OFFSET); ... ulong objGUID = Memory.Read<ulong>(currentObj.BaseAddress + Pointers.ObjectOffsets.OBJECT_FIELD_GUID); if LocalPlayerGUID == objGUID { ..
BTW: found an error with UNIT Y pos, its 0x89C not 0x88C as stated
BTW again: UNIT_FACING is found at 0x8A8
Last edited by yeahlol; 11-23-2010 at 03:02 PM. Reason: update ypos
Stop hating, and instead since you know so much, why dont you write a tutorial on how to use findpattern instead, this way theses threads are pointless : }
You want a tutorial on how to call a function? Wow, I think we've hit a new low..
The section rules are pretty clear; If you don't know wtf you're doing, don't post.
Why don't you search the forums to find out how to use FindPattern? I know for a fact there's at LEAST two threads with documentation on it.
mmm... nothing is better then some hate from peeps that know it all.
First off, polluting? Common, ive checked a couple of addresses, found some anomalies and shouted out to the forum if someone could verify this.
Secondly I contributed (altho very little) a couple of addresses, cut me some slack - I'm new but i see this forum has a thing for hatin' newbs. ty ty
EDIT: Chinchy, could you post some urls to the threads? I've searched but i would like to read the ones you think of please.
Last edited by yeahlol; 11-24-2010 at 02:45 AM. Reason: Chinchy post some urls pls
We don't hate noobs, we hate people who expect to come here and be spoonfed.
You're the perfect example. Why should Chinchy go hunting for threads just because you're lazy or incompetent? There are a number of threads covering FindPattern both here. I'd tell you to check out Game Deception too, but if you think this forum is harsh on noobs, you have obviously never been to GD (morons who can't read the rules there are generally banned on sight).
http://www.mmowned.com/forums/world-...ion-rules.html
I suggest you re-read the rules of this section, and also namreeb's excellent summary.
hmmm nice really great thanks for that![]()