|
You last visited: Today at 16:37
Advertisement
PWI - Guide for finding chat message offsets - C# code included
Discussion on PWI - Guide for finding chat message offsets - C# code included within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.
05/01/2011, 19:04
|
#91
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
Unfortunately my HDD failure was not just down to data corruption - There seems to be a hardware fault and it won't spin up properly. I put it in the refridgerator over night, which gave me just enough time to recover the majority of my data, but sadly, some of it was completely buggered and unrecoverable, having tried with several data recovery programs =[
Thanks for the link though, might try that next time I manage to trash something hehe.
|
|
|
05/18/2011, 21:51
|
#92
|
elite*gold: 0
Join Date: Mar 2011
Posts: 44
Received Thanks: 48
|
PWI update ver. 522
base chat - 0xAEEA88
max chat msg. - 0xAEEA94
|
|
|
05/19/2011, 04:21
|
#93
|
elite*gold: 0
Join Date: Apr 2009
Posts: 106
Received Thanks: 52
|
I have question:
I hate message "Duke shouts: Let it be known that *** has recently acquired Perfect Token of Best Luck", VERY HATE   
whether it can be removed from the game?
or just remove red system notifications from squad/faction/private chats?
|
|
|
05/19/2011, 07:48
|
#94
|
elite*gold: 0
Join Date: Feb 2008
Posts: 33
Received Thanks: 0
|
any updates on this tool? i dont like time consuming when looking items from cat shop
|
|
|
05/19/2011, 09:39
|
#95
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
Quote:
Originally Posted by AEBus
I have question:
I hate message "Duke shouts: Let it be known that *** has recently acquired Perfect Token of Best Luck", VERY HATE   
whether it can be removed from the game?
or just remove red system notifications from squad/faction/private chats?
|
Im sure it's probably possible by modifying the client somehow... Never really tried to be honest. Might take a look later.
Quote:
Originally Posted by maniack88
any updates on this tool? i dont like time consuming when looking items from cat shop
|
This tool isn't really anything to do with catshops... Not quite sure what you're asking :P
|
|
|
05/19/2011, 17:24
|
#96
|
elite*gold: 0
Join Date: Mar 2011
Posts: 44
Received Thanks: 48
|
can someone pls explain how ID for gear/fashion are calculated...
example 1:
☆Endless Ambiguity with no refine, 1 socket and no stone inside has ID 14903
wich perfect fit to pwdb
example 2:
☆☆☆Dialectician's Smoking Vest, no refine, 3 socket and 3x lvl8 stone inside has ID 399260
and pwdb
first i think that wrong IDs are for "normal" gear/weapons (drops or crafts) but i see lot of TT/vana/packs equip with same "problem", and of course i get wrong IDs from chat system too (linked object ID)
pls can someone solve this for me?
|
|
|
05/19/2011, 22:11
|
#97
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
I think some items, such as items that have been manufactured by someone might have different IDs that are more like a unique ID for that exact item as it is stored on the server, i.e., it could be a weapon with 2 sockets, a blemished garnet and a diamond of dragon in it, +7, manufactured by dumbfck, with max vit but not max mag.... or something... It would be impossible to have all possible combinations for these sort of things, so I would guess once it's made, it is given a new unique ID as it is added to the server database - Just a hunch.
As for the IDs in world chat... I need to investigate more thoroughly, but I think rather than contain the ID for the item as you might see in your inventory, I think it's more of an ID to identify that item within the item link function. Say for example, you scroll up the chat, there might be 50 different linked items, each of which will need to be unique. As far as I remember, if you link the same item twice in chat, it will have a different ID the next time, although I can't remember for certain if this is the case. I'll check if I can find some time to play with this again.
If anyone else can figure out how this hangs together, I'd be most grateful too :]
|
|
|
05/23/2011, 01:14
|
#98
|
elite*gold: 0
Join Date: May 2011
Posts: 1
Received Thanks: 0
|
Quote:
Func refreshAhPage($pid, $playerId)
local $packet, $packetSize
$packet = '25001A00'
$packet &= '00001700'
$packet &= '00002403'
$packet &= '0000'
$packet &= _hex($playerId)
$packet &= '0000'
$packet &= '00000000'
$packet &= '00000000'
$packet &= '00000001'
$packet &= '14'
$packetSize = 33
sendPacket($packet, $packetSize, $pid)
EndFunc
|
Any Tutorials on this PacketSending Stuff ?
How do i find out to Call a Function with this ?
Id like to fill my Exp to my Genie and dont want to use Mouseclicks any more.
Thanks!
|
|
|
05/23/2011, 08:36
|
#99
|
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 576
|
Try the post by me in sig
|
|
|
07/28/2011, 07:50
|
#100
|
elite*gold: 0
Join Date: May 2011
Posts: 3
Received Thanks: 0
|
Does anybody knows how to send chat messages via injects/packets?
|
|
|
07/28/2011, 09:37
|
#101
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
I tried to do this a while ago but couldn't find a good common injection point for it. There are separate functions for each type of chat (faction, world, squad, local, etc) which might be usable, but the common function that they all call has a massive amount of parameters... I didn't have the patience to try to work them all out :P
|
|
|
07/28/2011, 11:38
|
#102
|
elite*gold: 0
Join Date: May 2011
Posts: 3
Received Thanks: 0
|
I think there should be a function that parses an input text field and calls the function depending on the text prefix '!!', '!~', '/JohnDow ' or something.
|
|
|
07/28/2011, 12:36
|
#103
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
There is, but it has a crazy amount of parameters and therefore would be very difficult to inject into. I'll try to find this function again later, maybe someone else can make better sense of it all
|
|
|
09/03/2011, 17:19
|
#104
|
elite*gold: 0
Join Date: Dec 2010
Posts: 37
Received Thanks: 1
|
Please make video explaining to it!
|
|
|
09/05/2011, 01:01
|
#105
|
elite*gold: 10
Join Date: Sep 2010
Posts: 400
Received Thanks: 234
|
Quote:
Originally Posted by spongyabob2010
Please make video explaining to it! 
|
Sorry for the late reply... I saw this a couple of days ago and forgot to come back to it.
Which part needs explaining further? And what do you intend to do with it?
|
|
|
 |
