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?
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+ .
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 ^^
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..
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
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!
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.