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 KrYpT0n

  1. KrYpT0n

    Need Intro

    The easiest way i've found to get started on learning reverse engineering is to write very simple C applications and try to change what they do. For starters, write a hello world app. Pull up a reference of assembly instructions on the side, and read through what it does. Try changing the...
  2. KrYpT0n

    Hashing and security

    There is no point to hiding the hash as it is not useful to anyone unless they have a copy of the database, and if they do they might be determined enough to recover your salt even from a packed client.
  3. KrYpT0n

    Hashing and security

    Hello, Yes, "popular" servers still do use statically salted md5 hashes, as administrators don't bother migrating their account databases to use a newer hashing algorithm. It is not that big of an issue honestly because they rely on their databases not leaking out into the public. The static...
  4. KrYpT0n

    [FlyFF] BlackFlyff Online

    How much do you pay for development?/
  5. KrYpT0n

    AceFlyFF real content

    Wow hells, great release. Thank you based hells for this awesome content. I will implement this at once if it is not bug!! THANK AGAIN BASED HELLS IS SO GENEROUS OF YOU KIND SIR! SHARING YOUR GAME CONTENT WITH US PROLETARIAT WHO CANNOT DEVELOP LIKE GLORIOUS LEADER HELLS! DO NOT HATE HE GIVE US...
  6. KrYpT0n

    Hey guys

    So how is everyone doing? With the flyffs and all...:junglejane::(::grr::blink::blushing::thumbup::rolleyes::fanny::beerglass::birthday::bath:
  7. KrYpT0n

    Speed Hack Fix

    Even if the average user doesn't know how to develop any kind of bypass, someone else will and they will either describe every step they need to follow, or write a user friendly application to do it for them.
  8. KrYpT0n

    World Server Crash

    Hi micah1121. Try debugging your world server, stepping through the start up procedure.
  9. KrYpT0n

    couple of source errors .. dammmn

    CMover::IsUsing( CItemElem* pItemElem ); did you mean bool CMover::IsUsing( CItemElem* pItemElem ); And why do you have a function declaration inside a function S:
  10. KrYpT0n

    Flyff Res Editor JIT Error

    System.IO.EndOfStreamException: Unable to read beyond the end of the stream. Your res is incomplete
  11. KrYpT0n

    Account Help

    _Common\authorization.h #define AUTH_OBSERVER 'D' // °üÂûÀÚ °èÁ¤ ; ¹æ¼Û¿ë, ¸ð´ÏÅ͸µ, °¨½Ã¿ë #define AUTH_GENERAL 'F' // ÀÏ¹Ý »ç¿ëÀÚ À¯Àú #define AUTH_LOGCHATTING 'G' // äÆ÷α׸¦ ³²±æ ÀϹÝÀ¯Àú #define AUTH_JOURNALIST 'H' // °ÔÀÓÀ» ÃëÀçÇϱâ À§ÇÑ ±âÀÚ ±ÇÇÑ #define AUTH_HELPER...
  12. KrYpT0n

    Flyff Developers Union

    Not exactly...
  13. KrYpT0n

    Flyff Loader from the REAL creator of it!

    int _,l;\ char*I, *O[]={"", "gjstu","t" "fdpoe","uij" "se","gpvsui",\ "gjgui","t" "jyui","tfwf" "oui","fjhiui"...
  14. KrYpT0n

    Flyff Developers Union

    A chat for flyff developers to chat, hang out, and in general get to know each other. Our conversation topics range from politics to various reasons why MVC > whatever Nicco uses. You can join our chat by using this link: You must be registered for see element. Or adding me on skype : You must...
  15. KrYpT0n

    [FlyFF Modeling] Shaman King [Project]

    TErrORIST
Back
Top