//Packet 3401
[ProtoContract]
public class TexasMatchInfo
{
[ProtoMember(1, IsRequired = true)]
public int ID;//holds match id[TableID]
[ProtoMember(2, IsRequired = true)]
public int PlayersCount;//holds current active players in round
}
[Question]Sniff real send function / sent packets 04/02/2013 - Kal Online - 14 Replies hello again ^^ , sorry for posting too much threads but i really need some help here xD , how can i hook real send function (where packets are still unencrypted) ?
thanks =]
I canīt sniff packets!! 01/10/2013 - DarkOrbit - 13 Replies Hi!!
Iīm using Redox packet editor and I select the correct proces, start record and i donīt recibe any packets
Looking for someone who can sniff packets! 11/16/2010 - SRO Coding Corner - 4 Replies Hello, i'm currently looking for someone who would like to join my team as a packet sniffer.
What you'll have to do:
Sniff packets off iSRO (current client). Make basic documentation of everything you get.
How we'll reward you:
You'll get a fully working compiled java emulator with lifetime updates and your own requested modifications. (It's worth to join if you really want to have a good emulator (private server in my opinion) for your own.).
How to join:
Name:
Software that lets you sniff, modify and inject packets into a process 08/14/2008 - General Coding - 3 Replies It has been around 5 years since I last did any packet hacking. I used to have a program that attached itself into a process. It then shows all network packets sent and received by the program. You can then create filters that will, for example, automatically send a packet once it sees a specific packet / pattern. It was using this software that I was able to crack a bunch of games and software. I was the one who discovered that Starcraft sent private data to Blizzard every time you logged into...