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!

[TUT-newfix] Adding New Grades to Gunz

Status
Not open for further replies.
Initiate Mage
Joined
Jan 27, 2009
Messages
2
Reaction score
0
can the new grade like as grade 2..
event_ongame_jjang <-- grade 2 will have a event winner on head..
 
Skilled Illusionist
Joined
Jul 18, 2007
Messages
361
Reaction score
4
when it ry changing the 1st code to JMP Address1-fornewgrade

it sayd unrecegnized identefier -.-!
btw im editing theduelexe
 
Newbie Spellweaver
Joined
May 27, 2009
Messages
68
Reaction score
3
where do I put this address:

Address1-fornewgrade CMP ECX, [Grade in hexadecimals] / / / / -> CMP ECX, 0C8 = Grade 200 its hexadecimal number
Address2 JNZ SHORT-fornewgrade
MOV ESI, DWORD PTR SS: [ESP +10]
TEST ESI, ESI
MOV EDX, DWORD PTR SS: [ESP + C]
MOV DWORD PTR SS: [ESP +8], FF4080FF -> Binary - C7 44 24 08 FF 80 40 FF / / / Thats the color orange and its part
MOV EAX, DWORD PTR SS: [ESP +8]
MOV DWORD PTR DS: [EDX], EAX
MOV AL, 1
POP ESI
RETN

answer me please, thanks ...
 
Skilled Illusionist
Joined
Jul 18, 2007
Messages
361
Reaction score
4
Address1-fornewgrade CMP ECX,[Grade in hexadecimals] //// --> CMP ECX,0C8 = Grade 200 its hexadecimal number
JNZ 0049EF5E ///// Note u are jumping back to Developer Grade
MOV ESI,DWORD PTR SS:[ESP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[ESP+C]
MOV DWORD PTR SS:[ESP+8],FF4080FF -->Binary - C7 44 24 08 FF 80 40 FF /// Thats the colour part and its orange
MOV EAX,DWORD PTR SS:[ESP+8]
MOV DWORD PTR DS:[EDX],EAX
MOV AL,1
POP ESI
RETN


wats this represent C7 44 24 08 ??? i know ff 40 80 ff is orange.

And does this work with 2007 server files?
 
Last edited:
Junior Spellweaver
Joined
Dec 15, 2008
Messages
104
Reaction score
29
Work in 2008 runnable? i tested and don't work...

If someone has done, could show me your codecave?

os: Of course I did the addresses of 2008
 
Last edited:
Junior Spellweaver
Joined
Apr 27, 2007
Messages
173
Reaction score
39
Ok, so I'm having errors with my grade... apparently, everything but the tab screen works...

and sorry for posting on a old topic... the grade i am using is 200
also my developer uGrade doesnt work at all... <--- any help there would be awesome.

I am using a unmasked client

This is what it looks like in tab -
katsumi - [TUT-newfix] Adding New Grades to Gunz - RaGEZONE Forums


My code concave looks like this:
Code:
005E50F0   > 81F9 C8000000  CMP ECX,0C8
005E50F6   .^0F85 629EEBFF  JNZ Gunz.0049EF5E
005E50FC   . 8B7424 10      MOV ESI,DWORD PTR SS:[ESP+10]
005E5100   . 85F6           TEST ESI,ESI
005E5102   . 8B5424 0C      MOV EDX,DWORD PTR SS:[ESP+C]
005E5106   . C74424 08 CD00>MOV DWORD PTR SS:[ESP+8],FF0000CD
005E510E   . 8B4424 08      MOV EAX,DWORD PTR SS:[ESP+8]
005E5112   . 8902           MOV DWORD PTR DS:[EDX],EAX
005E5114   . B0 01          MOV AL,1
005E5116   . 5E             POP ESI
005E5117   . C3             RETN
 
Last edited:
Legendary Battlemage
Joined
Dec 21, 2007
Messages
645
Reaction score
85
OMG. Seriously, I don't know how to do it. I have OllyDBG. But I do not understand what to edit .. Plz help ?
 
Status
Not open for further replies.
Back
Top