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 Darter

  1. Darter

    MapleStory Client and Editor

    Amazing work, I have downloaded and starting to build :) Will give some feedback once i have it going
  2. Darter

    [GMS v179.4] Localhost Enabler [ NO NGS + MSCRC ]

    Hello everyone. You can find v179 here: You must be registered for see element. Which is based off the v176 localhost here: You must be registered for see element. Enjoy :thumbup1:
  3. Darter

    Damage Calculation v95

    what an amazing release!!! you do great work my friend keep it up :)
  4. Darter

    [HELP] CWndMan::OnKey Character Movement

    The arrow key movement is done by CInputSystem::IsKeyPressed, which is backed by GetAsyncKeyState WinAPI. Hope this helps :)
  5. Darter

    Enumerating ZList

    If your goal is iterating and getting all CMob's from the ZList than you can simply call ZList::GetNext in a loop from the m_pHead until it returns NULL. Then you know you are at the end of ZList. You are essentially iterating a linked list. You can avoid reversing the entire structure also...
  6. Darter

    WZ [HELP] CMS095 UI.wz Memory address error

    Hi , I opened UI.wz in CMS95 and resaved it. Everything seems to be fine. Can you better explain the issue ?
  7. Darter

    <<< BlackCipher >>> [ unpacked ]

    Very very nice... If you ever get chance to analyze NGClient.aes that would be very appreciated !!
  8. Darter

    MapleStory GMS [v57] + [v59] [unpacked]

    :ott: thank you very much !~
  9. Darter

    [GMS v15x ABOVE] INT32 Length Packets

    Hi All. A long butt Ducking time ago when i was still in high school I wrote a MITM packet editor. But for some reason my friends character wouldn't work ?!?! My packet handling code seemed to mess up. So after investigating I learned there was support for packet lengths greater than 2 bytes...
  10. Darter

    GMS v176.1 Localhost Enabler [ NO NGS / NO MSCRC / NO LOGGING / MULTI CLIENT]

    Hi all see : You must be registered for see element.
  11. Darter

    MapleStory GMS v58 unpacked themida

    TSingleton<CSecurityClient> Our saving grace .text:009614C4 TSingleton_CSecurityClient__ms_pInstance CSecurityClient::Init Patch the call to return 1877 or turn the jz into jmp .text:00855F10 call sub_8599D0 .text:00855F15 cmp eax, 755h...
  12. Darter

    MapleStory GMS v58 unpacked themida

    What a treat to wake up to !!! My work laptop's domain anti virus doesn't like it so I will post addy's when I get the chance at home :)
  13. Darter

    How can I get BMS v53 leak?

    There was legal action threatened against RZ back in the day for hosting that stuff. I don't think you'll have much luck here. But google around... I know you can still find it on archives on EMS discussion forums.
  14. Darter

    v83 Client Hack Addresses

    Try this I cant test right. Let me know results if it works ill explain *((BYTE*)0x004905EB) = 0xEB;
  15. Darter

    Emoji's in MapleStory

    Hi Guys, I saw this video on youtube and I am wondering how he got the emoji's in maplestory??? Can someone please explain how this is done? I want the same for my server. Thanks... You must be registered for see element.
Back
Top