Needing some Jul 21 2008 Addresses

Results 1 to 1 of 1
  1. #1
    Apprentice Hydrus is offline
    MemberRank
    Dec 2011 Join Date
    19Posts

    Needing some Jul 21 2008 Addresses

    Hello guys, first of all sorry if this post has some error, i can't say that i speak english perfectly.

    Actually i'm studying some Gunz Servers, because i really like to study this type of thing.

    I set up a local server here at home with Jul 21 2008 Server files, and now i'm trying to understand somethings in Antilead source that i have downloaded when WTT has closed.

    Yes, i know, i'm not allowed to post the source here and I respect this decision of all the developers of ragezone. But i'm having some problems and if someone can help me, I'd be very grateful!

    I'm trying to hook the Server dll, but in the source i have wrong addresses.
    And when i hook, the server crashes obviously.

    Here is the addresses that i have.
    And i'm running the Match + Quest server, released by Phoenix in Repack 3.

    Code:
    COutputView__AddString = 0x004035E0;
    CDatabase__ExecuteSQLAddress =  0x004BD1E3;
    
    MMatchChatRoom__AddPlayerAddress = 0x00476060;
    MMatchChatRoom__RemovePlayerAddress = 0x00476C80;
    MMatchChatRoom__RouteChatAddress = 0x00476190;
    
    MMatchChatRoomMgr__FindChatRoomByNameAddress = 0x00476920;
    MMatchChatRoomMgr__AddChatRoomAddress = 0x00477460;
    
    MMatchServer__GetInstanceAddress = 0x0041E3C0;
    MMatchServer__GetObjectAAdress = 0x00420690;
    MMatchServer__OnAdminAnnounceAddress = 0x00429720;
    MMatchServer__OnChannelChatAddress = 0x00471F20;
    MMatchServer__OnUserWhisperAddress = 0x00421710;
    MMatchServer__OnUserWhereAddress = 0x004218F0;
    MMatchServer__OnUserOptionAddress = 0x00411630;
    MMatchServer__GetPlayerByNameAddress = 0x0041FA40;
    MMatchServer__AnnounceMUIDAddress = 0x00420790;
    MMatchServer__AnnounceObjectAddress = 0x0041EDF0;
    MMatchServer__DisconnectObjectAddress = 0x00427280;
    MMatchServer__OnChatRoomSelectWriteAddress = 0x00421CA0;
    MMatchObject__GetNameAddress = 0x0041FA40;
    MMatchServer__OnLoginAddress = 0x00444340;
    MMatchServer__OnAdminHideAddress = 0x00429E90;
    MMatchServer__OnCommandAddress = 0x00450090;
    
    MAddSharedCommandTableAddress = 0x0045C710;
    MCommand__MCommandAddress = 0x0041B7C0;
    MCommand__AddParameterAddress = 0x0041B870;
    MCommand__GetParameterAddress = 0x0041A440;
    MCommandDesc__MCommandDescAddress = 0x0041B6E0;
    MCommandParameterDesc__MCommandParameterDescAddress = 0x00430C50;
    MCommandManager__AddCommandDescAddress = 0x0045A090;
    MCommandManager__AddParameterDescAddress = 0x0041C040;
    MCommandCommunicator__CreateCommandAddress = 0x00429F90;
    MCommandParameterInt__MCommandParameterIntAddress = 0x0042FAC0;
    MCommandParameterUInt__MCommandParameterUIntAddress = 0x0042FB60;
    MCommandParameterString__MCommandParameterStringAddress = 0x0042FCB0;
    MCommandParameterFloat__MCommandParameterFloatAddress = 0x0042FC00;
    MCommandParameterMUID__MCommandParameterMUIDAddress = 0x004306C0;
    MCommandParameterBlob__MCommandParameterBlobAddress = 0x0042FF20;
    MCommandParameterUChar__MCommandParameterUCharAddress = 0x00430150;
    MCommandParameterChar__MCommandParameterCharAddress = 0x004300B0;
    Remember, i'm just trying to study, i like this... just it...
    A searched about 1 week this addresses and i really don't found it.

    So, can someone give me the correct addresses, or teach me how to get them?

    Thanks ^^
    And if i'm doing something wrong in my post, sorry.


    Edit:
    Oh, sorry...
    This source is a part of Prodigy, all the credits goes to Jacob i think.


    Edit²:
    Hey, i have fixed the problem... can someone close the topic? >_<
    Last edited by Hydrus; 11-03-12 at 08:02 AM.




Advertisement