Results 1 to 5 of 5
  1. #1
    wkdehf3458's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question Maple Story Java packet Sender

    Hi I live in Korea, Jun - Han is called
    *Sender sender source maplestory packet sender, so the question I'm currently does, which some latest descenders source trying to get to my old we That's the source current should not.
    #include "Functions.h"

    #define SendAddy 0x00a22db0 //핵 뚫듯이 어레이 잡아서 하심됨.
    #define SendClassAddy 0x00b491ba// 이것도 마찬가지로

    DWORD dwMSSendMethod = SendAddy;//
    DWORD dwMSSendObject = *(PDWORD)(SendClassAddy+2); //포인터를 잡아주는게 포인트

    /* MapleStory Send method signature */
    typedef BOOL ( WINAPI *PFNSENDPACKET ) ( __in PZ_PACKET ppPacket );

    /* Send a MapleStory packet using byte data */
    DWORD WINAPI SendPacket ( __in_bcount(nLength) LPBYTE lpBytes, __in DWORD dwLength )
    {
    static PFNSENDPACKET pfnSendPacket = (PFNSENDPACKET)dwMSSendMethod;

    Z_PACKET pPacket;

    ZeroMemory(&pPacket, sizeof(Z_PACKET));

    pPacket.lpBytes = lpBytes;
    pPacket.dwLength = dwLength;

    BOOL retval = FALSE;

    __try {
    __asm
    {
    mov ecx,dwMSSendObject
    mov ecx,[ecx]
    /*
    push [esp+4]
    push [lpvSomeRet]*/
    }
    retval = pfnSendPacket(&pPacket);
    } __except (EXCEPTION_EXECUTE_HANDLER) {
    }

    return retval;
    }

  2. #2
    devints1's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    u.s
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    hey nice hack!

  3. #3
    Blitz's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    127.0.0.1
    Posts
    4,132
    Reputation
    619
    Thanks
    5,035
    Oops, accidentally closed instead of moving this. Fixed. Anyway, wrong section, moved.


  4. #4
    lllll0000055's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Nice to meet you!
    I am korean,too!!
    한국어(Korean)
    안녕하십니까?
    저도 한국임잌ㅋㅋㅋㅋㅋㅋㅋㅋㅋ

  5. #5
    mistvan2710's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    혹시 어떻게 하는지 자세히 알려주실수 잇나요?

Similar Threads

  1. Maple Story Global Hack
    By Rizzano in forum General Game Hacking
    Replies: 6
    Last Post: 04-07-2009, 08:36 AM
  2. Maple story God Mode
    By firesnipe5 in forum MapleStory Hacks, Cheats & Trainers
    Replies: 13
    Last Post: 10-30-2008, 11:35 AM
  3. Maple story hacks for rs account, mine for urs
    By nnumel5 in forum Trade Accounts/Keys/Items
    Replies: 0
    Last Post: 07-12-2007, 10:18 PM
  4. Maple Story Cheat table
    By zenos in forum MapleStory Hacks, Cheats & Trainers
    Replies: 0
    Last Post: 05-06-2007, 07:01 PM
  5. maple story server..
    By Skurdz in forum Suggestions, Requests & General Help
    Replies: 4
    Last Post: 02-19-2006, 10:18 AM

Tags for this Thread