I'mFlamedCOD, did you code the encryption right into the source or did you edit the DLL?
Which can be found here [Only registered and activated users can see links. Click Here To Register...]Quote:
The real source of the DLL (from Hybrid) is up on epvp, you can edit that. Search for SocketNetwork source.
The easiest way (if you are going with either 5017, 5095 or 5165) would be to just see what it is from a different source. Basically any packet/subtype you would need has been documented and released in various sources which makes them a great reference tool when coding your own stuff.Quote:
How can I find the subtype of lets say viewequips on somebody else for the packet processor?
It is my own DLL i do not use Hybrids released dll anymore. I use my own version of his socket system. I upgraded it , and rewrote just about everything. That version of the 5017 cipher I had from another source i believe but it works. The only reason why there is an error when you .net reflect the source is because of the labels that is all.Quote:
I'mFlamedCOD, did you code the encryption right into the source or did you edit the DLL?