My Work on Incoming Packets (login)

Page 1 of 3 123 LastLast
Results 1 to 15 of 37
  1. #1
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    My Work on Incoming Packets (login)

    Hey there, today I'm going to share with you something I started last night in development of learning headers and updating.

    It is an Excel file for development.

    =======================================================
    Details
    =======================================================
    The top part

    I was trying to work on the 15th Feb release, so i looked at all the headers that were not working, and compared with the latest release and some with BcStorm release (the one i was updating from).
    Some headers i have not yet added but i found the header id's and the swf structure around it.


    The bottom pat

    I have a packetlog of the latest release and i got all the ToServer[PACKETID] and worked through them, and compared with the release i was trying to update to, and found that BcStorm was missing alot, so i need to find the header id's for BcStorm and to add the new header names inside.

    =======================================================
    Credits
    =======================================================
    I would like to thank for following people:
    Mr Leon, for working with me on the updating.
    Mikkel, for cracking and helping.
    Forax, for some cracks and stuff.
    Quackster, for making the tools to split incoming and outgoing packets
    Vista4life, for the swf x]
    Habbo for their swfs x]
    Me for the As3 scripts x]

    =======================================================
    Download
    =======================================================
    Here is an un-editiable version (read only) cause ill update it with a working one with BcStorm ids.
    http://dl.dropbox.com/u/74840249/Inc...evelopment.xls


  2. #2
    Valued Member Mush is offline
    MemberRank
    Oct 2012 Join Date
    NorwayLocation
    118Posts

    Re: My Work on Incoming Packets (login)

    FIRST!

    Looks good!

  3. #3
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by Mush View Post
    FIRST!

    Looks good!
    Thanks, this is only a starting version, i am working on it alot (plus with School and headers and a hotel to run, how fun)

  4. #4
    Run, but I'll find you. Ddos Attack is offline
    MemberRank
    Jan 2011 Join Date
    AustraliaLocation
    908Posts

    Re: My Work on Incoming Packets (login)

    Great stuff John ;)

  5. #5
    Member Qbus is offline
    MemberRank
    Mar 2012 Join Date
    In your mind.Location
    60Posts

    Re: My Work on Incoming Packets (login)

    Wauw this is amazing!

    Nice John

  6. #6
    Apprentice Fiorenzito is offline
    MemberRank
    Jan 2012 Join Date
    14Posts

    Re: My Work on Incoming Packets (login)

    What should I change to make work packages of bcstorm?

  7. #7
    Valued Member Superbomm is offline
    MemberRank
    Feb 2011 Join Date
    BelgiumLocation
    129Posts

    Re: My Work on Incoming Packets (login)

    Very usefull, thanks for sharing!

  8. #8
    Alpha Member Zak© is offline
    MemberRank
    Oct 2007 Join Date
    2,693Posts

    Re: My Work on Incoming Packets (login)

    Wow the effort. Goodjob John!

  9. #9
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by Superbomm View Post
    Very usefull, thanks for sharing!
    Yep, gonna keep updated when im free :)

    Quote Originally Posted by Zak© View Post
    Wow the effort. Goodjob John!
    Yeah, i like learning stuff :) and then helping others when i get it right x]

  10. #10
    Account Upgraded | Title Enabled! BoomHotel is offline
    MemberRank
    Oct 2008 Join Date
    In a box.Location
    372Posts

    Re: My Work on Incoming Packets (login)

    When you done will you release the files need to work for BcStorm?

  11. #11
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by BoomHotel View Post
    When you done will you release the files need to work for BcStorm?
    Mm, for the 15th Feb release, Leon said you need to edit the swf structure to get it to work x] just waiting for an explaination

    Hm ok, when im using the 15th, i get this:
    errorCode = Failed to parse incoming message using _-AP::_-29

    so i search for _-AP._-29 in the habbo_scripts
    Code:
    //------------------------------------------------------------
    //_-AP._-29
    
    package _-AP
    {
        import _-0LH._-57y;
        import _-6G._-1wC;
        import _-6G.*;
    
        public class _-29 implements _-4ye 
        {
    
            private var _-2vS:_-57y;
    
    
            public function flush():Boolean
            {
                this._-2vS = null;
                return (true);
            }
    
            public function parse(_arg1:_-1wC):Boolean
            {
                this._-2vS = new _-57y(_arg1);
                return (true);
            }
    
            public function get achievement():_-57y
            {
                return (this._-2vS);
            }
    
    
        }
    }//package _-AP
    
    //------------------------------------------------------------

  12. #12
    lol Disguised is offline
    MemberRank
    Jan 2011 Join Date
    521Posts

    Re: My Work on Incoming Packets (login)

    Looks good :)

  13. #13
    Live Ocottish Sverlord Joopie is offline
    LegendRank
    Jun 2010 Join Date
    The NetherlandsLocation
    2,773Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by JohnHearfield View Post
    Mm, for the 15th Feb release, Leon said you need to edit the swf structure to get it to work x] just waiting for an explaination

    Hm ok, when im using the 15th, i get this:
    errorCode = Failed to parse incoming message using _-AP::_-29

    so i search for _-AP._-29 in the habbo_scripts
    Code:
    //------------------------------------------------------------
    //_-AP._-29
    
    package _-AP
    {
        import _-0LH._-57y;
        import _-6G._-1wC;
        import _-6G.*;
    
        public class _-29 implements _-4ye 
        {
    
            private var _-2vS:_-57y;
    
    
            public function flush():Boolean
            {
                this._-2vS = null;
                return (true);
            }
    
            public function parse(_arg1:_-1wC):Boolean
            {
                this._-2vS = new _-57y(_arg1);
                return (true);
            }
    
            public function get achievement():_-57y
            {
                return (this._-2vS);
            }
    
    
        }
    }//package _-AP
    
    //------------------------------------------------------------
    Your structure is in here:
    Code:
    this._-2vS = new _-57y(_arg1);

  14. #14
    Eye Eye Capt'n Spheral is offline
    MemberRank
    May 2010 Join Date
    TumptonshireLocation
    2,488Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by joopie View Post
    Your structure is in here:
    Code:
    this._-2vS = new _-57y(_arg1);
    Nvm, found it i think

    Code:
            private var _-3QI:int;
            private var _-4zh:int;
            private var _-5A8:String;
            private var _-0EG:int;
            private var _-0Gi:int;
            private var _-6D:int;
            private var _-3MZ:int;
            private var _-1UO:int;
            private var _-2wp:Boolean;
            private var _-2z8:String;
            private var _-de:String;
            private var _-4uf:int;
            private var _-3ts:int;
    ===============================
    Would someone want to work with me through the errors im getting when i fix the previous error in the developer tools in chrome, etc ?
    x] I would be gladly obliged if you could.
    Last edited by Spheral; 22-02-13 at 10:17 PM.

  15. #15
    Alpha Member Emily is offline
    MemberRank
    Oct 2012 Join Date
    The NetherlandsLocation
    2,408Posts

    Re: My Work on Incoming Packets (login)

    Quote Originally Posted by JohnHearfield View Post
    Nvm, found it i think

    Code:
            private var _-3QI:int;
            private var _-4zh:int;
            private var _-5A8:String;
            private var _-0EG:int;
            private var _-0Gi:int;
            private var _-6D:int;
            private var _-3MZ:int;
            private var _-1UO:int;
            private var _-2wp:Boolean;
            private var _-2z8:String;
            private var _-de:String;
            private var _-4uf:int;
            private var _-3ts:int;
    ===============================
    Would someone want to work with me through the errors im getting when i fix the previous error in the developer tools in chrome, etc ?
    x] I would be gladly obliged if you could.
    Wrong. It's the constructor (function CLASSNAME)



Page 1 of 3 123 LastLast

Advertisement