Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
What are mean things...
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Detox" data-source="post: 259774" data-attributes="member: 596"><p>Okay so I'm trying to update the headers and packetIDs to use a newer SWF version...</p><p></p><p>I'm trying to update to this RELEASE63-201312201124-496245659</p><p></p><p>I have these packets updated</p><p></p><p>Incoming.cs</p><p></p><p>[CODE]Incoming.CheckReleaseMessageEvent = 4000; //4000</p><p>Incoming.InitCryptoMessageComposer = 246; // 38</p><p>Incoming.GenerateSecretKeyMessageEvent = 840; //2240</p><p>Incoming.ClientVars = 1987; //3561</p><p>Incoming.UniqueIDMessageEvent = 3570; //3640</p><p>Incoming.SSOTicketMessageEvent = 442;//3214 [/CODE]</p><p></p><p>outgoing.cs</p><p></p><p>[CODE]Outgoing.SendBannerMessageComposer = 3500;</p><p>Outgoing.SecretKeyMessageComposer = 2240; //547</p><p>Outgoing.InitCryptoMessageComposer = 38;</p><p>Outgoing.AuthenticationOKMessageComposer = 1065; //2715[/CODE]</p><p></p><p>So what are the missing packets I need to able to connect to the emulator because I'm stuck.... I have working banner.php updated using the newer SWF but other then that it's the packets</p></blockquote><p></p>
[QUOTE="Detox, post: 259774, member: 596"] Okay so I'm trying to update the headers and packetIDs to use a newer SWF version... I'm trying to update to this RELEASE63-201312201124-496245659 I have these packets updated Incoming.cs [CODE]Incoming.CheckReleaseMessageEvent = 4000; //4000 Incoming.InitCryptoMessageComposer = 246; // 38 Incoming.GenerateSecretKeyMessageEvent = 840; //2240 Incoming.ClientVars = 1987; //3561 Incoming.UniqueIDMessageEvent = 3570; //3640 Incoming.SSOTicketMessageEvent = 442;//3214 [/CODE] outgoing.cs [CODE]Outgoing.SendBannerMessageComposer = 3500; Outgoing.SecretKeyMessageComposer = 2240; //547 Outgoing.InitCryptoMessageComposer = 38; Outgoing.AuthenticationOKMessageComposer = 1065; //2715[/CODE] So what are the missing packets I need to able to connect to the emulator because I'm stuck.... I have working banner.php updated using the newer SWF but other then that it's the packets [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
What are mean things...
Top