DarthMaul
11-12-2015, 15:19
Hey,
I've just started using blackd tools and I'm not quite sure how to get this working.
I'm trying to pull packets out in real-time and use this data to perform something.
I'm able to pull this hex data out, manually.
14 00 84 8C 7E CB 7D 07 D7 04 00 54 52 41 50 83 8C 7E CB 7D 07 0D
From my understanding, which is very limited, this is what it means. It's probably all wrong.. but I'm still learning. :P
14 header - how many numbers follow
00
84 <start packet 84 (magic text)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos
D7 COlor
04 text length
00 <break/end of above>
54 T
52 R
41 A
50 P
83 <start packet 83 (blue magic)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos
0D magic effect type
So.. How can I pull this data out and perform an action if something like this appears onscreen.
i.e. if this effect appears on my screen, play a sound.
83 <start packet 83 (blue magic)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos
I've just started using blackd tools and I'm not quite sure how to get this working.
I'm trying to pull packets out in real-time and use this data to perform something.
I'm able to pull this hex data out, manually.
14 00 84 8C 7E CB 7D 07 D7 04 00 54 52 41 50 83 8C 7E CB 7D 07 0D
From my understanding, which is very limited, this is what it means. It's probably all wrong.. but I'm still learning. :P
14 header - how many numbers follow
00
84 <start packet 84 (magic text)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos
D7 COlor
04 text length
00 <break/end of above>
54 T
52 R
41 A
50 P
83 <start packet 83 (blue magic)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos
0D magic effect type
So.. How can I pull this data out and perform an action if something like this appears onscreen.
i.e. if this effect appears on my screen, play a sound.
83 <start packet 83 (blue magic)>
8C actual x pos
7E x pointer?
CB actual y pos
7D y pointer?
07 actual z pos