Re: Adding new ^ Colours to the client (ASM)
thanks for the table/post, they were quite helpful :P. Once I finish this, I'm gonna test and post my results here :P. Oh, and I think you should add that table to your main post, It'd probably be very useful for alot of newbies like me who don't know the hex code for different characters.
Re: Adding new ^ Colours to the client (ASM)
I completely misread your tutorial, and thought you were replacing this line:
With your JMP and returning to 005467A3 after setting EAX.
Re: Adding new ^ Colours to the client (ASM)
amazing tutorial aristrum, tested, and works beautifully.
http://i29.tinypic.com/jf7w48.jpg
Btw, I was wondering if it's possible to add characters with a hex value less than 30. Like for example, I wanted to add ! as one of the colours, but because it's hex value was like 21, it didn't work ingame. So if you can figure it out much would be appreciated :P.
P.S. Spelt your name wrong ingame, sorry xO.
Re: Adding new ^ Colours to the client (ASM)
very nice tut Aristrum :D
10/10 guide
Re: Adding new ^ Colours to the client (ASM)
Fuckin' wes! You blocked me on msn or what? where are you? I'm back in the business!
Nice tutorial by the way !
Re: Adding new ^ Colours to the client (ASM)
Re: Adding new ^ Colours to the client (ASM)
@Jacob - Because I don't know how ;P. If you could reply with a small example of how, I'd appreciate it.
@Kochon - I haven't blocked you o.o. I'm not always on MSN :P
@x1 - Okies :P
@ManyBlackPpl - Glad it worked. As for adding some lower than 30, you can look above the CMP CL for another one. It should be CMP CL,30. If you change that to... CMP CL,21, it would work from that code.
Alternatively you could JMP out there and make multiple CMPs to only allow !, 0-9, A-Z. Requires a tiny bit more work.
Also, I'll add the table now :P.
Thanks to everyone else!
Re: Adding new ^ Colours to the client (ASM)
Re: Adding new ^ Colours to the client (ASM)
Quote:
Originally Posted by
Aristrum
@Kochon - I haven't blocked you o.o. I'm not always on MSN :P
I was talking to wesman :P
Re: Adding new ^ Colours to the client (ASM)
Quote:
Originally Posted by
kochon
I was talking to wesman :P
Ahck, my bad, misread :P.
Re: Adding new ^ Colours to the client (ASM)
Re: Adding new ^ Colours to the client (ASM)
Quote:
Originally Posted by
kochon
Fuckin' wes! You blocked me on msn or what? where are you? I'm back in the business!
Nice tutorial by the way !
Nah, I just don't use MSN alot anymore. (I'm too lazy to turn it online xD) This is another great tut by the great Aristrum :D
Re: Adding new ^ Colours to the client (ASM)
Quote:
Originally Posted by
ManyBlackPpl
So everything from CL is already copied into EAX which would make sense for him to compare to EAX instead of CL.
Probably because CL is still needed prior to the code change, movzx does just that, move zero extends just zero extends the register, thus clearing the other 16 bits in EAX.
My 2 cents :3
Re: Adding new ^ Colours to the client (ASM)
I can't exactly understand it someone mind helping me via msn. x.phantom@live.com xD
Re: Adding new ^ Colours to the client (ASM)
Having trouble doing this can anyone help?