How do i add this grade with color.
Make a new grade - Client side
Code:
1)Go to address & Assemble the following
004A17B2 - JNZ [Code cave address]
2)Assemble the following
CMP ECX,[Grade in hexadecimal]
JNZ SHORT [New Grade Address] //You need to jump at the next CMP ECX,[Grade in hexadecimal]
MOV ESI,DWORD PTR SS:[EBP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[EBP+C]
MOV BYTE PTR SS:[EBP+8],FF //The R
MOV BYTE PTR SS:[EBP+9],80 //The G
MOV BYTE PTR SS:[EBP+A],40 //The B
MOV BYTE PTR SS:[EBP+B],FF //The A
MOV EAX,DWORD PTR SS:[EBP+8]
MOV DWORD PTR DS:[EDX],EAX
MOV AL,1
POP ESI
POP EBP
RETN
- NOTE: Repeat the above code till (n-1) grades u need
3)For the last grade it should be like this
CMP ECX,[Grade in hexadecimal]
JNZ 004A17F3 //You are jumping back to Administrator Grade
MOV ESI,DWORD PTR SS:[EBP+10]
TEST ESI,ESI
MOV EDX,DWORD PTR SS:[EBP+C]
MOV BYTE PTR SS:[EBP+8],FF //The R
MOV BYTE PTR SS:[EBP+9],80 //The G
MOV BYTE PTR SS:[EBP+A],40 //The B
MOV BYTE PTR SS:[EBP+B],FF //The A
MOV EAX,DWORD PTR SS:[EBP+8]
MOV DWORD PTR DS:[EDX],EAX
MOV AL,1
POP ESI
POP EBP
RETN
Score board grade name color
Code:
1)Go to address & Assemble the following
00407832 - JMP [Code cave address]
00407839 - NOP
00407840 - NOP
00407847 - NOP
2)Assemble the following
MOV EAX,DWORD PTR DS:[EBX+4EA] // Assemble this only 1 time
CMP EAX,[Grade in hexadecimal]
JNE SHORT [New Grade Address] //You need to jump at the next CMP EBX,[Grade in hexadecimal]
MOV BYTE PTR SS:[EBP-17C],0FF //The R
MOV BYTE PTR SS:[EBP-17B],80 //The G
MOV BYTE PTR SS:[EBP-17A],40 //The B
MOV BYTE PTR SS:[EBP-179],0FF //The A
MOV ECX,DWORD PTR SS:[EBP-17C]
JMP 0040784E
- NOTE: Repeat the above code till (n-1) grades u need
3)For the last grade it should be like this
CMP EAX,[Grade in hexadecimal]
JNE 0040784E
MOV BYTE PTR SS:[EBP-17C],0FF //The R
MOV BYTE PTR SS:[EBP-17B],80 //The G
MOV BYTE PTR SS:[EBP-17A],40 //The B
MOV BYTE PTR SS:[EBP-179],0FF //The A
MOV ECX,DWORD PTR SS:[EBP-17C]
JMP 0040784E
- NOTE: Now we need to add the grade to the color list
4)Go to address & Assemble the following
00477000 - NOP
00477006 - NOP
0047700B - NOP
0047700D - NOP
00477012 - NOP
00477014 - NOP
00477016 - NOP
00477017 - NOP
00477019 - NOP
5)Assemble the following in your code cave #
MOV EAX,DWORD PTR DS:[ECX+4EA] // Assemble this only 1 time
CMP EAX,[Grade in hexadecimal] //This grade is the grade you added in step #3
JE SHORT [Take the number of the address which the JE Short is on]
- NOTE: Repeat the above code till (n-1) grades u need
6)For the last grade it should be like this
CMP EAX,[Grade in hexadecimal]
JE SHORT [Take the number of the address which the JE SHORT is on]
XOR AL,AL
RETN
MOV AL,1
RETN
- NOTE: now you need to change all the JE SHORT address to the [MOV AL,1] address
7)Go to address & Assemble the following
00402CEC - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
0040316F - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
00403436 - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
0040368C - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
00405A64 - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
004077F9 - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
004103EA - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
00411519 - CALL [MOV EAX,DWORD PTR DS:[ECX+4EA] Address]
Chat banned string :) A.K.A Grade 104
Code:
1)Go to address & Assemble the following
0042C892 - PUSH 4E27
2)Message.xml
<!-- Chat Banned Message -->
<MSG id="20007">You are chat banned due at several reason.</MSG>
so this is base on Kyoshikehttp://forum.ragezone.com/f245/july-...-grade-688781/
How do i add this
Name Grade Color in Hex
(Administrator) 255 #FF0000
(Developer) 254 #FF00FF
(Administrator
with normal name) 252 #00FF00
(Banned) 104 #000000
(Jjang) 2 #00FFFF
(Donator - 1) 3 #0000FF
(Donator - 2) 4 #CCFF00
(Donator - 3) 5 #00AAFF
(Donator - 4) 6 #FF00EE
(Donator - 5) 7 #7300FF
can you describe it to me and can you serve the other address
??
Re: How do i add this grade with color.
simplify the R - B - G - A
Re: How do i add this grade with color.
Quote:
Originally Posted by
landoncasis
simplify the R - B - G - A
thanks i need more info please!
Re: How do i add this grade with color.
Do you want to learn how to edit them or...?
Re: How do i add this grade with color.
@Arcelor : no i know how to edit but in the RBGA and in the other code have no address
so i want to where do i put it .
Re: How do i add this grade with color.
You know how to use ollydbg ?
Re: How do i add this grade with color.
Re: How do i add this grade with color.
This is the wrong section?! (tut section)
Re: How do i add this grade with color.
Quote:
Originally Posted by
fuxpro321
This is the wrong section?! (tut section)
wrong post???
can u read the tittle ?
Re: How do i add this grade with color.
Quote:
Originally Posted by
fuxpro321
This is the wrong section?! (tut section)
Dude, he is asking HOW to add. This isn't a tut.
Re: How do i add this grade with color.
Re: How do i add this grade with color.
Why don't you explain which colors specifically that you want.