Perfect World Bot PWI-Prophet Bot Recoded

03/02/2011 17:58 gothik0#931
Can anyone post new working offsets? pls
03/02/2011 18:15 kerosene69#932
[Only registered and activated users can see links. Click Here To Register...]

This will give you some of the offsets, many of the others we will have to wait for the update
03/02/2011 18:22 Maleckk#933
Thy for ur answer.
I've tried with those offsets but prophet bot still doesent work...

i got an AutoIt error which says : "Error: Array Variable has incorrect number of subscripts or subscript dimension range excedeed".

Any idea?
03/02/2011 19:10 kerosene69#934
Were definatly gonna have to wait for prophets to update the scripts.. just be patient =D
03/03/2011 03:35 PW-Prophets#935
Quote:
Originally Posted by kerosene69 View Post
Were definatly gonna have to wait for prophets to update the scripts.. just be patient =D
We have not had net for about a week now. It should be up tomarrow then we can get some testing done. Thx for being patient =D
03/03/2011 04:02 newbtooler#936
Quote:
Originally Posted by Maleckk View Post
Thy for ur answer.
I've tried with those offsets but prophet bot still doesent work...

i got an AutoIt error which says : "Error: Array Variable has incorrect number of subscripts or subscript dimension range excedeed".

Any idea?
I am also getting this error.
03/05/2011 07:17 PW-Prophets#937
Well I have got all the offsets, but I have been working on the player list, npc list, and item list. I am going to sleep, so I will look for them more in the morning. If someone has allready found these please post them. thx Prophet 2
03/05/2011 09:50 hemmo22#938
this bot work pw my en?
03/05/2011 22:55 Maleckk#939
Quote:
Originally Posted by PW-Prophets View Post
Well I have got all the offsets, but I have been working on the player list, npc list, and item list. I am going to sleep, so I will look for them more in the morning. If someone has allready found these please post them. thx Prophet 2
wont Recorded version work simply changing the offset file? if it does, pls post them... thank you ;D
03/06/2011 02:01 PW-Prophets#940
Quote:
Originally Posted by Maleckk View Post
wont Recorded version work simply changing the offset file? if it does, pls post them... thank you ;D
No it will not because some of the offsets in the source need to be changed.

Edit: I have Unleashed 100% working I want to do some fixes to it before I upload it. Be sure to look for it tomarrow.

If you like editing the source yourself here are the new custom offsets.

[Perfect_World_Base_Address_In_Decimal]
Application_Title=Perfect World International
Base_Address=11362500
Base_AddressFZ=11363636

[Custom_32_Offsets_In_Decimal]
Casting_Offset=1760
Name_offset=1572
LVL_Offset=1144
Class_offset=1580
HP_OffSet=1152
MaxHP_OffSet=1216
MP_OffSet=1156
MaxMP_OffSet=1220
STR_offset=1208
DEX_offset=1212
VIT_offset=1200
MAG_offset=1204
Spirit_offset=1164
Gold_offset=1348
FlySpeed_Offset=1244
FlyCounter_Offset=2300
MoveMode_OffSet=1592
CHI_Offset=1172
MAXCHI_Offset=1344
Jump_Offset=3104
CastID_Offset=1760
CharState_Offset=1668
Reputation_Offset=1460
Culti_Offset=1148
X_Offset=60
Y_Offset=68
Z_Offset=64

Target_OffSet=2852
PetBase_Offset=4132
PetHP_OffSet=60
PetHunger_OffSet=8

ActionFlag_Offset=24
ActionRead_Offset=4
ActionRead2_Offset=8
ActionRead3_Offset=28
ActionWrite_Offset=12
ActionWrite2_Offset=20
ActionSkill_Offset=80
ActionMoveX_Offset=32
ActionMoveY_Offset=40
ActionMoveZ_Offset=36
ActionHeight_OffSet=104
ActionHeightFlag_OffSet=100
ActionHeightFlag2_OffSet=108
ActionDoneFlag_Offset=8
ActionValue_Offset=44
ActionValue2_Offset=64
ActionSetError_Offset=76
ActionFinished_Offset=8
ActionStart_Offset=20
ActionNotStart_Offset=36
ActionObject_Offset=32
ObjectAction_Offset=56

