Welcome to the RaGEZONE - MMORPG development forums.

[SERVICE] Habbo Codes + Packets 100% [R63!]

This is a discussion on [SERVICE] Habbo Codes + Packets 100% [R63!] within the Habbo Releases forums, part of the Habbo Hotel category; I dont know your email, i get alot of invites a day because of the stopid hotel. :/ Please tell ...

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    1 + 3 + 3 = 7
    Rank
    Member +
    Join Date
    Jul 2009
    Location
    /home/mvdworp
    Posts
    224
    Liked
    83

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    I dont know your email, i get alot of invites a day because of the stopid hotel. :/

    Please tell me the first 4 numbers/letters of your email.

    Thanks in future <3!

    EDIT: Oh, didnt see your email, thanks i'll add you mate.
    Sincerely yours,
    Mikey van der Worp

    --
    Utelisys Communications B.V.

  2. #17
    Semi-Active
    Rank
    Alpha Member
    Join Date
    May 2010
    Location
    Heaven
    Posts
    2,044
    Liked
    716
    Gamertag: Bee5ting

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Hit me up with the Trax codes and packets.


    And the old old camera ones to.
    Semi Active

  3. #18
    C# | C++
    Rank
    Member +
    Join Date
    Oct 2010
    Location
    Germany
    Posts
    421
    Liked
    59
    Quote Originally Posted by Mithex View Post
    Hit me up with the Trax codes and packets.


    And the old old camera ones to.
    Yeah, need the camera packets for v26 too.

    You can get Trax packets from snowlight.
    Posted via Mobile Device

  4. #19
    Working in private usage.
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    1,162
    Liked
    230

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by Emerica View Post
    Yeah, need the camera packets for v26 too.

    You can get Trax packets from snowlight.
    Posted via Mobile Device
    I'm sorry to quote your post except of that other guys, but the title said R63. I got the packets but since it's special I'm not going to give it away.

    Yes. It's true, I am scared of vaginas.

  5. #20
    Ultimate Member
    Rank
    Member
    Join Date
    Aug 2011
    Posts
    151
    Liked
    0

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Hey i search some Trax Packets with Music CDs for v63 could someone give a link?

  6. #21
    Working in private usage.
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    1,162
    Liked
    230

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by joopie View Post
    HAHaha-HA-ha-haha...

    Now say it again?
    I must say it again? Okay because it's you.
    I got the packets but since it's special I'm not going to give it away.

    Yes. It's true, I am scared of vaginas.

  7. #22
    Member
    Rank
    Member
    Join Date
    Sep 2011
    Location
    England
    Posts
    51
    Liked
    4

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    battle banzai packets etc. plz
    my name's jack

  8. #23
    FeedMe
    Rank
    Alpha Member
    Join Date
    Jun 2010
    Location
    The Netherlands
    Posts
    2,162
    Liked
    1389
    Quote Originally Posted by George2000 View Post
    I must say it again? Okay because it's you.
    I got the packets but since it's special I'm not going to give it away.
    Thank you, i thought you made a type fault but no..., what are going to do with those packets? O.o or you have no packets of it.....
    Posted via Mobile Device

  9. #24
    Semi-Active
    Rank
    Alpha Member
    Join Date
    May 2010
    Location
    Heaven
    Posts
    2,044
    Liked
    716
    Gamertag: Bee5ting

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by joopie View Post
    Thank you, i thought you made a type fault but no..., what are going to do with those packets? O.o or you have no packets of it.....
    Posted via Mobile Device
    Joopie do you have them? If so send um to me over MSN.
    Semi Active

  10. #25
    Working in private usage.
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    1,162
    Liked
    230

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by joopie View Post
    Thank you, i thought you made a type fault but no..., what are going to do with those packets? O.o or you have no packets of it.....
    Posted via Mobile Device
    Use it in AppleEmu V26. I also got snowstorm protocol and a part of achievements. I also work with packet structures and now SendData("PACKET" + "BLABLA")

    Yes. It's true, I am scared of vaginas.

  11. #26
    Registered
    Rank
    Member
    Join Date
    Aug 2011
    Posts
    19
    Liked
    1

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]


  12. #27
    cout << "hello world";
    Rank
    Developer
    Join Date
    Dec 2010
    Posts
    2,392
    Liked
    1648

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by George2000 View Post
    Use it in AppleEmu V26. I also got snowstorm protocol and a part of achievements. I also work with packet structures and now SendData("PACKET" + "BLABLA")
    Use concatenated functions instead of going + "some text" + "foo

    Before
    Code:
    string Mashed = "sometext" + "foo";
    After
    Code:
    string Mashed = string.Concat("some text", "foo");
    It looks better IMHO...
    follow me on twitter!
    https://twitter.com/Quackster_

    Done with Habbo development.


  13. #28
    Working in private usage.
    Rank
    Member +
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    1,162
    Liked
    230

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by Quackster View Post
    Use concatenated functions instead of going + "some text" + "foo

    Before
    Code:
    string Mashed = "sometext" + "foo";
    After
    Code:
    string Mashed = string.Concat("some text", "foo");
    It looks better IMHO...
    I don't really like those things. I like all values on new rows to make it easier for me to work.

    Yes. It's true, I am scared of vaginas.

  14. #29
    Metto! :D
    Rank
    Member +
    Join Date
    May 2007
    Location
    North Korea
    Posts
    852
    Liked
    130

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    Quote Originally Posted by Quackster View Post
    Use concatenated functions instead of going + "some text" + "foo

    Before
    Code:
    string Mashed = "sometext" + "foo";
    After
    Code:
    string Mashed = string.Concat("some text", "foo");
    It looks better IMHO...
    Thats completely useless. The first code is far far faster, since the string.Conact(object,object) has to cast the string object to a string, THEN do what the first line of code here. If you are building small texts, like in this case, using string a = string + string; is the fastest. However, if you are making a much larger string you should use a StringBuilder instead.
    But if you have some complicated/ugly string appending, I would recommend using the string.Format("string", object args...);

    - Martin

  15. #30
    Slap me if you dare.
    Rank
    Member +
    Join Date
    Jul 2009
    Location
    The Netherlands
    Posts
    651
    Liked
    680
    Gamertag: iBreakz0ne

    Re: [SERVICE] Habbo Codes + Packets 100% [R63!]

    String.Format() is a good way too, i'm using that ;D
    BrickEmulator release date: 31-10-2011


 

 
Page 2 of 3 FirstFirst 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •