Register for your free account! | Forgot your password?

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

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

Advertisement



[RELEASE] Jawq (WQ bot for PWI)

Discussion on [RELEASE] Jawq (WQ bot for PWI) within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.

Reply
 
Old 08/20/2014, 21:41   #196
 
elite*gold: 0
Join Date: Oct 2011
Posts: 12
Received Thanks: 1
tried those offsets, program just crashes
bigbear72 is offline  
Thanks
1 User
Old 08/21/2014, 02:11   #197
 
elite*gold: 0
Join Date: Sep 2010
Posts: 16
Received Thanks: 2
Quote:
Originally Posted by martmor View Post
PWI have now new offsets

PlayerLevel=0x4B0
PlayerName=0x6C0
More than that have changed though.
Here's what I have...
Code:
EXP_Calc_Base:		CD03C0
BaseAddress:		0
UnfreezeOffset:		4D0
OwnID_Offset:		0
LVL_Offset:		4B0
Culti_Offset:		4B4
EXP_Offset:		4C0
Spirit_offset:		4C4
HP_OffSet:		4B8
MaxHP_OffSet:		504
MP_OffSet:		4BC
MaxMP_OffSet:		508
CHI_OffSet:		4CC
MaxCHI_Offset:		584
Gold_Offset:		588
CastID_Offset:		7B0
TargetID_Offset:		0
Pet_Offset:		13EC
STR_Offset:		0
DEX_Offset:		0
VIT_Offset:		0
MAG_Offset:		0
Reputation_Offset:		0
ClassID_Offset:		0
Jump_Offset:		E64
Name_Offset:		6C0
And here's what's currently in my Jawq.ini
Code:
[main]
GameProcessName=elementclient.exe
LogMode=0
LogPath=logs/
DelayOnError=5000
MaxErrorRetries=5
[gui]
AnimateRemove=1
[offsets]
CallSendPacket=0x0073BBD0
CallIsQuestAvailable=0x00845BC0
BaseAddress=0x00C9DFAC
BaseOffset=0x1C
PlayerStruct=0x30
PlayerId=0x494
PlayerLevel=0x4A0
PlayerName=0x6B0
PlayerTransportMode=0x6C4
PlayerFlyMountId=0x5B0
PlayerPositionX=0x3C
PlayerPositionZ=0x40
PlayerPositionY=0x44
PlayerTargetId=0xD3C
PlayerFreeze=0xD5A
PlayerQuestInventory=0xF50
PlayerAction=0x13A8
PlayerQuestList=0x13B0
ItemId=0x0C
Lists=0x1C
NpcList=0x20
NpcSortedList=0x58
NpcId=0x124
As you can see, there are several other offsets we need to enter, unfortunately, I'm not sure how to add the code to RegEx to extract them.
SylenThunder is offline  
Thanks
1 User
Old 08/21/2014, 03:14   #198
 
elite*gold: 0
Join Date: Sep 2013
Posts: 146
Received Thanks: 84
Offsets i got for PW International:
realBaseAddress = 0xCCEFAC
SendPacketAddress = 0x00751D10
UnfreezOffset = 0x4D0

PlayerHP_Offset = 0x4B8
PlayerMAXHP_Offset= 0x504
PlayerMP_Offset= 0x4BC
PlayerMAXMP_Offset = 0x508
PlayerChi_Offset = 0x4CC
PlayerName_Offset = 0x6C0
PlayerLVL_Offset= 0x4B0
PlayerID_Offset = 0x4A4
PositionX = 0x3C
PositionY = 0x44
PositionZ = 0x40
NPCName_Offset = 0x288

[Player+NPC Struct hasnt changed...same as List
I will try to find more tomorrow.]

@Smurfin: i want to say big thanks to you for your post #179. I struggeled first to get those Lists, that are prety usefull. I tried to write the same for an item list, but i cannot get it working. I thought, cos the Player and NPC structs havent changed for me, that also the Item structs would be the same. but there seems to be some mistake. Could you kindly compare this with your version please?

Stark77 is offline  
Thanks
2 Users
Old 08/21/2014, 04:12   #199
 
elite*gold: 0
Join Date: Oct 2011
Posts: 12
Received Thanks: 1
I have no idea how to set this up so if someone gets it working please copy & paste the contents of your Jawq.ini file here. Thank you!
bigbear72 is offline  
Old 08/21/2014, 12:04   #200
 
