Pointer collection

10/21/2008 03:27 BetaBowElfe#106
i already found it and it is server side, the server it checks and overwrites the changed values.
Self buffs and offensive spells have different pointers and offset but still both are server sided. :(
10/21/2008 03:32 BetaBowElfe#107
===============
10/21/2008 08:33 thetruth34#108
can anyone give the pet offsets of different servers of PW...
thanx in advance...
10/22/2008 10:41 cassablanca#109
what about clan / guild pointer / addr
anybody have it?
10/24/2008 08:53 wildwinter#110
I have a question if anyone already answered please answer it again :handsdown:

how do i find pointers after i found base address ? example i want to find pointer of speed of my character. How do i do that ? :confused:

please don't answer it generally i'm newbie in this area :o thank you for any help
10/24/2008 15:52 BetaBowElfe#111
lol, pointer and offsets still all the same after all the patch.. thats just very dumb. :D :lol:
10/25/2008 19:42 wildwinter#112
Quote:
Originally Posted by BetaBowElfe View Post
lol, pointer and offsets still all the same after all the patch.. thats just very dumb. :D :lol:
i want to find pointers and offset for some chinese server but I don't know how to find them after I've got base address I'm still working on step 7 of CE tutorial :( it's too complex :o
11/03/2008 02:52 vuduy#113
anyone found the offset for the party list? I found the offset for the players list, but need the people in party offsets.
11/04/2008 00:45 BetaBowElfe#114
they are just almost right besides each other in the memory region when u debug the client. :o
11/11/2008 10:33 Blak#115
AnyOne Find Wallhack Base Address??
11/12/2008 04:55 cassablanca#116
@BetaBowElfe: still have same question, what about clan/guild addr/pointers
have it yet?
or maybe some clue, after or before hp max
11/12/2008 09:11 BetaBowElfe#117
as i said when u debug the client it is easy to spot them it is just the offsets that are the different but if you look at it they are very similiar that is how i found the other offsets just by looking the patterns.

Example ingame value is

speed = e12
damage = e13
hp = e14

Debug client value

speed = v1a
damage = v1b
hp = v1c

You just have to guess and predict it then test it

Sometimes it is hard though

like

speed = 1ab
damage = 1ac
hp = 1ad
fly = 1ae

sometimes it is shuffling when u look for it ingame

it becomes like

speed = 2aa << marker
hp = 2ab << shuffled
damage = 2ac <<< shuffled
fly = 2ad << marker

that is the time you have to make guesses and test it and it could be very tiring and long process specially if your end marker is way way below and also sometimes it goes beyond the markers.
11/19/2008 17:46 sky451#118
what program can i use for this CE?
pinoy anu bang program kailangan 2 at panu 2?
11/19/2008 17:46 sky451#119
what program can i use for this CE?
pinoy anu bang program kailangan 2 at panu 2?
anu ggwin
11/20/2008 03:10 vidalia#120
ericjohn i want to ask something:
do you know base address at PW indonesia?coz u write PH base address
or each id gave a different base address....i'm still confuse