Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Perfect World > PW Hacks, Bots, Cheats, Exploits
You last visited: Today at 15:38

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Prophet Bot 3.1.9 - 2013 - PWI

Discussion on Prophet Bot 3.1.9 - 2013 - PWI within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.

Reply
 
Old 07/30/2014, 22:57   #46
 
elite*gold: 0
Join Date: Jul 2012
Posts: 1
Received Thanks: 0
This is an awesome update, thanks could I make a request, EPIC PWI, could you make this bot compatible for Twilight Temples (for the bot to use teleport beams) not sure if this is possible but I will try doing some runs today . If I can use it in instances that have teleport beams then this is perfect! I farm Twlight Temple EPIC PWI, for +12 hours and it's soo annoying sometimes when you get aching in your bones from farming so much EC, this would be useful.
JCSoulGod is offline  
Old 08/09/2014, 11:53   #47
 
elite*gold: 0
Join Date: Mar 2014
Posts: 17
Received Thanks: 3
How can i use it i have no idea pls tell mee
Massiou is offline  
Old 09/15/2014, 05:22   #48
 
elite*gold: 0
Join Date: Aug 2010
Posts: 24
Received Thanks: 27
Update

I updated the first post with a couple new things. Im not playing on official servers so I dont have new offsets.
G0liath is offline  
Old 09/16/2014, 13:52   #49
 
elite*gold: 0
Join Date: Jan 2011
Posts: 38
Received Thanks: 17
G0liath ,How to search pet base offset, with Cheat engine?
I think offset for base pet ,wrong
sirius21 is offline  
Old 09/17/2014, 03:22   #50
 
elite*gold: 0
Join Date: Aug 2010
Posts: 24
Received Thanks: 27
I didnt search for it in CE. I dont have a veno to try. I only have ever used the offset finders that are here on the treasure map page for pet offset. There are some hard coded offsets in the bot, perhaps some have changed.
G0liath is offline  
Old 09/17/2014, 17:52   #51
 
elite*gold: 0
Join Date: Sep 2013
Posts: 146
Received Thanks: 84
not sure where to post this, but maybe you guys wanna implement a timer for earning time.

checkEarningTime() ;example in ahk
{
earningTime_Offset := 0x15e8 ;for PWI International
baseAddress := ReadMemoryUint(realBaseAddress, processID)
structurePointer := ReadMemoryUint(baseAddress + baseOffset, processID)
playerPointer := ReadMemoryUint(structurePointer + playerOffset, processID)
earningTime := ReadMemoryUint(playerPointer + earningTime_Offset, processID) ;earning time in sec
earningTimeHrs := Floor(earningTime/3600)
earningTimeMins := Ceil((earningTime-earningTimeHrs*3600)/60)
earningTimeString := earningTimeHrs . "h: " . earningTimeMins . "m"
return earningTimeString
;~ e.q.: earningTime = 27042 -> 7h: 30m
}

how to find offset:
> max. earning time is 28800 (8*60*60)
> search for this value in cheat engine, with a character that has full earning time
> go hit a mob for a few seconds
> check all values (about 90) if they have decreased a bit like 28780
> now check what access this address -> important here: while you do this, you need to hit mobs till the time changes... could take close to a minute (worst case)
> now check the information to get the offset -> this one needs to be used like HP_Offset... so playerPointer + Offest or however you called it
Stark77 is offline  
Old 09/18/2014, 06:19   #52
 
elite*gold: 0
Join Date: Jan 2011
Posts: 38
Received Thanks: 17
earningTime_Offset.what it is?
sirius21 is offline  
Old 09/18/2014, 12:41   #53
 
elite*gold: 0
Join Date: Sep 2013
Posts: 146
Received Thanks: 84
perfect world limited the time you can farm DQs. after this time (earning time) mobs dont drop anything anymore.
Stark77 is offline  
Thanks
1 User
Old 09/18/2014, 12:58   #54
 
elite*gold: 0
Join Date: Dec 2005
Posts: 121
Received Thanks: 11
has anyone the **** PWI offsets? can someone post them here?
makii is offline  
Old 09/18/2014, 14:37   #55
 
elite*gold: 0
Join Date: Sep 2013
Posts: 146
Received Thanks: 84
maybe this?:
Stark77 is offline  
Old 09/19/2014, 10:39   #56
 
elite*gold: 0
Join Date: Jan 2011
Posts: 38
Received Thanks: 17
how a character with the name "[" could use propetBot?
sirius21 is offline  
Old 09/20/2014, 18:35   #57
 
elite*gold: 0
Join Date: Aug 2010
Posts: 24
Received Thanks: 27
Maybe this would work:
Code:
Global $NAME2 = _MemoryRead(_MemoryRead($CHAR_DATA_BASE + $OFFSET_NAME, $PROCESS_INFORMATION), $PROCESS_INFORMATION, 'wchar[30]')
Global $nameArray = StringToASCIIArray($NAME2)
Global $NAME = StringFromASCIIArray($nameArray)
I tested it in a separate script:
Code:
Example()

Func Example()
    ; Convert the string to an ASCII array.
    Local $aArray = StringToASCIIArray("[] ] [ +")

    ; Convert the array into a string.
    Local $sString = StringFromASCIIArray($aArray)

    ; Display the string to see that it matches the original string initially converted to an array.
    MsgBox("", "", $sString)
EndFunc   ;==>Example
and it seems to return all my special characters. My version of PWI doesnt allow "[" so I cannot test it properly.
G0liath is offline  
Thanks
1 User
Old 09/20/2014, 20:22   #58
 
elite*gold: 0
Join Date: Jan 2011
Posts: 38
Received Thanks: 17
i will try tomorrow
sirius21 is offline  
Old 09/23/2014, 19:21   #59
 
elite*gold: 0
Join Date: May 2009
Posts: 7
Received Thanks: 1
dear G0liath : i was used your bot and i have a problem, the element client has stop working
i mean if i check pet support, and it was happened
Attached Images
File Type: png has stop.png (215.0 KB, 68 views)
bim2ial is offline  
Old 09/30/2014, 07:19   #60
 
elite*gold: 0
Join Date: Jan 2011
Posts: 38
Received Thanks: 17
@G0liath ,how do you search for sendpacket?
sirius21 is offline  
Reply


Similar Threads Similar Threads
Prophet Bot 3.5 (Version 2013)
08/28/2018 - PW Hacks, Bots, Cheats, Exploits - 145 Replies
Prohpet Bot 3.5 fixed by Murmuring International Servers only I take some hours today to add some new Functions and fix some Bugs on the original Prophet Bot 3.1 New Functions and Fixes: Reduced Memory usage... new Skill list selection new Buff list selection
Prophet Bot Pro.
06/08/2012 - Perfect World - 0 Replies
OK First of all, check this vid: Prophet Bot Stayin' Alive Bot - YouTube Notice the link he provides to Prophet Bot indicating that's where to get it? Well the Phrophets have closed their doors to non premium members and although they are still willing to accept donations - they are only providing updates to like 5 members... as outlined in this post: http://www.prophetbot.com/news/closing-doors/. I DID have premium membership at one time but now I'm jumping through hoops to prove to...
Prophet bot
05/30/2012 - PW Hacks, Bots, Cheats, Exploits - 3 Replies
Somebody send me an old version of prophet bot that works with a 1.4.0 server and a 1.3.6 server perhaps with some 1.4.0 offsets too please x.x
Wts prophet lvl 78
08/11/2006 - Lineage 2 - 0 Replies
Hello i wts my lvl 78 Hierophant on hindemith server, my msn is [email protected] ty



All times are GMT +2. The time now is 15:38.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.