Private Server Info and Support Thread

03/16/2016 10:06 S7K Yuuki#2431
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.-
03/16/2016 10:13 oleg-19952008#2432
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+ .
03/16/2016 10:20 S7K Yuuki#2433
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. -
03/16/2016 18:14 oleg-19952008#2434
files 6.3.1. Only spacemap!
[Only registered and activated users can see links. Click Here To Register...]
03/16/2016 18:22 ItsTequila#2435
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.
[Only registered and activated users can see links. Click Here To Register...]


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...
03/16/2016 18:24 oleg-19952008#2436
Quote:
Originally Posted by NUMANDERBUHMAN View Post
Just upload it on mega...
i upload on google.drive
[Only registered and activated users can see links. Click Here To Register...]
03/17/2016 05:15 Spiker077#2437
Quote:
Originally Posted by oleg-19952008 View Post
i upload on google.drive
[Only registered and activated users can see links. Click Here To Register...]

Which emulator use return ?
03/17/2016 09:57 MulleDrengen#2438
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..
03/19/2016 11:54 SYSTEMEWAR#2439
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
03/19/2016 13:04 NoCheatImPGM#2440
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!
03/19/2016 13:47 SYSTEMEWAR#2441
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
03/20/2016 17:08 nykomc#2442
Hi.
I have one server with this configuration.
2x2.80Ghz procesor
4Gb Ram
2Hdd x73Gb

It`s ok for private server?
03/21/2016 21:03 hawk799#2443
I have the orbit reborn files, currently I can't even get the php part working xD , Which files are you guys using?
03/22/2016 10:46 lulu68656#2444
Someone has files for make private servers 3d ?
03/22/2016 16:56 Sήøwy#2445
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!