PlayerBase_Offset=136
PlayerCount_Offset=20
PlayerID_Offset=1120
PlayerLVL_Offset=1132
PlayerName_Offset=1560
PlayerHP_Offset=1140
PlayerMAXHP_Offset=1204
PlayerClass_Offset=1568

NPCBase_Offset=80
NPCCount_Offset=20
NPCID_Offset=284
NPCName_Offset=596
NPCLVL_Offset=292
NPCHP_Offset=300
NPCMAXHP_Offset=364
NPCSpecial_Offset=584

ItemBase_Offset=24
ItemID_Offset=268
ItemSN_Offset=272
ItemName_Offset=356

You will need to change some offsets in source code.

The Player,Npc, and Item array's changed from offset 0x8 to 0x18.
The character offset changed from 0x20 to 0x30.

There might be a few others that are hard coded in the source that you will need to change, but this is only if you can not wait till tomarrow. Hope this helps Prophet 2

Edit:

This is correct Base_AddressFZ=11363636
03/06/2011 11:15 RayderBlitz#941
Hm, i registered some time ago and still got no activation link sent.
I didnt even get ANY email from website.
03/07/2011 10:08 Maleckk#942
Quote:
Originally Posted by PW-Prophets View Post

Edit: I have Unleashed 100% working I want to do some fixes to it before I upload it. Be sure to look for it tomarrow.

where did you upload the new version? tyvm
03/07/2011 10:25 mikedrab#943
Quote:
Originally Posted by Maleckk View Post
where did you upload the new version? tyvm
as far as i know, it hasn't been released yet, just be patient until pw-prophet replies here saying it has been uploaded - it's best to wait for a perfect complete version of the bot than be given a buggy uncomplete bot :p
03/07/2011 12:56 trety#944
can anyone upload working 'Prophet Bot Unleashed.au3' file?

i trying change files by myself, but still have error:

'
Line 8654 (File "*\Prophet Bot Unleashed.exe"):
Error: Array maximum size exceeded. '

i copied all offsets to custom_offsets file, and changed lines in 'Prophet Bot Unleashed.au3' file:
'$OFFSET_PLAYERBASE[1] = 8 ;0x8' to 0x18
'$OFFSET_NPCBASE[1] = 8 ;0x8' 0x18
'$OFFSET_ITEMBASE[1] = 8 ;0x8' to 0x18
and
'$OFFSET_TAR[1] = 32 ;0x20' to 0x30
is something missing?
03/07/2011 16:28 SEmoder#945
Quote:
Originally Posted by trety View Post
can anyone upload working 'Prophet Bot Unleashed.au3' file?

i trying change files by myself, but still have error:

'
Line 8654 (File "*\Prophet Bot Unleashed.exe"):
Error: Array maximum size exceeded. '

i copied all offsets to custom_offsets file, and changed lines in 'Prophet Bot Unleashed.au3' file:
'$OFFSET_PLAYERBASE[1] = 8 ;0x8' to 0x18
'$OFFSET_NPCBASE[1] = 8 ;0x8' 0x18
'$OFFSET_ITEMBASE[1] = 8 ;0x8' to 0x18
and
'$OFFSET_TAR[1] = 32 ;0x20' to 0x30
is something missing?
Find this:
Global $CHAR_DATA_BASE = _MemoryRead(_MemoryRead($APP_BASE_ADDRESS, $PROCESS_INFORMATION) + 0x20 , $PROCESS_INFORMATION)
replace on
Global $CHAR_DATA_BASE = _MemoryRead(_MemoryRead($APP_BASE_ADDRESS, $PROCESS_INFORMATION) + 0x30 , $PROCESS_INFORMATION)

And in action struct replace all 32 on 48, and 4084 on 4108