Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by capostrike93

  1. C

    Private A legal hotel?

    I was talking about the code inside the swf, the action script code..
  2. C

    Private A legal hotel?

    First head and body are standard tags of html so you can not copyright that, but what about action script code inside the client swf? and maybe javascript code from the website??
  3. C

    Private A legal hotel?

    Maybe this can be done, you need do this: Create a big (REALLY BIG) TODO list of assets from habbo with a link to the asset (in the case of images/sounds/etc. inside swf's the swf + extracted png's, mp3's, etc..) Then maybe the comunnity can help editing the assets (maybe with a guideline of...
  4. C

    Private rollers on retros

    martin, please stop this fight, who cares if sojobo copy pasted code from bfly and from all the habbo dev forums, noone. Still phoenix was from his beginning to his end the most crappy emulator (performance talking not features) :D EDIT----: Thanks Unphased for your dislike, looks like you...
  5. C

    Private Habbo Networking Management Algorithm Proposal

    Dont spend your time trying to improve habbo networking, you are not going to reach anything better capacity in the server, 99.99% bottleneck of habbo servers is the database and thread implementations, improve that and you will get 10k+ users very easy (if you have a popular hotel ofcourse..)
  6. C

    Official Habbo Changed RSA

    cough wassup ppl cough I looked client code and after two minutes i found something.. "Invalid server public key, probable MITM attack." So the client verify if the server key < 2 to detect MITM, first "protection" (Fixing the 0 server key bug), but you can bypass this easy hex editing the...
  7. C

    No more appendString, appendInt, appendShort or appendBoolean. Write only append.

    PLEASSEEEEEEEEE DONT DO THIS!! I already do this thing, and trust me, is a bad idea. when you want to check packet structures you need look the variable type, is better to see a writeInt32 (you know is a int without checking the variable) ;)
  8. C

    The IDK Project [Java]

    I think my bainzai code is the better (i never seen a better one..) private static List<GenericFloorItem> findCombo(final GenericFloorItem tile, final int find, int X, int Y, int xCan, int yCan, int curRot, int turn) { final boolean[] moves = new boolean[4]; if(xCan == -1) { moves[0]...
  9. C

    PacketLogger Java

    Thanks Well can you start talking about the topic, thanks. ON-TOPIC: im going to trip next week (im currently in spain) so next week im continue with this..
  10. C

    PacketLogger Java

    Maybe looking at the background of the image and see classnames like "GetBanner" "ServerPublicKey", or maybe doing a bit of research of the owner of the topic before saying that is fake?!
  11. C

    PacketLogger Java

    It looks like you dont have a brain,please show us that you have one.. You must be registered for see element.
  12. C

    PacketLogger Java

    Sorry i'm a bit busy this week, hope continue next week in this :P
  13. C

    PacketLogger Java

    Hi again guys, i have some time without developing something, so.. i continued the development of a old packetlogger that i created.. Features: Robust Working with last build Client injector Server injector Show timestamp of message Show len of message Filter client messages Filter...
  14. C

    NovoFatum IV

    gj ;)
Back
Top