cereal1 Cheater
Reputation: 0
Joined: 29 May 2007 Posts: 27
|
Posted: Tue May 29, 2007 4:13 pm Post subject: WoW 2.1.0 - Problems Finding X, Y, Z Pointers. |
|
|
I've typed this 3 times and every time It's told me a can't have urls, not even plain inline ones. I'm not typing the whole thing again.
I searched for my X values and found them in 3 addresses. I do a "find out what writes this address" on one of the addresses, address 00C74D04 and it tells me the value of the pointer needed is 00C74D04. I do a HEX search for that and come up with nothing.
I had pictures of the Extra Info boxes for my 3 addresses, but I can't even leave an address in the CODE for you to copy paste. So I'll type out as much as I can of the first one:
| Code: | 0062ee87 - mov edx, [ebp-24]
0062ee8a - fst [ebp-24]
>>0062ee8d - mov [00c74d04], ecx
0062ee93 - fst [ebp-20]
0062ee96 - mov [00c74d08], edx
Copy memory
The Value of the pointer needed to find this address is probably
00C74D04
EAX=42088B9D EDX=43A44EEB ESP=0012FAFC
EBX=003B7595 ESI=0863C608 EBP=0012FB48
ECX=450E9338 EDI=0863C74D EIP=0062EE93
|
One of the other addresses tell me the same thing, with the Address being the same as the pointer.
And the 3rd address, 00CD5E84 gives me | Code: | mov [esi+0c], ecx
with a probable address of 00CD5E78 |
I had more info in my first 3 posts, if you need more let me know. What am I doing wrong? P.S. I've done the pointer tutorial that's easy, and I used it on Civ IV too.
|
|