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 phit666

  1. phit666

    MUE-IOCP Library

    I have developed a simple C++ Win32 IOCP library to deploy IOCP backend easily. These project is consisted of 3 files only and unfortunately for windows only. You must be registered for see element.
  2. phit666

    [Help] Need bypass to open Multi / dual main.exe

    00482ca2 75 23 jnz short 00482cc7 -> jmp short 00482cc7
  3. phit666

    [Help] Need bypass to open Multi / dual main.exe

    Can't really test it as I dont have the client, it's your cracked main.exe, you simply need to remove createmutex call in the main to allow multi client. Try this You must be registered for see element.
  4. phit666

    [Help] Need bypass to open Multi / dual main.exe

    You must be registered for see element.
  5. phit666

    MU Legend JPN Server Files

    Until now you don't know why the guy use DLL injection to patch the exe's memory^^ You asked for my DLL injection? as for me I really don't need one as I have better ways doing it^^^^ Here put this in your client and enjoy it... I don't have to prove myself to you, next time you speak make sure...
  6. phit666

    MU Legend JPN Server Files

    A proof you really don't know a thing. Where did I said Im using cheatengine? There are many ways of editing the the protected exe? Show me just one lol, and boy if there is a source do you even think editing will be needed in the exe?
  7. phit666

    MU Legend JPN Server Files

    Let me guess... you simply don't know and understand why injection or sort of thing is needed? Oh Boy with GG enabled there has no way to customize the client because a simple BYTE edit in exe's module GG will detect it, and with injection you don't have idea also why it is done, probably you...
  8. phit666

    Lost Land MU | Season 1 - The Beginning | 2x Exp | Max 3 Clients | All Webzen Default

    online counter? here is a good one.... ^^ $onlinecount*=5;
  9. phit666

    Lost Land MU | Season 1 - The Beginning | 2x Exp | Max 3 Clients | All Webzen Default

    +3% of the zen amount dropped not 3x, if the normal amount of zen dropped is 1000 then you will get 1030 total zen, 30 is the 3% of 1000.
  10. phit666

    Lost Land MU | Season 1 - The Beginning | 2x Exp | Max 3 Clients | All Webzen Default

    And that you think a pay to win? Have you noticed aside from +1 exp rest are about zeny only? And not even a separate gold server is offered.. lol welcome to real word!
  11. phit666

    [Release] Disabled +14 +15 on Chaos Machine (For downgraded S6Ep3)

    That will bring more problem to your server lol, ofc you will be able to stop only those who cant bypass the patch but many will....
  12. phit666

    [Development] Change scene on character select state

    Check this for 104d...., Ive only tested changing the value of flt_87933D8 (CAM_ROTZ) and it rotated the scene, so probably the rest are coordinates .. if(*(DWORD*)0xE609E8 == 4) { // Character select scene, you can probably set here the coordinates } // ASM 004D8AE7 |> 833D E809E600 04...
  13. phit666

    [Development] ex wings effects for season 6

    That is right, what is more weird is another character moving will see the effect even if the character wearing the wing is not moving. Dirty trick (104d main): Insert this before the offset 0x00566692, now you will have new parameter (10th) that you can use as move flag. MOV EAX, DWORD PTR SS...
  14. phit666

    [Release] WebEngine 1.0.9

    Try to sizeup the inventory table to 7k, you will understand what I meant... Now back to *, you want to use it when you will only want to fetch a byte size? Time will come that you will work with big database and you will realize what I really meant...
Back
Top