Re: Source UGradeID's 2008
As I told you, I really guess you method is much easy, and your source pretty understandable.
Thanks again ^^.
Re: Source UGradeID's 2008
Hu Victor, can you spend it to .exe? It is what in these moments I do not have vs:)
Re: Source UGradeID's 2008
Quote:
Originally Posted by
Miguelbkn
Hu Victor, can you spend it to .exe? It is what in these moments I do not have vs:)
yes i could only need the colors ... but only for this time
Re: Source UGradeID's 2008
Same idea and implementation I did, but doesn't seem like mine. The spacing and naming is too God awful. And yes, I am Travis rofl.
Posted via Mobile Device
Re: Source UGradeID's 2008
I was amazed to see this looks exactly like my gradeid hooks, I did not detour getusergradeidcolor but rebuild the function, same for scoreboard and the other thing I don't remember its name.
I dont hook functions, if I want something, I rebuild it.
Re: Source UGradeID's 2008
Quote:
Originally Posted by
diosz
yes i could only need the colors ... but only for this time
Ok, i need 5 colours:
*Gold : #FFCC00
*Purple : #6633FF
*Red : #990000
*Pink : #FF33FF
*Green : #00CC00
Admin and Mod:
ADM : #0066FF
MOD : #996633
This is the TheDuel.exe :
TheDuel.exe
The TheDuel is made by Phoenix.
Ty Victor :love::love:
when u finish u can send me a pm whit the link of TheDuel? :)
Re: Source UGradeID's 2008
Quote:
Originally Posted by
jewness12
I was amazed to see this looks exactly like my gradeid hooks, I did not detour getusergradeidcolor but rebuild the function, same for scoreboard and the other thing I don't remember its name.
I dont hook functions, if I want something, I rebuild it.
rebuild main()
Re: Source UGradeID's 2008
2007 it messes up names
heres a pic
http://i54.tinypic.com/28m2qna.jpg
Re: Source UGradeID's 2008
Quote:
Originally Posted by
steven1234
Lold at that.
Re: Source UGradeID's 2008
Quote:
Originally Posted by
steven1234
Comment this line:
Re: Source UGradeID's 2008
Quote:
Originally Posted by
dacharles
its not even that i removed the ifs and kept the else part
__declspec(naked) void UGradeID()
{
__asm
{
MOV EAX,[ECX+0x45A]
}
__asm
{
CMP EAX,0xFF
JNE Final
CMP EAX,0xFE
JNE Final
CMP EAX,0x0
JNE Final
XOR AL,AL
RETN
Final:
MOV AL,1
RETN
}
}
could be im calling 2 asms sec
edit
fixed that still does the same thing lol
Re: Source UGradeID's 2008
This work, but...
The name in tab is invisible and score and level etc...
What can be?
Re: Source UGradeID's 2008
More than likely, wrong address.
Re: Source UGradeID's 2008
I fix the error.
Thanks. =]