I am a beginner at c# learning. & not know
how can i update any packets.
any coder please explain how to update any packet for exm.
how can i update any packets.
any coder please explain how to update any packet for exm.
byte[] b = new byte[123];
thanks iStefanQuote:
Updating Packets is not much of drama, but You're not gonna learn it in 1 day, especially if you don't know the basics of C#.
Learn About Variables, Their Usage, for, try catch, arrays, then sniffing, analyzing and structuring packets.
p.s. Packet = Byte Array.
example:
Code:byte[] b = new byte[123];
is this link of it [Only registered and activated users can see links. Click Here To Register...] ?Quote:
I suggest reading the sticky I wrote on understanding packets proxies and bots in the general discussion section. It explains what packets are and how they work, how to structure them, etc.
Once you understand all that information they are really quite simple.
No, but I do link to it.Quote:
is this link of it [Only registered and activated users can see links. Click Here To Register...] ?