Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 23:04

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[PServer]Project Insomnia Open Beta!

Discussion on [PServer]Project Insomnia Open Beta! within the WarRock forum part of the Shooter category.

Reply
 
Old 05/02/2012, 20:11   #76
 
elite*gold: 1
Join Date: May 2012
Posts: 442
Received Thanks: 38
~ Teste mal an
Santana™ is offline  
Old 05/03/2012, 00:24   #77
 
elite*gold: 0
Join Date: Oct 2009
Posts: 14,456
Received Thanks: 7,846
WarRock Hacks, Bots, Cheats & Exploits

/moved
_Marcel_ is offline  
Thanks
6 Users
Old 05/03/2012, 07:50   #78

 
Rentrix's Avatar
 
elite*gold: 30
The Black Market: 200/1/1
Join Date: Jan 2012
Posts: 6,652
Received Thanks: 1,006
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.
Rentrix is offline  
Old 05/03/2012, 10:29   #79
 
ToxicData's Avatar
 
elite*gold: 32
Join Date: Dec 2009
Posts: 937
Received Thanks: 1,307
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
ToxicData is offline  
Thanks
16 Users
Old 05/04/2012, 16:10   #80
 
elite*gold: 0
Join Date: Mar 2012
Posts: 30
Received Thanks: 17
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)
.KingE is offline  
Old 05/05/2012, 14:28   #81
 
elite*gold: 2
Join Date: Dec 2010
Posts: 398
Received Thanks: 97
ab wann gibt es wieder platz?
MasterPingu™ is offline  
Old 05/06/2012, 01:09   #82
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,950
Received Thanks: 256
I want to Play the zombiemode with my friend
Can you give me the Files pls?
Fake~Life is offline  
Old 08/07/2012, 01:09   #83
 
elite*gold: 0
Join Date: Aug 2012
Posts: 4
Received Thanks: 0
yo where do dl this at
toverii is offline  
Reply


Similar Threads Similar Threads
[RELEASE/OPEN PROJECT] Fisher (first beta testing)
11/23/2010 - Dekaron Exploits, Hacks, Bots, Tools & Macros - 2 Replies
Hello dear community of leechers, noobs that fail to read the instructions etc (if you are not one of those, then u wont need my simple progs either) i dont know if you guys have a fisher that works or not so i'm releasing my fisher, its just a simple script.. and its first testing if u feel free to add or brainstorm about possible improvements, be my guest, its open project ... any1 is free to do with it what he wants Instructions: -open the game -put resolution on 1024x768x16 *1...
Open Beta Conquer 1.0 Project
07/29/2009 - CO2 Private Server - 54 Replies
Justin: meh, me(justin), impulse(alexbigfoot), lostsolder05(real lostsold), junior(master15) have decided to start working together, we also decided on using a scratch source... so... the server will be off for awhile, untill we can get sumthing half decent out, the current source is just gabrage, it shouldnt be long before we can get sumthing out though, sorry for any inconvience
my own pserver open beta
04/20/2009 - Dekaron Private Server - 4 Replies
hii guys i make server but i dont have luncher i strt game in bin> dekaron.exe i can strt game cuse iam the admin but my frinds cant strt (canit conct to the server) guys how can i fix ineed admin help ..... tnx plz answer fast



All times are GMT +2. The time now is 23:04.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.