PWI: Reflections offset list for Prophet Bot.

09/03/2012 20:44 Midnightstarr#46
ok if somone can help me here, since prophetbot apparently stopped updating how to i actually update it using these values? do i copy/past it to the offsets ini or?

I only used this bot for the unfreeze and the pots ability, that was it, kinda annoying without it xD

please help me :)
09/04/2012 05:41 martmor#47
yes change the current offsets and if you have the original prophet bot script then you must change the real base address and the sendpacket address in the exe file too.
09/04/2012 14:06 Midnightstarr#48
ok i'm a total newb when it comes to changing codes... i dont think i have that, nor any exe file that i can edit, just the ini files. guess i'm just sol lol :(
09/04/2012 14:10 martmor#49
Here is the link to a Tutorial how to change codes from AutoIT Software:

[Only registered and activated users can see links. Click Here To Register...]

What you must change is depended on your version. At Version 3.0 you must change what on the other page is written. If you have version 3.1 Prophetbot original version you must change sendpacket and real base address, if you have the edited Version from Amineurin you must change only the offset file. If you have other Versions ???
09/05/2012 23:41 mazzopi#50
Unfortunately links for Prophet Bot are not working.
09/06/2012 06:36 martmor#51
Quote:
Originally Posted by mazzopi View Post
Unfortunately links for Prophet Bot are not working.
[Only registered and activated users can see links. Click Here To Register...]
09/06/2012 08:26 mazzopi#52
Quote:
Originally Posted by martmor View Post
[Only registered and activated users can see links. Click Here To Register...]
I appreciate the detailed help, but I've already tried that and I have no guarantee that any these random .zips are safe.
09/06/2012 08:47 martmor#53
yes, thats correct.
09/06/2012 09:11 mazzopi#54
Quote:
Originally Posted by martmor View Post
yes, thats correct.
Anyway man, I downloaded the 2shared one, replaced offsets and it's working. :bandit:

Just hope my account stays safe

Works pretty well, but if you are grinding air mobs and set flymode on, with fly 2 escape set up(of course) it will keep turning flyer on and off, so... Will try to figure it out, its pretty annoying.
09/10/2012 19:08 altivex#55
Yup, I am a slowpoke but ....
ChatBase_Address=11878032
LastChat_Address=11878044
Chat \alarm works properly.
10/06/2012 13:33 selerkowo#56
Hi,
I'm trying to modify ProphetBot 3.0 code (original, as I belive) but it still doesn't work.

How should i modify this part of *.exe file?

Code:
Global $REALBASEADDRESS = '0x' & rev($SELECT[1])
$CALL_POS = StringInStr($DATA, $SELECT[0])/2 + 0x40000E
Global $SELECT_CALL = '0x' & Hex(('0x' & rev($SELECT[2])) + $call_pos + 5)
$CALL_POS = StringInStr($DATA, $PICK)/2 + 0x400010
Global $SENDPACKETADDRESS = '0x' & Hex(Dec(rev($PACKET[2])) + $CALL_POS + 6)
Also, should I set
$OFFSET_ACTIONFLAG[2] = 4168
to =4292 ?

I have already replaced Custom_Offsets.ini content with values posted by martmor (08-15-2012).


I was trying to change code on my own. Bot can read properly mine HP, MP etc., but it can't read parameters of my target. Also can't target mob automaticaly.

Could you give me any advice? What should i change?
10/06/2012 16:50 martmor#57
Quote:
Originally Posted by selerkowo View Post
Hi,
I'm trying to modify ProphetBot 3.0 code (original, as I belive) but it still doesn't work.

How should i modify this part of *.exe file?

Code:
Global $REALBASEADDRESS = '0x' & rev($SELECT[1])
$CALL_POS = StringInStr($DATA, $SELECT[0])/2 + 0x40000E
Global $SELECT_CALL = '0x' & Hex(('0x' & rev($SELECT[2])) + $call_pos + 5)
$CALL_POS = StringInStr($DATA, $PICK)/2 + 0x400010
Global $SENDPACKETADDRESS = '0x' & Hex(Dec(rev($PACKET[2])) + $CALL_POS + 6)
No. At 3.0 Version just edit the Action offsets in the 3.0 exe file. Nothing else

At the 3.1 Version you have to edit just the real base address and the send packet address in the exe file. Nothing else.
10/07/2012 11:47 selerkowo#58
Thank you for quick reply.
Unfortunately it still doesn't work for me. Same problem with reading mobs settings. Probably I have problems with offsets. Bot still can't recognize selected mob.
10/07/2012 15:18 martmor#59
Hi,

you used this offset list?

[Only registered and activated users can see links. Click Here To Register...]
10/07/2012 15:54 selerkowo#60
Yes.
Tommorow I will check once again if I have corrected all action offsets (almost sure it is not the problem, I have already checked it twice).
But it seems like it is not building mobs array or it is not able to recognize selected mob.