[REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

Page 1 of 5 12345 LastLast
Results 1 to 15 of 70
  1. #1
    Account Upgraded | Title Enabled! Jeax is offline
    MemberRank
    Jul 2007 Join Date
    Kent, UKLocation
    1,013Posts

    [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Well since lots of people keep asking for packetloggers for habbo i figured i'd whip a quick one up and release it.


    It includes the source (and the exe found in /bin/Release)


    http://jeax.redirectme.net/HabboApp.rar


  2. #2
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    very nice:D good work

  3. #3
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Thanks Jeax ;P I've seen a number of people requesting one for sometime now this will help out the server developers =]

  4. #4
    Account Upgraded | Title Enabled! RascaL is offline
    MemberRank
    Jan 2008 Join Date
    England -.-Location
    1,089Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Awesome!!

    Get in, thanks man!

    Cya,
    RascaL

    EDIT:


  5. #5
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    I get an error:

    "Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

    Unable te connect to the remote server."

    I run from the .exe - if I click continue it does nothing.

  6. #6
    The Legend Returns vista4life is offline
    MemberRank
    Mar 2007 Join Date
    The NetherlandsLocation
    843Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Quote Originally Posted by sisija View Post
    I get an error:

    "Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.

    Unable te connect to the remote server."

    I run from the .exe - if I click continue it does nothing.
    its work prefect for me rebuild the exe

  7. #7
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    I use vista btw.

  8. #8
    Account Upgraded | Title Enabled! Schfoo is offline
    MemberRank
    May 2007 Join Date
    Georgia, USLocation
    746Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Kudos to Jeax =]

    If there was a rep system, you'd get +1 from me.

  9. #9
    Account Upgraded | Title Enabled! Jeax is offline
    MemberRank
    Jul 2007 Join Date
    Kent, UKLocation
    1,013Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    you need the .NET Runtime (3.5+) since its C# which is a .NET Language

    And sisija that error seems to suggest that the hotel is down (Can't connect to host - aka hotel)

    Or maybe your hosts file is redirecting the hotel to 127.0.0.1 (Thats how 'standard' packetloggers work)

    C:\Windows\System32\drivers\etc\hosts = Hosts file location

    ~ Jeax

  10. #10
    Alpha Member sisija is offline
    MemberRank
    Mar 2007 Join Date
    Western-EuropeLocation
    1,586Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    The hotel is online. In the hostfile it says this:

    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1       localhost
    ::1             localhost

  11. #11
    Account Upgraded | Title Enabled! RascaL is offline
    MemberRank
    Jan 2008 Join Date
    England -.-Location
    1,089Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Thanks Jeax, I'm downloading now

    Cya,
    RascaL

  12. #12
    Alpha Member Moogly is offline
    MemberRank
    Feb 2008 Join Date
    Pool LidoLocation
    2,322Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Quote Originally Posted by sisija View Post
    The hotel is online. In the hostfile it says this:

    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1       localhost
    ::1             localhost
    Change it to look like this :

    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    #      102.54.94.97     rhino.acme.com          # source server
    #       38.25.63.10     x.acme.com              # x client host
    
    127.0.0.1       localhost
    ::1             localhost
    127.0.0.1       game.habbohotel.co.uk
    of course changed game.habbohotel.co.uk to whatever hotel you wish to packetlog

  13. #13
    Infraction Banned Rip-Curl is offline
    MemberRank
    Apr 2008 Join Date
    AustraliaLocation
    502Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Where is Habbo AU? they have free bb and ss it would be a good idea to packet log it but there is no Habbo AU connection :[

    Edit: I can just add Habbo AU to it ;] now i worked the source out.

  14. #14
    Valued Member LlamaMiley is offline
    MemberRank
    Apr 2007 Join Date
    Earth, :>Location
    141Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    Nice. :) I packetlogged Italy! :P

  15. #15
    <insert title here> Shorty is offline
    MemberRank
    Feb 2007 Join Date
    United KingdomLocation
    1,861Posts

    Re: [REL][C#] Basic Packetlogger (Habbo V23) [SOURCE][EXE]

    It just kept Freezing for me.
    Any ideas? <3



Page 1 of 5 12345 LastLast

Advertisement