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!
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
landoncasis
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.
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
Military
don't ask for it because your not getting it.
why ? there is no code for that?
Re: can some one make a tut here plsss!
there is but its private and not being shared
and if you mean encryption
Quote:
for example:
original
blablabla
Fixed
blblbabalb
use the search button
also to disable xtrap use the search button lol
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
landoncasis
why ? there is no code for that?
I have the code , but if I release , I would piss off two people so sorry.
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.
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...
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
landoncasis
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
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
Nolife_x
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
Re: can some one make a tut here plsss!
Quote:
Originally Posted by
Nolife_x
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!
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
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
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
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.
Re: can some one make a tut here for 2008 files
thanks again phoenix_147!
Re: can some one make a tut here for 2008 files