elite*gold: 0
Join Date: Sep 2011
Posts: 46
Received Thanks: 144
Talking


You are welcome guys!

Quote:
Originally Posted by Stark77 View Post
Offsets i got for PW International:
realBaseAddress = 0xCCEFAC
SendPacketAddress = 0x00751D10
UnfreezOffset = 0x4D0

PlayerHP_Offset = 0x4B8
PlayerMAXHP_Offset= 0x504
PlayerMP_Offset= 0x4BC
PlayerMAXMP_Offset = 0x508
PlayerChi_Offset = 0x4CC
PlayerName_Offset = 0x6C0
PlayerLVL_Offset= 0x4B0
PlayerID_Offset = 0x4A4
PositionX = 0x3C
PositionY = 0x44
PositionZ = 0x40
NPCName_Offset = 0x288

[Player+NPC Struct hasnt changed...same as List
I will try to find more tomorrow.]

@Smurfin: i want to say big thanks to you for your post #179. I struggeled first to get those Lists, that are prety usefull. I tried to write the same for an item list, but i cannot get it working. I thought, cos the Player and NPC structs havent changed for me, that also the Item structs would be the same. but there seems to be some mistake. Could you kindly compare this with your version please?


Try this code for getting items

denzjh is offline  
Thanks
5 Users
Old 08/21/2014, 17:10   #201
 
elite*gold: 0
Join Date: Sep 2013
Posts: 146
Received Thanks: 84
Thanks alot denzjh

I tried the loop from 0 to 500 and thought "still nothing **** it"...but shouldnt have stoped...with 1000 its working.
Also thanks for the offsets =)
Stark77 is offline  
Thanks
1 User
Old 08/21/2014, 19:32   #202
 
elite*gold: 0
Join Date: Oct 2011
Posts: 12
Received Thanks: 1
if you have Jawq working could u please copy & paste the contents of your Jawq.ini file here please?
bigbear72 is offline  
Old 08/22/2014, 00:06   #203
 
elite*gold: 0
Join Date: Sep 2010
Posts: 16
Received Thanks: 2
Quote:
Originally Posted by bigbear72 View Post
if you have Jawq working could u please copy & paste the contents of your Jawq.ini file here please?
It's already been posted, you just need to read and click.
I'm running it right now and it's perfectly fine.
Quote:
Originally Posted by denzjh View Post

You are welcome guys!




Try this code for getting items

SylenThunder is offline  
Old 08/22/2014, 19:44   #204
 
elite*gold: 0
Join Date: Oct 2011
Posts: 12
Received Thanks: 1
can u please post the contents of your jawq.ini file? I cannot seem to get mine working.
bigbear72 is offline  
Old 08/23/2014, 03:27   #205
 
elite*gold: 0
Join Date: Sep 2010
Posts: 16
Received Thanks: 2
Quote:
Originally Posted by bigbear72 View Post
can u please post the contents of your jawq.ini file? I cannot seem to get mine working.
I don't normally respond like this, but seriously....

Are you dense?

Slow?

I mean really. I shouldn't have to repeat the response I already posted to you, that you wouldn't have posted if you actually knew how to read and comprehend a post that was just a few prior to your first one.

I'm not going to. I'll just look for the blacklist feature on the site
SylenThunder is offline  
Old 08/23/2014, 04:14   #206
 
elite*gold: 0
Join Date: Oct 2011
Posts: 12
Received Thanks: 1
ok it hooks the character but as soon as I hit start I get error code 256. this is what I have in my INI file...


[main]
GameProcessName=elementclient.exe
LogMode=0
LogPath=logs/
DelayOnError=5000
MaxErrorRetries=5
[gui]
AnimateRemove=1
[offsets]
CallSendPacket=0x00751D10
CallIsQuestAvailable=0x00845BC0
BaseAddress=0xCCEFAC
BaseOffset=0x1C
PlayerStruct=0x30
PlayerId=0x4A4
PlayerLevel=0x4B0
PlayerName=0x6C0
PlayerTransportMode=0x6C4
PlayerFlyMountId=0x5B0
PlayerPositionX=0x3C
PlayerPositionZ=0x40
PlayerPositionY=0x44
PlayerTargetId=0xD3C
PlayerFreeze=0x4D0
PlayerQuestInventory=0xF50
PlayerAction=0x13A8
PlayerQuestList=0x13B0
ItemId=0x0C
Lists=0x1C
NpcList=0x20
NpcSortedList=0x58
NpcId=0x288
bigbear72 is offline  
Old 08/23/2014, 07:28   #207
 
