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). :mellow:
Screenshots:
http://img833.imageshack.us/img833/3664/emulador1.png
http://img72.imageshack.us/img72/4062/emulador2.png
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 :drool:
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)
Re: Habbo Emulator Base [Java][Netty]
Meh spanish 3/10
I dont understand spanish so in my eyes this is not useful.
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.
Re: Habbo Emulator Base [Java][Netty]
Wow thanks for this i like it
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...
Re: Habbo Emulator Base [Java][Netty]
Quote:
Originally Posted by
Nasty35
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.
Re: Habbo Emulator Base [Java][Netty]
Yes :S, but different purposes
Re: Habbo Emulator Base [Java][Netty]
Quote:
Originally Posted by
Nasty35
Yes :S, but different purposes
B...b...but they do the exact same thing???!
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