quote:
Originally posted by CookieRevised
In theory you can use WriteProcessMemory.
However, in practice it is very very far from as simple as that. You must indeed reverse engineer stuff to begin with, but on top of that if you change stuff like that it can/will have big consequences for other internal things and other programs.
For example, lets say you are a top ace in reverse engineering, subclassing, etc and you can remove the 'says' in every case without screwing things up in memory, then it would still be possible that Messenger Plus! for example wont work anymore as it should since it expects the 'says' to be there, etc...
Note: 'says' is also just 1 text which can appear after the nickname, there are douzens of such texts. So to get the effect properly you also would need to change everything else.
Short advise: do not.... (especially since it will only work locally anyways; you can't change what other people see)
Yeah,Cookie is right,even if there is surely another way to remove "My Name Says" line which should work better and not cause any problem with third part softwares.However to do it you have to reverse hard,and if you are a beginner on reversing side,well then you can't do it.Removing "%1 Says" string on msgslang is without doubts the worst thing you can do.I'll try to write this script when i have the time,but you have to have a long wait because i'm too busy with the school now..Greetings!