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 anhtanh95

  1. anhtanh95

    [XMAS] Version 188T Admin Client Unvirtualized

    if i'm not wrong, with this unpacked + unvirtualized client, we can remove hackshield, and all the ipcheck and make it to be a localhost file and then make a server with it? v188 already have full function of V job and much more. Why people aren't interested with this version? hmmm...:?:
  2. anhtanh95

    GMS 211.2 AES Key

    Damm... i forgot that ZLZ.dll is not protected and not packed by any program, so it can be open in IDA easily... thank you for your hint
  3. anhtanh95

    GMS 211.2 AES Key

    Hi everyone, i'm trying to sniff packet from current lastest GMS version (v211.2) with MapleShark. But the aes key on Diamondo25's server have not updated to lastest GMS's version yet (newest is v198.1). I have tried to use script to getGMS key from this topic by Diamondo25 (You must be...
  4. anhtanh95

    Windows 8/10 Client Support Fix

    1. Try to make a proxy dll (find a thread in this forum, i remmeber there is already have a thread to guide you how to make proxy dll) 2. Search on google how to Detour a function with MSDetour 3. Using my code above to Detour win32's function "GetModuleFileNameW" 4. Insert detour code to proxy...
  5. anhtanh95

    Windows 8/10 Client Support Fix

    Through all the reasearch of Eric at You must be registered for see element.. Yep, the root cause is from WINAPI GetModuleFileNameW , i dont know why it happened, but i have found the way to fix it. It failed randomly when dinput8 call GetModuleFileNameW(0x400000, L"", 260) at 2 address for...
  6. anhtanh95

    Implement Damage Calculation/Damage Check for Odin (Lithium base)

    Thanks for point out the issues of my release. Yep, you right the "huge complicated procedure of rand" that you talking about is what i saw in ollyDBG, cause my v149'IDB cannot display(decompiled) that part :( Oh, and the swap min/max codes is from the decompiled code in IDA too. i just write...
  7. anhtanh95

    Problem With Skill Multiple Hits

    Just 2 steps: 1. Analyse the attack packet recv on server. In this case, this skill will sent packet with header: CLOSE_RANGE_ATTACK to server (if i'm not wrong) 2. Fix the parseDamage method, there maybe add/remove some readBytes for this skill.
  8. anhtanh95

    Client Location

    wwow... i really need this too. thank you so much :love: :ott:
  9. anhtanh95

    MapleStory Client Downloads (v.134+)

    if i'm not wrong, nexon doesn't provide and storage setup file anymore since v185. they use the nexon launcher for download and patch the game
  10. anhtanh95

    Injecting code inside MapleStory using a DLL proxy

    like the "nmconew.DLL" you have used on this thread, right? And i have a question about this: void initializeMapleHook(){ HMODULE hModule = LoadLibraryA("nmconew2.dll"); nmconew2.dll is the origin .dll file that you callback on your new .dll?
  11. anhtanh95

    Injecting code inside MapleStory using a DLL proxy

    how about packed client (i mean the clean client from nexon), is there any way to bypass that check?
  12. anhtanh95

    Injecting code inside MapleStory using a DLL proxy

    holy..... i have finding something like this on the internet for along time, but i found notthing. there is not have any tut or detail guide, especially for Maple. thank you so muchhhh. :love: One question: can HackShield detect this?
  13. anhtanh95

    v117 unpacked + iat fix

    Eric : have you ever try to create your own DLL and hook it to client? if yes, can you share your experience :p: I know that way is easier than trying to make a real localhost, but still not figure out, how to hook it to client and where to start
  14. anhtanh95

    Client Location

    wait... i'm new on this, and still not understand this part. like you said: "by default the client is korean locale"...so...if i want to display korean characters, do i need to modify the application's locale?
  15. anhtanh95

    NamLunHay CMS (ajax, jquery)

    lol, this CMS using for Vietnamese's server? "Cho hỏi server này còn sống không? :v"
Back
Top