can some one make a tut here for 2008 files

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    happy can some one make a tut here for 2008 files

    i want to know how to:

    how to edit MatchServer2008 change to clan+quest with 999999 item space

    Disable .mef
    Disable Xtrap

    for example:

    original
    blablabla

    Fixed
    blblbabalb


    and other tut using ollydbg for runnable.

    number12(Brandom) i have favor can you make a video tut using ollydbg.

    thanks!
    Last edited by landoncasis; 18-04-10 at 08:09 AM.


  2. #2
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by landoncasis View Post
    i want to know how to:

    how to edit MatchServer change to clan+quest with 999999 item space
    don't ask for it because your not getting it.

  3. #3
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by Military View Post
    don't ask for it because your not getting it.
    why ? there is no code for that?

  4. #4
    joe's **** stealhtfire is offline
    MemberRank
    Jul 2008 Join Date
    notwhereiwanttoLocation
    243Posts

    Re: can some one make a tut here plsss!

    there is but its private and not being shared

    and if you mean encryption
    for example:

    original
    blablabla

    Fixed
    blblbabalb
    use the search button

    also to disable xtrap use the search button lol

  5. #5
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by landoncasis View Post
    why ? there is no code for that?
    I have the code , but if I release , I would piss off two people so sorry.

  6. #6
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: can some one make a tut here plsss!

    Since you stated about mef, you want these edits for the 2008 files? If so, GUNZ2830 posted them.

  7. #7
    Enthusiast Nolife_x is offline
    MemberRank
    Sep 2009 Join Date
    SomewhereLocation
    34Posts

    Re: can some one make a tut here plsss!

    2008 or 2007 ? u should type it in the topic name else no one will be able to help...

  8. #8
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by landoncasis View Post



    number12(Brandom) i have favor can you make a video tut using ollydbg.


    No he is not making any of that so stop asking -_-

    and next time please use the Request for your Title

  9. #9
    Account Upgraded | Title Enabled! razi46 is offline
    MemberRank
    Dec 2007 Join Date
    697Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by Nolife_x View Post
    2008 or 2007 ? u should type it in the topic name else no one will be able to help...
    Yup.. 2007 Match Server.exe are different from 2008

  10. #10
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: can some one make a tut here plsss!

    Quote Originally Posted by Nolife_x View Post
    2008 or 2007 ? u should type it in the topic name else no one will be able to help...
    i need to learn ollydbg to edit the 2008 file can you teach me?

    ---------- Post added at 07:10 AM ---------- Previous post was at 07:07 AM ----------

    plsss guy help me!

  11. #11
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: can some one make a tut here for 2008 files

    Credits to GUNZ2830. You're too lazy to search.

    Disable X-Trap:

    Code:
    XTrap Skip:
    00498BE2 . EB 03 JMP SHORT 00498BE7
    00498BE4 90 NOP
    00498BE5 90 NOP
    00498BE6 90 NOP
    
    00498BF0 . EB 03 JMP SHORT 00498BF5
    00498BF2 90 NOP
    00498BF3 90 NOP
    00498BF4 90 NOP
    
    00498BF5 EB 03 JMP SHORT 00498BFA
    00498BF7 90 NOP
    00498BF8 90 NOP
    00498BF9 90 NOP
    Disable MEF

    Code:
    MEF Disable
    004637D7  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    0048BFE5  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    00499C5A  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    00499C6D  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    00499C7C  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    0049A109  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    0049A5CF  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    004A08E5  |. 6A 00          PUSH 0                                   ; /Arg2 = 00000000
    Quest + Clan Server: (Server side edit, obviously)

    Code:
    Clan/Quest Server :
    0040AD5E   . 75 00          JNZ SHORT 0040AD60
    0040B73C  |. 0F85 00000000  JNZ 0040B742
    0041D5E4   . EB 0B          JMP SHORT 0041D5F1
    0041D608   . 75 00          JNZ SHORT 0041D60A
    00433BF6  |. 75 00          JNZ SHORT 00433BF8
    
    00445845  |. BA 04000000    MOV EDX,4
    0044584A  |. 90             NOP
    
    004463E9  |. 75 00          JNZ SHORT 004463EB
    0044AF92  |. 75 00          JNZ SHORT 0044AF94
    0044B0FE  |. 75 00          JNZ SHORT 0044B100
    0044C029   . 75 00          JNZ SHORT 0044C02B
    0044D047   . 75 00          JNZ SHORT 0044D049
    0044D33F   . 75 00          JNZ SHORT 0044D341
    0044E086   . 0F85 00000000  JNZ 0044E08C
    0044FDA7  |. 75 00          JNZ SHORT 0044FDA9
    00453E55  |. 75 00          JNZ SHORT 00453E57
    00472EE1   . EB 0B          JMP SHORT 00472EEE
    004804CF   . 75 00          JNZ SHORT 004804D1
    00480550  |. 0F85 00000000  JNZ 00480556
    00481332  |. 0F85 00000000  JNZ 00481338
    00481402  |. 0F85 00000000  JNZ 00481408
    004814D2  |. 0F85 00000000  JNZ 004814D8
    00481592  |. 0F85 00000000  JNZ 00481598
    0048188F  |. 75 00          JNZ SHORT 00481891
    00481A6F  |. 75 00          JNZ SHORT 00481A71
    00481CDF  |. 75 00          JNZ SHORT 00481CE1
    004820AF  |. 75 00          JNZ SHORT 004820B1
    0048416F   . 75 00          JNZ SHORT 00484171
    0048419F   . 75 00          JNZ SHORT 004841A1
    00485121   . 0F85 00000000  JNZ 00485127
    00485222   . 75 00          JNZ SHORT 00485224
    00485292   . 75 00          JNZ SHORT 00485294
    004856A2  |. 0F85 00000000  JNZ 004856A8
    004868B0  |. 0F85 00000000  JNZ 004868B6
    00486AC4   . 75 00          JNZ SHORT 00486AC6
    00486B4F   . 75 00          JNZ SHORT 00486B51
    00487B79   . 75 00          JNZ SHORT 00487B7B
    00487CF0   . 0F85 00000000  JNZ 00487CF6

  12. #12
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: can some one make a tut here for 2008 files

    Also, there are tutorials everywhere lately focusing on 2008 files although many have switched back to 2007

    also the 999999 item thing I've explained numerous of times both on here and msn

  13. #13
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: can some one make a tut here for 2008 files

    thanks phoenix_147 thanks gregon13

    ok

    phoenix_147 can you make a video tut or post here a tut step by step bcoz im noob!


    thanks again

  14. #14
      Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: can some one make a tut here for 2008 files

    If you want to learn to make edits, visit KillerStefan's Admin Console thread. He has explained it step by step there.

  15. #15
    Account Upgraded | Title Enabled! landoncasis is offline
    MemberRank
    Mar 2009 Join Date
    PhilippinesLocation
    271Posts

    Re: can some one make a tut here for 2008 files

    thanks again phoenix_147!

  16. #16
    Apprentice ploke012 is offline
    MemberRank
    Apr 2010 Join Date
    17Posts

    Re: can some one make a tut here for 2008 files

    thanks phonix_143



Advertisement