elite*gold: 0
Join Date: Oct 2012
Posts: 19
Received Thanks: 0
bigbear.. if you are playing PM MY... im sorry that i have to say.... there's none offset above workable for PW MY
linger8484 is offline  
Old 08/23/2014, 07:29   #208
 
elite*gold: 0
Join Date: Sep 2011
Posts: 46
Received Thanks: 144
Angry

Quote:
Originally Posted by bigbear72 View Post
ok it hooks the character but as soon as I hit start I get error code 256. this is what I have in my INI file...


[main]
GameProcessName=elementclient.exe
LogMode=0
LogPath=logs/
DelayOnError=5000
MaxErrorRetries=5
[gui]
AnimateRemove=1
[offsets]
CallSendPacket=0x00751D10
CallIsQuestAvailable=0x00845BC0
BaseAddress=0xCCEFAC
BaseOffset=0x1C
PlayerStruct=0x30
PlayerId=0x4A4
PlayerLevel=0x4B0
PlayerName=0x6C0
PlayerTransportMode=0x6C4
PlayerFlyMountId=0x5B0
PlayerPositionX=0x3C
PlayerPositionZ=0x40
PlayerPositionY=0x44
PlayerTargetId=0xD3C
PlayerFreeze=0x4D0
PlayerQuestInventory=0xF50
PlayerAction=0x13A8
PlayerQuestList=0x13B0
ItemId=0x0C
Lists=0x1C
NpcList=0x20
NpcSortedList=0x58
NpcId=0x288
Uhm... I already posted the offsets and you clearly not reading.

Code:
[offsets]
CallSendPacket=0x00751D10
CallIsQuestAvailable=0x0086A4F0
BaseAddress=0x00CCEFAC
BaseOffset=0x1C
PlayerStruct=0x30
PlayerId=0x4A4
PlayerLevel=0x4B0
PlayerName=0x6C0
PlayerTransportMode=0x6D4
PlayerFlyMountId=0x5C0
PlayerPositionX=0x3C
PlayerPositionZ=0x40
PlayerPositionY=0x44
PlayerTargetId=0xD64
PlayerFreeze=0xD86
PlayerQuestInventory=0xF7C
PlayerAction=0x13D4
PlayerQuestList=0x13DC
ItemId=0x0C
Lists=0x1C
NpcList=0x20
NpcSortedList=0x58
NpcId=0x124
denzjh is offline  
Thanks
2 Users
Old 08/23/2014, 16:28   #209
 
elite*gold: 0
Join Date: Sep 2010
Posts: 16
Received Thanks: 2
Quote:
Originally Posted by denzjh View Post
Uhm... I already posted the offsets and you clearly not reading.

Code:
[offsets]
CallSendPacket=0x00751D10
CallIsQuestAvailable=0x0086A4F0
BaseAddress=0x00CCEFAC
BaseOffset=0x1C
PlayerStruct=0x30
PlayerId=0x4A4
PlayerLevel=0x4B0
PlayerName=0x6C0
PlayerTransportMode=0x6D4
PlayerFlyMountId=0x5C0
PlayerPositionX=0x3C
PlayerPositionZ=0x40
PlayerPositionY=0x44
PlayerTargetId=0xD64
PlayerFreeze=0xD86
PlayerQuestInventory=0xF7C
PlayerAction=0x13D4
PlayerQuestList=0x13DC
ItemId=0x0C
Lists=0x1C
NpcList=0x20
NpcSortedList=0x58
NpcId=0x124
Yeah, I'm pretty sure he's beyond help at this point.
SylenThunder is offline  
Old 09/07/2014, 04:05   #210
 
elite*gold: 0
Join Date: Oct 2012
Posts: 19
Received Thanks: 0
0x415CEEEC20000000 is this Hexadecimal?

May i ask once again,

My jawq recognized my id, but when it started to fetch quest from the npc, the client crashed (whereby there's no dialog pop out)

Is this callsendpacket error or callquestavailable error?
linger8484 is offline  
Reply




All times are GMT +1. The time now is 21:54.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.