Find pointer Warrock

10/04/2015 23:14 sdp29#1
Hi, I want to find Player Pointer, Server Pointer and 5slot Addy, I have the dumped Warrock, the question is... what should I search on Ida Pro to find it?
10/05/2015 10:12 Alliance™#2
Quote:
Originally Posted by sdp29 View Post
Hi, I want to find Player Pointer, Server Pointer and 5slot Addy, I have the dumped Warrock, the question is... what should I search on Ida Pro to find it?
You need the signature pattern for find the addys, else ask to someone to send to you this address :)
10/05/2015 19:36 sdp29#3
Quote:
Originally Posted by Alliance™ View Post
You need the signature pattern for find the addys, else ask to someone to send to you this address :)
Years Ago for the playerpointer, I just wrote "DX01" in the search. But now is different... I think :)
10/10/2015 14:15 EllaM#4
You can use this,

Code:
DWORD Player = FindPattern((PBYTE)"\xA1\x00\x00\x00\x00\x3B\xC3\x74\x00\x33\xC9\x41", "x????xxx?xxx", 1, true);
11/05/2020 04:01 ungriaralph#5
Quote:
Originally Posted by EllaM View Post
You can use this,

Code:
DWORD Player = FindPattern((PBYTE)"\xA1\x00\x00\x00\x00\x3B\xC3\x74\x00\x33\xC9\x41", "x????xxx?xxx", 1, true);
Do you have more? i need all to update my addy Logger :handsdown:

[Only registered and activated users can see links. Click Here To Register...]