Register for your free account! | Forgot your password?

Go Back   elitepvpers > Other Online Games > Browsergames > DarkOrbit
You last visited: Today at 02:20

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

Advertisement



Private Server Info and Support Thread

Discussion on Private Server Info and Support Thread within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 03/16/2016, 10:06   #2431
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
The packet structure is completely different than 4.1. It uses byte arrays instead of "string packets".

Open main.swf with any flash decompiler like ffdec and search for example "ID:int = 666;". Thats the VersionRequest command. You need to take a look to the 'read' method to see how to assemble that command. For example:

Code:
public function read(param1:IDataInput) : void
{
   this.major = param1.readInt();
   this.minor = param1.readInt();
   this.build = param1.readInt();
}
That means that you need to send 3 ints (4 bytes each int) in the same order, etc... Each packet is completely different, so you'll need to read main.swf

Edit: Probably you already knew this.. in that case, what are you sending exactly?

Regards.-
S7K Yuuki is offline  
Old 03/16/2016, 10:13   #2432
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by S7K Yuuki View Post
The packet structure is completely different than 4.1. It uses byte arrays instead of "string packets".

Open main.swf with any flash decompiler like ffdec and search for example "ID:int = 666;". Thats the VersionRequest command. You need to take a look to the 'read' method to see how to assemble that command. For example:

Code:
public function read(param1:IDataInput) : void
{
   this.major = param1.readInt();
   this.minor = param1.readInt();
   this.build = param1.readInt();
}
That means that you need to send 3 ints (4 bytes each int) in the same order, etc... Each packet is completely different, so you'll need to read main.swf

Edit: Probably you already knew this.. in that case, what are you sending exactly?

Regards.-
The problem is that he writes indentificator which I can't find the client.
I can't understand, why is the client 7.5.x and it is not encrypted, I see all packages, all readable, unlike new versions 8.4.5+ .
oleg-19952008 is offline  
Old 03/16/2016, 10:20   #2433
 
S7K Yuuki's Avatar
 
elite*gold: 0
Join Date: Apr 2015
Posts: 246
Received Thanks: 397
Yeah, there is a 7.5.3 client which is not obfuscated, i have it somewhere. Anyways, I'll be on Skype (s7kyuuki) the whole day, if you want to take a look ^^

Regards. -
S7K Yuuki is offline  
Thanks
1 User
Old 03/16/2016, 18:14   #2434
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
files 6.3.1. Only spacemap!
oleg-19952008 is offline  
Old 03/16/2016, 18:22   #2435
 
ItsTequila's Avatar
 
elite*gold: 0
Join Date: Jun 2015
Posts: 647
Received Thanks: 955
Quote:
Originally Posted by oleg-19952008 View Post
Anyone interested I uploaded the files 6.3.1 version on torrent, today the night will be giving away.
Below the magnetic link.



If trackers haven't, below is a list of trackers which is necessary in properties of the torrent.
VirusTotal no, the limit is exceeded
Just upload it on mega...
ItsTequila is offline  
Old 03/16/2016, 18:24   #2436
 
elite*gold: 0
Join Date: Mar 2013
Posts: 169
Received Thanks: 16
Quote:
Originally Posted by NUMANDERBUHMAN View Post
Just upload it on mega...
i upload on google.drive
oleg-19952008 is offline  
Old 03/17/2016, 05:15   #2437
 
elite*gold: 0
Join Date: Jul 2015
Posts: 16
Received Thanks: 0
Quote:
Originally Posted by oleg-19952008 View Post
i upload on google.drive

Which emulator use return ?
Spiker077 is offline  
Old 03/17/2016, 09:57   #2438
 
MulleDrengen's Avatar
 
elite*gold: 0
Join Date: Jul 2013
Posts: 40
Received Thanks: 3
Can someone help me by setting a privat server up, I'v tryed some of these files at some of them are removed.. I already got a CMS an emulator but it seems like the CMS is corrupt..
MulleDrengen is offline  
Old 03/19/2016, 11:54   #2439
 
elite*gold: 0
Join Date: Oct 2013
Posts: 177
Received Thanks: 112
Hello,

in the 4.1 client, i got a problem with the temporaly title packet it's send correctly for other players but when i send to the player who got the title it going on the name.

If someone got imformation about it i'm in listening

Best Regards
SYSTEMEWAR is offline  
Old 03/19/2016, 13:04   #2440
 
elite*gold: 0
Join Date: Jan 2012
Posts: 1,996
Received Thanks: 3,420
Quote:
Originally Posted by SYSTEMEWAR View Post
Hello,

in the 4.1 client, i got a problem with the temporaly title packet it's send correctly for other players but when i send to the player who got the title it going on the name.

If someone got imformation about it i'm in listening

Best Regards
Hi,

You must send the packet at the correct time, that's it. Good luck!
NoCheatImPGM is offline  
Thanks
1 User
Old 03/19/2016, 13:47   #2441
 
elite*gold: 0
Join Date: Oct 2013
Posts: 177
Received Thanks: 112
Quote:
Originally Posted by NoCheatImPGM View Post
Hi,

You must send the packet at the correct time, that's it. Good luck!
Ok the problem is resolved. good luck for your projects
SYSTEMEWAR is offline  
Old 03/20/2016, 17:08   #2442
 
elite*gold: 0
Join Date: Feb 2011
Posts: 34
Received Thanks: 2
Hi.
I have one server with this configuration.
2x2.80Ghz procesor
4Gb Ram
2Hdd x73Gb

It`s ok for private server?
nykomc is offline  
Old 03/21/2016, 21:03   #2443
 
hawk799's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 740
Received Thanks: 358
I have the orbit reborn files, currently I can't even get the php part working xD , Which files are you guys using?
hawk799 is offline  
Old 03/22/2016, 10:46   #2444
 
elite*gold: 0
Join Date: Jun 2015
Posts: 2
Received Thanks: 0
Someone has files for make private servers 3d ?
lulu68656 is offline  
Old 03/22/2016, 16:56   #2445
 
Sήøwy's Avatar
 
elite*gold: 1
Join Date: Aug 2010
Posts: 1,329
Received Thanks: 1,723
Quote:
Originally Posted by nykomc View Post
Hi.
I have one server with this configuration.
2x2.80Ghz procesor
4Gb Ram
2Hdd x73Gb

It`s ok for private server?
It's great!
Sήøwy is offline  
Thanks
1 User
Reply

Tags
2018, darkorbit, emulator, private, server


Similar Threads Similar Threads
Private private server :P READ FOR MORE INFO
12/01/2010 - SRO Private Server - 12 Replies
hey guys im wondering if there is anyway to make a real private server like ZSZC or SWSRO or MYSRO but to where i can only play and level a character and as if it was a real private server. but just for me, not like an emulator where im already lvl 90 or 120 or whatever. i mean one where i set the rates and i level. if not then ok u can close this. but i was just wondering.



All times are GMT +2. The time now is 02:26.


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.