|
Similar Threads
|
guide: debug pwi, find function addresses and offsets, write a bot(c++ code included)
09/04/2022 - PW Hacks, Bots, Cheats, Exploits - 123 Replies
hi,
let's start right away.
what you can learn:
- trace and call ingame-functions like attack, cast spell, pick up, moveto, ...
- traverse object lists like items, mobs, players
- read ingame structures (class objects) and how they play together
- write your own fully client-side bot that doesnt need to simulate mouse/keyboard input and doesnt need to read pixels
|
Finding offsets?
12/04/2009 - CO2 Programming - 2 Replies
Btw trying to make an aimbot :P just throwing that out there
EDIT: This is what iv'e found so far,am I on the right track? this is for a v5165 private server that I own,When I was jumping around on one of my chars,around another character of mine that had the proccess on her client,these are the addresses that came up,eventually I got down to the last x and last y address,and every jump they were right,but the question is am I doing this right
Heres what I found:
01175390 - proper x...
|
problem-finding and updating CE Offsets
11/03/2009 - Dekaron - 2 Replies
Hey guys,
Ive checked the 2moons exploit hacks and stuff and i used the tutorial how to find and update the offsets using Cheat engine by using Array of bytes and the Value of the hack..and i get a new address.so far so good.
Now the problem is when i open Cheat engine(the updates file which i got the scripts of the hacks in,Just need to update offsets) and i do edit Script.once i change the Adress i try to save but the file is being saved as a CEA file,and i don't know how to open it.
The...
|
mr argus, finding offsets.
02/14/2008 - Final Fantasy XI - 0 Replies
Well, I have been reading the tutorial on how to find them, and all was going well, until i ran into a snag. After following the instructions about 30 times over and over again, and banging my head into my desk a couple times, I decided I needed help from people who already know how to find them. I have searched all around and cant find any other tutorials except for the single one on how to find ownposition. Is there any chance someone could make a video tutorial on how to get all the offsets?...
|
Finding Memory Offsets in WoW?
07/12/2007 - World of Warcraft - 3 Replies
Hey people,
i make bots, and so far i had some guy finding the offsets for me. how to do? do u know?
|
All times are GMT +2. The time now is 16:37.
|
|