[PServer]Project Insomnia Open Beta!

05/02/2012 20:11 Santana™#76
~ Teste mal an :)
05/03/2012 00:24 _Marcel_#77
WarRock Hacks, Bots, Cheats & Exploits

/moved
05/03/2012 07:50 Rentrix#78
Quote:
Originally Posted by .KingE View Post
Wir arbeiten nun an UDP(29952)
Hi.
Ich habe ja am Anfang gefragt ob man bei euch noch Admin werden kann,
da kam ja von dir die Antwort das nur GM möglich sei...
Aber wenn ich in das Hamachi Netzwerk komme, schreibt mir keiner zurück...
Ich find das irgendwie nervig.

Ich bin heute um 16 Uhr zu Hause und werde dann nochmals ins Netzwerk kommen. Mal sehen ob ihr mir dann zurück schreibt.
05/03/2012 10:29 ToxicData#79
Das lustige ist dass das Packet mit der ID 29952 ein TCP Packet ist und kein UDP Packet.
Dieses Packet verteilt lediglich Spielerdaten zur kommunikation, sprich es hat nichts mit UDP zutuen, zudem kommt noch dazu das UDP ein Protokoll ist, und dass hier einige anscheinend nicht wissen.

Ihr werdet rein garnichts schaffen, und Hamachi ... trolololol viel spass irgendwann mit dem DDoS :)

Achja und die Files sind nicht stabil, dazu kommt das normale Rechner nicht für soetwas ausgelegt sind.

~ToxicData
05/04/2012 16:10 .KingE#80
Quote:
Originally Posted by ToxicData View Post
Das lustige ist dass das Packet mit der ID 29952 ein TCP Packet ist und kein UDP Packet.
Dieses Packet verteilt lediglich Spielerdaten zur kommunikation, sprich es hat nichts mit UDP zutuen, zudem kommt noch dazu das UDP ein Protokoll ist, und dass hier einige anscheinend nicht wissen.

Ihr werdet rein garnichts schaffen, und Hamachi ... trolololol viel spass irgendwann mit dem DDoS :)

Achja und die Files sind nicht stabil, dazu kommt das normale Rechner nicht für soetwas ausgelegt sind.

~ToxicData
Code:
 ushort SessionId = BitConverter.ToUInt16(new byte[2] { RecvPacket[4], RecvPacket[5] },0);
                byte[] RemotePort = new Byte[2];
                RemotePort = BitConverter.GetBytes(IPeo.Port);
                byte[] RemoteIp = new Byte[4];
                RemoteIp = BitConverter.GetBytes(IPeo.Address.Address); //decimal address

                byte[] LocalPort = new Byte[2];
                LocalPort[0] = (byte)(RecvPacket[32] ^ 0x45);
                LocalPort[1] = (byte)(RecvPacket[33] ^ 0x45);
                byte[] LocalIp = new Byte[4];
                LocalIp[0] = (byte)(RecvPacket[37] ^ 0x45);
                LocalIp[1] = (byte)(RecvPacket[36] ^ 0x45);
                LocalIp[2] = (byte)(RecvPacket[35] ^ 0x45);
                LocalIp[3] = (byte)(RecvPacket[34] ^ 0x45);
                int myLocPort = BitConverter.ToInt32(new byte[2] { LocalPort[1], LocalPort[0] },0);
                Response = new Byte[65] 
                {
                    0x10, 0x10,  0x00, 0x00,
                    RecvPacket[4], RecvPacket[5],
                    0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x41,
                    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x11, 0x13, 0x11,
                    RemotePort[1], RemotePort[0],
                    RemoteIp[3], RemoteIp[2], RemoteIp[1], RemoteIp[0],
                    0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x11, 0x01, 0x11, 0x13, 0x11, 
                    LocalPort[1], LocalPort[0],
                    LocalIp[3], LocalIp[2], LocalIp[1], LocalIp[0],
                    0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x11
                };

                foreach (cWRClient _Client in cMain.WRServer.getPlayers(false))
                {
                    if (_Client.getSessionID() == SessionId)
                    {
                        _Client.setLocalNetwork(BitConverter.ToInt32(LocalIp,0), myLocPort); // Set UDP EndPoint @Client, because it needs this Information(Network IP, Network Port, Local IP, Local Port)
                        _Client.RealSessionID = SessionId;
                        break;
                    }
                }
Ja bin schon weiter gekommen in Sachen UDP Packets naja, bin erstmal 10 tage in Frankreich(austausch)
05/05/2012 14:28 MasterPingu™#81
ab wann gibt es wieder platz?
05/06/2012 01:09 Fake~Life#82
I want to Play the zombiemode with my friend ;)
Can you give me the Files pls?
08/07/2012 01:09 toverii#83
yo where do dl this at