quote:
Originally posted by myself
So the sender's msgplus adds some extra data to the string that tells the receiver's msgplus to modify the string in memory which is later displayed and logged...
Which is also what I understood.
Ah right, I'm a little stuck at what exactly these scripts can do.
WriteProcessMemory sounds like a good option, the only question left is the address I need to write to.
The Messenger Plus! events only give me the string of the actual message IIRC (without the "... says" line), I need to be able to modify the string that's finally displayed/logged, will I have to reverse engineer that address or did I miss something now?