WoW Memory EditingWoW Memory Editing for learning purposes only.
This section is more advanced than others on MMOwnedRead the section specific rules, infractions will be given out if u break them!That is including the expectations! - If you don't meet them then don't post
You don't have to inject to read/get objects, that should be clear. Just use Shynd's BlackMagic library for that. And the concept of finding the object manager and then linked list with objects is still valid.
I have no idea whether the source posted is still working with current patch but you have everything you need in here to write your own working bot. Of course reading professional resources (I think the word is 'books') is never a wrong decision
You don't have to inject to read/get objects, that should be clear. Just use Shynd's BlackMagic library for that. And the concept of finding the object manager and then linked list with objects is still valid.
I have no idea whether the source posted is still working with current patch but you have everything you need in here to write your own working bot. Of course reading professional resources (I think the word is 'books') is never a wrong decision
silly, but could link the location of thread/file of this BlackMagic... i cant seem to find it...
Hmm... i was hoping reading gameobjects could be done with the knowledge of where the object manager is. Isnt there an updated thread somewhere that explains it all?
Shynd's post [Only registered and activated users can see links. ] is really the direction i want. But the pattern seems to be out of date?
Hmm... i was hoping reading gameobjects could be done with the knowledge of where the object manager is. Isnt there an updated thread somewhere that explains it all?
Shynd's post [Only registered and activated users can see links. ] is really the direction i want. But the pattern seems to be out of date?
You can always find the object list ptr by scanning memory... [Only registered and activated users can see links. ]
Then finding out what points to the start of the object list, subtract 0x1C, then you have your static ptr
Okey... and being a retard is better? just search ffs u lazy bum this has been discussed more than alot of times.
The problem is that i think all the pieces(knowledge) are there... but they are scattered all over the place, putting it all to one piece when you lack the depth and insight as you have makes it hard.
Im just asking for a 1-2-3 list of what to do and how to do it to simply obtain my characters HP/XP/mana/position (my GUID??). When im there im sure i can figure how to obtain other things out(maybe lol :P).
So i cant grasp it when you say i need to get a hold of OM and run thru its linked list. I allready knew this, but im having problem finding it as the code/threads ive found is out of date.