well, I only know 1 Crash bug can be fixxed with this, but the Idea is okay :p
Well how i can make it work ... I added it to serv files beside mainsrvt .. And opened all and then opened packet filter...but i can not connect i get unable to connect and when i close it i can enter is there tut about how to fix
PsyChiC, it was really not nice of you...
Maybe if it was that easy you could just say it straight it would be more useful than searching internet to make fun..
Ghost please remove all the topic non-related posts and keep the thread clean
Greetings.
guys I'm having trouble with the hack WPE is a packet that the server crash on my package is
1B 00 15 00 1B 7B 02 69 03 00 00 80 A4 BF 07 00 00 00 00 BC 65 00 70 04 00 00 00 00 00
how to put on Packet Filter?
thanks =]
For Example:
[PACKET_CONTENT_FILTER]
0x1B 0x00 0x15 0x00 0x1B 0x7B 0x02 0x69 0x03 0x00 0x00 0x80 0xA4 0xBF 0x07 0x00 0x00 0x00 0x00 0xBC 0x65 0x00 0x70 0x04 0x00 0x00 0x00 0x00 0x00
If some Packet Content differs from Time to Time so for example on Place 3 a 0x16 comes in instead of a 0x15 you can use a wildcard there. Wildcard = 0x00.
Other way would be to block the whole system, but this is a radical way:
[PACKET_HEADER_FILTER]
0x1B
I would prefer the PACKET_CONTENT_FILTER : )