|
You last visited: Today at 05:48
Advertisement
Perfect World New Horizon 1.5.1 Build 2309
Discussion on Perfect World New Horizon 1.5.1 Build 2309 within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.
11/28/2014, 13:47
|
#46
|
elite*gold: 0
Join Date: May 2010
Posts: 47
Received Thanks: 1
|
how heal pet base addres my fox cant heal pet -__-
just that i need
im playing in pw indo
|
|
|
06/29/2015, 06:21
|
#47
|
elite*gold: 0
Join Date: Oct 2013
Posts: 7
Received Thanks: 1
|
Download
Quote:
Originally Posted by sirius21
Smurfit ,with offset, all can. nama.Lvl, but could not the target mobs, kill mobs, what's wrong huh?
and What offset of:
TARSTARGET_OffSet=
PlayerBase_Offset=
|
Hello , you still have version 3.7 , because the link is broken , so I can not download .
I appreciate this already .
|
|
|
12/31/2015, 05:58
|
#48
|
elite*gold: 0
Join Date: Oct 2013
Posts: 7
Received Thanks: 1
|
OFFSETs
Quote:
Originally Posted by weborg
I can't get BaseAddress and SendPacket for New Horizons 1.5.1 build 2305
|
GameBase: 0xC76DCC
Base Addr: 0xC77280;
SendPacket: 0x725700;
|
|
|
01/25/2016, 15:26
|
#49
|
elite*gold: 0
Join Date: Jan 2012
Posts: 7
Received Thanks: 0
|
To study some tutorials I can find some addresses, "HP, MP, XP, UNFREEZE" but are unable to find other necessary addresses to use the WQ-bot.
Would anyone could teach me how to find the other or indicate a method to find?
$UNFREEZE = 0x00D2EFB8
$base = 0x00D2EB04
$baseplay = $base+0x28
$XP = 0x4D4
$MP = 0x51C
$HP = 0x518
$MPMax = 0x4D0
$HPMax = 0x4CC
|
|
|
01/27/2016, 00:27
|
#50
|
elite*gold: 0
Join Date: Dec 2009
Posts: 70
Received Thanks: 15
|
Maybe this Post from Jasty helps:
Quote:
Originally Posted by jasty
My list of poorly named offsets...
#include-once
Global $ADDRESS_BASE = 0xda433c
Global $ADDRESS_SENDPACKET = 0x7b8970
Global $ADDRESS_AUTOPATH = 0x457e00
Global $ADDRESS_ACTION1 = 0x4a3860
Global $ADDRESS_ACTION2 = 0x4a9dd0
Global $ADDRESS_ACTION3 = 0x4a3e70
Global $ADDRESS_GATHER = 0x4990f0
Global $ADDRESS_CASTSKILL = 0x491470
Global $ADDRESS_REGATTACK = 0x498fb0
Global $PARTYINV_ADDRESS = 0xDAF2C8
Global $ADDRESS_INSTANCE_BASE = 0xda4ae4
Global $MACRO_ADDRESS_BASE = 0xda540e
Global $OFFSET_ACTIONBASE = 0x14c0
Global $GameRun = 0xda4ae4
global $Player_Offset = 0x28
global $playerIDOffset = 0x4B8
global $PlayerClass_Offset = 0x6F8
global $PlayerName_Offset = 0x6F4
global $PlayerParty_Offset = 0x7C4
global $PlayerCurrentSkill_Offset = 0x7E0
global $playerEquipOffset = 0x5b0
global $PlayerAvatarBag_Offset = 0x10AC ;0xfec
global $InventoryListOffset = 0x1060; 0xFA0
global $EquippedListOffset = 0x1064; 0xFA4
global $QuestInvListOffset = 0x1068
global $PlayerNpcWindow = 0xE72
global $PhysPosOffset = 0x724-0x40
Global $QuestList_Offset = 0x14C8; 0x1408
global $PlayerEarningTime_Offset = 0x16DC ;0x161C
global $PlayerMoveCounter_Offset = 0xad8; 0xac8
global $PlayerTransportMode_Offset = 0x704 ;0x6F4
global $PlayerSwimSpeed_Offset = 0x530
global $PlayerWalkSpeed_Offset = 0x530+0x4
global $PlayerFlySpeed_Offset = 0x530+0xC
global $PlayerCamX_Offset = 0x984
global $PlayerCharmActive_Offset = 0x16e4
global $PlayerCharmActive_MagBit = 0x10000
global $PlayerCharmActive_PhysBit = 0x100
global $PlayerCharmCooldown_Offset = 0xC14
global $PartyCount_Offset = 0x18
;~ #-------- NPC ----------------#
global $NpcListOffset = 0x20
global $sortedNpcListOffset = 0x5c
global $NpcCounterOffset = 0x18
global $NpcUIDOffset = 0x114
global $NpcIDOffset = 0x118
global $NpcNameOffset = 0x25C
global $NpcLVLOffset = 0x120
global $NpcHPOffset = 0x128
global $NpcHPmaxOffset = 0x17C
global $NpcStatusOffset = 0x210
global $NpcSpecialOffset = 0x24C
global $NpcX = 0x3C
global $NpcY = 0x44
global $NpcZ = 0x40
;global $NpcBuffCountOffset = 0x32C
global $NpcStatusBitDead = 0x80
global $NpcStatusBitIncSpeed = 0x100
global $NpcStatusBitIncDef = 0x300
global $NpcStatusBitIncAtt = 0x500
global $NpcStatusBitSacAss = 0x700
global $NpcStatusBitIncLife = 0x800
global $NpcStatusBitWeak = 0x900
global $NpcStatusBitIsPet = 0x1000
global $NpcStatusBitIsNpc = 0x4000
global $NpcStatusBitIsFly = 0x10000
global $NpcStatusBitIsWater = 0x20000
global $bufflist = 0x390
global $buffcount = 0x398 ;check
global $PlayerTarget_Offset = 0x5A4
global $PlayerFactionId_Offset = 0x694 ;+10
global $PlayerChiOffset = 0x4E0
global $sortedInventoryListOffset = 0xC
global $InventorySizeOffset = 0x14
global $InvName_Offset = 0x4C
global $InvID_Offset = 0xC
global $InvDurability_Offset = 0x74
global $InvStackAmount_Offset = 0x14
global $gearAddonList_Offset = 0xb0
global $itemTypeX = 0x8
global $itemIDX = 0xC
global $itemCountX = 0x14
global $itemRefine = 0x90
global $HP_OffSet = 0x4cc
global $MaxHP_OffSet = 0x520
global $MP_OffSet = 0x4d0
global $MaxMP_OffSet = 0x524
global $HPCooldown_Offset = 0xBB4
global $MPCooldown_Offset = 0xBBC
global $PlayerSkill_Offset = 0x14EC ;0x142c
global $PlayerPassiveSkill_Offset = $PlayerSkill_Offset + 0x18
global $GenieSkill_Offset = 0x151c ;skill count is this +0x4
global $SkillID_Offset=8
global $SkillLVL_Offset=12
global $SkillCurCD_Offset=16
global $SkillCD_Offset=20
global $PlayerGenie_Offset = 0x408
global $GenieEnergy_Offset = 0xAC
;Global $ADDRESS_QUESTAVAILABLE = 0x89E040
;Global $QUEST_LIST_POINTER = 0xD23624
|
|
|
|
06/29/2016, 03:39
|
#51
|
elite*gold: 0
Join Date: Oct 2013
Posts: 7
Received Thanks: 1
|
Quote:
Originally Posted by Sᴡoosh
You can read faction ID from char struct, then look it up in faction table.
|
I picked up this value , but how can I read this table ? Thks.
|
|
|
07/05/2016, 16:23
|
#52
|
elite*gold: 20
Join Date: May 2009
Posts: 1,290
Received Thanks: 326
|
Quote:
Originally Posted by archnael
I picked up this value , but how can I read this table ? Thks.
|
Sorry, I don't remember anymore.
|
|
|
07/06/2016, 22:51
|
#53
|
elite*gold: 0
Join Date: Jun 2016
Posts: 38
Received Thanks: 0
|
Someone know explain me , how can i find list name players around me ? THX
|
|
|
07/07/2016, 10:49
|
#54
|
elite*gold: 0
Join Date: Nov 2011
Posts: 11
Received Thanks: 6
|
Quote:
Originally Posted by derleyvolt
Someone know explain me , how can i find list name players around me ? THX
|
Made  for Cheat engine and find the count of players. So I get on the list of players.
|
|
|
07/07/2016, 12:32
|
#55
|
elite*gold: 0
Join Date: Jun 2016
Posts: 38
Received Thanks: 0
|
Diagnost, after , when you have time , could explain me how make a table for Cheat engine ? And I also wanted to know how find list name players with cheat engine , how must i seek ?
actually, the most difficult for me is to find the players name list and try to make my character go to *** coordinates ... good, but one hour I can ... ù.ù
|
|
|
07/07/2016, 13:16
|
#56
|
elite*gold: 0
Join Date: Nov 2011
Posts: 11
Received Thanks: 6
|
Quote:
Originally Posted by derleyvolt
Diagnost, after , when you have time , could explain me how make a table for Cheat engine ? And I also wanted to know how find list name players with cheat engine , how must i seek ?
actually, the most difficult for me is to find the players name list and try to make my character go to *** coordinates ... good, but one hour I can ... ù.ù
|
From the beginning, explain what you want to do.(example, create a group of players and to follow the leader (party_Leader).
|
|
|
07/07/2016, 13:33
|
#57
|
elite*gold: 0
Join Date: Jun 2016
Posts: 38
Received Thanks: 0
|
diagnost , but it is not possible to see the players name list out of my group?
taking advantage, wanted to know if it was possible to see information from other players outside of my group, as Nivel defense, hp, hp max ...
|
|
|
07/07/2016, 14:00
|
#58
|
elite*gold: 0
Join Date: Nov 2011
Posts: 11
Received Thanks: 6
|
Quote:
Originally Posted by derleyvolt
diagnost , but it is not possible to see the players name list out of my group?
taking advantage, wanted to know if it was possible to see information from other players outside of my group, as Nivel defense, hp, hp max ...
|
Read WID a player in your group and compare with the WID players nearby (not in groups). If WID match, read the name of the group and not partyname:= playername.
Читаем WID игрока своей группы и сравниваем с WID игроков рядом (в не группы). Если WID совпал, читаем имя в не группы и partyname:= playername
|
|
|
07/07/2016, 14:16
|
#59
|
elite*gold: 0
Join Date: Jun 2016
Posts: 38
Received Thanks: 0
|
diagnost , then I should be in a group with my characters and read the ID of them, then read the ID of a character next to me? I am doing this I'll find the players name list next to me? I hope you do not get angry that I'm doing so many stupid questions .... THX
|
|
|
07/07/2016, 14:43
|
#60
|
elite*gold: 0
Join Date: Nov 2011
Posts: 11
Received Thanks: 6
|
Quote:
Originally Posted by derleyvolt
diagnost , then I should be in a group with my characters and read the ID of them, then read the ID of a character next to me? I am doing this I'll find the players name list next to me? I hope you do not get angry that I'm doing so many stupid questions .... THX
|
Yes! Name, walkmode and other missing data can be recovered from the players nearby, if it is their ID.
Why my bot is able to beat players like mobs? I invented a new type mobs 6 - players next. And by substitution bot thinks has the same mobs with a different type 6.
I suggest that you find pwgame.net(BA=D6F0AC), take my source code and understand how it all works.
|
|
|
All times are GMT +1. The time now is 05:49.
|
|