Help there is a question

02/22/2018 20:57 dokser#1
Help find offsets for Propnet bot pwi on Perfect World international in Credence of Angels and Demons.
I found the offsets:
[Perfect_World_Base_Address_In_Decimal]
Base_Address=10175892
Base_AddressFZ=10177028
Base_AddressEXP=10178800
[Custom_32_Offsets_In_Decimal]
CASTING_Offset=1732
Name_offset=1544
LVL_Offset=1124
Class_offset=1552
HP_OffSet=1132
MaxHP_OffSet=1188
MP_OffSet=1136
MaxMP_OffSet=1192
EXP_Offset=1140
STR_offset=1180
DEX_offset=1184
VIT_offset=1172
MAG_offset=1176
Spirit_offset=1144
Gold_offset=1320
X_Offset=60
Y_Offset=68
Z_Offset=64
CastID_Offset=1732
Target_OffSet=2800
TarID_OffSet=284
TarHP_OffSet=300
TarMaxHP_OffSet=356
TarName_OffSet=588
TarLVL_OffSet=292
TarSpec_OffSet=576
PlayerCount_Offset=20
PlayerID_Offset=1112
PlayerLVL_Offset=1124
PlayerName_Offset=1544
PlayerHP_Offset=1132
PlayerMAXHP_Offset=1188
PlayerClass_Offset=1552
NPCCount_Offset=20
NPCID_Offset=284
NPCName_Offset=588
NPCLVL_Offset=292
NPCHP_Offset=300
NPCMAXHP_Offset=356
NPCSpecial_Offset=576
I can't find these Offsets
[Perfect_World_Base_Address_In_Decimal]
BaseCall_Address=
[Custom_32_Offsets_In_Decimal]
FlySpeed_Offset=
FlyCounter_Offset=
MoveMode_OffSet=
CHI_Offset=
MAXCHI_Offset=
Jump_Offset=
State_Offset=
Reputation_Offset=
Culti_Offset=
PetBase_Offset=
PetHP_OffSet=
PetHunger_OffSet=
ActionFlag_Offset=
ActionRead_Offset=
ActionRead2_Offset=
ActionRead3_Offset=
ActionWrite_Offset=
ActionWrite2_Offset=
ActionSkill_Offset=
ActionMoveX_Offset=
ActionMoveY_Offset=
ActionMoveZ_Offset=
ActionHeight_OffSet=
ActionHeightFlag_OffSet=
ActionHeightFlag2_OffSet=
ActionDoneFlag_Offset=
ActionValue_Offset=
ActionValue2_Offset=
ActionSetError_Offset=
ActionFinished_Offset=
ActionStart_Offset=
ActionNotStart_Offset=
ActionObject_Offset=
ObjectAction_Offset=
PlayerBase_Offset=
NPCBase_Offset=
ItemBase_Offset=
ItemID_Offset=
ItemSN_Offset=
ItemName_Offset=
I have no idea how to look for them and there is no information about it anywhere.And I do not understand even what it is from unidentified offsets.
I hope somebody will help to find missing offsets.
There are 3 links to download the game:
[Only registered and activated users can see links. Click Here To Register...]
03/03/2018 10:22 200Char#2
Hi can someone help me, indonesia just update elysium i try find gather offset but client always crash

i got offset ;

Global $ADDRESS_BASE = 0xE5AFA4
Global $sendPacketFunction = 0x81EF40
Global $ADDRESS_GATHER = 0x857C50
Global $player_offset = 0x34

[Only registered and activated users can see links. Click Here To Register...] elemen if u need

$OPcode = "60" ;60 PUSHAD
$OPcode &= "B9" & _Hex($ADDRESS_BASE) ;B9 00000000 MOV ECX,#Baseadr
$OPcode &= "8B09" ;8B09 MOV ECX,DWORD PTR DS:[ECX]
$OPcode &= "8B491C" ;8B49 1C MOV ECX,DWORD PTR DS:[ECX+1C]
$OPcode &= "8B49" & _Hex($Player_Offset, 2) ;8B49 28 MOV ECX,DWORD PTR DS:[ECX+28]
$OPcode &= "68" & _Hex($ACTION_TYPE) ;68 00000000 PUSH $ACTION_TYPE 0=Pick 1=Dig
$OPcode &= "68" & _Hex($ITEM_UNIQUE_ID) ;68 00000000 PUSH $ITEM_UNIQUE_ID
$OPcode &= "BB" & _Hex($ADDRESS_GATHER) ;BB 00000000 MOV EBX, $ADDRESS_GATHER
$OPcode &= "FFD3" ;FFD3 CALL EBX
$OPcode &= "61" ;61 POPAD
$OPcode &= "C3" ;C3 RETN
03/12/2018 21:25 Remmm#3
try ADDRESS_GATHER=0x4BDF40