Pointer collection

08/30/2008 03:49 GODDNESS#31
How about put an item on, search for unknown number, change the equipment that is on there, search for changed value, take the equipment off and search for either o or changed value (not sure if nothing is 0). Keep going until it gets right down then get us a pointer! I have tried to do it myself but it just took WAY too long, i will try it again myself but im not sure if it will work, i will try it with flying device first of all.
08/30/2008 06:41 kemkem#32
Quote:
Originally Posted by max04 View Post
Slot 1 Pet Current Health
Base Address + 20 + be0 + 10 + 38

Slot 1 Pet Loyalty
Base Address + 20 + be0 + 10 + 04

Slot 1 Pet Experience
Base Address + 20 + be0 + 10 + 28

Am I doing this right? lol

Edit: Can't find Pet Max Health :( Probably doesn't exist? lol
yep cant find max HP too for pet
anyway i got bdc instead of be0 for pw-my


Slot 1 Pet lvl
Base Address + 20 + be0 + 10 + 20

Slot 1 Pet Hunger(1 normal 0 full)
Base Address + 20 + be0 + 10 + 08

Pet(not summoned 0)
Base Address + 20 + be0 + 38

Slot 1 Pet Health??(0 dead)--->use float
Base Address + 20 + be0 + 10 + 1c
08/30/2008 08:15 zevorc#33
for other pet slots,
PetSlot Current Health
Base Address
+ 20
+ be0
+[(PetSlot - 1)* 4 + 10]
+ 38
08/30/2008 11:17 rostop4a#34
Tell how to define speed of attack? Probably who knows? (pw ru)
08/30/2008 12:03 BetaBowElfe#35
i did it the hardway on pet Mhp i get a lvl 1 pet and lvl it just mark the max HP. ex: lvl 5 mHP 300... scan lvl 5 mHP 305 look for 305 value scan ,,,,,,,,, 310 and so on. :) haha
08/30/2008 12:33 kemkem#36
dont see any atk speed hack yet
but i know atk range is possible XD
08/30/2008 15:07 BetaBowElfe#37
It could be that attack speed is same as speed, which is lags you back.
I have tried ride pet then freeze now my speed is same as riding a pet even when running but it lags me back.

Also if any of you have warrio u test something like 0, speed skill then scan for it and then freeze it.. i don't know this is a correct method. Because it doest not work with the effects like damage reduction, increase damage because everytime the ability fades the client crashes.
I only managed to mimic the visual effects to stay like having a feather barrier but with really no barrier at all just a bluff.
08/30/2008 21:11 max04#38
Quote:
Originally Posted by BetaBowElfe View Post
i did it the hardway on pet Mhp i get a lvl 1 pet and lvl it just mark the max HP. ex: lvl 5 mHP 300... scan lvl 5 mHP 305 look for 305 value scan ,,,,,,,,, 310 and so on. :) haha
Share the offsets for max pet HP? I used that method before, it always either leads to the current pet HP or no address at all.
08/31/2008 07:17 BetaBowElfe#39
Quote:
Originally Posted by max04 View Post
Share the offsets for max pet HP? I used that method before, it always either leads to the current pet HP or no address at all.
lol, for the next scan u must lvl the pet so that its Mhp would change then scan that new Mhp value.
08/31/2008 07:54 max04#40
Quote:
Originally Posted by BetaBowElfe View Post
lol, for the next scan u must lvl the pet so that its Mhp would change then scan that new Mhp value.
Yea, I used that method, still cant get MaxPetHP.

Here is what I did:

This process lead to only CurrentPetHP
1) Tame Lvl 2 Pet
2) Put Lvl 2 Pet in PetSlot 1
3) Search for MaxHP
4) Level the Pet to 3
5) Filter with new MaxHP value
6) Level again
7) Repeat steps 5 & 6 until 1 Address left

This process lead to no addresses at all
1) Tame Lvl 2 Pet
2) Put Lvl 2 Pet in PetSlot 1
3) Search for MaxHP value
4) Level the Pet to 3
5) Make sure the pet is not at full health
6) Search for new MaxHP value
7) Level again
8) Repeat steps 5, 6, & 7


This is probably why Zevroc's Autopot doesn't use percents for the pet, only uses values. Can't do percents without the max value.
09/01/2008 02:04 GODDNESS#41
could u plz add

PW MY base address = 92ab2c

in the first post, i find it anoying to go back to the second page just to find the base address:(
09/01/2008 05:28 BetaBowElfe#42
Quote:
Originally Posted by max04 View Post
Yea, I used that method, still cant get MaxPetHP.

Here is what I did:

This process lead to only CurrentPetHP
1) Tame Lvl 2 Pet
2) Put Lvl 2 Pet in PetSlot 1
3) Search for MaxHP
4) Level the Pet to 3
5) Filter with new MaxHP value
6) Level again
7) Repeat steps 5 & 6 until 1 Address left

This process lead to no addresses at all
1) Tame Lvl 2 Pet
2) Put Lvl 2 Pet in PetSlot 1
3) Search for MaxHP value
4) Level the Pet to 3
5) Make sure the pet is not at full health
6) Search for new MaxHP value
7) Level again
8) Repeat steps 5, 6, & 7


This is probably why Zevroc's Autopot doesn't use percents for the pet, only uses values. Can't do percents without the max value.
nope in zevrocs bot there is a mHP in the source code. :o
09/01/2008 05:36 max04#43
Quote:
Originally Posted by BetaBowElfe View Post
nope in zevrocs bot there is a mHP in the source code. :o
By looking at his Autopot GUI, I don't see any use for max pet HP. Are you sure you see it in the source code? Care to share the offset for it? Would help me turn my autopet bot into a HP percentage based bot.
09/03/2008 09:33 eviltuna#44
Has anyone found an offset for target hp? Would be nice for bot programming if someone can find it, makes decisions much nicer.
09/03/2008 13:50 BetaBowElfe#45
Quote:
Originally Posted by max04 View Post
By looking at his Autopot GUI, I don't see any use for max pet HP. Are you sure you see it in the source code? Care to share the offset for it? Would help me turn my autopet bot into a HP percentage based bot.
ok i checked it again there was no mHP for HP and Loy in zev's maybe twas from another bot i will check it again. :D:mofo:;)