Pointer collection

07/29/2009 22:29 br3w0x#391
It's about cultivation hack...

i think at pw.indo v62 to enter hell or heaven filter by 3 thing
1. cultivation - Diabolic
2. level - 89 or above
3. feiry

i try change lv and culti (1 & 2) on my char but still can't enter hell or heaven
any one can help me scan offset for feiry ...i got dead end scanning feiry here
07/29/2009 22:33 Smurfin#392
i think they put a routine to sync the culti in client to server and vice versa, when you change your culti, a few seconds later [sometimes instant] it'll revert back to original culti.
07/30/2009 05:39 geasiki#393
hmm. I give up on the buff, curse pointers unless someone(HINT) gives a little more tip.
I found the party max, current HP, MP. Party char ID, and buff count but I just can't find the most important one.
07/30/2009 06:00 Smurfin#394
@geasiki : what tools do you use for finding those pointers ?
I want to try learning how to hunt for pointers
07/30/2009 06:08 geasiki#395
Cheat engine :)
It's the same as searching for the base pointer.
Look for something you want to find and then keep backtracking the pointers until you get to the base address.
07/30/2009 07:29 vuduy#396
Quote:
Originally Posted by geasiki View Post
hmm. I give up on the buff, curse pointers unless someone(HINT) gives a little more tip.
I found the party max, current HP, MP. Party char ID, and buff count but I just can't find the most important one.
If you can find the buff count, then buff list is right next to it.
The buff list will contains a list of buffs. Depending on your game version, it will be either a list of int - each int is a buff ID, or a list of short + timestamp.

Either way, you have to catalog a list of buff/debuff IDs, then run through this list to check for the buffs and debuffs.
07/30/2009 11:19 Smurfin#397
Quote:
Originally Posted by geasiki View Post
Cheat engine :)
It's the same as searching for the base pointer.
Look for something you want to find and then keep backtracking the pointers until you get to the base address.
oh ok, maybe backtracking pointers is like what kemkem described in searching for a base addresss in the other thread, but using a hp pointer, I'll find the connection later, tks.

@vuduy, is there any pointer or any way for proper targetting so we can target mob with its health point shown in red bar, it'll be very useful for melee/phys classes
07/31/2009 04:38 geasiki#398
@vuduy. What program do you use to find these stuff?
The last pointer for the buff count is 50. The address 54 points to is the same as the buff count. The address 4c points to seems to change each time I login.

Anyway, party Id is
B.A + 20 + 694 + 14 + (slot *4) + c

Party buff count is
B.A + 20 + 694 + 14 + (slot *4) + 50

Need more help...

@Smurfin. It's exactly the same. :)
07/31/2009 14:57 reallythatscool#399
Quote:
Originally Posted by br3w0x View Post
It's about cultivation hack...

i think at pw.indo v62 to enter hell or heaven filter by 3 thing
1. cultivation - Diabolic
2. level - 89 or above
3. feiry

i try change lv and culti (1 & 2) on my char but still can't enter hell or heaven
any one can help me scan offset for feiry ...i got dead end scanning feiry here
The new patches that have been released have prevented you from using culti hack. and now even fly wall jump botting all hacks are unable to go through because server has a offset lock you cant alter offsets unless the server gives you the yes. they also changed instances to have immune mobs that spam stun so you cannot skip stuff
07/31/2009 15:47 Smurfin#400
what patch version is that ? they're all still working alright in pw id as in patch v62.

only cultivation hack is not working
07/31/2009 16:07 vuduy#401
4c is the buff list. If buff list size increases, this pointer will change (it re-allocate new memory for bigger size). If buff list size remains same or decreases, the pointer does not change.

Quote:
Originally Posted by geasiki View Post
@vuduy. What program do you use to find these stuff?
The last pointer for the buff count is 50. The address 54 points to is the same as the buff count. The address 4c points to seems to change each time I login.

Anyway, party Id is
B.A + 20 + 694 + 14 + (slot *4) + c

Party buff count is
B.A + 20 + 694 + 14 + (slot *4) + 50

Need more help...

@Smurfin. It's exactly the same. :)
08/02/2009 09:49 br3w0x#402
i'm new bie finding offset pointer...this thred beyond my knowledge...
can't vuduy or geasiki give a hint how to find those pointer.
08/02/2009 15:28 geasiki#403
It's the same as finding the base pointer.
Read that thread first and then try finding the base pointer of your PW.
ex) If the first pointer for the HP is 464 the next one will be 20, and then you'll
get the base address.

- Therefor the pointer for the HP is 'Base address + 20 + 464'

It almost works the same way for anything you try to find, but it gets longer :)
08/05/2009 07:46 smokeypokey#404
has anyone ever figured out the pet's max hp offsets? I know people have talked about its current hp..but what about the max?

btw, on pwi...latest patch..pet current hp is base+20+DEC+(10+(petslot-1)*4)+38
08/08/2009 23:23 zbychos#405
hi
@vuduy
Can you check the code after the fifth step in character move?
This example, unfortunately, does not work.
Very you please - fix it.
Thanx