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
Professional help needed
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: 256599" data-attributes="member: 596"><p>Hello, My name is Kyle</p><p></p><p>I need professional help here. What I'm trying to do is update BCStorm to use this release RELEASE63-201312201124-496245659 (I have SWF cracked).</p><p>I need to know what packets from that release above to allow the connections that's all I want at the moment. My guesses are that I need these packets</p><p></p><p>outgoing.cs</p><p>[CODE] Outgoing.SendBannerMessageComposer = 3500;</p><p> Outgoing.SecretKeyComposer = 547; //659</p><p> Outgoing.Ping = 1080;</p><p> Outgoing.AuthenticationOK = 2715; //1065</p><p> Outgoing.UniqueID = 3640; //1130</p><p>[/CODE]</p><p></p><p>Incoming.cs</p><p></p><p>[CODE]Incoming.CheckReleaseMessageEvent = 4000; //4000</p><p> Incoming.InitCrypto = 38; //2996</p><p> Incoming.SecretKey = 2240; //840</p><p> Incoming.ClientVars = 3561; //3561</p><p> Incoming.UniqueMachineID = 3570; //3570</p><p> Incoming.SSOTicket = 3214;//442[/CODE]</p><p></p><p>Those are my guesses that I need those packets to allow the connection to my server, but for some reason it's not connecting... For my other guess I have a funny feelings it has to do with this...</p><p></p><p>[CODE] private static BigInteger n = new BigInteger("86851DD364D5C5CECE3C883171CC6DDC5760779B992482BD1E20DD296888DF91B33B936A7B93F06D29E8870F703A216257DEC7C81DE0058FEA4CC5116F75E6EFC4E9113513E45357DC3FD43D4EFAB5963EF178B78BD61E81A14C603B24C8BCCE0A12230B320045498EDC29282FF0603BC7B7DAE8FC1B05B52B2F301A9DC783B7", 0x10);</p><p></p><p>private static BigInteger d = new BigInteger("59AE13E243392E89DED305764BDD9E92E4EAFA67BB6DAC7E1415E8C645B0950BCCD26246FD0D4AF37145AF5FA026C0EC3A94853013EAAE5FF1888360F4F9449EE023762EC195DFF3F30CA0B08B8C947E3859877B5D7DCED5C8715C58B53740B84E11FBC71349A27C31745FCEFEEEA57CFF291099205E230E0C7C27E8E1C0512B", 0x10);</p><p>[/CODE]</p><p></p><p>I hope this is the right information that I am giving here to let someone help me out :S</p></blockquote><p></p>
[QUOTE="Detox, post: 256599, member: 596"] Hello, My name is Kyle I need professional help here. What I'm trying to do is update BCStorm to use this release RELEASE63-201312201124-496245659 (I have SWF cracked). I need to know what packets from that release above to allow the connections that's all I want at the moment. My guesses are that I need these packets outgoing.cs [CODE] Outgoing.SendBannerMessageComposer = 3500; Outgoing.SecretKeyComposer = 547; //659 Outgoing.Ping = 1080; Outgoing.AuthenticationOK = 2715; //1065 Outgoing.UniqueID = 3640; //1130 [/CODE] Incoming.cs [CODE]Incoming.CheckReleaseMessageEvent = 4000; //4000 Incoming.InitCrypto = 38; //2996 Incoming.SecretKey = 2240; //840 Incoming.ClientVars = 3561; //3561 Incoming.UniqueMachineID = 3570; //3570 Incoming.SSOTicket = 3214;//442[/CODE] Those are my guesses that I need those packets to allow the connection to my server, but for some reason it's not connecting... For my other guess I have a funny feelings it has to do with this... [CODE] private static BigInteger n = new BigInteger("86851DD364D5C5CECE3C883171CC6DDC5760779B992482BD1E20DD296888DF91B33B936A7B93F06D29E8870F703A216257DEC7C81DE0058FEA4CC5116F75E6EFC4E9113513E45357DC3FD43D4EFAB5963EF178B78BD61E81A14C603B24C8BCCE0A12230B320045498EDC29282FF0603BC7B7DAE8FC1B05B52B2F301A9DC783B7", 0x10); private static BigInteger d = new BigInteger("59AE13E243392E89DED305764BDD9E92E4EAFA67BB6DAC7E1415E8C645B0950BCCD26246FD0D4AF37145AF5FA026C0EC3A94853013EAAE5FF1888360F4F9449EE023762EC195DFF3F30CA0B08B8C947E3859877B5D7DCED5C8715C58B53740B84E11FBC71349A27C31745FCEFEEEA57CFF291099205E230E0C7C27E8E1C0512B", 0x10); [/CODE] I hope this is the right information that I am giving here to let someone help me out :S [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Professional help needed
Top