Habbo Emulator Base [Java][Netty]

Results 1 to 10 of 10
  1. #1

    Habbo Emulator Base [Java][Netty]

    Hi everyone, i present my habbo server written in Java, with netty and trove libraries of help.
    Has sockets server and packet handling (Not MySQL).

    Screenshots:



    Download: Base para Emulador de Habbo.rar
    Analyzing: https://www.virustotal.com/file/5fc2...is/1352674835/

    Thanks Goir, Netty(Library) and Trove(Library).

    To receive requests activate the RSA!!

    Enjoy


  2. #2
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,484Posts

    Re: Habbo Emulator Base [Java][Netty]

    There is an awful lot of bad habits being used in here.

    Such as leaving

    Code:
    			
    // TODO Auto-generated...
    When auto generating code with Eclipse.

    You have the same method twice with different names as well

    Code:
    	public static void Write(String str) {
    		System.out.println(str);
    	}
    	
    	public static void WriteDev(String str) {
    		System.out.println(str);
    	}
    There is also no way to read any incoming packet data (that is, ids, usernames, user input)

  3. #3
    Check http://arcturus.pw The General is offline
    DeveloperRank
    Aug 2011 Join Date
    7,610Posts

    Re: Habbo Emulator Base [Java][Netty]

    Meh spanish 3/10

    I dont understand spanish so in my eyes this is not useful.

  4. #4
    Zephyr Studios PRIZM is offline
    MemberRank
    Feb 2012 Join Date
    DenmarkLocation
    2,291Posts

    Re: Habbo Emulator Base [Java][Netty]

    Sorry for asking buy why is it saying habbo.es/client in the screenshot?
    Thanks for the release, good base.

  5. #5
    Apprentice Releastixx is offline
    MemberRank
    Oct 2012 Join Date
    AustraliaLocation
    12Posts

    Re: Habbo Emulator Base [Java][Netty]

    Wow thanks for this i like it

  6. #6

    Re: Habbo Emulator Base [Java][Netty]

    I've not ClientMessage, entered habbo.es because i've not Swf crack.
    'Write' write emulator's data, and 'WriteDev' write packets, i can do without any erasing a line, and not the others.
    I'm not expert programmer...

  7. #7
    Developer Quackster is offline
    DeveloperRank
    Dec 2010 Join Date
    AustraliaLocation
    3,484Posts

    Re: Habbo Emulator Base [Java][Netty]

    Quote Originally Posted by Nasty35 View Post
    I've not ClientMessage, entered habbo.es because i've not Swf crack.
    'Write' write emulator's data, and 'WriteDev' write packets, i can do without any erasing a line, and not the others.
    I'm not expert programmer...
    But... it's the same function.

  8. #8

    Re: Habbo Emulator Base [Java][Netty]

    Yes :S, but different purposes

  9. #9
    Occasional Visitor Cecer is offline
    MemberRank
    Aug 2006 Join Date
    EnglandLocation
    743Posts

    Re: Habbo Emulator Base [Java][Netty]

    Quote Originally Posted by Nasty35 View Post
    Yes :S, but different purposes
    B...b...but they do the exact same thing???!

  10. #10
    Retired lRetros is offline
    MemberRank
    Mar 2011 Join Date
    Madrid, SpainLocation
    289Posts

    Re: Habbo Emulator Base [Java][Netty]

    It's a very good base made in Java,it could be more complete(it only has sockets and packet hadling),but you did a good work and thanks for this,its amazing how i could see your progress on this,don't leave it and continue like this =)

    Your good friend,Linkinpark/lRetros



Advertisement